aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/transport/chttp2/client
Commit message (Expand)AuthorAge
* Fix API fuzzer tests.Gravatar Mark D. Roth2017-01-13
* Store subchannel address in a channel arg.Gravatar Mark D. Roth2017-01-13
* Handshaker plugin mechanism.Gravatar Mark D. Roth2017-01-06
* Remove errant headerGravatar Craig Tiller2017-01-04
* 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
* | Fix merge errorsGravatar Craig Tiller2016-12-27
* | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-27
|\|
| * Eliminate redundant places where server name was stored.Gravatar Mark D. Roth2016-12-12
| * Fix grpclb code.Gravatar Mark D. Roth2016-12-12
* | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-12
|\ \
| | * Add function to create channel arg for client channel factory.Gravatar Mark D. Roth2016-12-09
| | * Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-12-09
| | |\ | | |/ | |/|
| | * Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-12-09
| | |\
* | | | 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
|\ \ \ \ | | |_|/ | |/| |
| | * | clang-formatGravatar Mark D. Roth2016-12-06
| | * | Rename *_create_handshakers() to *_add_handshakers().Gravatar Mark D. Roth2016-12-06
| |/ /
| * | Fix race if connector is shutdown while connectingGravatar Craig Tiller2016-12-05
| | * Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-12-05
| | |\ | | |/ | |/|
| * | clang-formatGravatar Mark D. Roth2016-12-01
| * | Merge branch 'security_handshaker1' into security_handshaker2Gravatar Mark D. Roth2016-12-01
| |\ \
| | * | Code review changes.Gravatar Mark D. Roth2016-12-01
| * | | 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
| | * | Make handshaker responsible for destroying endpoint on shutdown or failure.Gravatar Mark D. Roth2016-11-29
| | | * clang-formatGravatar Mark D. Roth2016-11-18
| | | * Avoid confusion between server name and URI.Gravatar Mark D. Roth2016-11-18
| | | * Pass client channel factory and server name via channel args.Gravatar Mark D. Roth2016-11-18
| * | | 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
| * | | Changed security handshakers to use generic handshaker API.Gravatar Mark D. Roth2016-11-16
| |/ /
| * | 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
| |/
* | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-09
|\|
| * Merge github.com:grpc/grpc into grpc_sliceGravatar Craig Tiller2016-11-04
|/|
| * gRPC LB fixes from end two end testingGravatar David Garcia Quintas2016-10-30
* | 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
| |\
* | | 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
| |\
| * | Fix asan bug.Gravatar Mark D. Roth2016-10-25