Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge remote-tracking branch 'upstream/master' into service_config_json | Mark D. Roth | 2016-11-07 |
|\ | |||
| * | Release target once pinged | Craig Tiller | 2016-11-04 |
| | | |||
* | | clang-format | Mark D. Roth | 2016-11-04 |
| | | |||
* | | Code review changes. | Mark D. Roth | 2016-11-04 |
| | | |||
* | | Merge remote-tracking branch 'upstream/master' into service_config_json | Mark D. Roth | 2016-11-04 |
|\| | |||
| * | Merge pull request #8569 from dgquintas/dns_retry_timeout_sign | David G. Quintas | 2016-11-04 |
| |\ | | | | | | | Fixed wrong sign for dns timeout debug msg | ||
* | | | Change value of channel arg to string form, and reparse in each place we use it. | Mark D. Roth | 2016-11-03 |
| | | | |||
* | | | Rename method_config.[ch] to service_config.[ch]. | Mark D. Roth | 2016-11-03 |
| | | | |||
* | | | Minor cleanups. | Mark D. Roth | 2016-11-03 |
| | | | |||
* | | | Merge branch 'remove_fake_resolver' into service_config_json | Mark D. Roth | 2016-11-03 |
|\| | | |||
* | | | clang-format | Mark D. Roth | 2016-11-03 |
| | | | |||
* | | | Remove more now-unnecessary code. | Mark D. Roth | 2016-11-03 |
| | | | |||
* | | | Minor cleanups. | Mark D. Roth | 2016-11-03 |
| | | | |||
* | | | Add grpc_json_tree to handle refcounting for channel arg. | 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 pull request #8614 from dgquintas/grpclb_shame_cube_af_inet6 | David G. Quintas | 2016-11-03 |
| |\ \ \ | | | | | | | | | | | Use the right address family | ||
| | * | | | Use the right address family | David Garcia Quintas | 2016-11-02 |
| | | | | | |||
| * | | | | RR: Don't copy user_data is no vtable | David Garcia Quintas | 2016-11-02 |
| |/ / / | |||
* | | | | Merge branch 'remove_fake_resolver' into service_config_json | Mark D. Roth | 2016-11-02 |
|\| | | | |||
* | | | | Use JSON for service config channel arg. | Mark D. Roth | 2016-11-02 |
| | | | | |||
| * | | | Merge pull request #8568 from dgquintas/grpclb_leaks_fix | David G. Quintas | 2016-11-02 |
| |\ \ \ | | | | | | | | | | | gRPC LB fixes from end two end testing | ||
| | * | | | clang-format | David Garcia Quintas | 2016-11-01 |
| | | | | | |||
| * | | | | Merge pull request #8548 from dgquintas/lb-tokens-length | David G. Quintas | 2016-11-02 |
|/| | | | | | | | | | | | | | | Made LB token dynamic size <= 50 bytes | ||
| * | | | | Reverted back to using 128 bytes for service name | David Garcia Quintas | 2016-11-01 |
| | | | | | |||
| | * | | | PR comments, take three | David Garcia Quintas | 2016-11-01 |
| | | | | | |||
| | * | | | PR comments, take two | David Garcia Quintas | 2016-11-01 |
| | | | | | |||
| | | * | | Send a RST_STREAM from the client if servers dont properly close streams | Craig Tiller | 2016-11-01 |
| |_|/ / |/| | | | |||
| | * | | PR comments | David Garcia Quintas | 2016-10-31 |
| | | | | |||
| * | | | Updated max length of load balanced service to 255 bytes | David Garcia Quintas | 2016-10-30 |
| | | | | |||
| | | * | Fixed wrong sign for dns timeout debug msg | David Garcia Quintas | 2016-10-30 |
| |_|/ |/| | | |||
| | * | gRPC LB fixes from end two end testing | David Garcia Quintas | 2016-10-30 |
| |/ |/| | |||
| * | Made LB token dynamic size <= 50 bytes | David Garcia Quintas | 2016-10-28 |
| | | |||
* | | Fix potential use-after-free: connected subchannel gets destroyed after its ↵ | Craig Tiller | 2016-10-27 |
| | | | | | | | | been picked by an lbpolicy | ||
* | | Handle calls that are started after transport closure | 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 |
|\| | |||
| * | 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 |
| | | | |||
| | * | clang-format | 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 |
| | | | | |||
| * | | | Merge branch 'master' into uv_core_transport | murgatroid99 | 2016-10-25 |
| |\ \ \ | |||
| | * | | | Finish off change | Craig Tiller | 2016-10-25 |
| | | | | | |||
| | * | | | Use the statement sequencing operator instead of introducing an enum | Craig Tiller | 2016-10-25 |
| | | | | | |||
| | * | | | Hand build tail recursion to avoid stack overflow | Craig Tiller | 2016-10-25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This pair of recursive functions was always supposed to take advantage of tail recursion. In debug builds we're seeing some instances of stack overflow however (especially with TensorFlow). Manually apply the tail recursion optimization to eliminate this. | ||
| | | | * | Fix asan bug. | Mark D. Roth | 2016-10-25 |
| | | | | | |||
| | | | * | Update comments. | Mark D. Roth | 2016-10-25 |
| | | | | | |||
* | | | | | Merge github.com:grpc/grpc into buffer_pools_for_realsies | Craig Tiller | 2016-10-24 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||
| | | | * | Merge remote-tracking branch 'upstream/master' into resolver_channel_args | Mark D. Roth | 2016-10-24 |
| | | | |\ | | |_|_|/ | |/| | | |