aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface
Commit message (Expand)AuthorAge
* Use clang-format-3.5Gravatar Craig Tiller2015-01-18
* Merge pull request #88 from ctiller/shutdownGravatar Yang Gao2015-01-16
|\
| * Add an optional server shutdown event.Gravatar Craig Tiller2015-01-16
* | Indent fixGravatar Craig Tiller2015-01-16
* | Fix returned statusGravatar Craig Tiller2015-01-16
|/
* () --> (void)Gravatar Craig Tiller2015-01-15
* Remove grpc_call_acceptGravatar Craig Tiller2015-01-15
* Muting an extremely chatty log line.Gravatar Nicolas Noble2015-01-14
* clang-formatGravatar Craig Tiller2015-01-14
* Update C++ code to set status via the C api.Gravatar Craig Tiller2015-01-14
* Use the first received status as authoritative.Gravatar Craig Tiller2015-01-14
* clang-format codebaseGravatar Craig Tiller2015-01-13
* Return bound port number from grpc_server_add_http2_port.Gravatar ctiller2015-01-12
* Add ServiceAccount Credentials wrapping and handle credentials creationGravatar yangg2015-01-12
* Remove libevent.Gravatar ctiller2015-01-09
* Add a --forever flag, to continuously run tests as things change.Gravatar ctiller2015-01-09
* Remove libevent.Gravatar ctiller2015-01-08
* Pre allocate client side strings per channel for method, scheme, path, andGravatar klempner2014-12-19
* Don't allow trailing metadata from the client.Gravatar ctiller2014-12-19
* Introduce the (outside-of-iomgr) pollset API.Gravatar ctiller2014-12-19
* Remove endpoint/ directories.Gravatar ctiller2014-12-17
* Make alarm initialization take a timespec now.Gravatar ctiller2014-12-16
* Trailing metadata support.Gravatar ctiller2014-12-16
* GOAWAY & Reconnection support.Gravatar ctiller2014-12-15
* Simplify alarm API.Gravatar ctiller2014-12-15
* Tell call/channel op handlers who is invoking them.Gravatar ctiller2014-12-11
* Move status 200 setting into http_server_filter and keep a fixed mdelem for itGravatar klempner2014-12-10
* Introducing iomgr.Gravatar ctiller2014-12-09
* Updating moe_db.txt with the latest equivalence since the ruby import changed...Gravatar nnoble2014-12-05
* Remove argument to grpc_em_alarm_cancel as it isn't used.Gravatar vpai2014-12-01
* Initial import.Gravatar Nicolas Noble2014-11-26