Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | clang-format remove blank lines | Robbie Shade | 2016-08-23 |
| | |||
* | Merge branch 'master' into delete_timeout_enum | Robbie Shade | 2016-08-23 |
|\ | |||
| * | Fix destroy_call_elem API in test. | Mark D. Roth | 2016-08-02 |
| | | |||
| * | Merge remote-tracking branch 'upstream/master' into filter_call_init_failure | Mark D. Roth | 2016-08-02 |
| |\ | |||
| | * | Merge branch 'master' of github.com:grpc/grpc into lr_july_16 | David Garcia Quintas | 2016-08-01 |
| | |\ | |||
| * | | | Fixed asan failure and some refcounting bugs. | Mark D. Roth | 2016-07-27 |
| | | | | |||
| | * | | removed some bits from invalid LR design | David Garcia Quintas | 2016-07-26 |
| | | | | |||
| * | | | clang-format | Mark D. Roth | 2016-07-21 |
| | | | | |||
| * | | | Add test filter right before connected channel filter. | Mark D. Roth | 2016-07-19 |
| | | | | |||
* | | | | Merge branch 'master' into delete_timeout_enum | Robbie Shade | 2016-07-19 |
|\ \ \ \ | | |_|/ | |/| | | |||
| | * | | s/MAX_INT/INT_MAX/ | Mark D. Roth | 2016-07-18 |
| | | | | |||
| | * | | Change priority for adding the filter in the filter_call_init_fails test. | Mark D. Roth | 2016-07-15 |
| | | | | |||
| | * | | Merge remote-tracking branch 'upstream/master' into filter_call_init_failure | Mark D. Roth | 2016-07-15 |
| | |\ \ | | |/ / | |/| | | |||
| | | * | Simplified LR filter | David Garcia Quintas | 2016-07-13 |
| | | | | |||
| | | * | fixed leaks in test | David Garcia Quintas | 2016-07-12 |
| | | | | |||
| | | * | discount grpc framing bytes | David Garcia Quintas | 2016-07-11 |
| | | | | |||
| | | * | fixed failures in h2_proxy | David Garcia Quintas | 2016-07-11 |
| | | | | |||
| | | * | Added new features to load reporting. | David Garcia Quintas | 2016-07-10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Propagation of (rpc) method name. - Invocation of the hook at (call, channel) x (creation, destruction) - Added enum to identify the source of invocation. - Fixed testing. Went from test fixture to simple test. | ||
| * | | | Fix high seqno tests, up runtimes for benchmark tests to flush more bugs | Craig Tiller | 2016-07-07 |
| | | | | |||
| * | | | Cleanup test | Craig Tiller | 2016-07-06 |
| | |/ | |/| | |||
| | * | Merge branch 'master' into filter_call_init_failure | Mark D. Roth | 2016-07-01 |
| | |\ | | |/ | |/| | |||
* | | | Delete unused TIMEOUT enum in end2end tests | Robbie Shade | 2016-06-29 |
| | | | |||
| * | | Fix new test | Craig Tiller | 2016-06-27 |
|/ / | |||
* | | Merge pull request #6973 from makdharma/network_status_change | Jan Tattermusch | 2016-06-27 |
|\ \ | | | | | | | Network status tracking | ||
| | * | clang-format | Mark D. Roth | 2016-06-23 |
| | | | |||
| | * | Added test for filter whose call initialization fails, and fixed bugs | Mark D. Roth | 2016-06-23 |
| | | | | | | | | | | | | uncovered by the test. | ||
| | * | Change grpc_channel_filter init_call_elem() method to return grpc_error. | Mark D. Roth | 2016-06-23 |
| |/ |/| | |||
| * | clang-format fixes | Makarand Dharmapurikar | 2016-06-22 |
| | | |||
| * | Network status tracking | Makarand Dharmapurikar | 2016-06-20 |
| | | | | | | | | | | | | | | Recreated the old PR (https://github.com/grpc/grpc/pull/6283) in a new repo since the old repo was destroyed. Removed changes to tcp_posix.c and tpc_windows.c, instead depending on the idempotent endpoint shutdown code from https://github.com/grpc/grpc/pull/6911. | ||
* | | Fix copyright | Craig Tiller | 2016-06-20 |
| | | |||
* | | Fix errored streams prematurely terminating, add a test | Craig Tiller | 2016-06-20 |
|/ | |||
* | Merge pull request #6958 from ctiller/cpuburn | Jan Tattermusch | 2016-06-17 |
|\ | | | | | Reduce cost of some heavyweight tests | ||
| * | Reduce cost of some heavyweight tests | Craig Tiller | 2016-06-17 |
| | | |||
* | | Merge branch 'idempotent_endpoint_shutdown' into handshake_timeout | Craig Tiller | 2016-06-15 |
|\| | |||
| * | Add format check for gpr_log and gpr_asprintf | Yuchen Zeng | 2016-06-10 |
| | | |||
* | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-09 |
|\| | |||
| * | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis | David Garcia Quintas | 2016-06-07 |
| |\ | |||
| * | | s/maybe_compression_level.compression_level/maybe_compression_level.level | David Garcia Quintas | 2016-06-07 |
| | | | |||
* | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-07 |
|\ \ \ | | |/ | |/| | |||
| * | | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation | David Garcia Quintas | 2016-06-06 |
| |\ \ | |||
* | \ \ | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-06 |
|\ \ \ \ | | |/ / | |/| | | |||
| | | * | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis | David Garcia Quintas | 2016-06-03 |
| | | |\ | | |_|/ | |/| | | |||
| * | | | Merge branch 'master' of github.com:grpc/grpc into lr_hook | David Garcia Quintas | 2016-06-02 |
| |\ \ \ | |||
| | | * \ | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation | David Garcia Quintas | 2016-05-31 |
| | | |\ \ | | | |/ / | | |/| | | |||
* | | | | | Rename functions | Craig Tiller | 2016-05-24 |
| | | | | | |||
* | | | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-05-24 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||
| * | | | | Make request_with_flags timeout deadline equal to that of request_with_payload. | Robbie Shade | 2016-05-23 |
| | | | | | |||
| | * | | | Merge branch 'master' of github.com:grpc/grpc into lr_hook | David Garcia Quintas | 2016-05-19 |
| | |\ \ \ | |||
| | | | | * | Merge branch 'compression_incoming_checks' into compression_md_level_bis | David Garcia Quintas | 2016-05-18 |
| | | | | |\ | |||
| | | | * | \ | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation | David Garcia Quintas | 2016-05-18 |
| | | | |\ \ \ | | | | |/ / / | | | |/| | | |