aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext
Commit message (Collapse)AuthorAge
* Merge pull request #16862 from apolcyn/convert_tests_to_caresGravatar apolcyn2019-01-10
|\ | | | | Switch the default DNS resolver from native to c-ares
* \ Merge pull request #17628 from muxi/fix-cronetGravatar Muxi Yan2019-01-10
|\ \ | | | | | | Cronet batch fixes
* | | Remove subchannel argsGravatar Juanli Shen2019-01-08
| | |
| | * Turn on c-ares as the default resolverGravatar Alexander Polcyn2019-01-08
| |/ |/|
* | Merge pull request #16187 from apolcyn/ipv6_resolver_scope_idsGravatar apolcyn2019-01-08
|\ \ | | | | | | Support named scope id's in grpc_parse_ipv6 on posix platforms
* | | Remove state_watcher from subchannelGravatar Juanli Shen2019-01-08
| | |
* | | Merge pull request #17629 from AspirinSJL/clean_sc_argsGravatar Juanli Shen2019-01-07
|\ \ \ | | | | | | | | Remove filters from subchannel args
* \ \ \ Merge pull request #16190 from muxi/config-isolationGravatar Muxi Yan2019-01-07
|\ \ \ \ | | | | | | | | | | Implement L38: gRPC Objective-C API Upgrade
| | * | | Remove filters from subchannel argsGravatar Juanli Shen2019-01-03
| |/ / / |/| | |
| | | * clang-formatGravatar Muxi Yan2019-01-03
| | | |
| | | * Proposed Cronet fixesGravatar Muxi Yan2019-01-03
| |_|/ |/| |
| | * 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
| |\ \ | | | | | | | | Remove now-unnecessary workarounds for alignment issues.
* | | | Fix compiler errorGravatar Yash Tibrewal2018-12-19
| | | |
| * | | Merge pull request #17534 from markdroth/grpclb_subchannel_fixGravatar Nicolas Noble2018-12-18
| |\ \ \ | | | | | | | | | | Fix bug incorrectly inhibiting subchannel sharing for grpclb.
| | | * | 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
|\ \ | | | | | | Put most c-ares logs under a tracer
| * | 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++
| * | Move security credentials, connectors, and auth context to C++Gravatar Soheil Hassas Yeganeh2018-12-13
| | | | | | | | | | | | | | | | | | | | | This is to use `grpc_core::RefCount` to improve performnace. This commit also replaces explicit C vtables, with C++ vtable with its own compile time assertions and performance benefits. It also makes use of `RefCountedPtr` wherever possible.
* | | Merge pull request #17470 from apolcyn/cares_default_prepGravatar apolcyn2018-12-12
|\ \ \ | | | | | | | | Avoid SRV and TXT lookups for localhost
| | | * Merge remote-tracking branch 'upstream/master' into config-isolationGravatar Muxi Yan2018-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
|/ / / | | | | | | | | | This reverts commit 62027b7e14624283f758a7785a0a1347eda0a147.
* | | Merge pull request #17364 from vishalpowar/generate_buildGravatar vishalpowar2018-12-11
|\ \ \ | |/ / |/| | Changes add a script for generating C code and build rule for protobuf
| * | Changes add a script for generating C code and build rule for protobufGravatar Vishal Powar2018-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | protos All these changes need to go together to make sense - changes to use new version of upb in bazel - allowing includes in build target option - script for generating c code for protos - generated code for example build - adding changes for non-bazel builds - change sanity tests to ignore the generated files.
* | | Revert "Revert "Allow encoding arbitrary channel args on a per-address basis.""Gravatar Mark D. Roth2018-12-11
| | |
| | * Merge branch 'master' into config-isolationGravatar Muxi Yan2018-12-10
| | |\ | |_|/ |/| |
* | | Merge pull request #17433 from ncteisen/socket-nameGravatar Noah Eisen2018-12-09
|\ \ \ | | | | | | | | Channelz: Surface Socket Name
* | | | 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.
| * | | | 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
|\ \ \ \ \ | |/ / / / |/| | | | Fix bug in subchannel backoff reset code.
* | | | | Merge pull request #17442 from markdroth/client_channel_pick_initGravatar Mark D. Roth2018-12-07
|\ \ \ \ \ | | | | | | | | | | | | Remove unnecessary initialization of fields in PickState.
| | | * | | reviewer feedbackGravatar ncteisen2018-12-07
| | | | | |
* | | | | | Merge pull request #17358 from markdroth/subchannel_index_exec_ctx_fixGravatar Mark D. Roth2018-12-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | Stop passing ExecCtx as avl user_data.
| | | | * | | 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 ↵Gravatar Mark D. Roth2018-12-06
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | markdroth/pick_first_choose_ready_subchannel_at_startup Change pick_first to immediately select the first subchannel in READY state.