index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
surface
Commit message (
Expand
)
Author
Age
*
Use clang-format-3.5
Craig Tiller
2015-01-18
*
Merge pull request #88 from ctiller/shutdown
Yang Gao
2015-01-16
|
\
|
*
Add an optional server shutdown event.
Craig Tiller
2015-01-16
*
|
Indent fix
Craig Tiller
2015-01-16
*
|
Fix returned status
Craig Tiller
2015-01-16
|
/
*
() --> (void)
Craig Tiller
2015-01-15
*
Remove grpc_call_accept
Craig Tiller
2015-01-15
*
Muting an extremely chatty log line.
Nicolas Noble
2015-01-14
*
clang-format
Craig Tiller
2015-01-14
*
Update C++ code to set status via the C api.
Craig Tiller
2015-01-14
*
Use the first received status as authoritative.
Craig Tiller
2015-01-14
*
clang-format codebase
Craig Tiller
2015-01-13
*
Return bound port number from grpc_server_add_http2_port.
ctiller
2015-01-12
*
Add ServiceAccount Credentials wrapping and handle credentials creation
yangg
2015-01-12
*
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
*
Pre allocate client side strings per channel for method, scheme, path, and
klempner
2014-12-19
*
Don't allow trailing metadata from the client.
ctiller
2014-12-19
*
Introduce the (outside-of-iomgr) pollset API.
ctiller
2014-12-19
*
Remove endpoint/ directories.
ctiller
2014-12-17
*
Make alarm initialization take a timespec now.
ctiller
2014-12-16
*
Trailing metadata support.
ctiller
2014-12-16
*
GOAWAY & Reconnection support.
ctiller
2014-12-15
*
Simplify alarm API.
ctiller
2014-12-15
*
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
*
Remove argument to grpc_em_alarm_cancel as it isn't used.
vpai
2014-12-01
*
Initial import.
Nicolas Noble
2014-11-26