aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext
Commit message (Collapse)AuthorAge
* Merge branch 'master' into prototype-cfstreamGravatar Muxi Yan2018-05-22
|\
| * Merge pull request #15436 from markdroth/c++_grpclb_client_statsGravatar Mark D. Roth2018-05-21
| |\ | | | | | | C++-ify grpclb client stats.
| * \ Merge pull request #15414 from yang-g/intern_authorityGravatar Yang Gao2018-05-18
| |\ \ | | | | | | | | intern default authority
| | | * Use gpr_atm_full_xchg() instead of acq_load and full_fetch_add().Gravatar Mark D. Roth2018-05-18
| | | |
| | | * C++-ify grpclb client stats.Gravatar Mark D. Roth2018-05-17
| | |/ | |/|
| * | Merge pull request #15200 from yashykt/combiner_runGravatar Yash Tibrewal2018-05-17
| |\ \ | | | | | | | | Add combiner_run
* | | | C-ARES build fixGravatar Muxi Yan2018-05-17
| | | |
| * | | Merge pull request #15339 from ncteisen/new-delete-hackGravatar Noah Eisen2018-05-16
| |\ \ \ | | | | | | | | | | Add Single Point of Maintenance for New/Delete friend Declarations
| | | | * intern default authorityGravatar yang-g2018-05-16
| | |_|/ | |/| |
| * | | Stop using banned functionsGravatar ncteisen2018-05-15
| | | |
| * | | Merge pull request #15347 from apolcyn/remove_ares_double_exec_ctxGravatar apolcyn2018-05-14
| |\ \ \ | | | | | | | | | | Remove a redundant ExecCtx in c-ares resolver
| * \ \ \ Merge pull request #15350 from ericgribkoff/remove_no_op_stringGravatar Eric Gribkoff2018-05-14
| |\ \ \ \ | | | | | | | | | | | | chttp2_transport: remove unused string
| | * | | | chttp2_transport: remove unused stringGravatar Eric Gribkoff2018-05-14
| | | | | |
| | | * | | Remove a redundant ExecCtx in c-ares resolverGravatar Alexander Polcyn2018-05-11
| | |/ / /
| * | | | Merge pull request #15044 from yashykt/gprlikely2Gravatar Yash Tibrewal2018-05-11
| |\ \ \ \ | | |/ / / | |/| | | Add GPR_UNLIKELY annotations for client side on error cases
| | | * | Add single point of maintanence for New Delete friendsGravatar ncteisen2018-05-11
| | |/ / | |/| |
| | * | Remove GPR_UNLIKELY that are not in the call pathGravatar Yash Tibrewal2018-05-08
| | | |
| | * | Add GPR_UNLIKELY annotations mainly for the client path in error conditionsGravatar Yash Tibrewal2018-05-04
| | | |
| * | | incorporate alts to google default credsGravatar Yihua Zhang2018-05-03
| |/ /
| * | Merge pull request #14886 from markdroth/c++_subchannel_listGravatar Mark D. Roth2018-05-02
| |\ \ | | | | | | | | Convert subchannel_list code to C++.
| | | * Revert GRPC_CLOSURE_RUN to GRPC_CLOSURE_SCHED for send_ping_lockedGravatar Yash Tibrewal2018-05-01
| | | |
| | | * Remove illegal GRPC_CLOSURE_RUNsGravatar Yash Tibrewal2018-05-01
| | | |
| | | * Add combiner_run to run closures immediately if we already have the combiner ↵Gravatar Yash Tibrewal2018-05-01
| | |/ | |/| | | | | | | lock
| | * 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
| |\ \ | | | | | | | | Message about the watcher_timer_init closure requiring immediate exec
| | * | Message about the watcher timer init closure requiring immediate execution.Gravatar Yash Tibrewal2018-04-30
| | | |
| * | | Merge pull request #15156 from AspirinSJL/resolution_timer_fixGravatar Juanli Shen2018-04-30
| |\ \ \ | | | | | | | | | | Check retry timer before starting resolving
| | * | | Don't resolve if there is a resolution timerGravatar Juanli Shen2018-04-30
| | | | |
| | | | * Fix error refcounting bug.Gravatar Mark D. Roth2018-04-27
| | | | |
| | | | * Improve trace logging.Gravatar Mark D. Roth2018-04-27
| | | | |
| | | | * clang-formatGravatar Mark D. Roth2018-04-27
| | | | |
| | | | * Remove SetConnectedSubchannelFromLocked().Gravatar Mark D. Roth2018-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 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
| | | | |
| | | | * Minor cleanups.Gravatar Mark D. Roth2018-04-26
| | | | |
| * | | | Change trace logging to use GPR_INFO instead of GPR_DEBUG.Gravatar Mark D. Roth2018-04-25
| | | | |
| | | | * Clean up refcounting.Gravatar Mark D. Roth2018-04-25
| | | | |
| | | | * Update connected subchannel on RR init.Gravatar Mark D. Roth2018-04-25
| | | | |
| | | | * 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 retry code handling of internally triggered recv_trailing_metadata.
* | | | | fix resolver crash when DNS server unreachableGravatar Jan Tattermusch2018-04-20
| |/ / / |/| | |
* | | | Merge pull request #15090 from markdroth/handshaker_traceGravatar Mark D. Roth2018-04-19
|\ \ \ \ | | | | | | | | | | Add tracer for handshakers.