Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #8537 from markdroth/remove_fake_resolver | Mark D. Roth | 2016-11-04 |
|\ | | | | | Change tests to use channel args instead of fake_resolver query args. | ||
* | | Fixed use of unalloc'd memory | David Garcia Quintas | 2016-11-03 |
| | | |||
| * | Don't run cancel_after_accept test for fd and socketpair fixtures. | Mark D. Roth | 2016-11-03 |
| | | |||
| * | Merge remote-tracking branch 'upstream/master' into remove_fake_resolver | Mark D. Roth | 2016-11-03 |
| |\ | |/ |/| | |||
* | | Merge pull request #8598 from ctiller/rst_stream | Muxi Yan | 2016-11-02 |
|\ \ | | | | | | | Send RST_STREAM from client when it receives trailing metadata without the corresponding RST_STREAM | ||
| | * | Merge remote-tracking branch 'upstream/master' into remove_fake_resolver | Mark D. Roth | 2016-11-02 |
| | |\ | |_|/ |/| | | |||
| * | | Ensure something executes the new rst_stream code | Craig Tiller | 2016-11-01 |
| | | | |||
| | * | Fix build problem from merge. | Mark D. Roth | 2016-11-01 |
| | | | |||
* | | | Don't use the stack so much | Masood Malekghassemi | 2016-10-31 |
|/ / | | | | | | | Because internally we like to keep our thread stacks tiny. | ||
| * | Fix build problem. | Mark D. Roth | 2016-10-31 |
| | | |||
| * | clang-format | Mark D. Roth | 2016-10-31 |
| | | |||
| * | Merge branch 'lb_policy_name_channel_arg' into remove_fake_resolver | Mark D. Roth | 2016-10-31 |
| |\ | |/ |/| | |||
* | | More Windows Fixes | Craig Tiller | 2016-10-28 |
| | | |||
* | | 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 | ||
| * | Change tests to use channel args instead of fake_resolver query args. | Mark D. Roth | 2016-10-27 |
| | | |||
* | | Merge github.com:grpc/grpc into buffer_pools_for_realsies | Craig Tiller | 2016-10-27 |
|\ \ | |||
| * \ | Merge pull request #8520 from murgatroid99/udp_server_test_fix | Craig Tiller | 2016-10-27 |
| |\ \ | | |/ | |/| | Fix issue with pointers in udp_server_test | ||
* | | | Update comment | Craig Tiller | 2016-10-27 |
| | | | |||
* | | | Review feedback | Craig Tiller | 2016-10-26 |
| | | | |||
* | | | Merge github.com:grpc/grpc into buffer_pools_for_realsies | Craig Tiller | 2016-10-26 |
|\| | | |||
| | * | Fix issue with pointers in udp_server_test | murgatroid99 | 2016-10-26 |
| | | | |||
| * | | Merge remote-tracking branch 'upstream/master' into circular_dependency_fix | Mark D. Roth | 2016-10-26 |
| |\| | |||
| * | | Move method_config module from ext/client_channel to lib/transport. | 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 #8377 from htuch/alpn | Craig Tiller | 2016-10-26 |
| |\ \ | | | | | | | | | Introduce a grpc-exp ALPN protocol identifier. | ||
* | | | | Review feedback | Craig Tiller | 2016-10-25 |
| | | | | |||
| | | * | clang-format | Mark D. Roth | 2016-10-25 |
| | | | | |||
* | | | | Merge github.com:grpc/grpc into buffer_pools_for_realsies | Craig Tiller | 2016-10-24 |
|\ \ \ \ | |||
| | | | * | Fix dns_resolver_connectivity_test. | Mark D. Roth | 2016-10-24 |
| | | | | | |||
| | | | * | Fix sockaddr_resolver_test. | Mark D. Roth | 2016-10-24 |
| | | | | | |||
| | | | * | clang-format | 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. | ||
| | * | | | Added import order comments, resolved other minor issues | murgatroid99 | 2016-10-24 |
| | | | | | |||
| | | * | | Fix server_ssl.c thread race exposed by tsan by using gpr_event. | Harvey Tuch | 2016-10-24 |
| | | | | | |||
| | | * | | Fix memory leak detected by ASAN and clang-format variance. | Harvey Tuch | 2016-10-24 |
| | | | | | |||
| | | * | | 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 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 |
| | | |\ | | |_|/ | |/| | | |||
| | | * | 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. | ||
* | | | | | Address review comments | Craig Tiller | 2016-10-21 |
| | | | | | |||
* | | | | | s/BUFFER_POOL/RESOURCE_QUOTA/g | Craig Tiller | 2016-10-21 |
| | | | | | |||
| | | | * | Encode server name, LB policy name, and addresses in channel args. | Mark D. Roth | 2016-10-21 |
| | | | | | |||
| | | | * | Set user data vtable when creating grpc_lb_addresses. | Mark D. Roth | 2016-10-21 |
| | | | | | |||
| * | | | | Merge pull request #8381 from dgquintas/lb-cost-bin | David G. Quintas | 2016-10-20 |
| |\ \ \ \ | | |_|_|/ | |/| | | | Renamed MD key "lb-cost" to "lb-cost-bin" | ||
| | | | * | Clang format | murgatroid99 | 2016-10-20 |
| | | | | | |||
* | | | | | Fix test | Craig Tiller | 2016-10-19 |
| | | | | | |||
| | | | * | Merge branch 'master' into uv_core_transport | murgatroid99 | 2016-10-19 |
| | | | |\ | | |_|_|/ | |/| | | | |||
| | | * | | Merge remote-tracking branch 'upstream/master' into rename_client_config | Mark D. Roth | 2016-10-19 |
| | | |\ \ | |||
* | | | | | | Merge github.com:grpc/grpc into buffer_pools_for_realsies | Craig Tiller | 2016-10-19 |
|\| | | | | |