aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/client_config/lb_policy.h
Commit message (Collapse)AuthorAge
* Fix copyrightsGravatar Craig Tiller2016-02-25
|
* Revert "Revert "Add an implementation firewall against pollset_set""Gravatar Craig Tiller2016-02-25
|
* Revert "Add an implementation firewall against pollset_set"Gravatar Vijay Pai2016-02-25
|
* Add an implementation firewall against pollset_setGravatar Craig Tiller2016-02-24
| | | | So multiple implementations can exist in one binary
* clang-formatGravatar Craig Tiller2015-12-07
|
* Ping APIGravatar Craig Tiller2015-12-07
|
* Merge branch 'connected-subchannel' into ↵Gravatar Craig Tiller2015-12-07
|\ | | | | | | ping-ping-ping-ping-ping-ping-ping-ping-ping
* | Start of ping sketchGravatar Craig Tiller2015-12-07
| |
| * clang-formatGravatar Craig Tiller2015-12-01
| |
| * Turn off refcount debuggingGravatar Craig Tiller2015-12-01
| |
| * Sanitize unsubscription to be callback preservingGravatar Craig Tiller2015-11-29
| |
| * Most of the way to auto-cleanup subchannelsGravatar Craig Tiller2015-11-27
| |
| * Load balancing interest management fixesGravatar Craig Tiller2015-11-25
| |
| * clang-format, bugfixGravatar Craig Tiller2015-11-21
| |
| * Initial pass through to make subchannels single connectGravatar Craig Tiller2015-11-17
|/
* stream_op cleanup: channel, client_config changesGravatar Craig Tiller2015-11-02
|
* clang-format all core filesGravatar Craig Tiller2015-09-22
|
* Final patches for renameGravatar Craig Tiller2015-09-22
|
* Move arguments to the start of listsGravatar Craig Tiller2015-09-22
|
* indent pass to get logical source lines on one physical lineGravatar Craig Tiller2015-09-22
|
* Rename call_list to closure_listGravatar Craig Tiller2015-09-22
|
* Call list progressGravatar Craig Tiller2015-09-18
|
* CleanupGravatar Craig Tiller2015-09-18
|
* Introduce call lists for moving work outside locksGravatar Craig Tiller2015-09-18
|
* Update connectivity state code to be completely synchronousGravatar Craig Tiller2015-09-17
|
* Spam cleanupGravatar Craig Tiller2015-07-19
|
* Fix state tracking, refcounting bugsGravatar Craig Tiller2015-07-17
|
* Spam cleanupGravatar Craig Tiller2015-07-17
|
* Added connectivity tests, fixed bugsGravatar Craig Tiller2015-07-16
|
* Client connectivity APIGravatar Craig Tiller2015-07-15
| | | | | Initial plumbing work; needs tests and more client_channel implementation.
* clang-formatGravatar Craig Tiller2015-06-29
|
* Unix resolver, bug fixesGravatar Craig Tiller2015-06-29
|
* Simple request unsecure passes with new client_config codeGravatar Craig Tiller2015-06-28
|
* refcount debuggingGravatar Craig Tiller2015-06-27
|
* Factor out channel state watchingGravatar Craig Tiller2015-06-27
|
* Further client config workGravatar Craig Tiller2015-06-26
|
* Implement vtable helper stubsGravatar Craig Tiller2015-06-25
|
* Refactoring progress towards integrating client configsGravatar Craig Tiller2015-06-25
|
* Merge github.com:grpc/grpc into that-which-we-call-a-roseGravatar Craig Tiller2015-06-24
| | | | Introduce resolver_factory
* Flesh out things and make them compileGravatar Craig Tiller2015-06-23
|
* Client configuration libary - headers & docsGravatar Craig Tiller2015-06-23
Initial sketch of a client configuration library. It's expected this will subsume the client_setup functionality that we currently have, and begin providing customizable load balancing support. Releasing the headers now (no implementation work has been done) so that we can bat around thoughts on this and make sure all the use cases are implementable, and our primary use cases are easily so.