aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/channel
Commit message (Expand)AuthorAge
* Re-enabling errors on warning, disabling unused parameter warning, and fixing...Gravatar Nicolas "Pixel" Noble2015-01-30
* sync up with masterGravatar Yang Gao2015-01-27
|\
| * Fix compileGravatar Craig Tiller2015-01-27
| * Merge github.com:google/grpc into javascriptGravatar Craig Tiller2015-01-27
| |\
* | | run clang-formatGravatar Yang Gao2015-01-26
| | * Merge branch 'kill-more-printf' into bprintfGravatar Craig Tiller2015-01-23
| | |\
| | | * Add missing freeGravatar Craig Tiller2015-01-23
| |_|/ |/| |
| | * Merge branch 'kill-more-printf' into bprintfGravatar Craig Tiller2015-01-23
| | |\ | |_|/ |/| |
* | | Use symbolic constantGravatar Craig Tiller2015-01-23
| | * Add out-param to signal length of bufferGravatar Craig Tiller2015-01-23
| | * Remove uses of sprintfGravatar Craig Tiller2015-01-23
| |/ |/|
* | Remove uses of sprintfGravatar Craig Tiller2015-01-23
* | Merge branch 'kill-printf' into kill-more-printfGravatar Craig Tiller2015-01-23
|\ \
| * | Move string.h to internal codeGravatar Craig Tiller2015-01-23
* | | Remove use of sprintfGravatar Craig Tiller2015-01-23
|/ /
| * clang-formatGravatar Craig Tiller2015-01-23
| * Allocate the correct amount of memoryGravatar Craig Tiller2015-01-21
| * Actually serve up contentGravatar Craig Tiller2015-01-21
| * Initialize some membersGravatar Craig Tiller2015-01-21
| * Allow null copy/destroy functionsGravatar Craig Tiller2015-01-21
| * First pass API for serving static dataGravatar Craig Tiller2015-01-21
| * Allow sending preformatted messagesGravatar Craig Tiller2015-01-21
| * Add a simple GET handlerGravatar Craig Tiller2015-01-21
| * Add knowledge of :method GETGravatar Craig Tiller2015-01-21
| * Add helpers for SEND_FINISHGravatar Craig Tiller2015-01-21
| * Make send/recv_metadata take ownership of passed in metadataGravatar Craig Tiller2015-01-21
| * Capture :path, and send it separatelyGravatar Craig Tiller2015-01-21
|/
* 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