aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/client_channel.cc
Commit message (Collapse)AuthorAge
* reveiwer commentsGravatar ncteisen2018-09-10
|
* Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannelsGravatar ncteisen2018-09-08
|\
* | reviewer feedbackGravatar ncteisen2018-09-07
| |
| * Merge pull request #16209 from ncteisen/bugprone-undefined-memory-manipulationGravatar Noah Eisen2018-08-31
| |\ | | | | | | Clang Tidy: Bugprone Undefined Memory Manipulation
| | * Fix all instances of bugprone-undefined-memory-manipulationGravatar ncteisen2018-08-29
| | |
* | | Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannelsGravatar ncteisen2018-08-28
|\| |
| * | Fix a number of spelling errors.Gravatar Chris Lamb2018-08-22
| |/
* | Fix bug with proxy end2end testGravatar ncteisen2018-08-13
| |
* | WIPGravatar ncteisen2018-08-13
| |
* | Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannelsGravatar ncteisen2018-08-11
|\|
| * Add experimental API for resetting connection backoff.Gravatar Mark D. Roth2018-08-06
| |
* | Add some commentsGravatar ncteisen2018-08-03
| |
* | Intecept recv_trailing in client_channel for channelzGravatar ncteisen2018-08-03
| |
* | Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannelsGravatar ncteisen2018-08-02
|\|
| * Fix undefined behavior introduced in #16167.Gravatar Mark D. Roth2018-08-01
| |
* | reviewer feedbackGravatar ncteisen2018-07-31
| |
* | reviewer commentsGravatar ncteisen2018-07-30
| |
* | Add back in disable retriesGravatar ncteisen2018-07-30
| |
| * Eliminate PingOneLocked() from LB policy API.Gravatar Mark D. Roth2018-07-30
| |
* | Count calls for subchannelsGravatar ncteisen2018-07-29
| |
* | Restructure heirarchyGravatar ncteisen2018-07-24
| |
* | Full subchannel supportGravatar ncteisen2018-07-20
|/
* Merge pull request #15980 from ncteisen/channelz-subchannel-refsGravatar Noah Eisen2018-07-18
|\ | | | | Channelz Part 3: Subchannel Refs Support for PickFirst
| * Reviewer feedbackGravatar ncteisen2018-07-12
| |
| * Implements subchannel refs for pick_firstGravatar ncteisen2018-07-11
| |
* | Refactor resolver result callback.Gravatar Mark D. Roth2018-07-11
|/
* Allocate retry payload fields with subchannel call instead of with each batch.Gravatar Mark D. Roth2018-06-19
|
* Merge pull request #15782 from markdroth/recv_trailing_metadata_ready3Gravatar Mark D. Roth2018-06-19
|\ | | | | Third attempt: move recv_trailing_metadata into its own callback, don't use on_complete for recv_ops
| * Revert "Merge pull request #15746 from ↵Gravatar Mark D. Roth2018-06-14
| | | | | | | | | | | | | | grpc/revert-15709-recv_trailing_metadata_ready2" This reverts commit 3f9308ce1f8cb42c96901c1700f0b9dbb531f186, reversing changes made to 92a0ae0b1081840d2c5a488f66bf6550c1a492f4.
* | Revert "Add Type Checking On Channel Args"Gravatar Noah Eisen2018-06-14
|/
* Reviewer feedbackGravatar ncteisen2018-06-13
|
* Clean out all GRPC_ARG_STRING:Gravatar ncteisen2018-06-13
|
* Remove all uses of raw GRPC_ARG_POINTERGravatar ncteisen2018-06-13
|
* Revert "move recv_trailing_metadata into its own callback, don't use ↵Gravatar Mark D. Roth2018-06-08
| | | | on_complete for recv_ops"
* Move recv_trailing_metadata into its own callback. Don't useGravatar Mark D. Roth2018-06-08
| | | | on_complete for recv_ops.
* C++-ify some client_channel internals.Gravatar Mark D. Roth2018-06-01
|
* Merge pull request #15365 from yashykt/gprlikely3Gravatar Yash Tibrewal2018-05-28
|\ | | | | GPR_LIKELY annotations for client_channel
* | Hold ref to call stack while replay batches are pending.Gravatar Mark D. Roth2018-05-24
| |
| * Address reviewer commentsGravatar Yash Tibrewal2018-05-23
| |
* | Merge pull request #14894 from sreecha/fix-timeGravatar Sree Kuchibhotla2018-05-22
|\ \ | | | | | | Fix grpc_millis type (timers are broken on 32-bit systems otherwise)
| | * Adding further recommendationsGravatar Yash Tibrewal2018-05-21
| | |
| | * GPR_LIKELY for client_channelGravatar Yash Tibrewal2018-05-21
| |/ |/|
* | Merge pull request #15200 from yashykt/combiner_runGravatar Yash Tibrewal2018-05-17
|\ \ | | | | | | Add combiner_run
| | * Merge branch 'master' into fix-timeGravatar Sree Kuchibhotla2018-05-08
| | |\
* | | | Add GPR_UNLIKELY annotations mainly for the client path in error conditionsGravatar Yash Tibrewal2018-05-04
| |_|/ |/| |
| * | Remove illegal GRPC_CLOSURE_RUNsGravatar Yash Tibrewal2018-05-01
|/ /
* | Merge pull request #15236 from yashykt/runcommentGravatar Yash Tibrewal2018-04-30
|\ \ | | | | | | Message about the watcher_timer_init closure requiring immediate exec
| * | Message about the watcher timer init closure requiring immediate execution.Gravatar Yash Tibrewal2018-04-30
| | |
* | | Change trace logging to use GPR_INFO instead of GPR_DEBUG.Gravatar Mark D. Roth2018-04-25
| | |
| | * Fix some more formatting issuesGravatar Sree Kuchibhotla2018-04-16
| |/