aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* Add GPR_UNLIKELY annotations mainly for the client path in error conditionsGravatar Yash Tibrewal2018-05-04
* Regenerate projectsGravatar Mehrdad Afshari2018-05-02
* Merge pull request #14886 from markdroth/c++_subchannel_listGravatar Mark D. Roth2018-05-02
|\
| * Fix error refcounting bug.Gravatar Mark D. Roth2018-05-01
| * clang-formatGravatar Mark D. Roth2018-05-01
| * Maintain ref to LB policy.Gravatar Mark D. Roth2018-05-01
| * Make sure we set error for transient_failure state.Gravatar Mark D. Roth2018-05-01
* | Merge pull request #15236 from yashykt/runcommentGravatar Yash Tibrewal2018-04-30
|\ \
* \ \ Merge pull request #15205 from yashykt/gprassertGravatar Yash Tibrewal2018-04-30
|\ \ \
* \ \ \ Merge pull request #15226 from hcaseyal/timer_typosGravatar hcaseyal2018-04-30
|\ \ \ \
| | | * | Message about the watcher timer init closure requiring immediate execution.Gravatar Yash Tibrewal2018-04-30
* | | | | Merge pull request #15108 from ncteisen/compile-out-tracersGravatar Noah Eisen2018-04-30
|\ \ \ \ \
| * | | | | Add in compile out tracers optionGravatar ncteisen2018-04-30
* | | | | | Merge pull request #15156 from AspirinSJL/resolution_timer_fixGravatar Juanli Shen2018-04-30
|\ \ \ \ \ \
| * | | | | | Don't resolve if there is a resolution timerGravatar Juanli Shen2018-04-30
| |/ / / / /
| | * | | | Fix typos in GPR_TIMER_SCOPEGravatar Hope Casey-Allen2018-04-29
| | | | | * Fix error refcounting bug.Gravatar Mark D. Roth2018-04-27
| | | | | * Improve trace logging.Gravatar Mark D. Roth2018-04-27
* | | | | | Merge pull request #15217 from jiangtaoli2016/fix_security_connector_namespaceGravatar Jiangtao Li2018-04-27
|\ \ \ \ \ \
| | | | | | * clang-formatGravatar Mark D. Roth2018-04-27
* | | | | | | Merge pull request #14905 from ara-ayvazyan/enable_loopback_fastpathGravatar Noah Eisen2018-04-27
|\ \ \ \ \ \ \
| | | | | | | * Remove SetConnectedSubchannelFromLocked().Gravatar Mark D. Roth2018-04-27
| | * | | | | | fix namespace of security_connector test functionsGravatar jiangtaoli20162018-04-27
| |/ / / / / / |/| | | | | |
| | | | | | * Track last ready subchannel index in RoundRobinSubchannelList.Gravatar Mark D. Roth2018-04-27
| | | | | | * Clean up connectivity state tracking.Gravatar Mark D. Roth2018-04-27
* | | | | | | Merge pull request #14387 from dcow/zone-idGravatar Mark D. Roth2018-04-27
|\ \ \ \ \ \ \
| | | | | * | | replace assert in closures with GPR_ASSERT and move within DEBUG blockGravatar Yash Tibrewal2018-04-26
| | | | | |/ /
| | * | | / / Enable SIO_LOOPBACK_FAST_PATH on WindowsGravatar Ara Ayvazyan2018-04-26
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #15190 from yihuazhang/enable_cpp_for_alts_interopGravatar yihuaz2018-04-26
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #15173 from hcaseyal/timerscopeGravatar hcaseyal2018-04-26
|\ \ \ \ \ \
| | | | | | * Merge remote-tracking branch 'upstream/master' into c++_subchannel_listGravatar Mark D. Roth2018-04-26
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | |
| | | | | | * Split StartOrRenewConnectivityWatchLocked() into two methods.Gravatar Mark D. Roth2018-04-26
| | | | | | * Make SubchannelList internally ref counted.Gravatar Mark D. Roth2018-04-26
| | | | | | * Added trace logging.Gravatar Mark D. Roth2018-04-26
| | | * | | | gRPC core: strip zone-id from IPv6 hosts before TLS verificationGravatar David Cowden2018-04-26
| | | | | | * Minor cleanups.Gravatar Mark D. Roth2018-04-26
| | * | | | | don't call security_handshake_failed_lockedGravatar Yihua Zhang2018-04-25
* | | | | | | Change trace logging to use GPR_INFO instead of GPR_DEBUG.Gravatar Mark D. Roth2018-04-25
| |_|/ / / / |/| | | | |
| | * | | | enable c++ for ALTS kokoro testsGravatar Yihua Zhang2018-04-25
| |/ / / / |/| | | |
| | | | * Clean up refcounting.Gravatar Mark D. Roth2018-04-25
| | | | * Update connected subchannel on RR init.Gravatar Mark D. Roth2018-04-25
| * | | | Add missing include for GPR_TIMER_SCOPE in latency profilingGravatar Hope Casey-Allen2018-04-24
|/ / / /
* | | | Merge pull request #14888 from markdroth/ref_counted_inheritence_workaroundGravatar Mark D. Roth2018-04-24
|\ \ \ \
* \ \ \ \ Merge pull request #14891 from sreecha/sreek-docGravatar Sree Kuchibhotla2018-04-23
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #15048 from kpayson64/use_c_core_for_interopGravatar kpayson642018-04-21
|\ \ \ \ \ \
| * | | | | | Unref uv timers/tcp handlesGravatar kpayson642018-04-20
| | | | | | * Merge remote-tracking branch 'upstream/master' into c++_subchannel_listGravatar Mark D. Roth2018-04-20
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | |
| | | * | | | Work-around for ref-counted subclass deletion address problem.Gravatar Mark D. Roth2018-04-20
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #14954 from markdroth/retry_fixGravatar Mark D. Roth2018-04-20
|\ \ \ \ \ \
* | | | | | | fix resolver crash when DNS server unreachableGravatar Jan Tattermusch2018-04-20
| |_|_|/ / / |/| | | | |