aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/transport/chttp2/client/insecure/channel_create.c
Commit message (Expand)AuthorAge
* Handshaker plugin mechanism.Gravatar Mark D. Roth2017-01-06
* Fix merge errorsGravatar 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
* 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
|\
| * Rename *_create_handshakers() to *_add_handshakers().Gravatar Mark D. Roth2016-12-06
* | Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-12-05
|\|
| * 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
| | * 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
| |/
| * Change grpc_handshaker_args to be owned by the handshake manager.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
|/
* 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
| |\
* | \ 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
| | | * Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-21
| | | |\ | | |_|/ | |/| |
| | * | Merge remote-tracking branch 'upstream/master' into resolver_channel_argsGravatar Mark D. Roth2016-10-21
| | |\ \ | | |/ / | |/| |
| | * | Pass channel args through resolver.Gravatar Mark D. Roth2016-10-21
| * | | Merge remote-tracking branch 'upstream/master' into rename_client_configGravatar Mark D. Roth2016-10-07
| |\| |
| | | * Clang formatGravatar murgatroid992016-09-26
| | | * Merge branch 'master' into uv_core_transportGravatar murgatroid992016-09-23
| | | |\ | | | |/ | | |/|
* | | | Merge branch 'direct-calls' into buffer_pools_for_realsiesGravatar Craig Tiller2016-09-23
|\ \ \ \ | | |/ / | |/| |
| | | * Remove sockaddr type structs and socklen_t from internal core APIs, update PO...Gravatar murgatroid992016-09-23
* | | | Buffer pools compileGravatar Craig Tiller2016-09-23
| * | | Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-09-21
| |\ \ \ | |/ / / |/| | |
* | | | Code review changes.Gravatar Mark D. Roth2016-09-20
| | * | Rename client_config directory to client_channel.Gravatar Mark D. Roth2016-09-14
| | |/
* | | Avoid circular refcounting.Gravatar Mark D. Roth2016-09-09
* | | Move LB policy instantiation from resolvers into client_channel.Gravatar Mark D. Roth2016-09-08
| |/ |/|
| * Use http_proxy environment variable instead of URI query param.Gravatar Mark D. Roth2016-09-06
| * clang-formatGravatar Mark D. Roth2016-08-04
| * Merge branch 'handshaker_api' into http_connectGravatar Mark D. Roth2016-08-04
| |\ | |/ |/|
* | Change handshaker API to use a read buffer to pass leftover bytes readGravatar Mark D. Roth2016-08-04
| * Update API from merge.Gravatar Mark D. Roth2016-07-25