aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/channel
Commit message (Expand)AuthorAge
* Merge pull request #107 from ctiller/externGravatar Nicolas Noble2015-01-20
|\
| * Add extern where its requiredGravatar Craig Tiller2015-01-19
* | Use clang-format-3.5Gravatar Craig Tiller2015-01-18
|/
* Review changes for :scheme conversion to http[s]Gravatar David Klempner2015-01-14
* Send a scheme of http or https as appropriate, rather than grpc.Gravatar David Klempner2015-01-13
* clang-format codebaseGravatar Craig Tiller2015-01-13
* Pre-allocate, check, and consume method, scheme, and content-type headers atGravatar ctiller2015-01-12
* Allow logging mechanism to be overridden by applications.Gravatar ctiller2015-01-12
* C implementation of Census trace store and stats store for grpc C lib.Gravatar hongyu2015-01-09
* 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
* Port [] alarm management to GRPC.Gravatar ctiller2014-12-29
* Pre allocate client side strings per channel for method, scheme, path, andGravatar klempner2014-12-19
* Properly handle cancellation during downwards propagation.Gravatar ctiller2014-12-19
* Introduce the (outside-of-iomgr) pollset API.Gravatar ctiller2014-12-19
* Make alarm initialization take a timespec now.Gravatar ctiller2014-12-16
* GOAWAY & Reconnection support.Gravatar ctiller2014-12-15
* Simplify alarm API.Gravatar ctiller2014-12-15
* Tweaking log calls a bit.Gravatar nnoble2014-12-12
* Split client_channel into client_channel & child_channel.Gravatar ctiller2014-12-12
* Wait for name resolutions to complete before shutting down iomgr.Gravatar ctiller2014-12-11
* 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
* Validate TE header is legal for HTTP2.Gravatar ctiller2014-12-01
* Remove argument to grpc_em_alarm_cancel as it isn't used.Gravatar vpai2014-12-01
* Initial import.Gravatar Nicolas Noble2014-11-26