aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/channel
Commit message (Expand)AuthorAge
...
| | * | | | | | Merge remote-tracking branch 'upstream/master' into latency_in_final_infoGravatar Mark D. Roth2016-11-14
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | | | | * | | 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
| | | * | | | Merge pull request #8335 from y-zeng/tosGravatar Yuchen Zeng2016-11-11
| | | |\ \ \ \
| | | | | | * | Change handshake manager to invoke callbacks via an exec_ctx.Gravatar Mark D. Roth2016-11-11
| | | | |_|/ / | | | |/| | |
| | | | | * | Change JSON format to use the standard proto3 mapping for each type.Gravatar Mark D. Roth2016-11-10
* | | | | | | Enable sanity checkGravatar Craig Tiller2016-11-09
| | * | | | | Merge remote-tracking branch 'upstream/master' into latency_in_final_infoGravatar Mark D. Roth2016-11-09
| | |\| | | |
* | | | | | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-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
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge github.com:grpc/grpc into grpc_sliceGravatar Craig Tiller2016-11-08
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge github.com:grpc/grpc into fuzzitGravatar Craig Tiller2016-11-08
| | |\ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ Merge github.com:grpc/grpc into grpc_sliceGravatar Craig Tiller2016-11-08
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | Merge pull request #8522 from lizan/write_compressed_byte_bufferGravatar David G. Quintas2016-11-07
| | |\ \ \ \ \ \ \ \
| | | | | | | * | | | Populate latency field in final_info.Gravatar Mark D. Roth2016-11-07
| | | |_|_|_|/ / / / | | |/| | | | | | |
| | | | | * | | | | Fix build problem.Gravatar Mark D. Roth2016-11-07
| | | | | | | | * | Code review changes.Gravatar Mark D. Roth2016-11-04
| | | | | * | | | | Code review changes.Gravatar Mark D. Roth2016-11-04
| | | | * | | | | | Remove errant initGravatar Craig Tiller2016-11-04
| | | | | | * | | | Support percent-encoding status messagesGravatar Craig Tiller2016-11-03
| | | |_|_|/ / / / | | |/| | | | | |
| | | | | | | * | 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
| | | | | | | * | 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 remote-tracking branch 'upstream/master' into tosGravatar Yuchen Zeng2016-11-02
| | | | | | |\ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| | | | | | | * | Use JSON for service config channel arg.Gravatar Mark D. Roth2016-11-02
| | | |_|_|_|/ / | | |/| | | | |
| | | | * | | | Fix memory leakGravatar Craig Tiller2016-10-31
| | | |/ / / / | | |/| | | |
* | / | | | | Progress towards making grpc_slice_unref_internal take an exec_ctxGravatar Craig Tiller2016-10-31
|/ / / / / /
| | * | | | Skip compress filter if byte_buffer is compressedGravatar Lizan Zhou2016-10-28
| | | * | | 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
|\| | | |
* | | | | Bulk update #includesGravatar Craig Tiller2016-10-26
* | | | | s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
| | | | * Merge branch 'master' of https://github.com/grpc/grpc into bazel-take-2Gravatar Nicolas "Pixel" Noble2016-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
|/ / / /
| * | | Merge remote-tracking branch 'upstream/master' into resolver_channel_argsGravatar Mark D. Roth2016-10-24
| |\ \ \ | |/ / / |/| | |
| * | | clang-formatGravatar Mark D. Roth2016-10-24
* | | | Merge remote-tracking branch 'upstream/master' into service_config2Gravatar Mark D. Roth2016-10-24
|\ \ \ \
| | * \ \ 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
| |\ \ \ \
| | | * | | Change LB policies to get their input from channel args.Gravatar Mark D. Roth2016-10-21
| * | | | | Merge pull request #7651 from rjshade/add_error_log_for_h2_headersGravatar Craig Tiller2016-10-21
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | | | | * Split the BUILD file into sub-libraries, and made the end2end tests use ssl c...Gravatar Nicolas "Pixel" Noble2016-10-20
| | |_|_|/ | |/| | |
| | | * | Merge remote-tracking branch 'upstream/master' into rename_client_configGravatar Mark D. Roth2016-10-19
| | | |\ \ | | |_|/ / | |/| | |
* | | | | Merge remote-tracking branch 'upstream/master' into service_configGravatar Mark D. Roth2016-10-19
|\| | | |