Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge remote-tracking branch 'upstream/master' into http_connect | Mark D. Roth | 2016-08-02 |
|\ | |||
| * | Merge pull request #6774 from a-veitch/add_resource | kpayson64 | 2016-08-02 |
| |\ | | | | | | | Add Census resource API and implementation. | ||
| * \ | Merge pull request #7024 from markdroth/filter_call_init_failure | kpayson64 | 2016-08-02 |
| |\ \ | | | | | | | | | Extend filter API to allow call initialization to return an error. | ||
| * \ \ | Merge pull request #7601 from dgquintas/census_stuff | kpayson64 | 2016-08-02 |
| |\ \ \ | | | | | | | | | | | Changed census static metadata keys for tracing and tag propagation | ||
| | | * | | Fix destroy_call_elem API in test. | Mark D. Roth | 2016-08-02 |
| | | | | | |||
* | | | | | Merge remote-tracking branch 'upstream/master' into http_connect | Mark D. Roth | 2016-08-02 |
|\| | | | | |||
| | | * | | Merge remote-tracking branch 'upstream/master' into filter_call_init_failure | Mark D. Roth | 2016-08-02 |
| | | |\ \ | | |_|/ / | |/| | | | |||
* | | | | | Trying to debug proxy tests. Not working yet. | Mark D. Roth | 2016-08-02 |
| | | | | | |||
| * | | | | Merge branch 'master' of github.com:grpc/grpc into grpclb_v0 | David Garcia Quintas | 2016-08-01 |
| |\ \ \ \ | |||
| | | * | | | Changed census static metadata keys for tracing and tag propagation | David Garcia Quintas | 2016-08-01 |
| | |/ / / | |||
| | * | | | clang-format | David Garcia Quintas | 2016-08-01 |
| | | | | | |||
| | * | | | Merge branch 'master' of github.com:grpc/grpc into lr_july_16 | David Garcia Quintas | 2016-08-01 |
| | |\ \ \ | |||
| * | \ \ \ | Merge branch 'master' of github.com:grpc/grpc into grpclb_v0 | David Garcia Quintas | 2016-08-01 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||
| * | | | | | Addressed the rest of the PR comments | David Garcia Quintas | 2016-07-29 |
| | | | | | | |||
* | | | | | | Clean up test. Still debugging things. | Mark D. Roth | 2016-07-29 |
| | | | | | | |||
* | | | | | | Fix use-after-free and memory leak problems. | Mark D. Roth | 2016-07-29 |
| | | | | | | |||
* | | | | | | Work on debugging the HTTP proxy implementation. | Mark D. Roth | 2016-07-29 |
| | | | | | | |||
| | * | | | | Merge pull request #7459 from nicolasnoble/udp_test_bitrot | Vijay Pai | 2016-07-27 |
| | |\ \ \ \ | | | | | | | | | | | | | | | Fixing udp test bitrotting. | ||
| | | | | * | | Fixed asan failure and some refcounting bugs. | Mark D. Roth | 2016-07-27 |
| | | | | | | | |||
* | | | | | | | Made significant progress on the test, but not working yet. | Mark D. Roth | 2016-07-27 |
| | | | | | | | |||
| | | | * | | | removed some bits from invalid LR design | David Garcia Quintas | 2016-07-26 |
| | | | | | | | |||
* | | | | | | | Merge remote-tracking branch 'upstream/master' into http_connect | Mark D. Roth | 2016-07-26 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||
| | | | | | * | Fix memory overwrite in proto decding; fix test for windows | Alistair Veitch | 2016-07-26 |
| | | | | | | | |||
* | | | | | | | Merge branch 'handshake_api' into http_connect | Mark D. Roth | 2016-07-25 |
|\ \ \ \ \ \ \ | |||
* | | | | | | | | Basic proof-of-concept test. Needs more work to run stand-alone. | Mark D. Roth | 2016-07-25 |
| | | | | | | | | |||
* | | | | | | | | Use URI query string instead of channel arg to indicate use of proxy. | Mark D. Roth | 2016-07-25 |
| | | | | | | | | |||
| | * | | | | | | Merge v1.0.x into master | murgatroid99 | 2016-07-22 |
| |/| | | | | | | |||
| | | | | | | * | merge to upstream/master | Alistair Veitch | 2016-07-21 |
| | | | | | | |\ | |_|_|_|_|_|_|/ |/| | | | | | | | |||
| | | | | | * | | clang-format | Mark D. Roth | 2016-07-21 |
| | | | | | | | | |||
| * | | | | | | | Add gpr_slice_new_with_user_data. | Sanjay Ghemawat | 2016-07-21 |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gpr_slice_new_with_user_data is like gpr_slice_new, but allows the caller to specify a distinct pointer to pass to the destroy function. This is useful when the data is part of a larger data structure that should be destroyed when the data is no longer needed. | ||
| * | | | | | | Merge pull request #6737 from ctiller/delayed-write | Craig Tiller | 2016-07-19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delay beginning most writes until we enter poll() | ||
| | | | | * | | Add test filter right before connected channel filter. | Mark D. Roth | 2016-07-19 |
| | | | | | | | |||
| | | * | | | | Fixing udp test bitrotting. | Nicolas "Pixel" Noble | 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 |
| | | | |\ \ | |_|_|_|/ / |/| | | | | | |||
| | * | | | | Merge branch 'master' of github.com:grpc/grpc into grpclb_v0 | David Garcia Quintas | 2016-07-14 |
| | |\ \ \ \ | |||
| | | | * | | | Simplified LR filter | David Garcia Quintas | 2016-07-13 |
| | | | | | | | |||
| * | | | | | | Merge pull request #7366 from y-zeng/fix-chttp2-parsing-msg | kpayson64 | 2016-07-13 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Remove unnecessary "Failed parsing HTTP2" detail | ||
* | \ \ \ \ \ \ | Merge github.com:grpc/grpc into delayed-write | Craig Tiller | 2016-07-13 |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | |||
| * | | | | | | | Merge pull request #7248 from yang-g/server_test | kpayson64 | 2016-07-12 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Initialize variable. | ||
| | | * | | | | | | Use test roots.pem in test | yang-g | 2016-07-13 |
| | | | | | | | | | |||
| | | | | | | * | | Merge remote-tracking branch 'upstream/master' into filter_call_init_failure | Mark D. Roth | 2016-07-12 |
| | | | | | | |\ \ | | | | |_|_|_|/ / | | | |/| | | | | | |||
* | | | | | | | | | Merge github.com:grpc/grpc into delayed-write | Craig Tiller | 2016-07-12 |
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | |||
| | | * | | | | | | Merge remote-tracking branch 'upstream/master' into server_test | yang-g | 2016-07-12 |
| | | |\ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | |||
| | * | | | | | | | Merge remote-tracking branch 'upstream/master' into sequential_con | yang-g | 2016-07-12 |
| | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||
| | | | | | * | | | 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 |
| | | | | | | | | | |||
| | | | | | * | | | Merge remote-tracking branch 'origin/fix_tsan' into lr_july_16 | David Garcia Quintas | 2016-07-11 |
| | | | | | |\ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | |