aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/client_channel/http_connect_handshaker.c
Commit message (Expand)AuthorAge
* Add an error to fd_shutdown (and recursively)Gravatar Craig Tiller2017-01-27
* Fix handshaker shutdown bug.Gravatar Mark D. Roth2017-01-18
* Move detection of HTTP CONNECT proxy from DNS resolver to client channel.Gravatar Mark D. Roth2017-01-18
* Get HTTP CONNECT headers from channel arg.Gravatar Mark D. Roth2017-01-18
* Trigger HTTP CONNECT handshaker via channel arg.Gravatar Mark D. Roth2017-01-18
* clang-formatGravatar Mark D. Roth2017-01-09
* Add support for sending custom headers in HTTP CONNECT request.Gravatar Mark D. Roth2017-01-09
* Handshaker plugin mechanism.Gravatar Mark D. Roth2017-01-06
* Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closuresGravatar Craig Tiller2017-01-03
|\
| * Changes to exec_ctx/closure/combiner/workqueue interfacesGravatar Craig Tiller2016-12-28
* | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-27
|\|
| * clang-formatGravatar Mark D. Roth2016-12-14
| * Move internal channel arg definitions out of public headers.Gravatar Mark D. Roth2016-12-12
| * Eliminate redundant places where server name was stored.Gravatar Mark D. Roth2016-12-12
* | Make core_banned_functions.py pass againGravatar Craig Tiller2016-12-06
* | clang-formatGravatar Craig Tiller2016-12-06
* | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-06
|\|
| * Code review changes.Gravatar Mark D. Roth2016-12-02
| * Code review changes.Gravatar Mark D. Roth2016-12-01
| * Eliminate some code duplication.Gravatar Mark D. Roth2016-11-30
| * Always shut down endpoints before destroying them.Gravatar Mark D. Roth2016-11-29
| * Make handshaker responsible for destroying endpoint on shutdown or failure.Gravatar Mark D. Roth2016-11-29
| * Fix locking bug in HTTP CONNECT handshaker.Gravatar Mark D. Roth2016-11-29
| * Fix edge cases in HTTP CONNECT handshaker.Gravatar Mark D. Roth2016-11-17
| * Move deadline handling to handshake manager.Gravatar Mark D. Roth2016-11-14
| * Change handshaker API to take grpc_closure instead of grpc_iomgr_cb_func.Gravatar Mark D. Roth2016-11-14
| * Change handshake manager to invoke callbacks via an exec_ctx.Gravatar Mark D. Roth2016-11-11
* | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-09
|\|
* | Progress towards making grpc_slice_unref_internal take an exec_ctxGravatar Craig Tiller2016-10-31
|/
* clang-formatGravatar Craig Tiller2016-10-26
* s/GPR_SLICE/GRPC_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 rename_client_configGravatar Mark D. Roth2016-10-19
* Merge remote-tracking branch 'upstream/master' into rename_client_configGravatar Mark D. Roth2016-10-07