aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel
Commit message (Collapse)AuthorAge
* Work-around for ref-counted subclass deletion address problem.Gravatar Mark D. Roth2018-04-20
|
* Merge pull request #14954 from markdroth/retry_fixGravatar Mark D. Roth2018-04-20
|\ | | | | Fix retry code handling of internally triggered recv_trailing_metadata.
* | fix resolver crash when DNS server unreachableGravatar Jan Tattermusch2018-04-20
| |
* | Merge pull request #15090 from markdroth/handshaker_traceGravatar Mark D. Roth2018-04-19
|\ \ | | | | | | Add tracer for handshakers.
* \ \ Merge pull request #15039 from markdroth/client_channel_ownersGravatar Mark D. Roth2018-04-18
|\ \ \ | | | | | | | | Replace a11r with AspirinSJL in client_channel OWNERS file.
| | * | Add tracer for handshakers.Gravatar Mark D. Roth2018-04-17
| |/ / |/| |
* | | Upmerge branch 'v1.11.x' into masterGravatar Mehrdad Afshari2018-04-16
|\ \ \
| * | | fix cares resolution with default authorityGravatar Jan Tattermusch2018-04-16
| | | |
| | * | Replace a11r with AspirinSJL in client_channel OWNERS file.Gravatar Mark D. Roth2018-04-12
| |/ / |/| |
| | * Fix retry code handling of internally triggered recv_trailing_metadata.Gravatar Mark D. Roth2018-04-12
| |/ |/|
* | Merge pull request #14845 from markdroth/inlined_vectorGravatar Mark D. Roth2018-04-09
|\ \ | |/ |/| Change InlinedVector to keep elements stored contiguously.
* | Merge pull request #14734 from markdroth/c++_retry_throttleGravatar Mark D. Roth2018-03-29
|\ \ | | | | | | Convert retry throttle code to C++ and add tests.
| | * Fix asan failures.Gravatar Mark D. Roth2018-03-28
| | |
| * | Convert retry throttle code to C++ and add tests.Gravatar Mark D. Roth2018-03-28
| |/
* | Merge branch 'master' of github.com:grpc/grpc into authority_headerGravatar David Garcia Quintas2018-03-27
|\|
* | more commentsGravatar David Garcia Quintas2018-03-27
| |
* | rest of pr commentsGravatar David Garcia Quintas2018-03-26
| |
| * Merge pull request #13290 from apolcyn/cares_address_sorting_master_cGravatar apolcyn2018-03-26
| |\ | | | | | | Add address sorting submodule for use in c-ares wrapper
* | | Merge branch 'master' of github.com:grpc/grpc into authority_headerGravatar David Garcia Quintas2018-03-23
|\| |
* | | Factor out grpc_add_default_authority_if_not_presentGravatar David Garcia Quintas2018-03-23
| | |
| * | Fall calls with wait_for_ready=false on transient resolver failure.Gravatar Mark D. Roth2018-03-23
| | |
* | | Merge branch 'master' of github.com:grpc/grpc into authority_headerGravatar David Garcia Quintas2018-03-21
|\| |
* | | Merge branch 'master' of github.com:grpc/grpc into authority_headerGravatar David Garcia Quintas2018-03-21
|\ \ \
| | | * Put address_sorting's public header under its own directory. Also addGravatar Alex Polcyn2018-03-20
| | | | | | | | | | | | | | | | test_only to sort function used in test.
| | | * Add address sorting submodule for use in c-ares wrapperGravatar Alexander Polcyn2018-03-20
| | |/ | |/|
| | * Revert "Revert "Channel Tracing Implementation; Part 1""Gravatar ncteisen2018-03-19
| |/ | | | | | | This reverts commit f2bea3725f8218777268decfd37c7b543f839d9f.
| * Merge pull request #14746 from grpc/revert-13883-channel-tracingGravatar Noah Eisen2018-03-19
| |\ | | | | | | Revert "Channel Tracing Implementation; Part 1"
| * \ Merge pull request #14464 from yashykt/socklentGravatar Yash Tibrewal2018-03-19
| |\ \ | | | | | | | | Change size_t to socklen_t in resolve_address
| | | * Revert "Channel Tracing Implementation; Part 1"Gravatar Noah Eisen2018-03-19
| | |/ | |/|
| | * Merge master into yashykt:socklentGravatar Yash Tibrewal2018-03-16
| | |\
| * | | Reviewer commentsGravatar ncteisen2018-03-15
| | | |
| * | | Merge branch 'master' of https://github.com/grpc/grpc into channel-tracingGravatar ncteisen2018-03-15
| |\ \ \ | | | |/ | | |/|
| | | * Merge master into yashykt:socklentGravatar Yash Tibrewal2018-03-14
| | | |\
| | * | \ Merge master into yashykt:execctxcleanupGravatar Yash Tibrewal2018-03-14
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Remove unnecessary includes of exec_ctx.hGravatar Yash Tibrewal2018-03-14
| | | | |
| | | | * Merge branch 'master' into socklentGravatar Yash Tibrewal2018-03-13
| | | | |\ | | | |_|/ | | |/| |
| | | * | Simplify dn_resolver_aresGravatar kpayson642018-03-13
| | | | |
| | | * | Abstract libuv implementationGravatar kpayson642018-03-13
| | |/ / | | | | | | | | | | | | | | | | Structures the libuv implementation to allow for a plugable BSD style socket implementation to allow for other IO Managers
* | | | PR commentsGravatar David Garcia Quintas2018-03-12
| | | |
* | | | Secure channels: use the right authorityGravatar David Garcia Quintas2018-03-10
| | | |
| | | * Explicit static_cast conversionsGravatar Yash Tibrewal2018-03-09
| | | |
| | | * Merge branch 'master' into socklentGravatar Yash Tibrewal2018-03-09
| | | |\ | |_|_|/ |/| | |
| | * | Convert byte_stream API to C++.Gravatar Mark D. Roth2018-03-09
| |/ / |/| |
| | * Trial windows changesGravatar Yash Tibrewal2018-03-08
| | |
| * | Merge branch 'master' of https://github.com/grpc/grpc into channel-tracingGravatar ncteisen2018-03-07
| |\ \ | |/ / |/| |
| * | Reviewer commentsGravatar ncteisen2018-03-07
| | |
| * | Reviewer feedbackGravatar ncteisen2018-03-07
| | |
| * | Move status utilGravatar ncteisen2018-03-06
| | |
| * | Reviewer feedback, s/object_registry/channel_trace_registryGravatar ncteisen2018-03-06
| | |
| * | reviewer feedback, renameGravatar ncteisen2018-03-06
| | |