aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Collapse)AuthorAge
* Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar Noah Eisen2016-10-27
|\ | | | | | | cpp_unimplemented_service
* | Update infrastructure to call new unimplemented_service interop testGravatar Noah Eisen2016-10-27
| |
| * Merge pull request #8419 from murgatroid99/node_express_benchmarkGravatar Michael Lumish2016-10-27
| |\ | | | | | | Add benchmark client and server for Node Express
| * \ Merge pull request #8524 from soltanmm-google/grit-in-the-eyeGravatar Masood Malekghassemi2016-10-27
| |\ \ | | | | | | | | Break out of build process if in vanilla MSYS
| * \ \ Merge pull request #8498 from sreecha/sync_streamingGravatar Sree Kuchibhotla2016-10-27
| |\ \ \ | | | | | | | | | | New streaming perf scenario for sync server
| * \ \ \ Merge pull request #8499 from soltanmm-google/hypocritical-hippocraticGravatar Masood Malekghassemi2016-10-26
| |\ \ \ \ | | | | | | | | | | | | Don't set up Python doc packages every time
| | | | * | Break out of build process if in vanilla MSYSGravatar Masood Malekghassemi2016-10-26
| | | | | |
| * | | | | Merge remote-tracking branch 'upstream/master' into circular_dependency_fixGravatar Mark D. Roth2016-10-26
| |\ \ \ \ \
| | * \ \ \ \ Merge pull request #8462 from markdroth/resolver_channel_argsGravatar Mark D. Roth2016-10-26
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Plumb channel_args through resolvers.
| * | | | | | | Move method_config module from ext/client_channel to lib/transport.Gravatar Mark D. Roth2016-10-26
| | | | | | | |
| | | * | | | | Ran generate_projects.shGravatar Mark D. Roth2016-10-26
| | | | | | | |
| | | * | | | | Merge remote-tracking branch 'upstream/master' into resolver_channel_argsGravatar Mark D. Roth2016-10-26
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | Merge pull request #8449 from ncteisen/new_python_interop_testsGravatar Noah Eisen2016-10-26
| |/| | | | | | | |/ / / / / / |/| | | | | | New python interop tests
| * | | | | | Merge pull request #8377 from htuch/alpnGravatar Craig Tiller2016-10-26
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Introduce a grpc-exp ALPN protocol identifier.
| | | | * | | | Don't set up Python doc packages every timeGravatar Masood Malekghassemi2016-10-25
| | | | | |/ / | | | | |/| |
* | | | / | | Implement the advanced interop tests for PythonGravatar Noah Eisen2016-10-25
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the code for three new interop tests: unimplemented_method, unimplemented_service, and custom_metadata. Fix and refactor the code for status_code_and_message.
| | | | * | New streaming scenarioGravatar Sree Kuchibhotla2016-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
* \ \ \ \ \ Merge pull request #8281 from gcasto/cronet_cpp_apiGravatar Yang Gao2016-10-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add C++ Api For Cronet
| | | | * | | Restrict handshake_{client,server} to linux platform.Gravatar Harvey Tuch2016-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.
| | | | * | | 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 pull request #8397 from apolcyn/fix_performance_test_silent_failuresGravatar apolcyn2016-10-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | fail performance tests if any jobs fail or timeout
| * | | | | | clean up error messageGravatar Alexander Polcyn2016-10-22
| | | | | | |
* | | | | | | show logs from qps workersGravatar Jan Tattermusch2016-10-22
| | | | | | |
| | | | * | | 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.
* \ \ \ \ \ \ \ \ Merge pull request #8215 from sreecha/new_scenarioGravatar Nicolas Noble2016-10-21
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add a new scenario: Async-Client/Sync-Server
* \ \ \ \ \ \ \ \ \ Merge pull request #8381 from dgquintas/lb-cost-binGravatar David G. Quintas2016-10-20
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Renamed MD key "lb-cost" to "lb-cost-bin"
* \ \ \ \ \ \ \ \ \ \ Merge pull request #8401 from matt-kwong/pull-request-paramsGravatar matt-kwong2016-10-20
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Improve pull request test filtering
| | | * | | | | | | | | Run generate_projects.shGravatar Sree Kuchibhotla2016-10-20
| | | | | | | | | | | |
| | | * | | | | | | | | Merge branch 'master' into new_scenarioGravatar Sree Kuchibhotla2016-10-20
| | | |\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| | | | | | | | * | | | modify stress_test command line optionsGravatar Makarand Dharmapurikar2016-10-20
| |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modify command line options to be consistent with interop_client.
* | | | | | | | | | | Regain sanityGravatar Vijay Pai2016-10-20
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | added platform test suites and other fixesGravatar Matt Kwong2016-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 pull request #8303 from markdroth/service_configGravatar Mark D. Roth2016-10-19
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Support service configs in core.
| | | | | | | | | * | Disable a new test from running under libuvGravatar murgatroid992016-10-19
| | | | | | | | | | |
| | | | | | | | | * | Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-19
| | | | | | | | | |\ \
* | | | | | | | | | \ \ Merge pull request #8422 from ctiller/msan_1byteGravatar Craig Tiller2016-10-19
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | Fix config-exclusion for secure variants of tests
| | | | | | | | * | | | clean up error counting and reportingGravatar Alex Polcyn2016-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 branch 'master' into node_express_benchmarkGravatar murgatroid992016-10-18
| | | | | | | | | | |\