aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Collapse)AuthorAge
* Add helper function to supply and parse error_details from Status.Gravatar yang-g2017-04-11
|
* Merge pull request #10524 from yang-g/error_detailsGravatar Yang Gao2017-04-10
|\ | | | | Support C++ (binary) error_details
* \ Merge pull request #10531 from sreecha/bm_cq_asanGravatar Sree Kuchibhotla2017-04-09
|\ \ | | | | | | Fix asan bug in bm_cq_multiple_threads
* \ \ Merge pull request #10509 from apolcyn/json_driver_rpc_loggerGravatar apolcyn2017-04-09
|\ \ \ | | | | | | | | create a grpc client qps test logging reporter
| | * | Fix asan and tsan bugs. Simplify the codeGravatar Sree Kuchibhotla2017-04-08
| | | |
| * | | create a grpc client qps test logging reporterGravatar Alexander Polcyn2017-04-08
| | | |
| | * | Fix asan bugGravatar Sree Kuchibhotla2017-04-07
| |/ / |/| |
| | * support C++ error_detailsGravatar yang-g2017-04-07
| | |
* | | Merge pull request #10432 from alenkacz/patch-1Gravatar Yuchen Zeng2017-04-07
|\ \ \ | |_|/ |/| | Print out some cli error message for getservices
* | | Merge pull request #10467 from sreecha/bm_cq_multi_threadsGravatar Sree Kuchibhotla2017-04-06
|\ \ \ | | | | | | | | Microbenchmark for measuring impact of multiple threads calling cq_next
| * | | Print items/sec metric at the endGravatar Sree Kuchibhotla2017-04-06
| | | |
| * | | Merge branch 'master' into bm_cq_multi_threadsGravatar Sree Kuchibhotla2017-04-05
| |\ \ \ | | | |/ | | |/|
* | | | Merge github.com:grpc/grpc into dynamic_tcp_sizingGravatar Craig Tiller2017-04-05
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #10469 from ctiller/xyzGravatar Craig Tiller2017-04-05
| |\ \ \ | | | | | | | | | | Add profiling annotations
| | | * | minor changeGravatar Sree Kuchibhotla2017-04-04
| | | | |
| * | | | Add UpdateActions to the interop client helperGravatar Yuchen Zeng2017-04-04
| | | | |
| | | * | use wallclockGravatar Sree Kuchibhotla2017-04-04
| | | | |
| | * | | Add profiling annotationsGravatar Craig Tiller2017-04-04
| | | | |
| | | * | Microbenchmark for measuring impact of multiple threads calling cq_nextGravatar Sree Kuchibhotla2017-04-04
| | |/ /
* | | | Merge github.com:grpc/grpc into dynamic_tcp_sizingGravatar Craig Tiller2017-04-04
|\ \ \ \
| | * \ \ Merge github.com:grpc/grpc into minimalGravatar Craig Tiller2017-04-04
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #9949 from ctiller/new_transport_opGravatar Craig Tiller2017-04-04
| |\ \ \ \ | | | | | | | | | | | | Convert stream ops to a control + payload structure
| * | | | | Add option to limit # of messages per stream with testsGravatar Vijay Pai2017-04-03
| | |_|/ / | |/| | |
| | * | | review feedbackGravatar Craig Tiller2017-04-03
| | | | |
| | | | * Print out some cli error message for getservicesGravatar Alena Varkockova2017-04-02
| | |_|/ | |/| | | | | | | | | | | | | | Currently, when you cann grpc_cli ls on an endpoint that does not have service reflection, the cli just silently ends without printing out any error or message. This PR should fix that.
| | | * Reorganize ext treeGravatar Craig Tiller2017-03-31
| | |/ | |/| | | | | | | | | | - filters live under filters - lb_policy, resolver implementations (being part of client_channel) live under client_channel
| | * Review feedback: bikeshedding roundGravatar Craig Tiller2017-03-31
| | |
| | * Fix crashesGravatar Craig Tiller2017-03-31
| | |
| | * Merge github.com:grpc/grpc into new_transport_opGravatar Craig Tiller2017-03-31
| | |\ | | |/ | |/|
* | | Merge branch 'atomic-timers' into dynamic_tcp_sizingGravatar Craig Tiller2017-03-31
|\| |
* | | Fix compileGravatar Craig Tiller2017-03-31
| | |
| * | Fix build on macGravatar Craig Tiller2017-03-31
|/ /
* | Merge pull request #10348 from sreecha/init-free-cqGravatar Sree Kuchibhotla2017-03-30
|\ \ | | | | | | Do not call grpc_init() for per-call-completion-queues created by a C++ sync server
| | * Merge github.com:grpc/grpc into new_transport_opGravatar Craig Tiller2017-03-30
| | |\ | |_|/ |/| |
* | | Merge pull request #9780 from ctiller/cpp_bazelnessGravatar Nicolas Noble2017-03-30
|\ \ \ | | | | | | | | More C++ Bazel support
* \ \ \ Merge pull request #10329 from ctiller/b64mbGravatar Craig Tiller2017-03-30
|\ \ \ \ | | | | | | | | | | Add benchmarks of chttp2 performance for -bin headers
| | | | * fixesGravatar Craig Tiller2017-03-29
| | | | |
| | | | * Merge github.com:grpc/grpc into new_transport_opGravatar Craig Tiller2017-03-29
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #10331 from vjpai/asyncGravatar Vijay Pai2017-03-29
|\ \ \ \ \ | | | | | | | | | | | | Make sure that we hold contents of async operation until completion
| | | | | * Merge github.com:grpc/grpc into new_transport_opGravatar Craig Tiller2017-03-29
| | | | | |\ | |_|_|_|_|/ |/| | | | |
| | * | | | Fix leakGravatar Craig Tiller2017-03-29
| | | | | |
| | | | * | Add a benchmarkGravatar Sree Kuchibhotla2017-03-29
| |_|_|/ / |/| | | |
| | | * | Merge branch 'master' of https://github.com/grpc/grpc into cpp_bazelnessGravatar Nicolas "Pixel" Noble2017-03-29
| | | |\ \ | |_|_|/ / |/| | | |
| | | | * Merge github.com:grpc/grpc into new_transport_opGravatar Craig Tiller2017-03-28
| | | | |\
| * | | | | Make sure that we hold contents of async operation until completion.Gravatar Vijay Pai2017-03-27
| | |_|_|/ | |/| | |
* | | | | Merge branch 'master' into stream_corked_prGravatar Yuxuan Li2017-03-27
|\| | | |
* | | | | Merge branch 'master' into stream_corked_prGravatar Yuxuan Li2017-03-27
|\ \ \ \ \
| | | * | | Add a benchmark of base16 encodingGravatar Craig Tiller2017-03-27
| | |/ / /
| | | * | Clang-format.Gravatar Nicolas "Pixel" Noble2017-03-27
| | | | |
| | | * | Merge branch 'master' of https://github.com/grpc/grpc into cpp_bazelnessGravatar Nicolas "Pixel" Noble2017-03-27
| | | |\ \ | | | |/ / | | |/| |