aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext
Commit message (Expand)AuthorAge
* Use zalloc in c-ares resolverGravatar Yuchen Zeng2017-03-17
* Merge remote-tracking branch 'upstream/master' into cares_bazel_ruleGravatar Yuchen Zeng2017-03-17
|\
* | Update with the client channel combiner changeGravatar Yuchen Zeng2017-03-17
* | Merge remote-tracking branch 'upstream/master' into cares_bazel_ruleGravatar Yuchen Zeng2017-03-17
|\ \
* | | Print debug infoGravatar Yuchen Zeng2017-03-17
* | | Update with combiner APIGravatar Yuchen Zeng2017-03-17
* | | Merge remote-tracking branch 'upstream/master' into cares_bazel_ruleGravatar Yuchen Zeng2017-03-17
|\ \ \
| | | * Merge pull request #10165 from markdroth/proxy_mapper_init_fixGravatar Mark D. Roth2017-03-17
| | | |\
| | | * \ Merge pull request #10179 from markdroth/proxy_mapper_channel_arg_fixGravatar 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
| | | | |/ /
| | | | | * Fix proxy mapper initialization to work with third-party plugins.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 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
| | | | * 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
| | | | | |\
| | | * | | | 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
| | | | | | * Merge remote-tracking branch 'upstream/master' into fix-flush-readGravatar Muxi Yan2017-03-12
| | | | | | |\ | | | | |_|_|/ | | | |/| | |
| | | | | * | Merge pull request #10087 from y-zeng/fix_ping_1_2_xGravatar Yuchen Zeng2017-03-10
| | | | | |\ \
| | | | | * \ \ Merge pull request #10054 from murgatroid99/uv_resolver_fallbackGravatar Michael Lumish2017-03-10
| | | | | |\ \ \
| | | | | | | * | Fix chttp2 ping parserGravatar Yuchen Zeng2017-03-10
| | | | | | |/ / | | | | | |/| |
| | | | | * | | Merge pull request #10076 from apolcyn/fix_in6_scope_id_windows_issueGravatar apolcyn2017-03-10
| | | | | |\ \ \
| | | | | * | | | Write an essayGravatar Craig Tiller2017-03-09
| | | | | | * | | fix in6_scope_id incompatibiliity issue on windows/mingwGravatar Alexander Polcyn2017-03-09
| | | | | |/ / /
| | | * | / / / Write an essayGravatar Craig Tiller2017-03-09
| | | | |/ / / | | | |/| | |
| | | | | * | Add uv resolver fallback for named ports, fix portability testsGravatar murgatroid992017-03-09
| | | | |/ / | | | |/| |
| | | | | * clang-formatGravatar Muxi Yan2017-03-06
| | | | | * Improve the way to reject :authority headerGravatar Muxi Yan2017-03-06
| | | | | * Fix flush readGravatar Muxi Yan2017-03-06
| | | * | | Manual changes from upmerged modificationsGravatar David Garcia Quintas2017-03-06
| | | * | | Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_masterGravatar David Garcia Quintas2017-03-03
| | | |\ \ \ | | | | |_|/ | | | |/| |
| | | | | * Merge github.com:grpc/grpc into trim-the-locksGravatar Craig Tiller2017-03-01
| | | | | |\ | | | | |_|/ | | | |/| |
| | | * | | Merge pull request #9869 from markdroth/client_channel_method_params_cleanupGravatar Mark D. Roth2017-03-01
| | | |\ \ \
| | | | | | * Diff minimizationGravatar Craig Tiller2017-02-28
| | | | | | * Better cleanupGravatar Craig Tiller2017-02-28
| | | * | | | Merge pull request #9833 from dgquintas/parse_address_clusterfuzzGravatar David G. Quintas2017-02-28
| | | |\ \ \ \
| | | | | | | * Fix some bugsGravatar Craig Tiller2017-02-28
| | | | | | | * Trim deadline setting out of call creation path: reduces ClientChannelFilter ...Gravatar Craig Tiller2017-02-28
| | | | |_|_|/ | | | |/| | |
| | | * | | | Merge pull request #9753 from ctiller/zallocGravatar Craig Tiller2017-02-27
| | | |\ \ \ \
| | | * | | | | Address review commentsGravatar Yuchen Zeng2017-02-27