aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/transport/chttp2/client/secure
Commit message (Expand)AuthorAge
* 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
| * Make handshaker responsible for destroying endpoint on shutdown or failure.Gravatar Mark D. Roth2016-11-29
* | 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
* | 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 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
* | | 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
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #8095 from markdroth/rename_client_configGravatar Mark D. Roth2016-10-21
| |\ \ \
| | | * | Pass channel args through resolver.Gravatar Mark D. Roth2016-10-21
| * | | | Moved unref of security connector outside of grpc_secure_channel_createGravatar David Garcia Quintas2016-10-20
| | |/ / | |/| |
| | * | 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
| * Merge branch 'handshake_api' into http_connectGravatar Mark D. Roth2016-07-25
| |\ | |/ |/|
* | clang-formatGravatar Mark D. Roth2016-07-25
| * Update API from merge.Gravatar Mark D. Roth2016-07-25
| * Use URI query string instead of channel arg to indicate use of proxy.Gravatar Mark D. Roth2016-07-25