aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext
Commit message (Expand)AuthorAge
* Support named scope id's with ipv6 resolver on posixGravatar Alexander Polcyn2018-12-26
* Fix errorGravatar Yash Tibrewal2018-12-21
* Merge branch 'master' into fathomGravatar Yash Tibrewal2018-12-20
|\
* | Revert changes to Context list cleanupGravatar Yash Tibrewal2018-12-20
| * Refactor request routing code out of client_channel.Gravatar Mark D. Roth2018-12-20
| * Merge pull request #17547 from markdroth/alignment_cleanupGravatar Mark D. Roth2018-12-20
| |\
* | | Fix compiler errorGravatar Yash Tibrewal2018-12-19
| * | Merge pull request #17534 from markdroth/grpclb_subchannel_fixGravatar Nicolas Noble2018-12-18
| |\ \
| | | * Remove now-unnecessary workarounds for alignment issues.Gravatar Mark D. Roth2018-12-18
| | * | Fix bug that was breaking subchannel reuse in grpclb.Gravatar Mark D. Roth2018-12-18
| | |/
* | | Add error details on context list clearingGravatar Yash Tibrewal2018-12-17
* | | Avoid taking refs on the stream by getting a copy of the contextGravatar Yash Tibrewal2018-12-17
| |/ |/|
| * Improve grpclb trace logging.Gravatar Mark D. Roth2018-12-17
|/
* Merge pull request #17495 from apolcyn/revise_ares_loggingGravatar apolcyn2018-12-13
|\
| * Move most c-ares logs under a tracerGravatar Alexander Polcyn2018-12-13
* | Merge pull request #17291 from soheilhy/worktree-security-cppGravatar Soheil Hassas Yeganeh2018-12-13
|\ \ | |/ |/|
| * Move security credentials, connectors, and auth context to C++Gravatar Soheil Hassas Yeganeh2018-12-13
* | Merge pull request #17470 from apolcyn/cares_default_prepGravatar apolcyn2018-12-12
|\ \
| * | Disable SRV and TXT lookups for localhostGravatar Alexander Polcyn2018-12-12
* | | Revert "Changes add a script for generating C code and build rule for protobuf"Gravatar Alexander Polcyn2018-12-12
|/ /
* | Merge pull request #17364 from vishalpowar/generate_buildGravatar vishalpowar2018-12-11
|\ \ | |/ |/|
| * Changes add a script for generating C code and build rule for protobufGravatar Vishal Powar2018-12-11
* | Revert "Revert "Allow encoding arbitrary channel args on a per-address basis.""Gravatar Mark D. Roth2018-12-11
* | Merge pull request #17433 from ncteisen/socket-nameGravatar Noah Eisen2018-12-09
|\ \
* | | Revert "Allow encoding arbitrary channel args on a per-address basis."Gravatar hcaseyal2018-12-07
| * | clang tidy and clang formatGravatar ncteisen2018-12-07
* | | Merge pull request #17343 from markdroth/server_address_listGravatar Mark D. Roth2018-12-07
|\ \ \
| * | | Allow encoding arbitrary channel args on a per-address basis.Gravatar Mark D. Roth2018-12-07
* | | | Merge pull request #17391 from markdroth/reset_connection_backoffGravatar Mark D. Roth2018-12-07
|\ \ \ \ | |/ / / |/| | |
* | | | Merge pull request #17442 from markdroth/client_channel_pick_initGravatar Mark D. Roth2018-12-07
|\ \ \ \
| | | * | reviewer feedbackGravatar ncteisen2018-12-07
* | | | | Merge pull request #17358 from markdroth/subchannel_index_exec_ctx_fixGravatar Mark D. Roth2018-12-07
|\ \ \ \ \
| | | | * | reviewer feedbackGravatar ncteisen2018-12-07
| | * | | | Remove unnecessary initialization of fields in PickState.Gravatar Mark D. Roth2018-12-07
| | | | * | Surface socket nameGravatar ncteisen2018-12-06
| |_|_|/ / |/| | | |
| | | * | code review changesGravatar Mark D. Roth2018-12-06
* | | | | Merge pull request #17383 from markdroth/pick_first_choose_ready_subchannel_a...Gravatar Mark D. Roth2018-12-06
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Change pick_first to immediately select the first subchannel in READY state.Gravatar Mark D. Roth2018-12-06
| | |_|/ | |/| |
| | | * Fix bug in subchannel backoff reset code.Gravatar Mark D. Roth2018-12-06
* | | | Fix LB policy name case handling.Gravatar Mark D. Roth2018-12-06
|/ / /
* | / Change xds plugin name to xds_experimental until it's ready for use.Gravatar Mark D. Roth2018-12-04
| |/ |/|
* | Add debug-only tracing to grpc_core::RefCountGravatar Soheil Hassas Yeganeh2018-12-01
* | Cancel still-active c-ares queries after 10 seconds to avoid chance of deadlockGravatar Alexander Polcyn2018-11-30
| * Stop passing ExecCtx as avl user_data.Gravatar Mark D. Roth2018-11-30
* | Merge pull request #17331 from yashykt/timestamplengthGravatar Yash Tibrewal2018-11-29
|\ \ | |/ |/|
| * Explicit conversionGravatar Yash Tibrewal2018-11-29
* | Merge pull request #17312 from markdroth/grpclb_empty_serverlist_fixGravatar Mark D. Roth2018-11-29
|\ \
| * | Don't ignore empty serverlists from the grpclb balancer.Gravatar Mark D. Roth2018-11-29
| | * Add a byte counter to chttp2_stream and use that for timestampsGravatar Yash Tibrewal2018-11-29
| |/ |/|
* | Circumvent padding issues and make traced the second last fieldGravatar Yash Tibrewal2018-11-27