aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/channel
Commit message (Expand)AuthorAge
* Allow handshaking to be retried.Gravatar Mark D. Roth2016-11-30
* Fix unref-while-lock-held bug. Only shut down handshaker if in progress.Gravatar Mark D. Roth2016-11-30
* Make handshaker responsible for destroying endpoint on shutdown or failure.Gravatar Mark D. Roth2016-11-29
* Eliminate the user_data overloading hack in handshake_manager.Gravatar Mark D. Roth2016-11-29
* Merge remote-tracking branch 'upstream/master' into security_handshaker1Gravatar Mark D. Roth2016-11-29
|\
| * Fixed http_client raceGravatar David Garcia Quintas2016-11-28
| * Expose message limit constants so that users can reference themGravatar yang-g2016-11-17
| * Merge pull request #8617 from markdroth/service_config_jsonGravatar Mark D. Roth2016-11-17
| |\
* | | Change grpc_handshaker_args to be owned by the handshake manager.Gravatar Mark D. Roth2016-11-16
| * | Fix merge errorGravatar Craig Tiller2016-11-16
| * | Merge github.com:grpc/grpc into newlinesGravatar Craig Tiller2016-11-16
| |\ \
* | \ \ 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
| | | |\ | | |_|/ | |/| |
* | | | clang-formatGravatar Mark D. Roth2016-11-14
* | | | Merge branch 'security_handshaker1' into security_handshaker2Gravatar Mark D. Roth2016-11-14
|\ \ \ \
| * | | | clang-formatGravatar Mark D. Roth2016-11-14
| * | | | Fix comments.Gravatar Mark D. Roth2016-11-14
| * | | | Merge remote-tracking branch 'upstream/master' into security_handshaker1Gravatar Mark D. Roth2016-11-14
| |\ \ \ \
| | | * \ \ 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
| | * | | 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
|\ \ \ \ \
* \ \ \ \ \ 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
| | |/ / / | |/| | |
| | * | | 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
|\| | |