aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/channel
Commit message (Collapse)AuthorAge
* Add some debug utilitiesGravatar Craig Tiller2017-02-03
| | | | | This PR adds a set of debug helpers that are intended for calling only from gdb. They cross abstraction boundaries and allow quickly accessing one thing from another thing. I expect to grow this library significantly over time to aid debugging tricky problems.
* Add an error to fd_shutdown (and recursively)Gravatar Craig Tiller2017-01-27
| | | | Allows diagnosing WHY a file descriptor was shutdown prematurely.
* Merge pull request #9444 from ctiller/rollfwdGravatar Craig Tiller2017-01-27
|\ | | | | Re-integrate metadata handling changes
* | Accept max message size JSON values as either strings or numbers.Gravatar Mark D. Roth2017-01-26
| |
| * Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
|/ | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|
* Fix sanity: core_banned_functionsGravatar Craig Tiller2017-01-11
|
* Fix sanity: core_banned_functionsGravatar Craig Tiller2017-01-11
|
* Merge github.com:grpc/grpc into fix_errorsGravatar Craig Tiller2017-01-09
|\
| * Merge pull request #9129 from markdroth/handshaker_pluginGravatar Mark D. Roth2017-01-09
| |\ | | | | | | Handshaker plugin mechanism
* | | FixesGravatar Craig Tiller2017-01-06
| | |
* | | Update to new error handling disciplineGravatar Craig Tiller2017-01-06
| | |
* | | Cleaning up error handlingGravatar Craig Tiller2017-01-06
| | |
* | | Merge github.com:grpc/grpc into fix_errorsGravatar Craig Tiller2017-01-06
|\| |
| * | Actually add the documentationGravatar Craig Tiller2017-01-06
| | |
| | * Handshaker plugin mechanism.Gravatar Mark D. Roth2017-01-06
| | |
| * | Use `grpc_closure`s in `grpc_timer`sGravatar Masood Malekghassemi2017-01-05
| |/
| * Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2017-01-04
| |\
| * \ Merge branch 'patchy' into slice_with_exec_ctx_and_buildGravatar Craig Tiller2017-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 branch 'slice_with_exec_ctx_and_new_closures' into ↵Gravatar Craig Tiller2017-01-04
|\| | | | | | | | | | | | | | | | | | | metadata_filter_and_new_closures
| * | | | Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closuresGravatar Craig Tiller2017-01-03
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | 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
* | | | Merge branch 'slice_with_exec_ctx' into metadata_filterGravatar Craig Tiller2016-12-27
|\| | |
| * | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-27
| |\| |
| | * | Merge remote-tracking branch 'upstream/master' into cpp_filter_api_cleanupGravatar Mark D. Roth2016-12-15
| | |\ \
| | | * \ Merge pull request #8795 from markdroth/client_channel_init_cleanupGravatar Mark D. Roth2016-12-15
| | | |\ \ | | | | | | | | | | | | Client channel init cleanup
* | | | | | Merge branch 'slice_with_exec_ctx' into metadata_filterGravatar Craig Tiller2016-12-15
|\| | | | |
| * | | | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-15
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Add GRPC_CONTEXT_TRAFFIC in grpc_context_indexGravatar Yuchen Zeng2016-12-13
| | | | | |
| | | * | | Clean up C++ filter API.Gravatar Mark D. Roth2016-12-12
| | | |/ /
* | | | | Merge branch 'slice_with_exec_ctx' into metadata_filterGravatar Craig Tiller2016-12-12
|\| | | |
| * | | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-12
| |\| | |
| | | * | Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-12-09
| | | |\ \ | | | |/ / | | |/| |
| | * | | Merge pull request #8979 from markdroth/handshaker_cleanupGravatar Mark D. Roth2016-12-09
| | |\ \ \ | | | | | | | | | | | | Address comments from #8913. Also make changes needed for import.
* | | | | | Offer grpc_slice_to_c_string to simplify some codeGravatar Craig Tiller2016-12-09
| | | | | |
* | | | | | Fix bug whereby errors on a call do not lead to cancellationGravatar Craig Tiller2016-12-08
| | | | | |
| | | * | | Make grpc_handshaker vtable wrapper functions public.Gravatar Mark D. Roth2016-12-07
| | | | | |
* | | | | | Merge branch 'slice_interning' into metadata_filterGravatar Craig Tiller2016-12-06
|\| | | | |
| * | | | | Make core_banned_functions.py pass againGravatar Craig Tiller2016-12-06
| | | | | |
| * | | | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-06
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Provide a way to exit handshaking early without an error.Gravatar Mark D. Roth2016-12-06
| | |/ / /
| | | * | Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-12-05
| | | |\ \ | | | |/ / | | |/| |
| | * | | Fix race condition during handshake manager shutdown.Gravatar Mark D. Roth2016-12-02
| | | | |
| | * | | Code review changes.Gravatar Mark D. Roth2016-12-01
| | | | |
| | | * | clang-formatGravatar Mark D. Roth2016-11-30
| | | | |
| | | * | Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-11-30
| | | |\ \
* | | | | | Merge branch 'slice_interning' into metadata_filterGravatar Craig Tiller2016-11-30
|\| | | | |
| * | | | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-30
| |\ \ \ \ \ | | | |_|/ / | | |/| | |