Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Threading robustness | Craig Tiller | 2017-04-11 |
| | | | | | Move server startup to a separate thread. Where there is no opportunity for failure, do not return bool. | ||
* | Merge pull request #10562 from matt-kwong/pin-bazel-version-2 | Matt Kwong | 2017-04-11 |
|\ | | | | | Pin Bazel version to 0.4.4 in Dockerfile | ||
* \ | Merge pull request #10568 from y-zeng/fix_sanity | Yuchen Zeng | 2017-04-11 |
|\ \ | | | | | | | Fix sanity | ||
* \ \ | Merge pull request #10556 from murgatroid99/node_windows_warning_fix | Michael Lumish | 2017-04-11 |
|\ \ \ | | | | | | | | | Fix Windows warning in binding.gyp for Win10 console | ||
* \ \ \ | Merge pull request #9328 from trimbo/metadata_dns | jboeuf | 2017-04-11 |
|\ \ \ \ | | | | | | | | | | | Google Compute Metadata - use full DNS path | ||
* \ \ \ \ | Merge pull request #10501 from ctiller/epex2 | Craig Tiller | 2017-04-11 |
|\ \ \ \ \ | | | | | | | | | | | | | Split event notification out of ev_epoll_linux.c | ||
| | * | | | | Google Compute Metadata hostname fix | Chris Trimble | 2017-04-11 |
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | From within containers (or possibly other scenarios), the metadata hostname might not resolve on GCP. Setting this to the full path guarantees it will resolve. | ||
* | | | | | Merge pull request #10480 from jtattermusch/csharp_new_projects | Jan Tattermusch | 2017-04-11 |
|\ \ \ \ \ | | | | | | | | | | | | | C# new .csproj projects | ||
* \ \ \ \ \ | Merge pull request #10542 from jtattermusch/intptr_avoid_boxing | Jan Tattermusch | 2017-04-11 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Avoid boxing of IntPtr in CompletionRegistry | ||
| | * | | | | | address review comments | Jan Tattermusch | 2017-04-11 |
| | | | | | | | |||
* | | | | | | | Merge pull request #10521 from y-zeng/fix_max_idle | Yuchen Zeng | 2017-04-11 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix the max idle timer | ||
| | | | | | * | | Generate projects | Yuchen Zeng | 2017-04-10 |
| |_|_|_|_|/ / |/| | | | | | | |||
* | | | | | | | Merge pull request #10551 from matt-kwong/fix-csharp-docker | Matt Kwong | 2017-04-10 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Remove unnecessary C# dependency in Dockerfiles | ||
| | | | | | | * | Pin Bazel version to 0.4.4 in Dockerfile | Matt Kwong | 2017-04-10 |
| | | | | | | | | |||
* | | | | | | | | Merge pull request #10407 from kpayson64/alpine_linux_support | kpayson64 | 2017-04-10 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | Alpine linux support | ||
* | | | | | | | | Merge pull request #10537 from jboeuf/ssl_factory_cleanup | jboeuf | 2017-04-10 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Cleanup of tsi ssl handshaker factories. | ||
* \ \ \ \ \ \ \ \ | Merge pull request #10549 from jboeuf/new_ssl_roots | jboeuf | 2017-04-10 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Updating roots from Mozilla. | ||
| | | | | | | | | * | Node: fix Windows warning in binding.gyp for Win10 console | murgatroid99 | 2017-04-10 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||
| | | | * | | | | | Fix C# Dockerfiles | Matt Kwong | 2017-04-10 |
| | | | | | | | | | |||
* | | | | | | | | | Merge pull request #10518 from murgatroid99/node_express_benchmark_fix | Michael Lumish | 2017-04-10 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | Ignore a couple of errors in the Node express benchmark | ||
* | | | | | | | | | Merge pull request #10524 from yang-g/error_details | Yang Gao | 2017-04-10 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Support C++ (binary) error_details | ||
| | | * | | | | | | | Updating roots from Mozilla. | Julien Boeuf | 2017-04-10 |
| |_|/ / / / / / / |/| | | | | | | | | |||
| | | | | | * | | | avoid boxing of IntPtr | Jan Tattermusch | 2017-04-10 |
| |_|_|_|_|/ / / |/| | | | | | | | |||
* | | | | | | | | Merge pull request #10531 from sreecha/bm_cq_asan | Sree Kuchibhotla | 2017-04-09 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix asan bug in bm_cq_multiple_threads | ||
* \ \ \ \ \ \ \ \ | Merge pull request #10509 from apolcyn/json_driver_rpc_logger | apolcyn | 2017-04-09 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | create a grpc client qps test logging reporter | ||
| | | | | * | | | | | Cleanup of tsi ssl handshaker factories. | Julien Boeuf | 2017-04-09 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no reason why the client and server factories should be implementations from the same base. Doing the cleanup now so that implementation of the #10528 feature will be less noisy. Also, re-added tsi to clang-format which was dropped when moved from src/core/lib to src/core. | ||
| | * | | | | | | | | Fix asan and tsan bugs. Simplify the code | Sree Kuchibhotla | 2017-04-08 |
| | | | | | | | | | | |||
| * | | | | | | | | | create a grpc client qps test logging reporter | Alexander Polcyn | 2017-04-08 |
| | | | | | | | | | | |||
* | | | | | | | | | | Merge pull request #10517 from jtattermusch/cmake_as_subproject | Jan Tattermusch | 2017-04-08 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | Allow using gRPC as a cmake subproject | ||
| | | * | | | | | | | Fix asan bug | Sree Kuchibhotla | 2017-04-07 |
| |_|/ / / / / / / |/| | | | | | | | | |||
| | | * | | | | | | support C++ error_details | yang-g | 2017-04-07 |
| | | | | | | | | | |||
* | | | | | | | | | Merge pull request #10432 from alenkacz/patch-1 | Yuchen Zeng | 2017-04-07 |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | Print out some cli error message for getservices | ||
| | | | | | * | | | Fix the max idle timer | Yuchen Zeng | 2017-04-07 |
| | | | |_|/ / / | | | |/| | | | | |||
| | | | * | | | | Ignore a couple of errors in the Node express benchmark | murgatroid99 | 2017-04-07 |
| |_|_|/ / / / |/| | | | | | | |||
* | | | | | | | Merge pull request #10211 from muxi/fix-maybe-embiggen | Muxi Yan | 2017-04-07 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix unnecessary slice moving in slice_buffer.c:maybe_embiggen | ||
* \ \ \ \ \ \ \ | Merge pull request #10492 from ncteisen/error-overflow | Noah Eisen | 2017-04-07 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix Error Overflow Bug | ||
| | | | * | | | | | allow using gRPC as a cmake subproject | Jan Tattermusch | 2017-04-07 |
| |_|_|/ / / / / |/| | | | | | | | |||
| | | | | | * | | remove global.json | Jan Tattermusch | 2017-04-07 |
| | | | | | | | | |||
| | | | | | * | | update docs | Jan Tattermusch | 2017-04-07 |
| | | | | | | | | |||
| | | | | | * | | fix package downgrade warning in dotnet restore | Jan Tattermusch | 2017-04-07 |
| | | | | | | | | |||
| | | | | | * | | update init perf worker script | Jan Tattermusch | 2017-04-07 |
| | | | | | | | | |||
| | | | | | * | | fix C# build_packages scripts | Jan Tattermusch | 2017-04-07 |
| | | | | | | | | |||
| | | | | | * | | adjust run_tests scripts | Jan Tattermusch | 2017-04-07 |
| | | | | | | | | |||
| | | | | | * | | Initial migration to new .csproj files | Jan Tattermusch | 2017-04-07 |
| |_|_|_|_|/ / |/| | | | | | | |||
* | | | | | | | Merge pull request #10393 from grpc/wenbozhu-patch-1 | Stanley Cheung | 2017-04-06 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Update PROTOCOL-WEB.md | ||
* \ \ \ \ \ \ \ | Merge pull request #10496 from jtattermusch/csharp_distribtest_use_windowsbuilt | Jan Tattermusch | 2017-04-07 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Switch C# distribtest to use windows-built nugets | ||
* \ \ \ \ \ \ \ \ | Merge pull request #10500 from jtattermusch/upmerge_v12x | Jan Tattermusch | 2017-04-07 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Upmerge from upstream/v1.2.x to master | ||
* \ \ \ \ \ \ \ \ \ | Merge pull request #10158 from muxi/port-10157 | Muxi Yan | 2017-04-06 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Port #10157: Advance ProtoCompiler version and fix podspecs | ||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #10467 from sreecha/bm_cq_multi_threads | Sree Kuchibhotla | 2017-04-06 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Microbenchmark for measuring impact of multiple threads calling cq_next | ||
* \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #10231 from ctiller/dynamic_tcp_sizing | Craig Tiller | 2017-04-06 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Dynamically adjust TCP read buffer size |