aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/grpclb
Commit message (Collapse)AuthorAge
* Fix BUILD files. Manually edit bzl filesGravatar yang-g2018-12-06
|
* Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
|
* Add more bazel testsGravatar Adele Zhou2018-02-20
|
* Removed outdated grpclb_testGravatar David Garcia Quintas2018-02-15
|
* Internalize gpr_thd except for id and currentidGravatar Vijay Pai2018-02-12
|
* Run clang fmtGravatar Noah Eisen2018-02-09
|
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
|
* Convert resolver API to C++.Gravatar Mark D. Roth2018-02-08
|
* Privatize host_port.h; was not used in any wrapped language implementationGravatar Vijay Pai2018-01-25
|
* Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18
|
* Merge pull request #13659 from grpc/revert-13658-revert-13058-execctxGravatar Yash Tibrewal2017-12-08
|\ | | | | Revert "Revert "All instances of exec_ctx being passed around in src/core removed""
* \ Merge branch 'master' of github.com:grpc/grpc into removed_expiration_intervalGravatar David Garcia Quintas2017-12-06
|\ \
| | * Revert "Revert "All instances of exec_ctx being passed around in src/core ↵Gravatar Yash Tibrewal2017-12-06
| |/ | | | | | | removed""
| * Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
| |
| * Merge pull request #13058 from yashykt/execctxGravatar Yash Tibrewal2017-12-05
| |\ | | | | | | All instances of exec_ctx being passed around in src/core removed
| * | Update grpclb_test.ccGravatar Vijay Pai2017-12-05
| | |
| * | Regen projects and fix more uses of gpr_thd_newGravatar Vijay Pai2017-12-05
| | |
| | * Remove _ prefixed variable namesGravatar Yash Tibrewal2017-11-29
| | |
| | * Remove TLS_NO_SUPPORT and always use GPR_TLS. Reorder statements in ↵Gravatar Yash Tibrewal2017-11-28
| | | | | | | | | | | | grpc_init and grpc_shutdown. Add grpc_init and grpc_shutdown in failing test/cpp tests
| | * Merge masterGravatar Yash Tibrewal2017-11-16
| | |\ | | |/ | |/|
| | * Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ↵Gravatar Yash Tibrewal2017-11-14
| | | | | | | | | | | | ExecCtx and some minor changes
| | * Address some PR commentsGravatar Yash Tibrewal2017-11-14
| | |
| * | clang-format after nullptr changesGravatar Craig Tiller2017-11-10
| | |
| * | Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
| | |
* | | Removed expiration_interval from LB protoGravatar David Garcia Quintas2017-11-10
|/ /
| * Removing more exec_ctx instancesGravatar Yash Tibrewal2017-11-09
| |
| * Merge with masterGravatar Yash Tibrewal2017-11-09
| |\ | |/ |/|
* | Merge masterGravatar Yash Tibrewal2017-11-06
|\ \
| * | Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| | |
* | | Merge masterGravatar Yash Tibrewal2017-11-01
|\| |
| * | BG-poll very frequently to pick up subchannels's updates in LB testsGravatar David Garcia Quintas2017-10-31
| | |
* | | Remove unnecessary extern CsGravatar Yash Tibrewal2017-10-25
|/ /
| * Removing instances of exec_ctx being passed around in functions inGravatar Yash Tibrewal2017-10-18
|/ | | | | | | | | | | src/core. exec_ctx is now a thread_local pointer of type ExecCtx instead of grpc_exec_ctx which is initialized whenever ExecCtx is instantiated. ExecCtx also keeps track of the previous exec_ctx so that nesting of exec_ctx is allowed. This means that there is only one exec_ctx being used at any time. Also, grpc_exec_ctx_finish is called in the destructor of the object, and the previous exec_ctx is restored to avoid breaking current functionality. The code still explicitly calls grpc_exec_ctx_finish because removing all such instances causes the code to break.
* Use new protocol for reporting dropped calls to grpclb balancer.Gravatar Mark D. Roth2017-07-27
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Implement LB policy updatesGravatar David Garcia Quintas2017-06-06
|
* Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-18
|\
| * Merge pull request #10668 from dgquintas/update_lb_proto_2Gravatar David G. Quintas2017-04-15
| |\ | | | | | | Updated load_balancer.proto
| | * Updated load_balancer.protoGravatar David Garcia Quintas2017-04-15
| | |
| * | Improvements to Fake ResolverGravatar David Garcia Quintas2017-04-15
| |/
* | Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-14
|\|
| * Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-04-06
| |\
* | \ Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-04
|\ \ \ | | |/ | |/|
| * | Reorganize ext treeGravatar Craig Tiller2017-03-31
| | | | | | | | | | | | | | | - filters live under filters - lb_policy, resolver implementations (being part of client_channel) live under client_channel
* | | Call ref/unref, bugfixesGravatar Craig Tiller2017-03-31
|/ /
| * clang formatGravatar Sree Kuchibhotla2017-03-24
| |
| * Update C++ codeGravatar Sree Kuchibhotla2017-03-22
| |
| * clang format codeGravatar Sree Kuchibhotla2017-03-03
| |
| * Prefix grpc_cq_polling_type enums with GRPC_CQ_Gravatar Sree Kuchibhotla2017-03-03
| |
| * Fix clang formatting issuesGravatar Sree Kuchibhotla2017-03-03
| |