aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Collapse)AuthorAge
* Warn on non-virtual destructor if class has virtual functionsGravatar Vijay Pai2018-09-20
|
* Merge pull request #16646 from vjpai/callback_codegen_client_unaryGravatar Vijay Pai2018-09-20
|\ | | | | EXPERIMENTAL: Codegen for callback client unary calls
* \ Merge pull request #16629 from hcaseyal/fix_hpack_microbenchmarksGravatar hcaseyal2018-09-20
|\ \ | | | | | | Add benchmarks for on_initial_header
| | * Add a virtual destructor to the new class with virtual methodsGravatar Vijay Pai2018-09-20
| | |
| * | Destroy metadata buffer at end of benchmark loopGravatar Hope Casey-Allen2018-09-20
| | |
| * | Reassign arena pointer instead of stomping on memoryGravatar Hope Casey-Allen2018-09-20
| | |
| * | Destroy arena at end of benchmark to not leak memoryGravatar Hope Casey-Allen2018-09-19
| | |
| * | Increase initial arena size to be more representative of real workload ↵Gravatar Hope Casey-Allen2018-09-19
| | | | | | | | | | | | scenario and increase frequency of recreating the arena to avoid oom
| * | Move arena create outside of benchmark, format, and typo fixGravatar Hope Casey-Allen2018-09-19
| | |
* | | Fix tag variableGravatar Juanli Shen2018-09-19
| | |
| | * Merge branch 'master' into callback_codegen_client_unaryGravatar Vijay Pai2018-09-19
| | |\ | |_|/ |/| |
* | | Merge pull request #16655 from vjpai/callback_tidyGravatar Vijay Pai2018-09-19
|\ \ \ | | | | | | | | Callback API: Fix clang-tidy concerns
* \ \ \ Merge pull request #16651 from AspirinSJL/improve_force_creationGravatar Juanli Shen2018-09-19
|\ \ \ \ | | | | | | | | | | Change force_creation from atm to bool
* \ \ \ \ Merge pull request #16624 from vjpai/callback_alarmsGravatar Vijay Pai2018-09-19
|\ \ \ \ \ | | | | | | | | | | | | EXPERIMENTAL: Add callback-based alarms
| | | * | | Fix clang-tidy concernsGravatar Vijay Pai2018-09-19
| |_|/ / / |/| | | |
| | * | | Change force_creation from atm to boolGravatar Juanli Shen2018-09-19
| | | | |
| | | | * Add more test casesGravatar Vijay Pai2018-09-18
| | | | |
| | | | * Fix conflictGravatar Vijay Pai2018-09-18
| | | | |
| | | | * Merge branch 'master' into callback_codegen_client_unaryGravatar Vijay Pai2018-09-18
| | | | |\ | |_|_|_|/ |/| | | |
| | | | * Add a testGravatar Vijay Pai2018-09-18
| | | | |
* | | | | Merge pull request #16638 from vjpai/callback_exceptionsGravatar Vijay Pai2018-09-18
|\ \ \ \ \ | | | | | | | | | | | | EXPERIMENTAL: Catch exceptions in user callbacks
| | | | | * fix golden fileGravatar Vijay Pai2018-09-18
| | | | |/ | | | |/|
* | | / | Only output stats if they were collectedGravatar Noah Eisen2018-09-17
| |_|/ / |/| | |
| * | | Catch exceptions in user callbacksGravatar Vijay Pai2018-09-14
|/ / /
| | * Fixing benchmark name and adding a new oneGravatar Hope Casey-Allen2018-09-13
| |/ |/|
| * Add callback-based alarmsGravatar Vijay Pai2018-09-13
|/
* Merge pull request #16299 from Capstan/cli-client-certGravatar Yang Gao2018-09-13
|\ | | | | Add flags to use client certs for cli.
* \ Merge pull request #16611 from adelez/long_connGravatar adelez2018-09-12
|\ \ | | | | | | Added long_connection test.
| * | Change the test name to long_lived_channelGravatar Adele Zhou2018-09-12
| | |
| * | Added long_connection test.Gravatar Adele Zhou2018-09-12
| | |
* | | Merge pull request #16492 from vjpai/client_callbackGravatar Vijay Pai2018-09-12
|\ \ \ | |/ / |/| | EXPERIMENTAL: C++ generic client-side unary callback API
* | | Merge pull request #16420 from apolcyn/localhost_windows_hackGravatar apolcyn2018-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-aresGravatar Alexander Polcyn2018-09-11
| | | |
* | | | Merge pull request #16360 from ncteisen/channelz-cpp-serverGravatar Noah Eisen2018-09-11
|\ \ \ \ | |/ / / |/| | | Channelz++ Part 3: GetServers Support
| | | * Revert "Use grpc_slice_unref_internal"Gravatar Nathan Herring2018-09-11
| | | | | | | | | | | | | | | | This reverts commit 147826a909cc60d963c34b919417ce7a888e29ce.
| | | * Revert "Missing #include"Gravatar Nathan Herring2018-09-11
| | | | | | | | | | | | | | | | This reverts commit 234fdc6fbf68aa6c29990db7c7ddcface3355cb5.
* | | | Revert "Second attempt: Implement Watch method in health check service."Gravatar Mark D. Roth2018-09-10
| | | |
| * | | Merge branch 'master' of https://github.com/grpc/grpc into channelz-cpp-serverGravatar ncteisen2018-09-10
| |\ \ \ | |/ / / |/| | |
* | | | Merge branch 'master' of https://github.com/grpc/grpc into channelz-serverGravatar ncteisen2018-09-10
|\ \ \ \
* \ \ \ \ Merge branch 'master' of https://github.com/grpc/grpc into channelz-serverGravatar ncteisen2018-09-10
|\ \ \ \ \
| | * \ \ \ Merge branch 'master' of https://github.com/grpc/grpc into channelz-cppGravatar ncteisen2018-09-10
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #16055 from ncteisen/channelz-subchannelsGravatar Noah Eisen2018-09-10
| |\ \ \ \ \ | | | | | | | | | | | | | | Channelz Part 4: Add Subchannel Support
| | | | | | * Merge branch 'master' into cli-client-certGravatar Nathan Herring2018-09-10
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge pull request #16297 from Capstan/cli-call-credsGravatar Yang Gao2018-09-09
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Create a --call_creds flag for grpc_cli.
| | | | * \ \ \ Merge branch 'channelz-subchannels' into channelz-cppGravatar ncteisen2018-09-08
| | | | |\ \ \ \ | | | | |/ / / / | | | |/| | | |
* | | | | | | | Merge branch 'channelz-subchannels' into channelz-serverGravatar ncteisen2018-09-08
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannelsGravatar ncteisen2018-09-08
| |\| | | | | |
| | | | * | | | reviewer feedbackGravatar ncteisen2018-09-07
| | | | | | | |
| | * | | | | | Merge pull request #16574 from markdroth/health_checking_serviceGravatar Mark D. Roth2018-09-07
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Second attempt: Implement Watch method in health check service.
| | * | | | | | | naming bugfixGravatar Bill Feng2018-09-06
| | | | | | | | |