aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/lb_policy/grpclb
Commit message (Collapse)AuthorAge
...
* | | Privatize useful.h and avl.hGravatar Vijay Pai2018-02-02
| |/ |/|
* | Deprecate GPR_TIMER_BEGIN/END and replace with GPR_TIMER_SCOPE.Gravatar yang-g2018-01-31
| |
| * Privatize host_port.h; was not used in any wrapped language implementationGravatar Vijay Pai2018-01-25
|/
* Fix commentGravatar Juanli Shen2018-01-24
|
* Extract lb_calld from glb_policyGravatar Juanli Shen2018-01-23
|
* Merge pull request #14089 from markdroth/no_plus_in_directory_namesGravatar Mark D. Roth2018-01-19
|\ | | | | Rename 'gpr++' directories to 'gprpp'.
| * Rename 'gpr++' directories to 'gprpp'.Gravatar Mark D. Roth2018-01-19
| |
* | Merge pull request #14070 from markdroth/backoff_api_cleanupGravatar Mark D. Roth2018-01-19
|\ \ | |/ |/| Combine BackOff Begin() and Step() methods.
* | Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18
| |
| * Combine BackOff Begin() and Step() methods.Gravatar Mark D. Roth2018-01-18
| |
* | Merge branch 'master' of github.com:grpc/grpc into conn_subchannelGravatar David Garcia Quintas2018-01-17
|\|
* | PR comments, round 4Gravatar David Garcia Quintas2018-01-12
| |
* | PR comments, round 3Gravatar David Garcia Quintas2018-01-12
| |
* | PR comments, round 2Gravatar David Garcia Quintas2018-01-11
| |
| * Don't unref null client_stats.Gravatar Mark D. Roth2018-01-11
| |
| * Revert "Merge pull request #13970 from ↵Gravatar Mark D. Roth2018-01-11
| | | | | | | | | | | | | | grpc/revert-13857-lb_policy_ref_simplification" This reverts commit 61b32965bec11f4106c729bb0a428ff03d2d03ab, reversing changes made to 2eb22fd67d73a210c1f41d79efcfe52285ccb2ec.
| * Revert "Simplify LB policy refcounting."Gravatar Yash Tibrewal2018-01-10
|/
* Simplify LB policy refcounting.Gravatar Mark D. Roth2018-01-09
|
* Merge pull request #13805 from AspirinSJL/lb_bugGravatar Juanli Shen2018-01-08
|\ | | | | Change client_load_report_timer_pending var name
| * Unify the timer callback boolsGravatar Juanli Shen2018-01-08
| |
* | Merge pull request #13900 from vjpai/odrGravatar Vijay Pai2018-01-05
|\ \ | | | | | | Wrap duplicated-name definitions in anonymous namespace (except for iomgr)
* \ \ Merge pull request #13879 from AspirinSJL/client_load_report_bugGravatar Juanli Shen2018-01-03
|\ \ \ | | | | | | | | Restore checking initial request sent
| | * | Wrap duplicated-name definitions in anonymous namespaceGravatar Vijay Pai2018-01-02
| |/ / |/| |
| * | Restore checking initial request sentGravatar Juanli Shen2017-12-27
| |/
* | Merge branch 'master' of github.com:grpc/grpc into backoff_cppGravatar David Garcia Quintas2017-12-13
|\|
| * 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 masterGravatar Yash Tibrewal2017-12-07
| | |\
| * | \ Merge pull request #12488 from dgquintas/removed_expiration_intervalGravatar David G. Quintas2017-12-07
| |\ \ \ | | |_|/ | |/| | Removed expiration_interval from LB proto
| | * | regenerated proto with lastest version of protobufGravatar David Garcia Quintas2017-12-06
| | | |
| | * | Merge branch 'master' of github.com:grpc/grpc into removed_expiration_intervalGravatar David Garcia Quintas2017-12-06
| | |\ \
| * | | | Fix pending pings in grpclbGravatar Yuchen Zeng2017-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 master into execctxGravatar Yash Tibrewal2017-12-05
| | | |\
* | | | \ Merge branch 'master' of github.com:grpc/grpc into backoff_cppGravatar David Garcia Quintas2017-12-05
|\ \ \ \ \ | | |_|_|/ | |/| | |
* | | | | PR CommentsGravatar David Garcia Quintas2017-12-05
| | | | |
| | * | | Add on_initiate callback for the send_ping tranport opGravatar Yuchen Zeng2017-12-05
| |/ / /
| * | | Merge pull request #13635 from grpc/remove_duplicate_checkGravatar Juanli Shen2017-12-05
| |\ \ \ | | | | | | | | | | Remove duplicate check for shutting_down
| * | | | Add re-resolution into LB policiesGravatar Juanli Shen2017-12-04
| | | | |
| | * | | Remove duplicate check for shutting_downGravatar Juanli Shen2017-12-04
| |/ / / | | | | | | | | Already checked at line 1826.
* | | | Merge branch 'master' of github.com:grpc/grpc into backoff_cppGravatar David Garcia Quintas2017-12-04
|\| | |
* | | | Cleaned up API. Backoff now returns a single value: the time of the next retryGravatar David Garcia Quintas2017-12-04
| | | |
| | | * Merge master after no Extern C changesGravatar Yash Tibrewal2017-11-30
| | | |\ | | |_|/ | |/| |
* | | | Use ManualConstructorGravatar David Garcia Quintas2017-11-27
| | | |
* | | | C++-ize backoffGravatar David Garcia Quintas2017-11-22
| | | |
| | | * Merge masterGravatar Yash Tibrewal2017-11-21
| | | |\ | |_|_|/ |/| | |
| * | | Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-cGravatar ncteisen2017-11-20
| |\ \ \ | |/ / / |/| | |
* | | | Merge branch 'master' of https://github.com/grpc/grpc into tracing++Gravatar ncteisen2017-11-17
|\ \ \ \
| | * | | clang fmtGravatar ncteisen2017-11-17
| | | | |
| | * | | Remove all extern CGravatar ncteisen2017-11-17
| |/ / /