aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/resolver/dns/native
Commit message (Collapse)AuthorAge
* Fix pick_first to not throw away unused subchannels.Gravatar Mark D. Roth2018-08-13
|
* Add experimental API for resetting connection backoff.Gravatar Mark D. Roth2018-08-06
|
* Revert "Add Type Checking On Channel Args"Gravatar Noah Eisen2018-06-14
|
* Reviewer feedbackGravatar ncteisen2018-06-13
|
* Merge pull request #14894 from sreecha/fix-timeGravatar Sree Kuchibhotla2018-05-22
|\ | | | | Fix grpc_millis type (timers are broken on 32-bit systems otherwise)
| * Merge branch 'master' into fix-timeGravatar Sree Kuchibhotla2018-05-08
| |\
* | | Add GPR_UNLIKELY annotations mainly for the client path in error conditionsGravatar Yash Tibrewal2018-05-04
| |/ |/|
* | Don't resolve if there is a resolution timerGravatar Juanli Shen2018-04-30
| |
| * Fix some more formatting issuesGravatar Sree Kuchibhotla2018-04-16
|/
* Convert resolver API to C++.Gravatar Mark D. Roth2018-02-08
|
* Merge branch 'master' into gpr_review_host_portGravatar Vijay Pai2018-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
| | |
| * | Remove spurious closure initsGravatar David Garcia Quintas2018-02-01
| | |
| * | Remove unnecessary closuresGravatar David Garcia Quintas2018-02-01
| | |
| * | 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
| | |
| * | PR CommentsGravatar David Garcia Quintas2018-01-30
| | |
| * | DNS cooldown mechanismGravatar David Garcia Quintas2018-01-29
| |/
* / Privatize host_port.h; was not used in any wrapped language implementationGravatar Vijay Pai2018-01-25
|/
* 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 backoff_cppGravatar David Garcia Quintas2017-12-13
|\
| * 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
| |
* | PR CommentsGravatar David Garcia Quintas2017-12-05
| |
* | 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
| | |
| * | Remove all extern CGravatar ncteisen2017-11-17
|/ /
| * 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
| |
* | s/NULL/nullptrGravatar Craig Tiller2017-11-10
| |
| * Merge with masterGravatar Yash Tibrewal2017-11-09
| |\ | |/ |/|
* | Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| |
* | Improvements to C Core's backoff code and APIGravatar David Garcia Quintas2017-11-02
| |
| * 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.
* Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-10-05
|\
| * More build errorsGravatar Yash Tibrewal2017-10-02
| |
| * Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
| | | | | | | | Also converting to .cc
* | clang-formatGravatar Craig Tiller2017-09-19
| |
* | Fix testGravatar Craig Tiller2017-09-19
| |