aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Collapse)AuthorAge
* 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
| |\ | | | | | | Colocate calls for the same channel on the same CQ
* | | Fix metrics client loggingGravatar Sree Kuchibhotla2016-06-27
| | |
| * | Merge pull request #7019 from dgquintas/wrong_msg_interop_client_cppGravatar Jan Tattermusch2016-06-27
|/| | | | | | | | Fixed error messages for C++ interop client.
| | * 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
| |\ \ | | | | | | | | Fix #3803
| | | * 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
| |\ \ \ | | | | | | | | | | Revert unneeded change in qps worker
| * \ \ \ Merge pull request #6858 from makdharma/issue5851Gravatar Jan Tattermusch2016-06-16
| |\ \ \ \ | | | | | | | | | | | | implement interval_us functionality
| | | | * \ 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
| | | | | | | | | | | | | | | | | | | | | | | | containers
* | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a map to 2 vectors. Additional minor changes needed (e.g., override->GRPC_OVERRIDE, nullptr->grpc::nullptr)
| * | | | | Merge pull request #6875 from y-zeng/log_checkGravatar Jan Tattermusch2016-06-14
| |\ \ \ \ \ | | | | | | | | | | | | | | Add format check for gpr_log and gpr_asprintf, add gpr_strpad
| * \ \ \ \ \ Merge pull request #6438 from y-zeng/reflection_separate_libGravatar Jan Tattermusch2016-06-13
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Proto server reflection
* | | | | | | | Manual clang-formatGravatar vjpai2016-06-13
| | | | | | | |
| | | * | | | | Fix zookeeper_testGravatar Yuchen Zeng2016-06-10
| | | | | | | |
| | | * | | | | Merge remote-tracking branch 'upstream/master' into log_format_checkGravatar Yuchen Zeng2016-06-10
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | | * | | | | Fix type mismatch for type_sizeGravatar Yuchen Zeng2016-06-10
| | | | | | | |
| | | * | | | | Fix gpr_log format mismatches in c++ testsGravatar Yuchen Zeng2016-06-10
| | | | | | | |
* | | | | | | | Switch server builder plugin API to something that will work with gcc4.4Gravatar Vijay Pai2016-06-10
| | | | | | | |
| * | | | | | | Merge pull request #6822 from yang-g/empty_message_testGravatar Jan Tattermusch2016-06-09
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | add a test with empty request
| | | | * | | | implement interval_us functionalityGravatar Makarand Dharmapurikar2016-06-09
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Implemented ability to sleep before sending response as intended by the ResponseParameters proto.
| | | | | * | Completed interop spec, as well as code for c++Gravatar David Garcia Quintas2016-06-09
| | | | | | |
| * | | | | | Factor out json seriailzation code and move it into parse_json.Gravatar David Klempner2016-06-08
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is for the same reasons as ParseJson, that is so that we can limit the scope of the proto namespace differences between internal and external.