aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Expand)AuthorAge
* Rename some files to avoid conflicting .obj files on WindowsGravatar Craig Tiller2016-08-22
* Merge pull request #7380 from nicolasnoble/no-c++11-threadsGravatar Vijay Pai2016-07-27
|\
* \ Merge pull request #7400 from yang-g/ga_branch2Gravatar Nicolas Noble2016-07-21
|\ \
* | | Merge pull request #7407 from ctiller/delayed-writeGravatar Craig Tiller2016-07-19
* | | Merge pull request #6737 from ctiller/delayed-writeGravatar Craig Tiller2016-07-19
| * | prevent spurious wake up and unstarted/already shutdown serverGravatar yang-g2016-07-14
| * | Make Server::Wait work for async only server.Gravatar yang-g2016-07-13
|/ /
| * Avoid using certain C++11-isms with grpc::thread, as it's not necessarily std...Gravatar Nicolas "Pixel" Noble2016-07-14
|/
* Merge branch 'master' into stress_test_metrics_fixGravatar Sree Kuchibhotla2016-07-07
|\
| * Expunge all references to zookeeperGravatar Craig Tiller2016-07-01
* | Merge branch 'master' into stress_test_metrics_fixGravatar Sree Kuchibhotla2016-06-30
|\|
* | Fix cout error stringGravatar Sree Kuchibhotla2016-06-29
| * Merge pull request #7095 from ctiller/all_calls_togetherGravatar Craig Tiller2016-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
* | | Merge github.com:grpc/grpc into reuse_portGravatar Craig Tiller2016-06-26
|\ \ \ | | |/ | |/|
| * | Merge pull request #6798 from jboeuf/fix_3803Gravatar Jan Tattermusch2016-06-24
| |\ \
| | | * Fixed error messages for C++ interop client.Gravatar David Garcia Quintas2016-06-23
| | |/ | |/|
* | | Merge github.com:grpc/grpc into reuse_portGravatar Craig Tiller2016-06-22
|\| |
| * | fixed faulty server streaming c++ test caseGravatar David Garcia Quintas2016-06-21
| * | fixed bad merge. c++ tests should work againGravatar David Garcia Quintas2016-06-21
* | | Add commentGravatar Craig Tiller2016-06-21
* | | Make sure to poll cqGravatar Craig Tiller2016-06-21
| * | Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interopGravatar David Garcia Quintas2016-06-17
| |\ \ | |/ / |/| |
| * | updated stress test with new tests casesGravatar David Garcia Quintas2016-06-17
* | | Merge branch 'master' into wheezyGravatar Vijay Pai2016-06-17
|\ \ \
* | | | clang-format changesGravatar Vijay Pai2016-06-17
| | * | Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interopGravatar David Garcia Quintas2016-06-16
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #6838 from vjpai/trigger_happyGravatar Jan Tattermusch2016-06-16
| |\ \ \
| * \ \ \ Merge pull request #6858 from makdharma/issue5851Gravatar Jan Tattermusch2016-06-16
| |\ \ \ \
| | | | * \ Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interopGravatar David Garcia Quintas2016-06-16
| | | | |\ \ | | |_|_|/ / | |/| | | |
| | | | * | c++ client & server changes to bring code up to specGravatar David Garcia Quintas2016-06-16
| | | | * | better test_case flag help formatingGravatar David Garcia Quintas2016-06-16
* | | | | | Include <cinttypes> for PRIuPTR. Not clear why this is needed.Gravatar Vijay Pai2016-06-16
* | | | | | Remove range-based for, comparisons to nullptrGravatar Vijay Pai2016-06-16
* | | | | | Merge branch 'master' into wheezyGravatar Vijay Pai2016-06-15
|\| | | | |
* | | | | | clang-formatGravatar Vijay Pai2016-06-15
* | | | | | De-lambda-ifyGravatar vjpai2016-06-15
* | | | | | Deal with issues surrounding const members of classes used inGravatar Vijay Pai2016-06-15
* | | | | | Deal with to_string, proper usage of nullptr, and lack of map::emplaceGravatar Vijay Pai2016-06-15
* | | | | | Got carried away with grpc::Gravatar Vijay Pai2016-06-15
* | | | | | Specify template parent explicitlyGravatar Vijay Pai2016-06-15
* | | | | | Switch out a using with a typedefGravatar Vijay Pai2016-06-15
* | | | | | Enforce gcc-4.4 compatibility on test_credentials_provider by changingGravatar Vijay Pai2016-06-15
| * | | | | Merge pull request #6875 from y-zeng/log_checkGravatar Jan Tattermusch2016-06-14
| |\ \ \ \ \
| * \ \ \ \ \ Merge pull request #6438 from y-zeng/reflection_separate_libGravatar Jan Tattermusch2016-06-13
| |\ \ \ \ \ \
* | | | | | | | Manual clang-formatGravatar vjpai2016-06-13
| | | * | | | | Fix zookeeper_testGravatar Yuchen Zeng2016-06-10