Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Starting on server interceptors | Yash Tibrewal | 2018-10-16 |
| | |||
* | Add more tests for client interceptors | Yash Tibrewal | 2018-10-16 |
| | |||
* | Adding a test | Yash Tibrewal | 2018-10-16 |
| | |||
* | Merge branch 'master' of https://github.com/grpc/grpc into channelz-pagination | ncteisen | 2018-10-16 |
|\ | |||
| * | Merge pull request #16766 from gfecher/master | Yang Gao | 2018-10-16 |
| |\ | | | | | | | grpc_cli json support | ||
| * \ | Merge pull request #16854 from jtattermusch/bazel_test_adjustments | Jan Tattermusch | 2018-10-16 |
| |\ \ | | | | | | | | | Align some build.yaml test names with bazel counterparts | ||
| * \ \ | Merge pull request #16884 from ncteisen/stats | Noah Eisen | 2018-10-15 |
| |\ \ \ | | | | | | | | | | | Only Print Stats if Collected | ||
| | | | * | Reformatted code as per clang-format | Feso | 2018-10-16 |
| | | | | | |||
| * | | | | Merge branch 'master' of https://github.com/grpc/grpc into channelz | ncteisen | 2018-10-15 |
| |\ \ \ \ | |||
| | | * | | | reviewer feedback | ncteisen | 2018-10-15 |
| | | | | | | |||
| | | * | | | Only print stats if coleected | ncteisen | 2018-10-15 |
| | | | | | | |||
| | * | | | | Revert "Add c++ google default creds to cloud to prod auth scenarios" | Jan Tattermusch | 2018-10-15 |
| | |/ / / | |||
| * | | | | reviewer feedback | ncteisen | 2018-10-14 |
| | | | | | |||
| * | | | | erge branch 'master' of https://github.com/grpc/grpc into channelz | ncteisen | 2018-10-14 |
| |\| | | | |||
| * | | | | reviewer feedback | ncteisen | 2018-10-14 |
| | | | | | |||
| | | | * | 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 | ||
* | | | | | | Support channelz pagination | ncteisen | 2018-10-12 |
| |/ / / / |/| | | | | |||
| * | | | | Enable channelz by default | ncteisen | 2018-10-12 |
|/ / / / | |||
| | * / | rename bazel stream_compress_test to stream_compression_test | Jan Tattermusch | 2018-10-12 |
| |/ / |/| | | |||
* | | | 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 | ||
* \ \ \ | Merge pull request #16843 from hcaseyal/add_metadata_tests | hcaseyal | 2018-10-11 |
|\ \ \ \ | | | | | | | | | | | Add metadata streaming tests | ||
* \ \ \ \ | Merge pull request #16792 from ↵ | yihuaz | 2018-10-11 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | grpc/revert-16791-revert-16695-pass_pollset_set_tsi_handshaker Revert "Revert "Create and pass pollset_set to ALTS TSI handshaker"" | ||
| | * | | | | 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 |
| | | | | | |||
* | | | | | unify fallthrough comment in switch statements | Jan Tattermusch | 2018-10-10 |
| | | | | | |||
* | | | | | C++ Channelz GetServerSockets Support | ncteisen | 2018-10-09 |
| | | | | | |||
* | | | | | Merge pull request #16760 from ncteisen/channelz-server-sockets | Noah Eisen | 2018-10-09 |
|\ \ \ \ \ | | | | | | | | | | | | | Channelz Part 8: Get Server Sockets | ||
* \ \ \ \ \ | Merge pull request #16788 from ncteisen/channelz-registry | Noah Eisen | 2018-10-09 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add Compaction to Channelz Registry | ||
| | | | | * | | 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 pull request #16797 from guantaol/settings_timeout_test | Guantao Liu | 2018-10-08 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | Fix the test failure with callback-based polling. | ||
| | * | | | | Add pop_back test | ncteisen | 2018-10-05 |
| | | | | | | |||
* | | | | | | Merge pull request #16764 from yashykt/keepaliv_status | Yash Tibrewal | 2018-10-05 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Keepalive watchdog firing should return status UNAVAILABLE | ||
| | * | | | | | Fix the test failure with callback-based polling. | Guantao Liu | 2018-10-05 |
| |/ / / / / |/| | | | | | |||
| | * | | | | reviewer feedback | ncteisen | 2018-10-05 |
| | | | | | | |||
| | | * | | | Merge branch 'master' of https://github.com/grpc/grpc into ↵ | ncteisen | 2018-10-05 |
| | | |\ \ \ | |_|_|/ / / |/| | | | | | | | | | | | channelz-server-sockets | ||
* | | | | | | Merge pull request #16767 from ncteisen/channel-trace-size | Noah Eisen | 2018-10-05 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Limit Channel Trace by Memory | ||
| * | | | | | | remove stale commentS | ncteisen | 2018-10-05 |
| | | | | | | | |||
| | * | | | | | Merge branch 'master' into keepaliv_status | Yash Tibrewal | 2018-10-05 |
| | |\ \ \ \ \ | |||
* | | \ \ \ \ \ | Merge pull request #16765 from ncteisen/channelz-perf | Noah Eisen | 2018-10-05 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Shard Channelz Stats by CPU | ||
| | | | | | | * | | Add changes in #16782 | Yihua Zhang | 2018-10-05 |
| | | | | | | | | | |||
| * | | | | | | | | reviewer comments | ncteisen | 2018-10-05 |
| | | | | | | | | | |||
| | | | | | | * | | Revert "Revert "Create and pass pollset_set to ALTS TSI handshaker"" | yihuaz | 2018-10-05 |
| |_|_|_|_|_|/ / |/| | | | | | | | |||
* | | | | | | | | Revert "Create and pass pollset_set to ALTS TSI handshaker" | Jan Tattermusch | 2018-10-05 |
| |_|_|/ / / / |/| | | | | | | |||
| | | | | * | | Fix two build breakages | ncteisen | 2018-10-04 |
| | | | | | | | |||
| * | | | | | | reviewer feedback | ncteisen | 2018-10-04 |
| | | | | | | | |||
| | | | * | | | Use the right new | ncteisen | 2018-10-04 |
| | | | | | | |