aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/transport/chttp2
Commit message (Expand)AuthorAge
* Fix link problem for insecure target.Gravatar Mark D. Roth2016-11-30
* Fix shutdown semantics for client and server code.Gravatar Mark D. Roth2016-11-30
* Merge branch 'security_handshaker1' into security_handshaker2Gravatar Mark D. Roth2016-11-29
|\
| * Make handshaker responsible for destroying endpoint on shutdown or failure.Gravatar Mark D. Roth2016-11-29
| * Merge remote-tracking branch 'upstream/master' into security_handshaker1Gravatar Mark D. Roth2016-11-29
| |\
| | * Pretty print outgoing headersGravatar yang-g2016-11-21
* | | Use the same synchronization in the insecure server code as in the secure.Gravatar Mark D. Roth2016-11-17
* | | Use the same connector code for both secure and insecure clients.Gravatar Mark D. Roth2016-11-17
* | | Code cleanup.Gravatar Mark D. Roth2016-11-17
* | | Add missing mutex clean-up.Gravatar Mark D. Roth2016-11-17
* | | Clean up connector code.Gravatar Mark D. Roth2016-11-17
* | | Fix bugs from merge.Gravatar Mark D. Roth2016-11-17
* | | Merge branch 'security_handshaker1' into security_handshaker2Gravatar Mark D. Roth2016-11-17
|\| |
| * | Change grpc_handshaker_args to be owned by the handshake manager.Gravatar Mark D. Roth2016-11-16
* | | Merge remote-tracking branch 'upstream/master' into security_handshaker3Gravatar Mark D. Roth2016-11-16
|\ \ \ | | |/ | |/|
| | * Merge remote-tracking branch 'upstream/master' into security_handshaker2Gravatar Mark D. Roth2016-11-16
| | |\ | | |/ | |/|
* | | Changed security handshakers to use generic handshaker API.Gravatar Mark D. Roth2016-11-16
| |/ |/|
| * Fix use-after-free in time parse cachingGravatar Craig Tiller2016-11-15
* | clang-formatGravatar Mark D. Roth2016-11-14
* | Fix error refcounting in on_handshake_done callbacks.Gravatar Mark D. Roth2016-11-14
* | Change handshake manager to invoke callbacks via an exec_ctx.Gravatar Mark D. Roth2016-11-11
| * NULLs needed at fail_pending_writes() tooGravatar David Garcia Quintas2016-11-10
| * Fixed wrong NULLing in chttp2 transportGravatar David Garcia Quintas2016-11-10
|/
* Merge pull request #8486 from y-zeng/get_tosGravatar Yuchen Zeng2016-11-10
|\
* \ Merge github.com:grpc/grpc into grpc_sliceGravatar Craig Tiller2016-11-04
|\ \
| * \ Merge pull request #8598 from ctiller/rst_streamGravatar Muxi Yan2016-11-02
| |\ \
| | | * Merge remote-tracking branch 'upstream/master' into get_tosGravatar Yuchen Zeng2016-11-02
| | | |\ | | |_|/ | |/| |
| | * | Send a RST_STREAM from the client if servers dont properly close streamsGravatar Craig Tiller2016-11-01
| * | | gRPC LB fixes from end two end testingGravatar David Garcia Quintas2016-10-30
| |/ /
* | | Merge github.com:grpc/grpc into grpc_sliceGravatar Craig Tiller2016-10-28
|\| |
| * | Handle calls that are started after transport closureGravatar Craig Tiller2016-10-27
| * | Review feedbackGravatar Craig Tiller2016-10-26
* | | clang-formatGravatar Craig Tiller2016-10-26
* | | s/GPR_SLICE/GRPC_SLICE/gGravatar Craig Tiller2016-10-26
* | | Merge branch 'buffer_pools_for_realsies' into grpc_sliceGravatar Craig Tiller2016-10-26
|\| |
| * | Merge github.com:grpc/grpc into buffer_pools_for_realsiesGravatar Craig Tiller2016-10-26
| |\ \
* | | | Update includes, s/gpr_dump_slice/grpc_dump_slice/gGravatar Craig Tiller2016-10-26
* | | | Bulk update #includesGravatar Craig Tiller2016-10-26
* | | | s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
|/ / /
| * | Merge remote-tracking branch 'upstream/master' into resolver_channel_argsGravatar Mark D. Roth2016-10-26
| |\ \
| | * \ Merge pull request #8377 from htuch/alpnGravatar Craig Tiller2016-10-26
| | |\ \
* | | | | Review feedbackGravatar Craig Tiller2016-10-25
| | * | | Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-25
| | |\ \ \
| | | * | | Finish off changeGravatar Craig Tiller2016-10-25
| | | * | | Use the statement sequencing operator instead of introducing an enumGravatar Craig Tiller2016-10-25
| | | * | | Hand build tail recursion to avoid stack overflowGravatar Craig Tiller2016-10-25
| * | | | | Fix asan bug.Gravatar Mark D. Roth2016-10-25
* | | | | | Merge github.com:grpc/grpc into buffer_pools_for_realsiesGravatar Craig Tiller2016-10-24
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Fix propagation of channel args for insecure channels.Gravatar Mark D. Roth2016-10-24
| | * | | | clang-formatGravatar Mark D. Roth2016-10-24