aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/grpclb
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'upstream/master' into fake_resolverGravatar Mark D. Roth2016-10-04
|\
* | Add fake resolver for tests.Gravatar Mark D. Roth2016-10-03
| |
| * Use a reasonable deadline in grpclb testGravatar David Garcia Quintas2016-09-30
|/
* Use the server's name as the service name for gRPC LBGravatar David Garcia Quintas2016-09-27
|
* More PR commentsGravatar David Garcia Quintas2016-09-14
|
* More PR comments.Gravatar David Garcia Quintas2016-09-13
| | | | | Mainly, removed all user_data memory management responsibilities from the round robin policy.
* Merge branch 'master' of github.com:grpc/grpc into lb_add_mdGravatar David Garcia Quintas2016-09-12
|\
| * Merge pull request #7929 from yang-g/externCGravatar Nicolas Noble2016-09-12
| |\ | | | | | | The public headers already have extern C
* | | Merge branch 'master' of github.com:grpc/grpc into lb_add_mdGravatar David Garcia Quintas2016-09-01
|\| |
| | * The public headers already have extern CGravatar yang-g2016-08-30
| | |
| * | Fix some more tests that called cq_expect_completion().Gravatar Mark D. Roth2016-08-25
| |/
* | Updated grpclb API test.Gravatar David Garcia Quintas2016-08-24
| |
* | Removed direct include of arpa/inet.hGravatar David Garcia Quintas2016-08-24
| |
* | Changes to grpclb and tests for binary ip addresses.Gravatar David Garcia Quintas2016-08-22
| |
* | Merge branch 'fix_grpclb_aug' into lb_add_mdGravatar David Garcia Quintas2016-08-18
|\ \
| * | Fixed op ordering in grpclb internal clientGravatar David Garcia Quintas2016-08-18
| |/
* / Introduced LB token initial metadata propagationGravatar David Garcia Quintas2016-08-15
|/
* deflake grpclb_testGravatar David Garcia Quintas2016-08-02
|
* moar clang-formatGravatar David Garcia Quintas2016-08-01
|
* Addressed the rest of the PR commentsGravatar David Garcia Quintas2016-07-29
|
* added another TODO to grpclb_testGravatar David Garcia Quintas2016-07-18
|
* Improvements to the grpclb proto API funcsGravatar David Garcia Quintas2016-07-18
|
* Added a tiny comment header and TODOs.Gravatar David Garcia Quintas2016-07-15
|
* Added more docs.Gravatar David Garcia Quintas2016-07-14
| | | | | | And fixed behavior when incoming serverlist has zero servers. Previously we ignored the update. Currently (and correctly) we consider it but the pick itself will stay pending until we actually have > 0 servers in the incoming serverlist.
* added some includesGravatar David Garcia Quintas2016-06-28
|
* make gcc 4.4 happyGravatar David Garcia Quintas2016-06-28
|
* clang-formatGravatar David Garcia Quintas2016-06-28
|
* Added todos for more grpclb tests.Gravatar David Garcia Quintas2016-06-22
|
* finally got rid of external deps to generate the lb response protoGravatar David Garcia Quintas2016-06-22
|
* first step in transforming grpclb_test to C++Gravatar David Garcia Quintas2016-06-21
|
* Updated load balancer proto to v1Gravatar David Garcia Quintas2016-04-25
|
* Begin optionalizing lb policies: initial code movementGravatar Craig Tiller2016-03-28
|
* Fix includesGravatar Craig Tiller2016-03-25
|
* Revert "Revert "Proto API for LB request/responses""Gravatar Craig Tiller2016-02-11
|
* Revert "Proto API for LB request/responses"Gravatar Craig Tiller2016-02-11
|
* Added copyright message to generated nanopb codeGravatar David Garcia Quintas2016-01-12
|
* Srcs and hdrs sanity checks skip third_partyGravatar David Garcia Quintas2016-01-11
|
* Moved nanopb to 3rd partyGravatar David Garcia Quintas2015-11-12
|
* Proto API for LB request/responsesGravatar David Garcia Quintas2015-11-03