Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #7517 from markdroth/handshake_api | kpayson64 | 2016-07-26 |
|\ | | | | | Improve error handling in handshake API | ||
* \ | Merge pull request #7508 from murgatroid99/v1.0.x_merge_into_master | Nicolas Noble | 2016-07-25 |
|\ \ | | | | | | | V1.0.x merge into master | ||
| | * | clang-format | Mark D. Roth | 2016-07-25 |
| | | | |||
| | * | Merge remote-tracking branch 'upstream/master' into handshake_api2 | Mark D. Roth | 2016-07-25 |
| | |\ | |_|/ |/| | | |||
* | | | Merge pull request #7395 from markdroth/handshake_api | kpayson64 | 2016-07-25 |
|\ \ \ | | | | | | | | | General-purpose handshaker API. | ||
| | | * | Add grpc_error parameter to handshaker callback. | Mark D. Roth | 2016-07-22 |
| | |/ | |/| | |||
| * | | clang-format | Mark D. Roth | 2016-07-21 |
| | | | |||
| * | | Add acceptor parameter. | Mark D. Roth | 2016-07-20 |
| | | | |||
| * | | clang-format | Mark D. Roth | 2016-07-20 |
| | | | |||
| * | | Merge remote-tracking branch 'upstream/master' into handshake_api | Mark D. Roth | 2016-07-20 |
| |\ \ | |||
| | | * | Merge pull request #6737 from ctiller/delayed-write | Craig Tiller | 2016-07-19 |
| | | | | | | | | | | | | | | | | Delay beginning most writes until we enter poll() | ||
* | | | | Merge remote-tracking branch 'upstream/master' into shut_down_acceptor_early | yang-g | 2016-07-18 |
|\ \ \ \ | | |/ / | |/| | | |||
| | * | | Plumb channel args through handshakers. | Mark D. Roth | 2016-07-15 |
| | | | | |||
| | * | | Use handshake_manager API in client and server. | Mark D. Roth | 2016-07-14 |
| | | | | |||
| * | | | Add a quick note on the write chain execution\nthis is changed already in a ↵ | Craig Tiller | 2016-07-13 |
| | | | | | | | | | | | | | | | | future commit, so this should be enough for now | ||
| * | | | Update comment | Craig Tiller | 2016-07-13 |
| | | | | |||
| | | * | Merge pull request #7366 from y-zeng/fix-chttp2-parsing-msg | kpayson64 | 2016-07-13 |
| | |/| | | | | | | | | | Remove unnecessary "Failed parsing HTTP2" detail | ||
| * | | | Failure reporting fix | Craig Tiller | 2016-07-13 |
| | | | | |||
| * | | | Fix potential null ptr deref | Craig Tiller | 2016-07-13 |
| | | | | |||
| * | | | Merge github.com:grpc/grpc into delayed-write | Craig Tiller | 2016-07-12 |
| |\| | | |||
| * | | | Fix rare flake | Craig Tiller | 2016-07-12 |
| | | | | |||
* | | | | Shutdown the listeners early when destroying the tcp_server | yang-g | 2016-07-11 |
| | | | | |||
| | * | | clang-format | Craig Tiller | 2016-07-11 |
| | | | | |||
| | | * | Remove unnecessary parsing detail | Yuchen Zeng | 2016-07-11 |
| |_|/ |/| | | |||
| | * | Make it more likely to correctly report deadline exceeded | Craig Tiller | 2016-07-08 |
| |/ |/| | |||
| * | clang-format | Craig Tiller | 2016-07-07 |
| | | |||
| * | Better fix for flow control bug | Craig Tiller | 2016-07-07 |
| | | |||
| * | Remove spam | Craig Tiller | 2016-07-07 |
| | | |||
| * | Fix flow control issue, make debugging in the future easier | Craig Tiller | 2016-07-07 |
| | | |||
| * | Properly report large metadata errors | Craig Tiller | 2016-07-06 |
| | | |||
| * | Prevent a use-after-free | Craig Tiller | 2016-07-06 |
| | | |||
| * | Use endpoint workqueue via execution context | Craig Tiller | 2016-06-30 |
| | | |||
| * | Merge github.com:grpc/grpc into delayed-write | Craig Tiller | 2016-06-30 |
| |\ | |/ |/| | |||
* | | Merge pull request #7092 from ctiller/dont_create_redundant_errors | Jan Tattermusch | 2016-06-30 |
|\ \ | | | | | | | Dont create errors redundently in chttp2_transport.c | ||
* \ \ | Merge github.com:grpc/grpc into %s | Craig Tiller | 2016-06-28 |
|\ \ \ | |||
| | * | | Dont create errors redundently in chttp2_transport.c | Craig Tiller | 2016-06-27 |
| | | | | |||
* | | | | Merge github.com:grpc/grpc into %s | Craig Tiller | 2016-06-27 |
|\ \ \ \ | | |/ / | |/| | | |||
| | * | | Annotate more things | Craig Tiller | 2016-06-27 |
| |/ / | |||
* | | | Merge github.com:grpc/grpc into %s | Craig Tiller | 2016-06-27 |
|\ \ \ | |||
| | * \ | Merge github.com:grpc/grpc into reuse_port | Craig Tiller | 2016-06-26 |
| | |\ \ | | |/ / | |/| | | |||
| * | | | Merge pull request #6798 from jboeuf/fix_3803 | Jan Tattermusch | 2016-06-24 |
| |\ \ \ | | | | | | | | | | | Fix #3803 | ||
* | | | | | Make transport-level errors be reflected in status messages on calls | Craig Tiller | 2016-06-23 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Allows us to eliminate logging those errors by default (since they are explicitly passed up to the application). Required plumbing errors through the stack a little more deeply than we had previously. | ||
| | * | | Merge github.com:grpc/grpc into reuse_port | Craig Tiller | 2016-06-21 |
| | |\ \ | |_|/ / |/| | | | |||
* | | | | Merge pull request #6969 from ctiller/stream_finish | Jan Tattermusch | 2016-06-21 |
|\ \ \ \ | | | | | | | | | | | Fix errored streams prematurely terminating, add a test | ||
* \ \ \ \ | Merge pull request #6966 from ctiller/get_settings_first | Jan Tattermusch | 2016-06-21 |
|\ \ \ \ \ | | | | | | | | | | | | | Force receiving a SETTINGS frame as the first frame | ||
| | * | | | | Fix errored streams prematurely terminating, add a test | Craig Tiller | 2016-06-20 |
| | | | | | | |||
| * | | | | | We dont need to account for parsing or not when writing | Craig Tiller | 2016-06-20 |
| | | | | | | |||
| * | | | | | Force receiving a SETTINGS frame as the first frame | Craig Tiller | 2016-06-20 |
| |/ / / / | |||
* / / / / | Fix memory leak upon receiving two RST_STREAMs | Craig Tiller | 2016-06-20 |
|/ / / / | |||
| | * | | Merge github.com:grpc/grpc into reuse_port | Craig Tiller | 2016-06-20 |
| | |\ \ | |_|/ / |/| | | |