Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add GetServer to core | ncteisen | 2018-10-24 |
| | |||
* | Client-side health checking support. | Mark D. Roth | 2018-10-24 |
| | |||
* | Fail wait_for_ready=false RPCs when channel is in TRANSIENT_FAILURE. | Mark D. Roth | 2018-10-24 |
| | |||
* | Merge pull request #16727 from apolcyn/grpclb_interop_master | apolcyn | 2018-10-23 |
|\ | | | | | Add a grpclb-in-DNS interop test suite | ||
* \ | Merge pull request #16873 from AspirinSJL/add_interop | Juanli Shen | 2018-10-23 |
|\ \ | | | | | | | Add interop test into bazel build | ||
| | * | Add a grpclb-in-DNS interop test suite | Alex Polcyn | 2018-10-23 |
| |/ |/| | |||
| * | Add interop test into bazel build | Juanli Shen | 2018-10-22 |
| | | |||
* | | Merge pull request #16933 from ncteisen/fix-microbenchmarks | Noah Eisen | 2018-10-18 |
|\ \ | | | | | | | Remove Uneeded Header from Benchmark | ||
* \ \ | Merge pull request #16903 from grpc/revert-16902-revert-16766-master | Yang Gao | 2018-10-18 |
|\ \ \ | | | | | | | | | Revert "Revert "grpc_cli json support"" | ||
| | * | | Remove uneeded header | ncteisen | 2018-10-18 |
| |/ / |/| | | |||
* | | | Merge pull request #16697 from markdroth/health_checking_service | Mark D. Roth | 2018-10-18 |
|\ \ \ | | | | | | | | | Third attempt: Implement Watch method in health check service. | ||
* \ \ \ | Merge pull request #16914 from soheilhy/worktree-bench | Soheil Hassas Yeganeh | 2018-10-17 |
|\ \ \ \ | | | | | | | | | | | Fix bazel for //test/cpp/microbenchmarks/... | ||
| * | | | | Fix bazel for //test/cpp/microbenchmarks/... | Soheil Hassas Yeganeh | 2018-10-17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fix a build failure due to missed dependency and add the bm_create_call benchmark to the build targets. | ||
| | * | | | Merge remote-tracking branch 'upstream/master' into health_checking_service | Mark D. Roth | 2018-10-17 |
| | |\ \ \ | |_|/ / / |/| | | | | |||
| | | * | | Revert "Revert "grpc_cli json support"" | Yang Gao | 2018-10-16 |
| |_|/ / |/| | | | |||
* | | | | Revert "grpc_cli json support" | David G. Quintas | 2018-10-16 |
|/ / / | |||
| * | | Merge remote-tracking branch 'upstream/master' into health_checking_service | Mark D. Roth | 2018-10-16 |
| |\ \ | |/ / |/| | | |||
* | | | Merge pull request #16766 from gfecher/master | Yang Gao | 2018-10-16 |
|\ \ \ | | | | | | | | | grpc_cli json support | ||
| * | | | Reformatted code as per clang-format | Feso | 2018-10-16 |
| | | | | |||
| | * | | Merge remote-tracking branch 'upstream/master' into health_checking_service | Mark D. Roth | 2018-10-15 |
| | |\ \ | |_|/ / |/| | | | |||
* | | | | Revert "Add c++ google default creds to cloud to prod auth scenarios" | Jan Tattermusch | 2018-10-15 |
| |_|/ |/| | | |||
| * | | Refactored based on code review | Feso | 2018-10-13 |
| | | | |||
* | | | Merge pull request #16807 from mhaidrygoog/callback_unary_benchmark | Moiz Haidry | 2018-10-12 |
|\ \ \ | | | | | | | | | Benchmark test for unary callback based RPCs in gRPC | ||
* \ \ \ | Merge pull request #16841 from apolcyn/add_cpp_gcd_to_cloud_to_prod_auth | apolcyn | 2018-10-11 |
|\ \ \ \ | | | | | | | | | | | Add c++ google default creds to cloud to prod auth scenarios | ||
* | | | | | Move check closer to relevant code | Hope Casey-Allen | 2018-10-11 |
| | | | | | |||
* | | | | | Add metadata streaming tests | Hope Casey-Allen | 2018-10-11 |
| | | | | | |||
| * | | | | Add c++ google default creds to cloud to prod auth scenarios | Alexander Polcyn | 2018-10-11 |
| | | | | | |||
| | * | | | Code sanitization | Moiz Haidry | 2018-10-10 |
| | | | | | |||
| | * | | | Addressed Vijay's code review comments | Moiz Haidry | 2018-10-10 |
| | | | | | |||
* | | | | | C++ Channelz GetServerSockets Support | ncteisen | 2018-10-09 |
| | | | | | |||
| | * | | | Benchmark test for callback unary gRPC | Moiz Haidry | 2018-10-08 |
| |/ / / | | | | | | | | | | | | | Every thread intitiates multiple RPCs. The Callback of the unary RPC then issues a new RPC and this goes until the benchmark shuts down. For shutdown the main thread waits on a conditional variable. After shutdown the callbacks increment a rpcs done variable and once the the rpcs done equate the the total number of outstanding rpcs, the last callback performing the increment operation also issues a signal to wake up the main thread. The mainthread process to join the other threads and perform cleanup | ||
* | | | | Merge branch 'master' of https://github.com/grpc/grpc into ↵ | ncteisen | 2018-10-05 |
|\| | | | | | | | | | | | | | | | channelz-server-sockets | ||
* | | | | Fix two build breakages | ncteisen | 2018-10-04 |
| | | | | |||
| * | | | Merge branch 'master' of https://github.com/grpc/grpc into channel-trace-size | ncteisen | 2018-10-04 |
| |\ \ \ | |||
* | | | | | reviewer feedback | ncteisen | 2018-10-04 |
| |/ / / |/| | | | |||
| | * | | Merge remote-tracking branch 'upstream/master' | Feso | 2018-10-04 |
| | |\ \ | |||
* | | | | | Split grpc_cli target into two targets | Spencer Fang | 2018-10-04 |
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | Let's have a util target that contains everything except for the CLI front end. This way, users can depend on the util classes without any risk of CLI flag collisions. | ||
* | | | | Merge pull request #16742 from Capstan/cli-call-creds | Yang Gao | 2018-10-03 |
|\ \ \ \ | | | | | | | | | | | Fix inverted logic for --call_creds=none. | ||
* \ \ \ \ | Merge pull request #16716 from yashykt/interceptors_initial | Yash Tibrewal | 2018-10-03 |
|\ \ \ \ \ | | | | | | | | | | | | | Create interfaces and initial plumbing for interception API | ||
| | | * | | | Channel trace is limited by memory | ncteisen | 2018-10-02 |
| |_|/ / / |/| | | | | |||
| | | * | | grpc_cli json support | Feso | 2018-10-03 |
| |_|/ / |/| | | | |||
| * | | | Merge branch 'master' into interceptors_initial | Yash Tibrewal | 2018-10-02 |
| |\ \ \ | |||
* | | | | | Fix the unused result error in client_channel_stress_test.cc. | Guantao Liu | 2018-10-01 |
| |/ / / |/| | | | |||
| | * | | Fix inverted logic for --call_creds=none. | Nathan Herring | 2018-10-01 |
| | | | | | | | | | | | | | | | | Fixes #16622. Follow up to change 6e3938c. Thanks to @bluecmd for pointing it out. | ||
* | | | | Add documentation for running microbenchmarks with other tooling | Hope Casey-Allen | 2018-09-28 |
| |/ / |/| | | |||
* | | | Channelz C++ Socket support | ncteisen | 2018-09-27 |
| | | | |||
* | | | reviewer feedback | ncteisen | 2018-09-27 |
| | | | |||
* | | | reviewer feedback | ncteisen | 2018-09-27 |
| | | | |||
* | | | Simplifiy transport querying function | ncteisen | 2018-09-27 |
| | | | |||
| * | | Create interfaces and initial plumbing for interception API | Yash Tibrewal | 2018-09-26 |
|/ / |