aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Expand)AuthorAge
* Merge pull request #14015 from vjpai/alarmGravatar Vijay Pai2018-02-02
|\
* | Removed unused argument from ResetStub()Gravatar David Garcia Quintas2018-02-01
* | Merge pull request #14266 from adelez/fix_grpc_tool_testGravatar adelez2018-02-01
|\ \
| * | Fix echo.proto path under bazelGravatar Adele Zhou2018-02-01
* | | Merge pull request #14255 from adelez/foundry_integrationGravatar adelez2018-01-31
|\ \ \
* \ \ \ Merge pull request #14236 from jtattermusch/fix_passthru_endpoint_raceGravatar Jan Tattermusch2018-02-01
|\ \ \ \ | |_|/ / |/| | |
| | * | Fix path relative to TEST_SRCDIRGravatar Adele Zhou2018-01-31
| |/ / |/| |
| * | calling create in default param is against code styleGravatar Jan Tattermusch2018-01-31
| * | avoid touching stats_ instance field before base constructorGravatar Jan Tattermusch2018-01-31
* | | fix rounding problem in EchoDeadline testGravatar Jan Tattermusch2018-01-30
| * | make grpc_passthru_endpoint_stats refcountedGravatar Jan Tattermusch2018-01-30
|/ /
* | Set the environment variable at the beginning of the test. Otherwise, itGravatar Sree Kuchibhotla2018-01-25
* | Merge remote-tracking branch 'upstream/master' into fix-stream-compression-co...Gravatar Muxi Yan2018-01-24
|\ \
| * \ Merge pull request #14164 from yang-g/cork_allGravatar Yang Gao2018-01-24
| |\ \
| | * | Add option to use client side coalescing API in qps testGravatar yang-g2018-01-24
| * | | Extract lb_calld from glb_policyGravatar Juanli Shen2018-01-23
| * | | Merge pull request #14080 from yang-g/return_earlyGravatar Yang Gao2018-01-23
| |\ \ \
| * \ \ \ Merge pull request #14086 from ncteisen/more-clang-tidyGravatar Noah Eisen2018-01-23
| |\ \ \ \ | | |_|/ / | |/| | |
| | | * | Add a testGravatar yang-g2018-01-23
| | |/ / | |/| |
| | * | Merge branch 'master' of https://github.com/grpc/grpc into more-clang-tidyGravatar ncteisen2018-01-22
| | |\ \
| | | | * Migrate all remaining features of core test to C++ layer testGravatar Vijay Pai2018-01-21
| | | | * Remove alarm from core, implement in C++ layer onlyGravatar Vijay Pai2018-01-21
| | | |/
| * | | Merge remote-tracking branch 'upstream/master' into create-grpc-c++-podspecGravatar Muxi Yan2018-01-19
| |\ \ \ | | | |/ | | |/|
| * | | Clean up C++ tests and exampleGravatar Muxi Yan2018-01-19
* | | | Merge remote-tracking branch 'upstream/master' into fix-stream-compression-co...Gravatar Muxi Yan2018-01-19
|\ \ \ \ | | |/ / | |/| |
| | | * remote stale importGravatar Noah Eisen2018-01-19
| | * | Clean up tests, examples, and podspecsGravatar Muxi Yan2018-01-18
| * | | remove use of random_shuffleGravatar yang-g2018-01-18
| * | | Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18
| | |/ | |/|
| * | Merge branch 'master' of github.com:grpc/grpc into conn_subchannelGravatar David Garcia Quintas2018-01-17
| |\ \
| | * \ Merge pull request #13363 from grpc/revert-13346-revert-13322-oauth_failureGravatar Jan Tattermusch2018-01-16
| | |\ \
| | * | | Address review feedback; stop using result of 'what'Gravatar Vijay Pai2018-01-09
| | * | | Comment on cpp guardGravatar Vijay Pai2018-01-08
| | * | | Use appropriate preprocessor guards to allow building without exceptionsGravatar Vijay Pai2018-01-08
| | * | | Catch exceptions from sync method handlers without crashing serverGravatar Vijay Pai2018-01-08
| * | | | Connected subchannel refactoringGravatar David Garcia Quintas2018-01-05
| |/ / /
| | | * Delete stale fileGravatar Muxi Yan2018-01-05
| | | * Add C++ library iOS testGravatar Muxi Yan2018-01-05
| | |/ | |/|
| * | Provide a way to use custom search path for gmock.hGravatar yang-g2017-12-22
| * | Merge pull request #13837 from yang-g/interopGravatar Yang Gao2017-12-20
| |\ \
| * | | Use the same ParseCommandLineFlags for golden file test that is used in other...Gravatar Alexander Polcyn2017-12-19
| | * | When seeing an error in interop test, also log the debug error string.Gravatar yang-g2017-12-19
| * | | Mark one test binary as testonlyGravatar Alexander Polcyn2017-12-19
| |/ /
| * | Merge pull request #13494 from dgquintas/backoff_cppGravatar David G. Quintas2017-12-19
| |\ \
| * \ \ Merge pull request #13720 from apolcyn/enable_golden_file_test_in_bazelGravatar apolcyn2017-12-19
| |\ \ \
| | | * | Fix another data race in client_lb_end2endGravatar David Garcia Quintas2017-12-19
| | | * | fix tsan issue in client_lb_end2endGravatar David Garcia Quintas2017-12-18
| * | | | Disabled the json_run_localhost:*_low_thread_count family of testsGravatar David Garcia Quintas2017-12-18
| | | * | Removed exec_ctx from new client_lb_end2end codeGravatar David Garcia Quintas2017-12-18
| * | | | Merge pull request #13803 from apolcyn/mark_testonlyGravatar apolcyn2017-12-17
| |\ \ \ \