aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext
Commit message (Collapse)AuthorAge
* Convert resolver API to C++.Gravatar Mark D. Roth2018-02-08
|
* Merge pull request #14197 from vjpai/gpr_review_host_portGravatar Vijay Pai2018-02-08
|\ | | | | GPR review: privatize host_port.h
* \ Merge pull request #14170 from dgquintas/fake_resolver_dont_push_rr_reresolve2Gravatar David G. Quintas2018-02-08
|\ \ | | | | | | Make RR re-resolve when any of its subchannels fail.
| * | PR commentsGravatar David Garcia Quintas2018-02-07
| | |
| | * Merge branch 'master' into gpr_review_host_portGravatar Vijay Pai2018-02-07
| | |\ | |_|/ |/| |
* | | Merge pull request #14356 from grpc/revert-13671-grpclb_reresolutionGravatar Juanli Shen2018-02-07
|\ \ \ | | | | | | | | Revert "grpclb re-resolution"
| * | | Revert "grpclb re-resolution"Gravatar Juanli Shen2018-02-07
| | | |
| | * | Make RR re-resolve upon any subchannel failureGravatar David Garcia Quintas2018-02-06
| | | |
* | | | Upmerge branch 'v1.9.x' into 'master'Gravatar Mehrdad Afshari2018-02-05
|\ \ \ \ | |/ / / |/| | |
* | | | grpclb in charge of its re-resolutionGravatar Juanli Shen2018-02-06
| |/ / |/| |
* | | Change Ref() methods to return a RefCountedPtr<>.Gravatar Mark D. Roth2018-02-06
| | |
| * | Merge pull request #14315 from kpayson64/fix_refcountingGravatar kpayson642018-02-05
| |\ \ | | | | | | | | Fixes refcounting issue
| | * | Add refcounts for async callbacks in auth and client filters.Gravatar Ken Payson2018-02-05
| | | |
* | | | Merge pull request #14281 from AspirinSJL/fake_resolver_results_upon_errorGravatar Juanli Shen2018-02-02
|\ \ \ \ | | | | | | | | | | Add a results_upon_error setter to fake resolver
| | | | * Merge branch 'master' into gpr_review_host_portGravatar Vijay Pai2018-02-02
| | | | |\ | |_|_|_|/ |/| | | |
| * | | | Add a results_upon_error setter to fake resolverGravatar Juanli Shen2018-02-02
| | | | |
* | | | | clang-formatGravatar David Garcia Quintas2018-02-01
| | | | |
* | | | | Merge branch 'master' of github.com:grpc/grpc into dns_cooldownGravatar David Garcia Quintas2018-02-01
|\| | | |
* | | | | PR commentsGravatar David Garcia Quintas2018-02-01
| | | | |
| * | | | Merge pull request #14264 from yang-g/to_scopeGravatar Yang Gao2018-02-01
| |\ \ \ \ | | | | | | | | | | | | Deprecate GPR_TIMER_BEGIN/END and replace with GPR_TIMER_SCOPE.
* | | | | | Remove spurious closure initsGravatar David Garcia Quintas2018-02-01
| | | | | |
* | | | | | Remove unnecessary closuresGravatar David Garcia Quintas2018-02-01
| | | | | |
| | * | | | Deprecate GPR_TIMER_BEGIN/END and replace with GPR_TIMER_SCOPE.Gravatar yang-g2018-01-31
| | | | | |
* | | | | | PR commentsGravatar David Garcia Quintas2018-01-31
| | | | | |
| * | | | | Fix DNS resolvers to reset the backoff in the right place.Gravatar Mark D. Roth2018-01-31
| |/ / / /
* | | | | fixed format stringGravatar David Garcia Quintas2018-01-30
| | | | |
* | | | | Removed debug logGravatar David Garcia Quintas2018-01-30
| | | | |
* | | | | c-ares resolver changesGravatar David Garcia Quintas2018-01-30
| | | | |
* | | | | PR CommentsGravatar David Garcia Quintas2018-01-30
| | | | |
| * | | | Don't destroy null lb_addrGravatar David Garcia Quintas2018-01-29
| | | | |
* | | | | DNS cooldown mechanismGravatar David Garcia Quintas2018-01-29
|/ / / /
| | | * Privatize host_port.h; was not used in any wrapped language implementationGravatar Vijay Pai2018-01-25
| |_|/ |/| |
| * | Revert "Merge pull request #13932 from dgquintas/conn_subchannel"Gravatar Nicolas "Pixel" Noble2018-01-26
| | | | | | | | | | | | | | | This reverts commit a8891634d32ad9556921faed2707fb304304c900, reversing changes made to 47fe8507a1905c20a86df09f97c3f972d643dda5.
* | | Merge pull request #14137 from jtattermusch/no_proxy_str_memleakGravatar Jan Tattermusch2018-01-25
|\ \ \ | | | | | | | | Fix no_proxy_str memory leak
* \ \ \ Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2018-01-24
|\ \ \ \ | | | | | | | | | | | | | | | fix-stream-compression-config-interface
| * | | | Fix commentGravatar Juanli Shen2018-01-24
| | | | |
| * | | | Extract lb_calld from glb_policyGravatar Juanli Shen2018-01-23
| | | | |
| * | | | resolve commentGravatar yang-g2018-01-23
| | | | |
| * | | | Clear pending read when service handler is finishedGravatar yang-g2018-01-23
| | | | |
| | * | | fix no_proxy_str memory leakGravatar Jan Tattermusch2018-01-23
| |/ / /
| | * | Change if to switch, add more descriptionsGravatar Yuchen Zeng2018-01-22
| | | |
| | * | Fix merge issuesGravatar Yuchen Zeng2018-01-22
| | | |
| | * | Document idle_state transistionsGravatar Yuchen Zeng2018-01-22
| | | |
| | * | Fix asan issuesGravatar Yuchen Zeng2018-01-22
| | | |
| | * | Try again when idle_state is unexpectedGravatar Yuchen Zeng2018-01-22
| | | |
| | * | Add necessary retries for atomic state changesGravatar Yuchen Zeng2018-01-22
| | | |
| * | | 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 remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2018-01-19
|\| | | | | | | | | | | | | | | fix-stream-compression-config-interface
| * | | Merge pull request #14070 from markdroth/backoff_api_cleanupGravatar Mark D. Roth2018-01-19
| |\ \ \ | | |/ / | |/| | Combine BackOff Begin() and Step() methods.