aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/channel
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into zallocGravatar Craig Tiller2017-02-24
|\
| * Fix closure running: current code is unsafeGravatar Craig Tiller2017-02-23
| |
* | Merge github.com:grpc/grpc into zallocGravatar Craig Tiller2017-02-23
|\|
| * Fix refcounting bugGravatar Craig Tiller2017-02-22
| |
| * Merge github.com:grpc/grpc into deadline_muGravatar Craig Tiller2017-02-22
| |\
| | * Merge pull request #9746 from yang-g/handshake_mgrGravatar Yang Gao2017-02-21
| | |\ | | | | | | | | Contain the links for the pending handshake managers inside handshake…
| * | \ Merge branch 'bm_call_create' into deadline_muGravatar Craig Tiller2017-02-17
| |\ \ \
| | * | | Merge github.com:grpc/grpc into bm_call_createGravatar Craig Tiller2017-02-17
| | |\| |
* | | | | Add zalloc, convert a bunch of files to use itGravatar Craig Tiller2017-02-16
| |_|/ / |/| | |
| * | | Better implementation, flip timer logic to make 0-init pre-triggeredGravatar Craig Tiller2017-02-16
| | | |
* | | | Merge pull request #9531 from dgquintas/compression_implicit_encodingGravatar David G. Quintas2017-02-16
|\ \ \ \ | | | | | | | | | | make grpc-encoding:identity implicit
* \ \ \ \ Merge pull request #9648 from dgquintas/lr_sans_mdGravatar David G. Quintas2017-02-16
|\ \ \ \ \ | | | | | | | | | | | | Use call context to propagare LR costs
| | | * | | Fix conditional, optimize cancellationGravatar Craig Tiller2017-02-16
| | | | | |
| | | * | | Lock free deadline filterGravatar Craig Tiller2017-02-16
| | | |/ /
| | | | * Contain the links for the pending handshake managers inside handshake_managerGravatar yang-g2017-02-16
| |_|_|/ |/| | |
| | | * Hoist constant setting out of loop - and shave some ns from call creationGravatar Craig Tiller2017-02-15
| |_|/ |/| |
| * | Use call context to propagare LR costsGravatar David Garcia Quintas2017-02-13
| | |
| | * Merge branch 'master' of github.com:grpc/grpc into compression_implicit_encodingGravatar David Garcia Quintas2017-02-13
| | |\ | | |/ | |/|
* | | Fix substitutionGravatar Craig Tiller2017-02-09
| | |
* | | Should only do host-->:authority if there is no :authorityGravatar Craig Tiller2017-02-08
|/ /
* | 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.
| * make grpc-encoding:identity implicitGravatar David Garcia Quintas2017-01-31
|/
* 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
|\| | | | |