aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/completion_queue.h
Commit message (Collapse)AuthorAge
* First test passesGravatar Craig Tiller2015-02-03
|
* Flesh out batch APIGravatar Craig Tiller2015-02-03
|
* First compiling version of the new C api.Gravatar Craig Tiller2015-01-27
|
* Add an optional server shutdown event.Gravatar Craig Tiller2015-01-16
| | | | | | Allows servers to expedite shutdown once all in-progress calls are completed. We may want to eventually remove grpc_server_shutdown in preference to this.
* clang-format codebaseGravatar Craig Tiller2015-01-13
|
* Introduce the (outside-of-iomgr) pollset API.Gravatar ctiller2014-12-19
| | | | | | | | | | | | | This CL introduces the public side of this interface. There will need to be an iomgr-private API also, but this will be a per-implementation API and so is not covered here. I've taken care of wiring the interface through the codebase in the manner that I expect it will be used. Change on 2014/12/17 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82376987
* Trailing metadata support.Gravatar ctiller2014-12-16
| | | | | | | | | Actually exposing it from the C API. Also removing grpc_status, since it's mostly useless. Change on 2014/12/15 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82180546
* Initial import.Gravatar Nicolas Noble2014-11-26