aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/client_channel
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'upstream/master' into security_handshaker2Gravatar Mark D. Roth2016-11-30
|\
| * Review feedbackGravatar Craig Tiller2016-11-30
| * Break infinite connection retry loopGravatar Craig Tiller2016-11-30
* | 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
* | Merge remote-tracking branch 'upstream/master' into security_handshaker1Gravatar Mark D. Roth2016-11-29
|\|
* | Fix edge cases in HTTP CONNECT handshaker.Gravatar Mark D. Roth2016-11-17
* | Merge remote-tracking branch 'upstream/master' into security_handshaker2Gravatar Mark D. Roth2016-11-16
|\ \
| | * Merge remote-tracking branch 'upstream/master' into service_config_jsonGravatar Mark D. Roth2016-11-16
| | |\ | | |/ | |/|
* | | Minor boolification.Gravatar Mark D. Roth2016-11-15
* | | 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
| | * Allow LB policy name to be matched in a case-insensitive manner.Gravatar Mark D. Roth2016-11-10
| | * clang-formatGravatar Mark D. Roth2016-11-10
| | * Change JSON format to use the standard proto3 mapping for each type.Gravatar Mark D. Roth2016-11-10
| | * Allow fetching service config via grpc_channel_get_info().Gravatar Mark D. Roth2016-11-09
| * | Merge remote-tracking branch 'upstream/master' into latency_in_final_infoGravatar Mark D. Roth2016-11-09
| |\ \ | |/ / |/| |
| | * Merge remote-tracking branch 'upstream/master' into service_config_jsonGravatar Mark D. Roth2016-11-08
| | |\ | |_|/ |/| |
* | | Merge pull request #8618 from markdroth/channel_info_apiGravatar Mark D. Roth2016-11-08
|\ \ \
| | * | Populate latency field in final_info.Gravatar Mark D. Roth2016-11-07
| * | | clang-formatGravatar Mark D. Roth2016-11-04
| | | * clang-formatGravatar Mark D. Roth2016-11-04
| | | * Code review changes.Gravatar Mark D. Roth2016-11-04
| * | | Code review changes.Gravatar Mark D. Roth2016-11-04
* | | | Merge github.com:grpc/grpc into grpc_sliceGravatar Craig Tiller2016-11-04
|\ \ \ \ | | |/ / | |/| |
| | | * Change value of channel arg to string form, and reparse in each place we use it.Gravatar Mark D. Roth2016-11-03
| | | * Rename method_config.[ch] to service_config.[ch].Gravatar Mark D. Roth2016-11-03
| | | * Minor cleanups.Gravatar Mark D. Roth2016-11-03
| | * | Merge remote-tracking branch 'upstream/master' into channel_info_apiGravatar Mark D. Roth2016-11-03
| | |\ \ | | |/ / | |/| |
| | | * clang-formatGravatar Mark D. Roth2016-11-03
| | | * Remove more now-unnecessary code.Gravatar Mark D. Roth2016-11-03
| | | * Minor cleanups.Gravatar Mark D. Roth2016-11-03
| | | * Add grpc_json_tree to handle refcounting for channel arg.Gravatar Mark D. Roth2016-11-03
| | | * Merge branch 'remove_fake_resolver' into service_config_jsonGravatar Mark D. Roth2016-11-02
| | | |\ | | |_|/ | |/| |
| | | * Use JSON for service config channel arg.Gravatar Mark D. Roth2016-11-02
| * | | PR comments, take threeGravatar David Garcia Quintas2016-11-01
| | |/ | |/|
* | | Merge github.com:grpc/grpc into grpc_sliceGravatar Craig Tiller2016-10-28
|\| |
| * | Fix potential use-after-free: connected subchannel gets destroyed after its b...Gravatar Craig Tiller2016-10-27
| | * Add grpc_channel_get_info() to C-core API.Gravatar Mark D. Roth2016-10-27
| |/
* | clang-formatGravatar Craig Tiller2016-10-26
* | s/GPR_SLICE/GRPC_SLICE/gGravatar Craig Tiller2016-10-26
* | Merge branch 'buffer_pools_for_realsies' into grpc_sliceGravatar Craig Tiller2016-10-26
|\|
* | Update includes, s/gpr_dump_slice/grpc_dump_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 circular_dependency_fixGravatar Mark D. Roth2016-10-26
| |\
| * | Move method_config module from ext/client_channel to lib/transport.Gravatar Mark D. Roth2016-10-26