aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* Handle failed calls in sync clientGravatar Craig Tiller2016-10-27
|
* Mark disappearing_server as flaky: this was always so, but is more ↵Gravatar Craig Tiller2016-10-27
| | | | pronounced now - and will be fixed with retries
* Merge github.com:grpc/grpc into buffer_pools_for_realsiesGravatar Craig Tiller2016-10-27
|\
| * Merge pull request #8520 from murgatroid99/udp_server_test_fixGravatar Craig Tiller2016-10-27
| |\ | | | | | | Fix issue with pointers in udp_server_test
* | | Update commentGravatar Craig Tiller2016-10-27
| | |
* | | Review feedbackGravatar Craig Tiller2016-10-26
| | |
* | | Merge github.com:grpc/grpc into buffer_pools_for_realsiesGravatar Craig Tiller2016-10-26
|\| |
| | * 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
| |\ \ | | | | | | | | Introduce a grpc-exp ALPN protocol identifier.
* | | | Review feedbackGravatar Craig Tiller2016-10-25
| | | |
| * | | Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-25
| |\ \ \
| | * \ \ Merge pull request #8437 from makdharma/stress_test_optionsGravatar makdharma2016-10-25
| | |\ \ \ | | | | | | | | | | | | modify stress_test command line options
| | | | | * clang-formatGravatar Mark D. Roth2016-10-25
| | | | | |
* | | | | | Merge github.com:grpc/grpc into buffer_pools_for_realsiesGravatar Craig Tiller2016-10-24
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| | | | | * 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add port picking retries to handshake_client. * Track vsprojects for new tests. * Place tests in 'test' build target.
| | * | | | 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
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch introduces an additional ALPN protocol, grpc-exp, intended to take preference to h2 and indicate to the server that the connection contains only gRPC traffic. This allows servers and intermediate boxes to distinguish gRPC from other HTTP/2 traffic. The choice of grpc-exp as a protocol identifier indicates that this scheme is currently experimental and should not be relied upon. The protocol is not in the IANA TLS registry. This patch also introduces client/server handshake tests that validate the preferential treatment of grpc-exp in an end-to-end manner.
| | * | | 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
| |\ \ \ \ \ | | |_|/ / / | |/| | | | Allow specifying extra flags for C++ interop server.
| | | | | * Remove resolver_result.Gravatar Mark D. Roth2016-10-21
| | | | | |
| * | | | | Merge pull request #8095 from markdroth/rename_client_configGravatar Mark D. Roth2016-10-21
| |\ \ \ \ \ | | | | | | | | | | | | | | Rename client_config directory to client_channel.
* | | | | | | Address review commentsGravatar Craig Tiller2016-10-21
| | | | | | |
* | | | | | | s/BUFFER_POOL/RESOURCE_QUOTA/gGravatar Craig Tiller2016-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
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Renamed MD key "lb-cost" to "lb-cost-bin"
| | | | | * | | Clang formatGravatar murgatroid992016-10-20
| | | | | | | |
* | | | | | | | Merge github.com:grpc/grpc into buffer_pools_for_realsiesGravatar Craig Tiller2016-10-20
|\| | | | | | |
| * | | | | | | Merge pull request #8365 from vjpai/fc_1dstreamGravatar Vijay Pai2016-10-20
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Support request separation of server-side streamed RPC
| | | | | | * \ \ Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-20
| | | | | | |\ \ \ | | | | | | | | |/ | | | | | | | |/|
| * | | | | | | | Merge pull request #8423 from ncteisen/interop_client_namingGravatar Noah Eisen2016-10-20
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | Interop Client Naming Conventions
| | | | | | | | * modify stress_test command line optionsGravatar Makarand Dharmapurikar2016-10-20
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Modify command line options to be consistent with interop_client.
| | | * | | | | Merge branch 'master' into fc_1dstreamGravatar Vijay Pai2016-10-20
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge pull request #8413 from vjpai/qps_cleanupGravatar Vijay Pai2016-10-20
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Minor cleanup on QPS tests
* | | | | | | | | Fix testGravatar Craig Tiller2016-10-19
| | | | | | | | |
| | | | | | | | * 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 github.com:grpc/grpc into buffer_pools_for_realsiesGravatar Craig Tiller2016-10-19
|\| | | | | | | | |