Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 #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 |
|/ / / | |||
| * | | 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 |
|/ | |||
* | 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 |
| | | | |||
| * | | 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 |
| | | | |||
| | * | Merge branch 'master' into callback_codegen_client_unary | Vijay Pai | 2018-09-19 |
| | |\ | |_|/ |/| | | |||
* | | | Merge pull request #16655 from vjpai/callback_tidy | Vijay Pai | 2018-09-19 |
|\ \ \ | | | | | | | | | Callback API: Fix clang-tidy concerns | ||
* \ \ \ | Merge pull request #16651 from AspirinSJL/improve_force_creation | Juanli Shen | 2018-09-19 |
|\ \ \ \ | | | | | | | | | | | Change force_creation from atm to bool | ||
* \ \ \ \ | Merge pull request #16624 from vjpai/callback_alarms | Vijay Pai | 2018-09-19 |
|\ \ \ \ \ | | | | | | | | | | | | | EXPERIMENTAL: Add callback-based alarms | ||
| | | * | | | Fix clang-tidy concerns | Vijay Pai | 2018-09-19 |
| |_|/ / / |/| | | | | |||
| | * | | | Change force_creation from atm to bool | Juanli Shen | 2018-09-19 |
| | | | | | |||
| | | | * | Add more test cases | Vijay Pai | 2018-09-18 |
| | | | | | |||
| | | | * | Fix conflict | Vijay Pai | 2018-09-18 |
| | | | | | |||
| | | | * | Merge branch 'master' into callback_codegen_client_unary | Vijay Pai | 2018-09-18 |
| | | | |\ | |_|_|_|/ |/| | | | | |||
| | | | * | Add a test | Vijay Pai | 2018-09-18 |
| | | | | | |||
* | | | | | Merge pull request #16638 from vjpai/callback_exceptions | Vijay Pai | 2018-09-18 |
|\ \ \ \ \ | | | | | | | | | | | | | EXPERIMENTAL: Catch exceptions in user callbacks | ||
| | | | | * | fix golden file | Vijay Pai | 2018-09-18 |
| | | | |/ | | | |/| | |||
* | | / | | Only output stats if they were collected | Noah Eisen | 2018-09-17 |
| |_|/ / |/| | | | |||
| * | | | Catch exceptions in user callbacks | Vijay Pai | 2018-09-14 |
|/ / / | |||
| | * | Fixing benchmark name and adding a new one | Hope Casey-Allen | 2018-09-13 |
| |/ |/| | |||
| * | Add callback-based alarms | Vijay Pai | 2018-09-13 |
|/ | |||
* | Merge pull request #16299 from Capstan/cli-client-cert | Yang Gao | 2018-09-13 |
|\ | | | | | Add flags to use client certs for cli. | ||
* \ | Merge pull request #16611 from adelez/long_conn | adelez | 2018-09-12 |
|\ \ | | | | | | | Added long_connection test. | ||
| * | | Change the test name to long_lived_channel | Adele Zhou | 2018-09-12 |
| | | | |||
| * | | Added long_connection test. | Adele Zhou | 2018-09-12 |
| | | | |||
* | | | Merge pull request #16492 from vjpai/client_callback | Vijay Pai | 2018-09-12 |
|\ \ \ | |/ / |/| | | EXPERIMENTAL: C++ generic client-side unary callback API | ||
* | | | Merge pull request #16420 from apolcyn/localhost_windows_hack | apolcyn | 2018-09-11 |
|\ \ \ | | | | | | | | | When using c-ares, resolve ip literals and Windows localhost on our own | ||
| * | | | Resolve ip literals and Windows localhost manually when using c-ares | Alexander Polcyn | 2018-09-11 |
| | | | | |||
* | | | | Merge pull request #16360 from ncteisen/channelz-cpp-server | Noah Eisen | 2018-09-11 |
|\ \ \ \ | |/ / / |/| | | | Channelz++ Part 3: GetServers Support | ||
| | | * | Revert "Use grpc_slice_unref_internal" | Nathan Herring | 2018-09-11 |
| | | | | | | | | | | | | | | | | This reverts commit 147826a909cc60d963c34b919417ce7a888e29ce. | ||
| | | * | Revert "Missing #include" | Nathan Herring | 2018-09-11 |
| | | | | | | | | | | | | | | | | This reverts commit 234fdc6fbf68aa6c29990db7c7ddcface3355cb5. |