aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Use default Empty ctor instead of Empty::default_instanceGravatar Noah Eisen2016-10-28
* Merge branch 'master' of https://github.com/grpc/grpc into cpp_unimplemented_...Gravatar Noah Eisen2016-10-27
|\
* | Add unimplemented_service test case for cpp interop clientGravatar Noah Eisen2016-10-27
| * Merge pull request #8520 from murgatroid99/udp_server_test_fixGravatar Craig Tiller2016-10-27
| |\
| | * Fix issue with pointers in udp_server_testGravatar murgatroid992016-10-26
| * | Merge remote-tracking branch 'upstream/master' into circular_dependency_fixGravatar Mark D. Roth2016-10-26
| |\|
| * | Move method_config module from ext/client_channel to lib/transport.Gravatar Mark D. Roth2016-10-26
| | * Merge remote-tracking branch 'upstream/master' into resolver_channel_argsGravatar Mark D. Roth2016-10-26
| | |\ | | |/ | |/|
| * | Merge pull request #8377 from htuch/alpnGravatar Craig Tiller2016-10-26
| |\ \
| * \ \ Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-25
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #8437 from makdharma/stress_test_optionsGravatar makdharma2016-10-25
|\ \ \ \
| | | | * clang-formatGravatar Mark D. Roth2016-10-25
| | | | * Fix propagation of channel args for insecure channels.Gravatar Mark D. Roth2016-10-24
| | | | * Fix dns_resolver_connectivity_test.Gravatar Mark D. Roth2016-10-24
| | | | * Fix sockaddr_resolver_test.Gravatar Mark D. Roth2016-10-24
| | | | * clang-formatGravatar Mark D. Roth2016-10-24
| | | | * Merge remote-tracking branch 'upstream/master' into resolver_channel_argsGravatar Mark D. Roth2016-10-24
| | | | |\ | |_|_|_|/ |/| | | |
| | | * | Fix handshake_client bind flakes and build issues.Gravatar Harvey Tuch2016-10-24
| | * | | Added import order comments, resolved other minor issuesGravatar murgatroid992016-10-24
| | | * | Fix server_ssl.c thread race exposed by tsan by using gpr_event.Gravatar Harvey Tuch2016-10-24
| | | * | Fix memory leak detected by ASAN and clang-format variance.Gravatar Harvey Tuch2016-10-24
| | | * | Introduce a grpc-exp ALPN protocol identifier.Gravatar Harvey Tuch2016-10-24
| |_|/ / |/| | |
| | * | Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-21
| | |\ \
| | | | * Merge remote-tracking branch 'upstream/master' into resolver_channel_argsGravatar Mark D. Roth2016-10-21
| | | | |\ | | | | |/ | | | |/|
* | | | | Merge pull request #8418 from markdroth/interop_flagsGravatar Mark D. Roth2016-10-21
|\ \ \ \ \ | |_|_|/ / |/| | | |
| | | | * Remove resolver_result.Gravatar Mark D. Roth2016-10-21
* | | | | Merge pull request #8095 from markdroth/rename_client_configGravatar Mark D. Roth2016-10-21
|\ \ \ \ \
| | | | | * Encode server name, LB policy name, and addresses in channel args.Gravatar Mark D. Roth2016-10-21
| | | | | * Set user data vtable when creating grpc_lb_addresses.Gravatar Mark D. Roth2016-10-21
| | | * | | clang-format fixesGravatar Makarand Dharmapurikar2016-10-21
* | | | | | Merge pull request #8381 from dgquintas/lb-cost-binGravatar David G. Quintas2016-10-20
|\ \ \ \ \ \
| | | | | * | Clang formatGravatar murgatroid992016-10-20
* | | | | | | Merge pull request #8365 from vjpai/fc_1dstreamGravatar Vijay Pai2016-10-20
|\ \ \ \ \ \ \
| | | | | | * | Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-20
| | | | | | |\|
* | | | | | | | Merge pull request #8423 from ncteisen/interop_client_namingGravatar Noah Eisen2016-10-20
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| | | | | | * | modify stress_test command line optionsGravatar Makarand Dharmapurikar2016-10-20
| |_|_|_|_|/ / |/| | | | | |
| | * | | | | Merge branch 'master' into fc_1dstreamGravatar Vijay Pai2016-10-20
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #8413 from vjpai/qps_cleanupGravatar Vijay Pai2016-10-20
|\ \ \ \ \ \ \
| | | | | | | * Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-19
| | | | | | | |\ | |_|_|_|_|_|_|/ |/| | | | | | |
| | | | | * | | Merge remote-tracking branch 'upstream/master' into rename_client_configGravatar Mark D. Roth2016-10-19
| | | | | |\ \ \
* | | | | | \ \ \ Merge pull request #8427 from ctiller/lock-cycleGravatar Craig Tiller2016-10-19
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Merge pull request #8303 from markdroth/service_configGravatar Mark D. Roth2016-10-19
|\ \ \ \ \ \ \ \ \
| | | | | | | | | * Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-19
| | | | | | | | | |\
| | * | | | | | | | | Avoid TSAN reported lock cycleGravatar Craig Tiller2016-10-19
| | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| | | | * | | | | | Changed name of rpc method to fit with the conventional naming. Also fixed ty...Gravatar Noah Eisen2016-10-19
| | | |/ / / / / / | | |/| | | | | |
* | / | | | | | | Fix config-exclusion for secure variants of testsGravatar Craig Tiller2016-10-19
| |/ / / / / / / |/| | | | | | |
| | | | | | * | Allow specifying extra flags for C++ interop server.Gravatar Mark D. Roth2016-10-18
| |_|_|_|_|/ / |/| | | | | |
| | | * | | | Merge remote-tracking branch 'upstream/master' into fc_1dstreamGravatar Vijay Pai2016-10-18
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | |
| | * | | | | Minor cleanup - remove an unneeded header, mark a class final, explicitly spe...Gravatar Vijay Pai2016-10-18
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #7201 from markdroth/run_interop_tests_goGravatar Mark D. Roth2016-10-18
|\ \ \ \ \ \