Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #8552 from ncteisen/cpp_unimplemented_service | Noah Eisen | 2016-10-28 |
|\ | | | | | Implemenet New Interop Test: Cpp Unimplemented Service | ||
* \ | Merge pull request #8559 from murgatroid99/v1.0.1_upmerge | Michael Lumish | 2016-10-28 |
|\ \ | | | | | | | V1.0.1 upmerge | ||
* \ \ | Merge pull request #8367 from soltanmm-google/blurb | Masood Malekghassemi | 2016-10-28 |
|\ \ \ | | | | | | | | | Partially implement gRPC Python server reflection | ||
| | * \ | Merge remote-tracking branch 'upstream/v1.0.x' into v1.0.1_upmerge | murgatroid99 | 2016-10-28 |
| | |\ \ | |||
* | | \ \ | Merge pull request #8239 from ctiller/buffer_pools_for_realsies | Craig Tiller | 2016-10-28 |
|\ \ \ \ \ | | | | | | | | | | | | | Resource quotas | ||
* \ \ \ \ \ | Merge pull request #8484 from jtattermusch/performance_tests_report | Jan Tattermusch | 2016-10-28 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Make benchmarks create report.xml | ||
| | * | | | | Merge github.com:grpc/grpc into buffer_pools_for_realsies | Craig Tiller | 2016-10-27 |
| | |\ \ \ \ | |_|/ / / / |/| | | | | | |||
| | | | | * | Merge branch 'master' of https://github.com/grpc/grpc into ↵ | Noah Eisen | 2016-10-27 |
| | | | | |\ | |_|_|_|_|/ |/| | | | | | | | | | | | cpp_unimplemented_service | ||
| | | | | * | Update infrastructure to call new unimplemented_service interop test | Noah Eisen | 2016-10-27 |
| | | | | | | |||
* | | | | | | Merge pull request #8419 from murgatroid99/node_express_benchmark | Michael Lumish | 2016-10-27 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add benchmark client and server for Node Express | ||
* \ \ \ \ \ \ | Merge pull request #8524 from soltanmm-google/grit-in-the-eye | Masood Malekghassemi | 2016-10-27 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Break out of build process if in vanilla MSYS | ||
* \ \ \ \ \ \ \ | Merge pull request #8498 from sreecha/sync_streaming | Sree Kuchibhotla | 2016-10-27 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | New streaming perf scenario for sync server | ||
| | | | | | | * | | npm cache clean is not a good idea in the artifact build | murgatroid99 | 2016-10-27 |
| | | | | | | | | | |||
| | | | | * | | | | Mark disappearing_server as flaky: this was always so, but is more ↵ | Craig Tiller | 2016-10-27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pronounced now - and will be fixed with retries | ||
| | | | | * | | | | Merge github.com:grpc/grpc into buffer_pools_for_realsies | Craig Tiller | 2016-10-26 |
| | | | | |\ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | |||
| | | | | | | * | | Don't try to build Node 7 artifacts yet | murgatroid99 | 2016-10-26 |
| | | | | | | | | | |||
| | | | | | | * | | Decrease Node module cache time to avoid errors with out-of-date modules | murgatroid99 | 2016-10-26 |
| | | | | | | | | | |||
| | * | | | | | | | Break out of build process if in vanilla MSYS | Masood Malekghassemi | 2016-10-26 |
| | | | | | | | | | |||
| | | | | | | * | | Add missing comma in run_tests.py | murgatroid99 | 2016-10-26 |
| | | | | | | | | | |||
* | | | | | | | | | Merge remote-tracking branch 'upstream/master' into circular_dependency_fix | Mark D. Roth | 2016-10-26 |
|\ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ | Merge pull request #8462 from markdroth/resolver_channel_args | Mark D. Roth | 2016-10-26 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Plumb channel_args through resolvers. | ||
* | | | | | | | | | | | Move method_config module from ext/client_channel to lib/transport. | Mark D. Roth | 2016-10-26 |
| | | | | | | | | | | | |||
| | * | | | | | | | | | Ran generate_projects.sh | Mark D. Roth | 2016-10-26 |
| | | | | | | | | | | | |||
| | * | | | | | | | | | Merge remote-tracking branch 'upstream/master' into resolver_channel_args | Mark D. Roth | 2016-10-26 |
| | |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | |||
| * | | | | | | | | | | Merge pull request #8449 from ncteisen/new_python_interop_tests | Noah Eisen | 2016-10-26 |
|/| | | | | | | | | | | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | New python interop tests | ||
* | | | | | | | | | | Merge pull request #8377 from htuch/alpn | Craig Tiller | 2016-10-26 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Introduce a grpc-exp ALPN protocol identifier. | ||
| | * | | | | | | | | | Implement the advanced interop tests for Python | Noah Eisen | 2016-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. | ||
| | | | | | | | | * | Build Node artifacts and allow Node tests for Node 7 | murgatroid99 | 2016-10-25 |
| | | | | | | | | | | |||
| | | | * | | | | | | New streaming scenario | Sree Kuchibhotla | 2016-10-25 |
| | | |/ / / / / / | | |/| | | | | | | |||
* | | | | | | | | | Merge branch 'master' into uv_core_transport | murgatroid99 | 2016-10-25 |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||
| * | | | | | | | | Merge pull request #8437 from makdharma/stress_test_options | makdharma | 2016-10-25 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | modify stress_test command line options | ||
| * \ \ \ \ \ \ \ \ | Merge pull request #8281 from gcasto/cronet_cpp_api | Yang Gao | 2016-10-24 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Add C++ Api For Cronet | ||
| | | | | | | | * \ \ | Merge github.com:grpc/grpc into buffer_pools_for_realsies | Craig Tiller | 2016-10-24 |
| | | | | | | | |\ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |||
| | | | | | | * | | | | make benchmarks create report.xml | Jan Tattermusch | 2016-10-24 |
| | |_|_|_|_|/ / / / | |/| | | | | | | | | |||
| | | | * | | | | | | Restrict handshake_{client,server} to linux platform. | Harvey Tuch | 2016-10-24 |
| | | | | | | | | | | |||
| | | | | * | | | | | Merge remote-tracking branch 'upstream/master' into resolver_channel_args | Mark D. Roth | 2016-10-24 |
| | | | | |\ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | |||
| | | | * | | | | | | Fix handshake_client bind flakes and build issues. | Harvey Tuch | 2016-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. | Harvey Tuch | 2016-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_failures | apolcyn | 2016-10-22 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | fail performance tests if any jobs fail or timeout | ||
| | * | | | | | | | | clean up error message | Alexander Polcyn | 2016-10-22 |
| | | | | | | | | | | |||
| * | | | | | | | | | show logs from qps workers | Jan Tattermusch | 2016-10-22 |
| | | | | | | | | | | |||
* | | | | | | | | | | Merge branch 'master' into uv_core_transport | murgatroid99 | 2016-10-21 |
|\ \ \ \ \ \ \ \ \ \ | |||
| | | | | | * \ \ \ \ | Merge remote-tracking branch 'upstream/master' into resolver_channel_args | Mark D. Roth | 2016-10-21 |
| | | | | | |\ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | | | |||
| | * | | | | | | | | | Merge pull request #8418 from markdroth/interop_flags | Mark D. Roth | 2016-10-21 |
| |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow specifying extra flags for C++ interop server. | ||
| | | | | | * | | | | | Remove resolver_result. | Mark D. Roth | 2016-10-21 |
| | | | | | | | | | | | |||
| * | | | | | | | | | | Merge pull request #8095 from markdroth/rename_client_config | Mark D. Roth | 2016-10-21 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Rename client_config directory to client_channel. | ||
| * \ \ \ \ \ \ \ \ \ \ | Merge pull request #8215 from sreecha/new_scenario | Nicolas Noble | 2016-10-21 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new scenario: Async-Client/Sync-Server | ||
| | | | | | | | | | | | * | added platform test suites and other fixes | Matt Kwong | 2016-10-20 |
| | | | | | | | | | | | | | |||
| | | | | | | | | | | | * | improve pull request test filtering | Matt Kwong | 2016-10-20 |
| | | | | | | | | | | | | | |||
| | | | | | | | | | | | * | Made whitelisting files easier and more intuitive | Matt Kwong | 2016-10-20 |
| | | | | | | | | | | | | |