aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Collapse)AuthorAge
...
| | * | | | | | | | Separate generated file and protobuf dependencyGravatar Yuchen Zeng2016-07-18
| |/ / / / / / / / |/| | | | | | | |
| | | | | | * | | added another TODO to grpclb_testGravatar David Garcia Quintas2016-07-18
| | | | | | | | |
| | | | | | * | | Improvements to the grpclb proto API funcsGravatar David Garcia Quintas2016-07-18
| | | | | | | | |
| | * | | | | | | Merge branch 'master' into assert_not_expectGravatar Robbie Shade2016-07-15
| | |\ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| | | | | | | * | Merge branch 'filter_call_init_failure' into filter_apiGravatar Mark D. Roth2016-07-15
| | | | | | | |\ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| | | | | | * | | Added a tiny comment header and TODOs.Gravatar David Garcia Quintas2016-07-15
| | | | | | | | |
* | | | | | | | | Fix compile errorGravatar Craig Tiller2016-07-15
| | | | | | | | |
* | | | | | | | | Merge branch 'histo' of github.com:vjpai/grpc into delayed-writeGravatar Craig Tiller2016-07-15
|\ \ \ \ \ \ \ \ \
| | | | | * | | | | prevent spurious wake up and unstarted/already shutdown serverGravatar yang-g2016-07-14
| | | | | | | | | |
* | | | | | | | | | Merge pull request #6737 from ctiller/delayed-writeGravatar Craig Tiller2016-07-14
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Delay beginning most writes until we enter poll()
* \ \ \ \ \ \ \ \ \ \ Merge pull request #7319 from yang-g/wait_asyncGravatar kpayson642016-07-14
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Make Server::Wait work for async only server.
| | | | | | | | | * | | Added more docs.Gravatar David Garcia Quintas2016-07-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And fixed behavior when incoming serverlist has zero servers. Previously we ignored the update. Currently (and correctly) we consider it but the pick itself will stay pending until we actually have > 0 servers in the incoming serverlist.
| * | | | | | | | | | | prevent spurious wake up and unstarted/already shutdown serverGravatar yang-g2016-07-14
| | | | | | | | | | | |
| | | | | | | | | * | | Merge branch 'master' of github.com:grpc/grpc into grpclb_v0Gravatar David Garcia Quintas2016-07-14
| | | | | | | | | |\ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | |
| | * | | | | | | | | | Cleanup from code reviewGravatar Craig Tiller2016-07-14
| | | | | | | | | | | |
| | | | | | | * | | | | Make Server::Wait work for async only server.Gravatar yang-g2016-07-13
| | | | | | |/ / / / /
| | | * | | | | | | | clang-formatGravatar Vijay Pai2016-07-13
| | | | | | | | | | |
| | | * | | | | | | | Resolve pernicious race between destructor and thread functions by insisting ↵Gravatar Vijay Pai2016-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that destructor is invoked after the class has gone back to being a harmless single-threaded thing.
| | | | | | | * | | | Avoid using certain C++11-isms with grpc::thread, as it's not necessarily ↵Gravatar Nicolas "Pixel" Noble2016-07-14
| | | | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | std::thread.
| | * | | | | | | | Fix some failuresGravatar Craig Tiller2016-07-13
| | | | | | | | | |
| | | * | | | | | | Temporary workaround by setting up a deadline on server shutdown.Gravatar Vijay Pai2016-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reveals an issue that needs to be solved: D0713 14:48:28.049861213 14503 server.c:704] Waiting for 44 channels and 0/1 listeners to be destroyed before shutting down server
| | * | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | can be used.
| | | | | | | * | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Read from stdin if the request text and binary file are not provided
| | * | | | | | | | 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
| | | | | | |\ \ | | | | |_|_|/ / | | | |/| | | |