index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
ext
/
transport
Commit message (
Expand
)
Author
Age
*
Merge remote-tracking branch 'upstream/master' into handshaker_api
Mark D. Roth
2016-08-11
|
\
|
*
clang-format
Vijay Pai
2016-08-08
|
*
Proxy for @ghemawat: Removed an unnecessary error allocation from chttp2 code.
Vijay Pai
2016-08-09
*
|
Change handshaker API to use a read buffer to pass leftover bytes read
Mark D. Roth
2016-08-04
|
/
*
Merge pull request #7370 from rjshade/move_timeout_encoding
kpayson64
2016-08-02
|
\
*
\
Merge branch 'master' of github.com:grpc/grpc into lr_july_16
David Garcia Quintas
2016-08-01
|
\
\
|
*
\
Merge pull request #7517 from markdroth/handshake_api
kpayson64
2016-07-26
|
|
\
\
|
|
|
*
Merge branch 'master' into move_timeout_encoding
Robbie Shade
2016-07-26
|
|
|
|
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Merge pull request #7508 from murgatroid99/v1.0.x_merge_into_master
Nicolas Noble
2016-07-25
|
|
\
\
\
|
|
|
*
|
clang-format
Mark D. Roth
2016-07-25
|
|
|
*
|
Merge remote-tracking branch 'upstream/master' into handshake_api2
Mark D. Roth
2016-07-25
|
|
|
|
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
Merge pull request #7395 from markdroth/handshake_api
kpayson64
2016-07-25
|
|
\
\
\
\
|
|
|
|
*
|
Add grpc_error parameter to handshaker callback.
Mark D. Roth
2016-07-22
|
|
|
|
/
/
|
|
|
/
|
|
|
|
*
|
|
clang-format
Mark D. Roth
2016-07-21
|
|
*
|
|
Add acceptor parameter.
Mark D. Roth
2016-07-20
|
|
*
|
|
clang-format
Mark D. Roth
2016-07-20
|
|
*
|
|
Merge remote-tracking branch 'upstream/master' into handshake_api
Mark D. Roth
2016-07-20
|
|
|
\
\
\
|
|
|
|
*
|
Merge pull request #6737 from ctiller/delayed-write
Craig Tiller
2016-07-19
|
|
|
|
|
*
Merge branch 'master' into move_timeout_encoding
Robbie Shade
2016-07-19
|
|
|
|
|
|
\
|
|
|
|
|
_
|
/
|
|
|
|
/
|
|
|
*
|
|
|
|
Merge remote-tracking branch 'upstream/master' into shut_down_acceptor_early
yang-g
2016-07-18
|
|
\
\
\
\
\
|
|
|
|
/
/
/
|
|
|
/
|
|
|
|
|
|
*
|
|
Plumb channel args through handshakers.
Mark D. Roth
2016-07-15
|
|
|
*
|
|
Use handshake_manager API in client and server.
Mark D. Roth
2016-07-14
|
|
*
|
|
|
Add a quick note on the write chain execution\nthis is changed already in a f...
Craig Tiller
2016-07-13
|
|
*
|
|
|
Update comment
Craig Tiller
2016-07-13
|
|
|
|
*
|
Merge pull request #7366 from y-zeng/fix-chttp2-parsing-msg
kpayson64
2016-07-13
|
|
|
|
/
|
|
|
|
*
|
|
|
Failure reporting fix
Craig Tiller
2016-07-13
|
|
|
|
|
*
Move timeout_encoding from core/ext/transport/chttp2 to core/lib/transport
Robbie Shade
2016-07-13
|
|
|
|
|
/
|
|
|
|
/
|
|
|
*
|
|
Fix potential null ptr deref
Craig Tiller
2016-07-13
*
|
|
|
|
added some more docs
David Garcia Quintas
2016-07-12
|
|
*
|
|
Merge github.com:grpc/grpc into delayed-write
Craig Tiller
2016-07-12
|
|
|
\
|
|
|
|
*
|
|
Fix rare flake
Craig Tiller
2016-07-12
*
|
|
|
|
discount grpc framing bytes
David Garcia Quintas
2016-07-11
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Shutdown the listeners early when destroying the tcp_server
yang-g
2016-07-11
*
|
|
|
clang-format
Craig Tiller
2016-07-11
|
|
|
*
Remove unnecessary parsing detail
Yuchen Zeng
2016-07-11
|
|
|
/
|
|
/
|
*
/
|
Make it more likely to correctly report deadline exceeded
Craig Tiller
2016-07-08
|
/
/
|
*
clang-format
Craig Tiller
2016-07-07
|
*
Better fix for flow control bug
Craig Tiller
2016-07-07
|
*
Remove spam
Craig Tiller
2016-07-07
|
*
Fix flow control issue, make debugging in the future easier
Craig Tiller
2016-07-07
|
*
Properly report large metadata errors
Craig Tiller
2016-07-06
|
*
Prevent a use-after-free
Craig Tiller
2016-07-06
|
*
Use endpoint workqueue via execution context
Craig Tiller
2016-06-30
|
*
Merge github.com:grpc/grpc into delayed-write
Craig Tiller
2016-06-30
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #7092 from ctiller/dont_create_redundant_errors
Jan Tattermusch
2016-06-30
|
\
\
*
\
\
Merge github.com:grpc/grpc into %s
Craig Tiller
2016-06-28
|
\
\
\
|
|
*
|
Dont create errors redundently in chttp2_transport.c
Craig Tiller
2016-06-27
*
|
|
|
Merge github.com:grpc/grpc into %s
Craig Tiller
2016-06-27
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Annotate more things
Craig Tiller
2016-06-27
|
|
/
/
*
|
|
Merge github.com:grpc/grpc into %s
Craig Tiller
2016-06-27
|
\
\
\
[next]