Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge github.com:grpc/grpc into zalloc | Craig Tiller | 2017-02-24 |
|\ | |||
| * | Fix closure running: current code is unsafe | Craig Tiller | 2017-02-23 |
| | | |||
* | | Merge github.com:grpc/grpc into zalloc | Craig Tiller | 2017-02-23 |
|\| | |||
| * | Fix refcounting bug | Craig Tiller | 2017-02-22 |
| | | |||
| * | Merge github.com:grpc/grpc into deadline_mu | Craig Tiller | 2017-02-22 |
| |\ | |||
| | * | Merge pull request #9746 from yang-g/handshake_mgr | Yang Gao | 2017-02-21 |
| | |\ | | | | | | | | | Contain the links for the pending handshake managers inside handshake… | ||
| * | \ | Merge branch 'bm_call_create' into deadline_mu | Craig Tiller | 2017-02-17 |
| |\ \ \ | |||
| | * | | | Merge github.com:grpc/grpc into bm_call_create | Craig Tiller | 2017-02-17 |
| | |\| | | |||
* | | | | | Add zalloc, convert a bunch of files to use it | Craig Tiller | 2017-02-16 |
| |_|/ / |/| | | | |||
| * | | | Better implementation, flip timer logic to make 0-init pre-triggered | Craig Tiller | 2017-02-16 |
| | | | | |||
* | | | | Merge pull request #9531 from dgquintas/compression_implicit_encoding | David G. Quintas | 2017-02-16 |
|\ \ \ \ | | | | | | | | | | | make grpc-encoding:identity implicit | ||
* \ \ \ \ | Merge pull request #9648 from dgquintas/lr_sans_md | David G. Quintas | 2017-02-16 |
|\ \ \ \ \ | | | | | | | | | | | | | Use call context to propagare LR costs | ||
| | | * | | | Fix conditional, optimize cancellation | Craig Tiller | 2017-02-16 |
| | | | | | | |||
| | | * | | | Lock free deadline filter | Craig Tiller | 2017-02-16 |
| | | |/ / | |||
| | | | * | Contain the links for the pending handshake managers inside handshake_manager | yang-g | 2017-02-16 |
| |_|_|/ |/| | | | |||
| | | * | Hoist constant setting out of loop - and shave some ns from call creation | Craig Tiller | 2017-02-15 |
| |_|/ |/| | | |||
| * | | Use call context to propagare LR costs | David Garcia Quintas | 2017-02-13 |
| | | | |||
| | * | Merge branch 'master' of github.com:grpc/grpc into compression_implicit_encoding | David Garcia Quintas | 2017-02-13 |
| | |\ | | |/ | |/| | |||
* | | | Fix substitution | Craig Tiller | 2017-02-09 |
| | | | |||
* | | | Should only do host-->:authority if there is no :authority | Craig Tiller | 2017-02-08 |
|/ / | |||
* | | Add some debug utilities | Craig Tiller | 2017-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 implicit | David Garcia Quintas | 2017-01-31 |
|/ | |||
* | Add an error to fd_shutdown (and recursively) | Craig Tiller | 2017-01-27 |
| | | | | Allows diagnosing WHY a file descriptor was shutdown prematurely. | ||
* | Merge pull request #9444 from ctiller/rollfwd | Craig Tiller | 2017-01-27 |
|\ | | | | | Re-integrate metadata handling changes | ||
* | | Accept max message size JSON values as either strings or numbers. | Mark D. Roth | 2017-01-26 |
| | | |||
| * | Revert "Revert "Metadata handling rewrite"" | Craig Tiller | 2017-01-23 |
|/ | | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55. | ||
* | Revert "Metadata handling rewrite" | Craig Tiller | 2017-01-20 |
| | |||
* | Fix sanity: core_banned_functions | Craig Tiller | 2017-01-11 |
| | |||
* | Fix sanity: core_banned_functions | Craig Tiller | 2017-01-11 |
| | |||
* | Merge github.com:grpc/grpc into fix_errors | Craig Tiller | 2017-01-09 |
|\ | |||
| * | Merge pull request #9129 from markdroth/handshaker_plugin | Mark D. Roth | 2017-01-09 |
| |\ | | | | | | | Handshaker plugin mechanism | ||
* | | | Fixes | Craig Tiller | 2017-01-06 |
| | | | |||
* | | | Update to new error handling discipline | Craig Tiller | 2017-01-06 |
| | | | |||
* | | | Cleaning up error handling | Craig Tiller | 2017-01-06 |
| | | | |||
* | | | Merge github.com:grpc/grpc into fix_errors | Craig Tiller | 2017-01-06 |
|\| | | |||
| * | | Actually add the documentation | Craig Tiller | 2017-01-06 |
| | | | |||
| | * | Handshaker plugin mechanism. | Mark D. Roth | 2017-01-06 |
| | | | |||
| * | | Use `grpc_closure`s in `grpc_timer`s | Masood Malekghassemi | 2017-01-05 |
| |/ | |||
| * | Merge github.com:grpc/grpc into slice_with_exec_ctx | Craig Tiller | 2017-01-04 |
| |\ | |||
| * \ | Merge branch 'patchy' into slice_with_exec_ctx_and_build | Craig Tiller | 2017-01-04 |
| |\ \ | |||
| | * | | Merge branch 'master' of https://github.com/grpc/grpc into bazel-take-2 | Nicolas "Pixel" Noble | 2017-01-04 |
| | |\| | |||
| | * | | Merge remote-tracking branch 'google/master' into bazel-take-2 | Nicolas "Pixel" Noble | 2017-01-04 |
| | |\ \ | |||
* | | | | | Merge branch 'slice_with_exec_ctx_and_new_closures' into ↵ | Craig Tiller | 2017-01-04 |
|\| | | | | | | | | | | | | | | | | | | | metadata_filter_and_new_closures | ||
| * | | | | Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closures | Craig Tiller | 2017-01-03 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||
| | * | | | Changes to exec_ctx/closure/combiner/workqueue interfaces | Craig Tiller | 2016-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_filter | Craig Tiller | 2016-12-27 |
|\| | | | |||
| * | | | Merge github.com:grpc/grpc into slice_with_exec_ctx | Craig Tiller | 2016-12-27 |
| |\| | | |||
| | * | | Merge remote-tracking branch 'upstream/master' into cpp_filter_api_cleanup | Mark D. Roth | 2016-12-15 |
| | |\ \ | |||
| | | * \ | Merge pull request #8795 from markdroth/client_channel_init_cleanup | Mark D. Roth | 2016-12-15 |
| | | |\ \ | | | | | | | | | | | | | Client channel init cleanup | ||
* | | | | | | Merge branch 'slice_with_exec_ctx' into metadata_filter | Craig Tiller | 2016-12-15 |
|\| | | | | |