aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/transport
Commit message (Collapse)AuthorAge
* Merge pull request #7517 from markdroth/handshake_apiGravatar kpayson642016-07-26
|\ | | | | Improve error handling in handshake API
* \ Merge pull request #7508 from murgatroid99/v1.0.x_merge_into_masterGravatar Nicolas Noble2016-07-25
|\ \ | | | | | | V1.0.x merge into master
| | * clang-formatGravatar Mark D. Roth2016-07-25
| | |
| | * Merge remote-tracking branch 'upstream/master' into handshake_api2Gravatar Mark D. Roth2016-07-25
| | |\ | |_|/ |/| |
* | | Merge pull request #7395 from markdroth/handshake_apiGravatar kpayson642016-07-25
|\ \ \ | | | | | | | | General-purpose handshaker API.
| | | * Add grpc_error parameter to handshaker callback.Gravatar Mark D. Roth2016-07-22
| | |/ | |/|
| * | clang-formatGravatar Mark D. Roth2016-07-21
| | |
| * | Add acceptor parameter.Gravatar Mark D. Roth2016-07-20
| | |
| * | clang-formatGravatar Mark D. Roth2016-07-20
| | |
| * | Merge remote-tracking branch 'upstream/master' into handshake_apiGravatar Mark D. Roth2016-07-20
| |\ \
| | | * Merge pull request #6737 from ctiller/delayed-writeGravatar Craig Tiller2016-07-19
| | | | | | | | | | | | | | | | Delay beginning most writes until we enter poll()
* | | | Merge remote-tracking branch 'upstream/master' into shut_down_acceptor_earlyGravatar yang-g2016-07-18
|\ \ \ \ | | |/ / | |/| |
| | * | Plumb channel args through handshakers.Gravatar Mark D. Roth2016-07-15
| | | |
| | * | Use handshake_manager API in client and server.Gravatar Mark D. Roth2016-07-14
| | | |
| * | | Add a quick note on the write chain execution\nthis is changed already in a ↵Gravatar Craig Tiller2016-07-13
| | | | | | | | | | | | | | | | future commit, so this should be enough for now
| * | | Update commentGravatar Craig Tiller2016-07-13
| | | |
| | | * Merge pull request #7366 from y-zeng/fix-chttp2-parsing-msgGravatar kpayson642016-07-13
| | |/| | | | | | | | | Remove unnecessary "Failed parsing HTTP2" detail
| * | | Failure reporting fixGravatar Craig Tiller2016-07-13
| | | |
| * | | Fix potential null ptr derefGravatar Craig Tiller2016-07-13
| | | |
| * | | Merge github.com:grpc/grpc into delayed-writeGravatar Craig Tiller2016-07-12
| |\| |
| * | | Fix rare flakeGravatar Craig Tiller2016-07-12
| | | |
* | | | Shutdown the listeners early when destroying the tcp_serverGravatar yang-g2016-07-11
| | | |
| | * | clang-formatGravatar Craig Tiller2016-07-11
| | | |
| | | * Remove unnecessary parsing detailGravatar Yuchen Zeng2016-07-11
| |_|/ |/| |
| | * Make it more likely to correctly report deadline exceededGravatar Craig Tiller2016-07-08
| |/ |/|
| * clang-formatGravatar Craig Tiller2016-07-07
| |
| * Better fix for flow control bugGravatar Craig Tiller2016-07-07
| |
| * Remove spamGravatar Craig Tiller2016-07-07
| |
| * Fix flow control issue, make debugging in the future easierGravatar Craig Tiller2016-07-07
| |
| * Properly report large metadata errorsGravatar Craig Tiller2016-07-06
| |
| * Prevent a use-after-freeGravatar Craig Tiller2016-07-06
| |
| * Use endpoint workqueue via execution contextGravatar Craig Tiller2016-06-30
| |
| * Merge github.com:grpc/grpc into delayed-writeGravatar Craig Tiller2016-06-30
| |\ | |/ |/|
* | Merge pull request #7092 from ctiller/dont_create_redundant_errorsGravatar Jan Tattermusch2016-06-30
|\ \ | | | | | | Dont create errors redundently in chttp2_transport.c
* \ \ Merge github.com:grpc/grpc into %sGravatar Craig Tiller2016-06-28
|\ \ \
| | * | Dont create errors redundently in chttp2_transport.cGravatar Craig Tiller2016-06-27
| | | |
* | | | Merge github.com:grpc/grpc into %sGravatar Craig Tiller2016-06-27
|\ \ \ \ | | |/ / | |/| |
| | * | Annotate more thingsGravatar Craig Tiller2016-06-27
| |/ /
* | | Merge github.com:grpc/grpc into %sGravatar Craig Tiller2016-06-27
|\ \ \
| | * \ Merge github.com:grpc/grpc into reuse_portGravatar Craig Tiller2016-06-26
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #6798 from jboeuf/fix_3803Gravatar Jan Tattermusch2016-06-24
| |\ \ \ | | | | | | | | | | Fix #3803
* | | | | Make transport-level errors be reflected in status messages on callsGravatar Craig Tiller2016-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_portGravatar Craig Tiller2016-06-21
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #6969 from ctiller/stream_finishGravatar Jan Tattermusch2016-06-21
|\ \ \ \ | | | | | | | | | | Fix errored streams prematurely terminating, add a test
* \ \ \ \ Merge pull request #6966 from ctiller/get_settings_firstGravatar Jan Tattermusch2016-06-21
|\ \ \ \ \ | | | | | | | | | | | | Force receiving a SETTINGS frame as the first frame
| | * | | | Fix errored streams prematurely terminating, add a testGravatar Craig Tiller2016-06-20
| | | | | |
| * | | | | We dont need to account for parsing or not when writingGravatar Craig Tiller2016-06-20
| | | | | |
| * | | | | Force receiving a SETTINGS frame as the first frameGravatar Craig Tiller2016-06-20
| |/ / / /
* / / / / Fix memory leak upon receiving two RST_STREAMsGravatar Craig Tiller2016-06-20
|/ / / /
| | * | Merge github.com:grpc/grpc into reuse_portGravatar Craig Tiller2016-06-20
| | |\ \ | |_|/ / |/| | |