aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/transport/chttp2/client/insecure
Commit message (Expand)AuthorAge
* Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
* Removing deprecated string to char * conversionsGravatar Yash Tibrewal2017-09-17
* Add helpers for creating channel args.Gravatar Mark D. Roth2017-06-09
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* print insecure channel target in traceGravatar Jan Tattermusch2017-05-10
* Reorganize ext treeGravatar Craig Tiller2017-03-31
* Manual changes from upmerged modificationsGravatar David Garcia Quintas2017-03-06
* Fixed Heap-buffer-overflow in parse_unix via clusterfuzzGravatar David Garcia Quintas2017-02-22
* Check for target being NULL in client channel factory.Gravatar Mark D. Roth2017-02-01
* Canonify server URI when setting the channel arg.Gravatar Mark D. Roth2017-02-01
* Handshaker plugin mechanism.Gravatar Mark D. Roth2017-01-06
* 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 github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-06
|\ \ \
| | * | 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
| |/
* / Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-09
|/
* 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