aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext
Commit message (Collapse)AuthorAge
* Merge pull request #9318 from markdroth/subchannel_addr_channel_argGravatar Mark D. Roth2017-01-17
|\ | | | | Store subchannel address in a channel arg.
| * clang-formatGravatar Mark D. Roth2017-01-17
| |
* | Name constantGravatar Craig Tiller2017-01-13
| |
| * Fix API fuzzer tests.Gravatar Mark D. Roth2017-01-13
| |
| * Store subchannel address in a channel arg.Gravatar Mark D. Roth2017-01-13
| |
* | Merge github.com:grpc/grpc into write_bufferingGravatar Craig Tiller2017-01-13
|\|
| * Merge pull request #9335 from jtattermusch/vsproject_improvementsGravatar Jan Tattermusch2017-01-13
| |\ | | | | | | Make grpc.sln compile
| * \ Merge pull request #9149 from ncteisen/rst_stream_error_code_fixGravatar Noah Eisen2017-01-12
| |\ \ | | | | | | | | Fix RST_STREAM(0) inconsistency
| | | * fix compilation of grpc_dll projectGravatar Jan Tattermusch2017-01-12
| | |/ | |/|
| | * Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar ncteisen2017-01-11
| | |\ | | | | | | | | | | | | rst_stream_error_code_fix
| * | | Promote dns resolution failure message to INFOGravatar yang-g2017-01-11
| | |/ | |/|
| * | clang-formatGravatar Mark D. Roth2017-01-09
| | |
| * | Add support for sending custom headers in HTTP CONNECT request.Gravatar Mark D. Roth2017-01-09
| | |
| * | Merge pull request #9129 from markdroth/handshaker_pluginGravatar Mark D. Roth2017-01-09
| |\ \ | | | | | | | | Handshaker plugin mechanism
| * | | Review feedbackGravatar Craig Tiller2017-01-06
| | | |
| * | | Actually add the documentationGravatar Craig Tiller2017-01-06
| | | |
| | * | Handshaker plugin mechanism.Gravatar Mark D. Roth2017-01-06
| | | |
| * | | Merge pull request #9268 from soltanmm-google/diddy-kong-racingGravatar Masood Malekghassemi2017-01-06
| |\ \ \ | | |/ / | |/| | Use `grpc_closure`s in `grpc_timer`s
| * | | Merge pull request #9253 from ctiller/long_statusGravatar Craig Tiller2017-01-05
| |\ \ \ | | | | | | | | | | Support long grpc-messages on abnormal close path
| | | * | Use `grpc_closure`s in `grpc_timer`sGravatar Masood Malekghassemi2017-01-05
| | |/ / | |/| |
* | | | Merge github.com:grpc/grpc into write_bufferingGravatar Craig Tiller2017-01-05
|\| | |
| | * | Support long grpc-messages on abnormal close pathGravatar Craig Tiller2017-01-05
| | | |
* | | | Fix sequential write bufferingGravatar Craig Tiller2017-01-05
| |/ / |/| |
| * | Remove errant headerGravatar Craig Tiller2017-01-04
| | |
| * | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2017-01-04
| |\ \ | |/ / |/| |
* | | Putting message size filter back.Gravatar Nicolas "Pixel" Noble2017-01-04
| | |
| * | Merge branch 'patchy' into slice_with_exec_ctx_and_buildGravatar Craig Tiller2017-01-04
| |\ \ | |/ / |/| |
* | | Moving message_size_filter properly.Gravatar Nicolas "Pixel" Noble2017-01-04
| | |
* | | Merge branch 'master' of https://github.com/grpc/grpc into bazel-take-2Gravatar Nicolas "Pixel" Noble2017-01-04
|\ \ \
* \ \ \ Merge remote-tracking branch 'google/master' into bazel-take-2Gravatar Nicolas "Pixel" Noble2017-01-04
|\ \ \ \
| | | * \ Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2017-01-04
| | | |\ \ | | | |/ / | | |/| |
| | * | | Merge pull request #9207 from ctiller/cleanup_closuresGravatar Craig Tiller2017-01-04
| | |\ \ \ | | | | | | | | | | | | Changes to exec_ctx/closure/combiner/workqueue interfaces
| | * | | | No need for copyright on generated filesGravatar Craig Tiller2017-01-03
| |/ / / /
| | | * | Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closuresGravatar Craig Tiller2017-01-03
| | | |\ \ | | | |/ / | | |/| |
| | * | | clang-format codeGravatar Craig Tiller2017-01-03
| | | | |
| | * | | Update cronetGravatar Craig Tiller2016-12-29
| | | | |
| | * | | Changes to exec_ctx/closure/combiner/workqueue interfacesGravatar Craig Tiller2016-12-28
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | - make closures know where they should be executed (eg, on a workqueue, or a combiner, or on an exec_ctx) - this allows removal of a large number of trampoline functions that were appearing whenever we used combiners, and should allow for a much easier interface to combiner locks
| | * | Fix merge errorsGravatar Craig Tiller2016-12-27
| | | |
| | * | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-27
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #9144 from dgquintas/grpclb_server_uriGravatar David G. Quintas2016-12-16
| |\ \ \ | | | | | | | | | | grpclb: skip slash in server uri path if present
| | | | * Fix RST_STREAM(0) inconsistencyGravatar ncteisen2016-12-16
| | |_|/ | |/| |
| | * | grpclb: skip slash in server uri path if presentGravatar David Garcia Quintas2016-12-16
| | | |
| * | | Add grpc_pollset_set as an arg in grpc_resolver_createGravatar Yuchen Zeng2016-12-15
| | | |
| * | | Add pollset_set in grpc_resolverGravatar Yuchen Zeng2016-12-15
| | | |
| * | | Request a pollset_set in grpc_resolve_addressGravatar Yuchen Zeng2016-12-15
| |/ /
| * | clang-formatGravatar Mark D. Roth2016-12-14
| | |
| | * Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-14
| | |\
| * | \ Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-12-14
| |\ \ \ | | | |/ | | |/|
| | * | Short deadlines: set Status on deadlineGravatar David Garcia Quintas2016-12-13
| | | |
| * | | Move internal channel arg definitions out of public headers.Gravatar Mark D. Roth2016-12-12
| | | |