aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext
Commit message (Collapse)AuthorAge
* Immediately run write closures for failed streamGravatar kpayson642018-07-30
|
* Bug fixesGravatar kpayson642018-07-24
|
* Cancel pending write closures on stream cancellationGravatar kpayson642018-07-23
|
* Merge pull request #15980 from ncteisen/channelz-subchannel-refsGravatar Noah Eisen2018-07-18
|\ | | | | Channelz Part 3: Subchannel Refs Support for PickFirst
| * reviewer feedback:Gravatar ncteisen2018-07-17
| |
| * Fix the alignment problem, still messyGravatar ncteisen2018-07-16
| |
* | Merge pull request #16016 from hcaseyal/fix_timer_scope_typoGravatar hcaseyal2018-07-16
|\ \ | | | | | | Fix typo in GPR_TIMER_SCOPE annotation. The typo could be misleading …
| | * Fix ASANGravatar ncteisen2018-07-16
| | |
* | | Add server load reporting serviceGravatar Juanli Shen2018-07-13
| | |
| * | Fix typo in GPR_TIMER_SCOPE annotation. The typo could be misleading in ↵Gravatar Hope Casey-Allen2018-07-13
|/ / | | | | | | performance profiles
| * Ensure subchannel channelz only created if enabledGravatar ncteisen2018-07-13
| |
| * Reviewer feedback; less locking, slow de dupGravatar ncteisen2018-07-13
| |
| * Reviewer feedback; move lists to childrenGravatar ncteisen2018-07-12
| |
| * Reviewer feedbackGravatar ncteisen2018-07-12
| |
* | Merge pull request #15896 from markdroth/client_channel_refactorGravatar Mark D. Roth2018-07-12
|\ \ | | | | | | Refactor resolver result callback
* \ \ Merge pull request #15947 from dgquintas/rr_ppicks_fixGravatar David G. Quintas2018-07-11
|\ \ \ | | | | | | | | Fixed ordering in adding pending picks to RR
| | | * Implements subchannel refs for pick_firstGravatar ncteisen2018-07-11
| | | |
| | * | Refactor resolver result callback.Gravatar Mark D. Roth2018-07-11
| |/ / |/| |
* | | Do not start timer if transport is closed.Gravatar yang-g2018-07-10
| |/ |/|
* | Reviewer feedbackGravatar ncteisen2018-07-06
| |
* | Write ClientChannelNode in terms of client_channelGravatar ncteisen2018-07-06
| |
* | Change pattern to have subtype do json populationGravatar ncteisen2018-07-06
| |
* | Fix the muddled linkeage of channelzGravatar ncteisen2018-07-06
| |
| * Fixed ordering in adding pending picks to RRGravatar David Garcia Quintas2018-07-06
|/
* Merge pull request #15891 from markdroth/subchannel_alignment_fixGravatar Mark D. Roth2018-06-28
|\ | | | | Fix subchannel call stack alignment
| * Fix subchannel call to align its call stack (similar to 15b37ac for parent ↵Gravatar Mark D. Roth2018-06-27
| | | | | | | | call).
* | Merge pull request #15828 from apolcyn/fix_gcdGravatar apolcyn2018-06-26
|\ \ | |/ |/| Explicitly delete c-ares fd's from pollset set after c-ares is done
| * Explicitly delete fd from pollset set after c-ares is doneGravatar Alexander Polcyn2018-06-26
| |
* | Merge pull request #15840 from dgquintas/common_nanopbGravatar David G. Quintas2018-06-22
|\ \ | | | | | | Update to use the canonical version of LB proto
* | | Add load reporting filterGravatar Juanli Shen2018-06-22
| | |
| * | Update to use the canonical version of LB protoGravatar David Garcia Quintas2018-06-21
| | |
* | | Add caveat to noisy comment, push to dbg modeGravatar ncteisen2018-06-20
|/ /
* | Allocate retry payload fields with subchannel call instead of with each batch.Gravatar Mark D. Roth2018-06-19
| |
* | Merge pull request #15782 from markdroth/recv_trailing_metadata_ready3Gravatar Mark D. Roth2018-06-19
|\ \ | | | | | | Third attempt: move recv_trailing_metadata into its own callback, don't use on_complete for recv_ops
* \ \ Merge pull request #15070 from Vizerai/filter_portGravatar Jim King2018-06-18
|\ \ \ | |_|/ |/| | Adding opencensus grpc plugin with bazel support.
* | | Separate the posix part of the c-ares driverGravatar Alexander Polcyn2018-06-15
| | |
* | | Merge pull request #15595 from dgquintas/nanopb_build_cleanupGravatar David G. Quintas2018-06-14
|\ \ \ | | | | | | | | Treat nanopb as a regular external dep
* | | | Fix comment typo in http_server_filterGravatar Hope Casey-Allen2018-06-14
| | | |
| * | | Merge branch 'master' of github.com:grpc/grpc into nanopb_build_cleanupGravatar David Garcia Quintas2018-06-14
| |\ \ \
* | | | | Remove check for whether channel is secure/insecure. Always prefer ↵Gravatar Yash Tibrewal2018-06-14
| | | | | | | | | | | | | | | | | | | | 'https_proxy' and fallback on 'http_proxy'
* | | | | No need to fallback on https_proxy for insecure connectionsGravatar Yash Tibrewal2018-06-14
| | | | |
* | | | | Prefer using https_proxy for secure channels and http_proxy for insecure ↵Gravatar Yash Tibrewal2018-06-14
| |/ / / |/| | | | | | | | | | | channels
| | | * Revert "Merge pull request #15746 from ↵Gravatar Mark D. Roth2018-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | grpc/revert-15709-recv_trailing_metadata_ready2" This reverts commit 3f9308ce1f8cb42c96901c1700f0b9dbb531f186, reversing changes made to 92a0ae0b1081840d2c5a488f66bf6550c1a492f4.
* | | | Revert "Add Type Checking On Channel Args"Gravatar Noah Eisen2018-06-14
| |_|/ |/| |
* | | Merge pull request #15678 from ncteisen/channel-arg-sanityGravatar Noah Eisen2018-06-13
|\ \ \ | | | | | | | | Add Type Checking On Channel Args
| * | | Reviewer feedbackGravatar ncteisen2018-06-13
| | | |
* | | | Revert "Second attempt: move recv_trailing_metadata into its own callback, ↵Gravatar Mark D. Roth2018-06-13
| | | | | | | | | | | | | | | | don't use on_complete for recv_ops"
* | | | Merge pull request #15490 from apolcyn/ares_under_combinerGravatar apolcyn2018-06-13
|\ \ \ \ | | | | | | | | | | Refactor to put c-ares queries under a combiner
* \ \ \ \ Merge pull request #15709 from markdroth/recv_trailing_metadata_ready2Gravatar Mark D. Roth2018-06-13
|\ \ \ \ \ | | | | | | | | | | | | Second attempt: move recv_trailing_metadata into its own callback, don't use on_complete for recv_ops
| | * | | | Post-review change: suffix two more functions with _lockedGravatar Alexander Polcyn2018-06-13
| | | | | |