aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext
Commit message (Collapse)AuthorAge
* Merge pull request #10247 from y-zeng/fix_lb_subchannelGravatar Yuchen Zeng2017-03-22
|\ | | | | Fix fuzzing detected error: remaining GRPC_ARG_SUBCHANNEL_ADDRESS was not removed by pick_first and round_robin
* \ Merge pull request #9655 from markdroth/remove_initial_connect_stringGravatar Mark D. Roth2017-03-22
|\ \ | | | | | | Remove initial_connect_string hack.
| | * Fix subchannel creation in pick_first and round_robinGravatar Yuchen Zeng2017-03-21
| | |
| | * Merge pull request #10208 from muxi/fix-trailer-onlyGravatar Muxi Yan2017-03-21
| | |\ | | | | | | | | Add :status header in the case of trailer-only failure reply
* | | \ Merge remote-tracking branch 'upstream/master' into enable-cronet-compressionGravatar Muxi Yan2017-03-21
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #9850 from markdroth/retry_throttleGravatar Mark D. Roth2017-03-21
| |\ \ \ | | | | | | | | | | Retry throttling implementation.
| | | * \ Merge remote-tracking branch 'upstream/master' into ↵Gravatar Mark D. Roth2017-03-21
| | | |\ \ | | |_|/ / | |/| | | | | | | | remove_initial_connect_string
* | | | | clang-formatGravatar Muxi Yan2017-03-21
| | | | |
* | | | | CommentGravatar Muxi Yan2017-03-20
| | | | |
| * | | | Merge pull request #10102 from ctiller/fuzzing-longGravatar Craig Tiller2017-03-20
| |\ \ \ \ | | | | | | | | | | | | Fix fuzzing detected error: stack overflow in hpack parser
* | | | | | Improvement on reading compression bytGravatar Muxi Yan2017-03-20
| | | | | |
* | | | | | Add supprot of processing trailer-only response in cronet_transport.cGravatar Muxi Yan2017-03-17
| | | | | |
* | | | | | Fix that there is no :status header in the case of trailer-only failure replyGravatar Muxi Yan2017-03-17
| | | | | |
| | | | | * Fix that there is no :status header in the case of trailer-only failure replyGravatar Muxi Yan2017-03-17
| | |_|_|/ | |/| | |
* | | | | Add compression support to cronet transportGravatar Muxi Yan2017-03-17
| | | | |
| | | | * Merge remote-tracking branch 'upstream/master' into ↵Gravatar Mark D. Roth2017-03-17
| | | | |\ | | |_|_|/ | |/| | | | | | | | remove_initial_connect_string
| * | | | Merge pull request #10165 from markdroth/proxy_mapper_init_fixGravatar Mark D. Roth2017-03-17
| |\ \ \ \ | | | | | | | | | | | | Fix proxy mapper initialization to work with third-party plugins.
| * \ \ \ \ Merge pull request #10179 from markdroth/proxy_mapper_channel_arg_fixGravatar Mark D. Roth2017-03-17
| |\ \ \ \ \ | | | | | | | | | | | | | | Also override subchannel address in channel args when proxy mapper is used.
| | | | | * \ Merge remote-tracking branch 'upstream/master' into retry_throttleGravatar Mark D. Roth2017-03-17
| | | | | |\ \ | | |_|_|_|/ / | |/| | | | |
| | | | | * | Switch to using a CAS loop to update the token value.Gravatar Mark D. Roth2017-03-17
| | | | | | |
| | | * | | | Merge remote-tracking branch 'upstream/master' into proxy_mapper_init_fixGravatar Mark D. Roth2017-03-17
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge github.com:grpc/grpc into call_arenaGravatar Craig Tiller2017-03-16
| |\ \ \ \ \ \
| | * | | | | | Disable cronet traceGravatar Muxi Yan2017-03-16
| | | | | | | |
| | | * | | | | Override subchannel address in channel args when proxy mapper is used.Gravatar Mark D. Roth2017-03-16
| | | | | | | |
| | * | | | | | Fix the error in flush read that was causing jenkins timeoutGravatar Muxi Yan2017-03-15
| | |/ / / / /
| | | | | * | Rename on_complete_locked() to on_complete().Gravatar Mark D. Roth2017-03-15
| | | | | | |
| | | * | | | Fix proxy mapper initialization to work with third-party plugins.Gravatar Mark D. Roth2017-03-15
| | |/ / / /
| | | | * | Don't use combiner lock for on_complete callback.Gravatar Mark D. Roth2017-03-15
| | | | | |
| * | | | | Merge branch 'call_arena' of github.com:ctiller/grpc into call_arenaGravatar Craig Tiller2017-03-15
| |\ \ \ \ \
| * | | | | | Fix use-after-free, cronet compilesGravatar Craig Tiller2017-03-15
| | | | | | |
| | | | | * | Merge remote-tracking branch 'upstream/master' into retry_throttleGravatar Mark D. Roth2017-03-15
| | | | | |\ \ | | | | |_|/ / | | | |/| | |
| | * / | | | Merge github.com:grpc/grpc into call_arenaGravatar Craig Tiller2017-03-14
| |/| | | | | | | |/ / / /
| * | | | | Review commentsGravatar Craig Tiller2017-03-14
| | | | | |
| | * | | | Move config application to *just* prior to subchannel pickGravatar Craig Tiller2017-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - this is both the point where we *know* we have a config (or not), and the last moment before wait_until_ready-ness is not an issue
| | * | | | Fix formattingGravatar Craig Tiller2017-03-13
| | | | | |
| | * | | | Move functions around to avoid forward declarationsGravatar Craig Tiller2017-03-13
| | | | | |
| | * | | | Merge github.com:grpc/grpc into trim-the-locksGravatar Craig Tiller2017-03-13
| | |\ \ \ \ | |_|/ / / / |/| | | | |
* | | | | | Merge pull request #10009 from muxi/fix-flush-readGravatar Muxi Yan2017-03-13
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix flush read
| | * | | | | Additionally use arena for incoming metadata allocationGravatar Craig Tiller2017-03-13
| | | | | | |
| | * | | | | Use an arena for call & subchannel_call allocationGravatar Craig Tiller2017-03-13
| | | | | | |
| * | | | | | Add commentsGravatar Muxi Yan2017-03-13
| | | | | | |
| | | | * | | Fix compile errorGravatar Craig Tiller2017-03-13
| | | | | | |
| * | | | | | Merge remote-tracking branch 'upstream/master' into fix-flush-readGravatar Muxi Yan2017-03-12
| |\| | | | |
| | | | * | | readabilityGravatar Craig Tiller2017-03-10
| | | | | | |
| | | | * | | Update commentGravatar Craig Tiller2017-03-10
| | | | | | |
| | | | * | | Fix fuzzing detected errorGravatar Craig Tiller2017-03-10
| | | |/ / / | | |/| | |
* | | | | | Merge pull request #10087 from y-zeng/fix_ping_1_2_xGravatar Yuchen Zeng2017-03-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix chttp2 ping parser
* \ \ \ \ \ \ Merge pull request #10054 from murgatroid99/uv_resolver_fallbackGravatar Michael Lumish2017-03-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add uv resolver fallback for named ports, fix portability tests
| | * | | | | | Fix chttp2 ping parserGravatar Yuchen Zeng2017-03-10
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #10076 from apolcyn/fix_in6_scope_id_windows_issueGravatar apolcyn2017-03-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix in6_scope_id incompatibiliity issue on windows/mingw