Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Updated tests. | 2016-08-04 | |
| | |||
* | Merge pull request #7024 from markdroth/filter_call_init_failure | 2016-08-02 | |
|\ | | | | | Extend filter API to allow call initialization to return an error. | ||
* \ | Merge pull request #7601 from dgquintas/census_stuff | 2016-08-02 | |
|\ \ | | | | | | | Changed census static metadata keys for tracing and tag propagation | ||
| | * | Fix destroy_call_elem API in test. | 2016-08-02 | |
| | | | |||
| | * | Merge remote-tracking branch 'upstream/master' into filter_call_init_failure | 2016-08-02 | |
| | |\ | |_|/ |/| | | |||
* | | | Merge branch 'master' of github.com:grpc/grpc into grpclb_v0 | 2016-08-01 | |
|\ \ \ | |||
| | * | | Changed census static metadata keys for tracing and tag propagation | 2016-08-01 | |
| |/ / | |||
| * | | Merge branch 'master' of github.com:grpc/grpc into lr_july_16 | 2016-08-01 | |
| |\ \ | |||
* | \ \ | Merge branch 'master' of github.com:grpc/grpc into grpclb_v0 | 2016-08-01 | |
|\ \ \ \ | | |/ / | |/| | | |||
| | | * | Fixed asan failure and some refcounting bugs. | 2016-07-27 | |
| | | | | |||
| | * | | removed some bits from invalid LR design | 2016-07-26 | |
| | | | | |||
| * | | | Merge v1.0.x into master | 2016-07-22 | |
| |\ \ \ | |||
| | | | * | clang-format | 2016-07-21 | |
| | | | | | |||
| | * | | | Merge pull request #6737 from ctiller/delayed-write | 2016-07-19 | |
| | | | | | | | | | | | | | | | | | | | | Delay beginning most writes until we enter poll() | ||
| | | | * | Add test filter right before connected channel filter. | 2016-07-19 | |
| | | | | | |||
| | | | * | s/MAX_INT/INT_MAX/ | 2016-07-18 | |
| | | | | | |||
| | | | * | Change priority for adding the filter in the filter_call_init_fails test. | 2016-07-15 | |
| | | | | | |||
| | | | * | Merge remote-tracking branch 'upstream/master' into filter_call_init_failure | 2016-07-15 | |
| | | | |\ | | |_|_|/ | |/| | | | |||
* | | | | | Merge branch 'master' of github.com:grpc/grpc into grpclb_v0 | 2016-07-14 | |
|\ \ \ \ \ | |||
| | | | * | | Simplified LR filter | 2016-07-13 | |
| | | | | | | |||
| | * | | | | Merge github.com:grpc/grpc into delayed-write | 2016-07-13 | |
| | |\ \ \ \ | | |/ / / / | |/| | | | | |||
| | | | | * | Merge remote-tracking branch 'upstream/master' into filter_call_init_failure | 2016-07-12 | |
| | | | | |\ | |||
| | | | * | | | fixed leaks in test | 2016-07-12 | |
| | | | | | | | |||
| | | | * | | | discount grpc framing bytes | 2016-07-11 | |
| | | | | | | | |||
| | | | * | | | fixed failures in h2_proxy | 2016-07-11 | |
| | | | | | | | |||
| | | * | | | | Remove unnecessary parsing detail | 2016-07-11 | |
| | | | |_|/ | | | |/| | | |||
| | * | | | | Merge github.com:grpc/grpc into delayed-write | 2016-07-11 | |
| | |\| | | | |||
| | | | * | | Added new features to load reporting. | 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. | ||
| * | | | | Merge remote-tracking branch 'upstream/master' into server_test | 2016-07-08 | |
| |\ \ \ \ | | | |/ / | | |/| | | |||
| | | * | | Fix high seqno tests, up runtimes for benchmark tests to flush more bugs | 2016-07-07 | |
| | | | | | |||
| | | * | | Merge github.com:grpc/grpc into delayed-write | 2016-07-06 | |
| | | |\ \ | |||
| * | | | | | init another one | 2016-07-06 | |
| | |_|/ / | |/| | | | |||
| | * | | | Merge branch 'master' of github.com:grpc/grpc into bb_reader_error | 2016-07-06 | |
| | |\ \ \ | | |/ / / | |/| | | | |||
| | | * | | Cleanup test | 2016-07-06 | |
| | | | | | |||
| | | | * | Merge branch 'master' into filter_call_init_failure | 2016-07-01 | |
| | | | |\ | | | | |/ | | | |/| | |||
| * | | | | Merge remote-tracking branch 'upstream/master' into handler_http_response | 2016-06-30 | |
| |\ \ \ \ | | | |/ / | | |/| | | |||
| | | * | | Return success status of grpc_byte_buffer_reader | 2016-06-30 | |
| | |/ / | |||
| * | | | Fix format issues | 2016-06-28 | |
| | | | | |||
| | * | | Fix new test | 2016-06-27 | |
| | | | | |||
| | * | | Merge pull request #6973 from makdharma/network_status_change | 2016-06-27 | |
| | |\ \ | | | | | | | | | | | Network status tracking | ||
| * | | | | Fix test failure | 2016-06-24 | |
| | | | | | |||
| | | | * | clang-format | 2016-06-23 | |
| | | | | | |||
| | | | * | Added test for filter whose call initialization fails, and fixed bugs | 2016-06-23 | |
| | | | | | | | | | | | | | | | | | | | | uncovered by the test. | ||
| | | | * | Change grpc_channel_filter init_call_elem() method to return grpc_error. | 2016-06-23 | |
| | | |/ | | |/| | |||
| * | | | Merge remote-tracking branch 'upstream/master' into handler_http_response | 2016-06-22 | |
| |\| | | |||
| | | * | clang-format fixes | 2016-06-22 | |
| | | | | |||
| * | | | Init grpc for each test | 2016-06-22 | |
| | | | | |||
| * | | | Memset ops before being used, destroy metadata_recv after beign used | 2016-06-22 | |
| | | | | |||
| | * | | Merge pull request #6969 from ctiller/stream_finish | 2016-06-21 | |
| | |\ \ | | | | | | | | | | | Fix errored streams prematurely terminating, add a test | ||
* | | \ \ | Merge branch 'master' of github.com:grpc/grpc into grpclb_v0 | 2016-06-20 | |
|\ \ \ \ \ |