aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Expand)AuthorAge
...
| | | * | | | | | | Resolve pernicious race between destructor and thread functions by insisting ...Gravatar Vijay Pai2016-07-13
| | | | | | | * | | Avoid using certain C++11-isms with grpc::thread, as it's not necessarily std...Gravatar Nicolas "Pixel" Noble2016-07-14
| | | | | | |/ / /
| | * | | | | | | Fix some failuresGravatar Craig Tiller2016-07-13
| | | * | | | | | Temporary workaround by setting up a deadline on server shutdown.Gravatar Vijay Pai2016-07-13
| | * | | | | | | Merge github.com:grpc/grpc into delayed-writeGravatar Craig Tiller2016-07-13
| | |\ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| | | * | | | | | Unify and make consistent the per-thread shutdown processGravatar Vijay Pai2016-07-13
| | * | | | | | | Dont stall shutting down serverGravatar Craig Tiller2016-07-13
| | * | | | | | | get timeouts working on run_tests.py againGravatar Craig Tiller2016-07-13
| | * | | | | | | Better fine-tuningGravatar Craig Tiller2016-07-12
| | * | | | | | | Get json_run_localhost working againGravatar Craig Tiller2016-07-12
| | * | | | | | | Get json_run_localhost working againGravatar Craig Tiller2016-07-12
| | * | | | | | | Actually run json_run_localhost testsGravatar Craig Tiller2016-07-12
| | * | | | | | | Make request freelists per cq, to allow drastically higher requested call countsGravatar Craig Tiller2016-07-12
| | | | | | | | * Merge remote-tracking branch 'upstream/master' into filter_apiGravatar Mark D. Roth2016-07-12
| | | | | | | | |\ | | | | | | | |_|/ | | | | | | |/| |
| | * | | | | | | Ensure timely response to marksGravatar Craig Tiller2016-07-12
* | | | | | | | | Merge remote-tracking branch 'upstream/master' into sliceGravatar yang-g2016-07-12
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | * | | | | | | Make Server::Wait work for async only server.Gravatar yang-g2016-07-11
| |/ / / / / / /
| | * | | | | | Merge github.com:grpc/grpc into delayed-writeGravatar Craig Tiller2016-07-11
| | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | | | | | | * Move use of nullptr into grpc namespace, so that the hack in config.hGravatar Mark D. Roth2016-07-11
| | | | | | | * Add include to fix gcc-4.4 problem.Gravatar Mark D. Roth2016-07-11
| | | * | | | | Fix some shutdown errors related to CQ/join orderingGravatar Vijay Pai2016-07-08
| | | * | | | | Merge branch 'verbose_errors' into histoGravatar Vijay Pai2016-07-08
| | | |\ \ \ \ \
| | | * | | | | | Stop holding histogram for a long timeGravatar Vijay Pai2016-07-08
| | | | | * | | | Read from stdinGravatar Yuchen Zeng2016-07-07
| | * | | | | | | Fix high seqno tests, up runtimes for benchmark tests to flush more bugsGravatar Craig Tiller2016-07-07
| | | | | * | | | Fix typosGravatar Yuchen Zeng2016-07-07
| | | | | * | | | Update docsGravatar Yuchen Zeng2016-07-07
| | | | | * | | | Support server reflection in CLIGravatar Yuchen Zeng2016-07-07
| | | | * | | | | Add more information so that we can have a meaningful exit codeGravatar Vijay Pai2016-07-07
| | * | | | | | | Better fix for flow control bugGravatar Craig Tiller2016-07-07
| | |/ / / / / /
| * | | | | | | Merge branch 'master' into stress_test_metrics_fixGravatar Sree Kuchibhotla2016-07-07
| |\| | | | | |
| | | * | | | | Reduce assertions, use status codes, increase verbosity on errorsGravatar vjpai2016-07-06
| | |/ / / / /
| | | | | | * Merge branch 'filter_call_init_failure' into filter_apiGravatar Mark D. Roth2016-07-01
| | | | | | |\ | | | | |_|_|/ | | | |/| | |
| | * / | | | Expunge all references to zookeeperGravatar Craig Tiller2016-07-01
| | |/ / / /
| * | | | | Merge branch 'master' into stress_test_metrics_fixGravatar Sree Kuchibhotla2016-06-30
| |\| | | |
| | | | | * Move channel_filter.h from include/ tree to src/ tree.Gravatar Mark D. Roth2016-06-29
| * | | | | Fix cout error stringGravatar Sree Kuchibhotla2016-06-29
| | | | | * Merge branch 'filter_call_init_failure' into filter_apiGravatar Mark D. Roth2016-06-29
| | | | | |\
| | | | * | | added some includesGravatar David Garcia Quintas2016-06-28
| | * | | | | Merge pull request #7095 from ctiller/all_calls_togetherGravatar Craig Tiller2016-06-28
| | |\ \ \ \ \
| | | | | * | | make gcc 4.4 happyGravatar David Garcia Quintas2016-06-28
| | | | | * | | clang-formatGravatar David Garcia Quintas2016-06-28
| * | | | | | | Fix metrics client loggingGravatar Sree Kuchibhotla2016-06-27
| | * | | | | | Merge pull request #7019 from dgquintas/wrong_msg_interop_client_cppGravatar Jan Tattermusch2016-06-27
| |/| | | | | |
| | | * | | | | Colocate calls for the same channel on the same CQGravatar Craig Tiller2016-06-27
| | * | | | | | printf portability sucksGravatar David Garcia Quintas2016-06-27
| | | | | | * | Initial attempt at a C++ wrapper for the C grpc_transport_op andGravatar Mark D. Roth2016-06-27
| * | | | | | | Merge github.com:grpc/grpc into reuse_portGravatar Craig Tiller2016-06-26
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | Merge pull request #6798 from jboeuf/fix_3803Gravatar Jan Tattermusch2016-06-24
| | |\ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
* | / | | | | | Add API to get c slice from c++ Slice.Gravatar yang-g2016-06-24
| |/ / / / / / |/| | | | | |