index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
channel
Commit message (
Expand
)
Author
Age
*
Merge branch 'kill-more-printf' into bprintf
Craig Tiller
2015-01-23
|
\
|
*
Add missing free
Craig Tiller
2015-01-23
*
|
Merge branch 'kill-more-printf' into bprintf
Craig Tiller
2015-01-23
|
\
|
|
*
Use symbolic constant
Craig Tiller
2015-01-23
*
|
Add out-param to signal length of buffer
Craig Tiller
2015-01-23
*
|
Remove uses of sprintf
Craig Tiller
2015-01-23
|
/
*
Remove uses of sprintf
Craig Tiller
2015-01-23
*
Merge branch 'kill-printf' into kill-more-printf
Craig Tiller
2015-01-23
|
\
|
*
Move string.h to internal code
Craig Tiller
2015-01-23
*
|
Remove use of sprintf
Craig Tiller
2015-01-23
|
/
*
Merge pull request #107 from ctiller/extern
Nicolas Noble
2015-01-20
|
\
|
*
Add extern where its required
Craig Tiller
2015-01-19
*
|
Use clang-format-3.5
Craig Tiller
2015-01-18
|
/
*
Review changes for :scheme conversion to http[s]
David Klempner
2015-01-14
*
Send a scheme of http or https as appropriate, rather than grpc.
David Klempner
2015-01-13
*
clang-format codebase
Craig Tiller
2015-01-13
*
Pre-allocate, check, and consume method, scheme, and content-type headers at
ctiller
2015-01-12
*
Allow logging mechanism to be overridden by applications.
ctiller
2015-01-12
*
C implementation of Census trace store and stats store for grpc C lib.
hongyu
2015-01-09
*
Remove libevent.
ctiller
2015-01-09
*
Add a --forever flag, to continuously run tests as things change.
ctiller
2015-01-09
*
Remove libevent.
ctiller
2015-01-08
*
Port [] alarm management to GRPC.
ctiller
2014-12-29
*
Pre allocate client side strings per channel for method, scheme, path, and
klempner
2014-12-19
*
Properly handle cancellation during downwards propagation.
ctiller
2014-12-19
*
Introduce the (outside-of-iomgr) pollset API.
ctiller
2014-12-19
*
Make alarm initialization take a timespec now.
ctiller
2014-12-16
*
GOAWAY & Reconnection support.
ctiller
2014-12-15
*
Simplify alarm API.
ctiller
2014-12-15
*
Tweaking log calls a bit.
nnoble
2014-12-12
*
Split client_channel into client_channel & child_channel.
ctiller
2014-12-12
*
Wait for name resolutions to complete before shutting down iomgr.
ctiller
2014-12-11
*
Tell call/channel op handlers who is invoking them.
ctiller
2014-12-11
*
Move status 200 setting into http_server_filter and keep a fixed mdelem for it
klempner
2014-12-10
*
Introducing iomgr.
ctiller
2014-12-09
*
Updating moe_db.txt with the latest equivalence since the ruby import changed...
nnoble
2014-12-05
*
Validate TE header is legal for HTTP2.
ctiller
2014-12-01
*
Remove argument to grpc_em_alarm_cancel as it isn't used.
vpai
2014-12-01
*
Initial import.
Nicolas Noble
2014-11-26