Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #16764 from yashykt/keepaliv_status | Yash Tibrewal | 2018-10-05 |
|\ | | | | | Keepalive watchdog firing should return status UNAVAILABLE | ||
* \ | 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 | ||
| * | | | | reviewer comments | ncteisen | 2018-10-05 |
| | | | | | |||
* | | | | | Revert "Create and pass pollset_set to ALTS TSI handshaker" | Jan Tattermusch | 2018-10-05 |
| |_|_|/ |/| | | | |||
| * | | | reviewer feedback | ncteisen | 2018-10-04 |
| | | | | |||
| | * | | reviewer feedback | ncteisen | 2018-10-04 |
| | | | | |||
| | * | | Merge branch 'master' of https://github.com/grpc/grpc into channel-trace-size | ncteisen | 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 #16768 from guantaol/resolve_address_test | Guantao Liu | 2018-10-03 |
|\ \ \ \ | | | | | | | | | | | Fix the unknown argument issue in resolve_address_test.cc. | ||
* \ \ \ \ | Merge pull request #16742 from Capstan/cli-call-creds | Yang Gao | 2018-10-03 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix inverted logic for --call_creds=none. | ||
| | | | | * | Test changes | Yash Tibrewal | 2018-10-03 |
| | | | | | | |||
* | | | | | | Merge pull request #16716 from yashykt/interceptors_initial | Yash Tibrewal | 2018-10-03 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Create interfaces and initial plumbing for interception API | ||
| | | * | | | | Cover the case that there is no command-line argument. | Guantao Liu | 2018-10-02 |
| | | | | | | | |||
* | | | | | | | pass a pollset_set to ALTS TSI handshaker | Yihua Zhang | 2018-10-02 |
| | | | | | | | |||
| | | * | | | | Fix the unknown argument issue in resolve_address_test.cc | Guantao Liu | 2018-10-02 |
| |_|/ / / / |/| | | | | | |||
| | | * | | | Shard channelz stats by CPU | ncteisen | 2018-10-02 |
| | | | |/ | | | |/| | |||
| | | | * | Channel trace is limited by memory | ncteisen | 2018-10-02 |
| |_|_|/ |/| | | | |||
| * | | | 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 |
| |/ / |/| | | |||
* | | | Merge pull request #16735 from hcaseyal/delete_lookup_table | hcaseyal | 2018-10-01 |
|\ \ \ | | | | | | | | | Delete hpack lookup table | ||
| | | * | 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 |
| |_|/ |/| | | |||
| * | | Delete hpack lookup table | 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 |
| |/ |/| | |||
* | | Merge branch 'master' of https://github.com/grpc/grpc into channelz | ncteisen | 2018-09-25 |
|\ \ | |||
* | | | Don't test socket in core end2end test | ncteisen | 2018-09-24 |
| | | | |||
* | | | reviewer feedback | ncteisen | 2018-09-24 |
| | | | |||
| * | | Fix .bzl format | Juanli Shen | 2018-09-24 |
| | | | |||
| * | | Delete epollsig poller and tests using it | Vijay Pai | 2018-09-22 |
| | | | |||
| * | | Merge remote-tracking branch 'upstream/master' into fake_handshaker | Lizan Zhou | 2018-09-21 |
| |\ \ | |||
| * | | | add copyright header | Lizan Zhou | 2018-09-21 |
| | | | | | | | | | | | | | | | | Signed-off-by: Lizan Zhou <zlizan@google.com> | ||
| | * | | Warn on non-virtual destructor if class has virtual functions | Vijay Pai | 2018-09-20 |
| | | | | |||
| | * | | Merge pull request #16646 from vjpai/callback_codegen_client_unary | Vijay Pai | 2018-09-20 |
| | |\ \ | | | | | | | | | | | EXPERIMENTAL: Codegen for callback client unary calls | ||
| | * \ \ | Merge pull request #16629 from hcaseyal/fix_hpack_microbenchmarks | hcaseyal | 2018-09-20 |
| | |\ \ \ | | | |_|/ | | |/| | | Add benchmarks for on_initial_header | ||
| | | | * | Add a virtual destructor to the new class with virtual methods | Vijay Pai | 2018-09-20 |
| | | | | | |||
| | | * | | Destroy metadata buffer at end of benchmark loop | Hope Casey-Allen | 2018-09-20 |
| | | | | | |||
| | | * | | Reassign arena pointer instead of stomping on memory | Hope Casey-Allen | 2018-09-20 |
| | | | | | |||
| | * | | | Merge pull request #16488 from hcaseyal/hpack_static_table | hcaseyal | 2018-09-20 |
| | |\ \ \ | | | | | | | | | | | | | Hpack changes part 1: make grpc use the static hpack table on the encode path and optimize encoding | ||
| | | | | * | Make the core callback interface API so that it can be used in generated code | Vijay Pai | 2018-09-19 |
| | | | | | | |||
| | | | * | | Destroy arena at end of benchmark to not leak memory | Hope Casey-Allen | 2018-09-19 |
| | | | | | | |||
| | | | * | | Increase initial arena size to be more representative of real workload ↵ | Hope Casey-Allen | 2018-09-19 |
| | | | | | | | | | | | | | | | | | | | | | | | | scenario and increase frequency of recreating the arena to avoid oom | ||
| | | | * | | Move arena create outside of benchmark, format, and typo fix | Hope Casey-Allen | 2018-09-19 |
| | | | | | | |||
| | * | | | | Fix tag variable | Juanli Shen | 2018-09-19 |
| | | | | | |