Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Ruby macos kokoro environment and package build updates | Alexander Polcyn | 2018-01-16 |
| | |||
* | Merge pull request #14011 from apolcyn/avoid_ares_on_windows | apolcyn | 2018-01-12 |
|\ | | | | | Correct a usage of select in grpc_build_system | ||
* \ | Merge pull request #13975 from danzh2010/adjustrcvbuf | Yang Gao | 2018-01-12 |
|\ \ | | | | | | | change udp_server receive/send buffer size and set SO_RXQ_OVFL | ||
* \ \ | Merge pull request #14004 from jtattermusch/gpr_sync_windows | Jan Tattermusch | 2018-01-12 |
|\ \ \ | | | | | | | | | Fix gpr_sync_test timing on Windows. | ||
| | | * | Correct usage of select in _get_external_deps | Alexander Polcyn | 2018-01-12 |
| | | | | |||
* | | | | Merge pull request #14003 from grpc/revert-13697-nostdthread | Vijay Pai | 2018-01-12 |
|\ \ \ \ | | | | | | | | | | | Revert "Stop using std::thread in C++ library since it can trigger exceptions" | ||
* \ \ \ \ | Merge pull request #13985 from markdroth/lb_policy_ref_simplification | Mark D. Roth | 2018-01-12 |
|\ \ \ \ \ | | | | | | | | | | | | | Simply LB policy refcounting, again. | ||
* \ \ \ \ \ | Merge pull request #13742 from mehrdada/interop-matrix | adelez | 2018-01-12 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add 1.8.0 for C-based languages to interop matrix | ||
* \ \ \ \ \ \ | Merge pull request #13991 from apolcyn/avoid_ares_on_windows | apolcyn | 2018-01-12 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | Avoid the ares bazel dependency with grpc_no_ares=true | ||
* | | | | | | | Merge pull request #14000 from kpayson64/filter_status_code_2 | kpayson64 | 2018-01-12 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add back filter_status_code test | ||
* \ \ \ \ \ \ \ | Merge pull request #13995 from zhangkun83/release_java_190 | adelez | 2018-01-12 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add Java 1.9.0 release to client_matrix.py | ||
* \ \ \ \ \ \ \ \ | Merge pull request #13982 from vjpai/mkdir | Vijay Pai | 2018-01-12 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Avoid link warnings: remove extraneous directories from -L and change mkdir order | ||
| | | | | | | | * | | start with fewer iterations | Jan Tattermusch | 2018-01-12 |
| | | | | | | | | | | |||
| | | | | | | * | | | Revert "Stop using std::thread in C++ library since it can trigger exceptions" | Jan Tattermusch | 2018-01-12 |
| |_|_|_|_|_|/ / / |/| | | | | | | | | |||
* | | | | | | | | | Merge pull request #13967 from grpc/vjpai-patch-1 | Jan Tattermusch | 2018-01-12 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Mention requirements for regenerating projects | ||
| | | | | | | | * | | windows needs fflush after fprintf | Jan Tattermusch | 2018-01-12 |
| |_|_|_|_|_|_|/ / |/| | | | | | | | | |||
| | | | * | | | | | Fix issue with filter_status_code test for proxy tests. | Ken Payson | 2018-01-11 |
| | | | | | | | | | |||
| | | | * | | | | | Revert "Revert "Set error status correctly on server side"" | Ken Payson | 2018-01-11 |
| |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 951f84aea00a1f8a65cf160d7d8f342c30593000. | ||
* | | | | | | | | Merge pull request #13996 from grpc/revert-13794-fix_server_streamz_stats | David G. Quintas | 2018-01-11 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Revert "Set error status correctly on server side" | ||
| * | | | | | | | | Revert "Set error status correctly on server side" | David G. Quintas | 2018-01-11 |
|/ / / / / / / / | |||
| | | * | | | | | Add Java 1.9.0 release to client_matrix.py | Kun Zhang | 2018-01-11 |
| | | | | | | | | |||
* | | | | | | | | Merge pull request #13697 from vjpai/nostdthread | Vijay Pai | 2018-01-11 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Stop using std::thread in C++ library since it can trigger exceptions | ||
| | | | | | | | * | format | Dan Zhang | 2018-01-11 |
| | | | | | | | | | |||
| | | | | | | | * | %zd->%d | Dan Zhang | 2018-01-11 |
| | | | | | | | | | |||
| | | | | | | | * | change to int type | Dan Zhang | 2018-01-11 |
| | | | | | | | | | |||
* | | | | | | | | | Merge pull request #13972 from ctiller/ownerz | Craig Tiller | 2018-01-11 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Substitute a11r for ctiller in all OWNERS files | ||
| | | | | | * | | | | Avoid building c-ares lib when grpc_no_ares is true | Alexander Polcyn | 2018-01-11 |
| | | | | | | | | | | |||
* | | | | | | | | | | Merge pull request #13957 from jtattermusch/connectivity_watcher_wo_exceptions | Jan Tattermusch | 2018-01-11 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Do not throw and eat exceptions in C# connectivity watcher | ||
| | | | | | | | | * | | Don't unref null client_stats. | Mark D. Roth | 2018-01-11 |
| | | | | | | | | | | | |||
| | | | | | | | | * | | Revert "Merge pull request #13970 from ↵ | Mark D. Roth | 2018-01-11 |
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | grpc/revert-13857-lb_policy_ref_simplification" This reverts commit 61b32965bec11f4106c729bb0a428ff03d2d03ab, reversing changes made to 2eb22fd67d73a210c1f41d79efcfe52285ccb2ec. | ||
| | | | | | | | | * | fix portability errors | Dan Zhang | 2018-01-11 |
| | | | | | | | | | | |||
| | | | * | | | | | | Update CONTRIBUTING.md | Vijay Pai | 2018-01-11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use 2 white spaces after period for consistency with rest of document | ||
| | | | * | | | | | | Merge branch 'master' into vjpai-patch-1 | Vijay Pai | 2018-01-11 |
| | | | |\ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | |||
* | | | | | | | | | | Merge pull request #13676 from markdroth/inlined_vector | Mark D. Roth | 2018-01-11 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Implement InlinedVector independently of absl. | ||
| | | | | | * | | | | | Avoid linker warnings by removing extraneous directories from -L and making ↵ | Vijay Pai | 2018-01-11 |
| |_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | at right time | ||
* | | | | | | | | | | Merge pull request #13977 from vjpai/subsurface | Vijay Pai | 2018-01-10 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Remove exec_ctx_fwd.h from surface public headers | ||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #13974 from nathanielmanistaatgoogle/12531 | Nathaniel Manista | 2018-01-10 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Elide cygrpc.Timespec. | ||
| | * | | | | | | | | | | exec_ctx_fwd.h should never have been in public headers | Vijay Pai | 2018-01-10 |
| |/ / / / / / / / / / |/| | | | | | | | | | | |||
| | | | | | | | | | * | change to pass in value | Dan Zhang | 2018-01-10 |
| | | | | | | | | | | | |||
| * | | | | | | | | | | Elide cygrpc.Timespec | Nathaniel Manista | 2018-01-10 |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | |||
| | * | | | | | | | | Implement InlinedVector independently of absl. | Mark D. Roth | 2018-01-10 |
| | | | | | | | | | | |||
| | | | | * | | | | | Resolve leak by freeing request payload if resources exhausted | Vijay Pai | 2018-01-10 |
| | | | | | | | | | | |||
| | | | * | | | | | | Substitute a11r for ctiller in all OWNERS files | Craig Tiller | 2018-01-10 |
| |_|_|/ / / / / / |/| | | | | | | | | |||
* | | | | | | | | | Merge pull request #13920 from menghanl/fix_release_matrix | adelez | 2018-01-10 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add go release versions to client_matrix.py | ||
* \ \ \ \ \ \ \ \ \ | Merge pull request #13969 from mehrdada/add-authors | Mehrdad Afshari | 2018-01-10 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Add guidance on the AUTHORS file to contributors | ||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #13971 from apolcyn/upmerge_v18x | Mehrdad Afshari | 2018-01-10 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Upmerge v1.8.x into master | ||
* \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #13970 from grpc/revert-13857-lb_policy_ref_simplification | Yash Tibrewal | 2018-01-10 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | | | Revert "Simplify LB policy refcounting." | ||
| | | * | | | | | | | | | Reformat CONTRIBUTING.md | Mehrdad Afshari | 2018-01-10 |
| | | | | | | | | | | | | |||
| | | * | | | | | | | | | Add guidance on the AUTHORS file to contributors | Mehrdad Afshari | 2018-01-10 |
| |_|/ / / / / / / / / |/| | | | | | | | | | | |||
| | * | | | | | | | | | Merge remote-tracking branch 'upstream/v1.8.x' into upmerge_v18x | Alexander Polcyn | 2018-01-10 |
| |/| | | | | | | | | |/| | | | | | | | | | |