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
Commit message (
Expand
)
Author
Age
*
Revert "Handle (and test) short call deadlines"
Craig Tiller
2016-12-12
*
Short deadlines: set Status on deadline
David Garcia Quintas
2016-12-09
*
Merge pull request #8979 from markdroth/handshaker_cleanup
Mark D. Roth
2016-12-09
|
\
*
|
Catch the case where we were shutdown after a handoff.
Mark D. Roth
2016-12-09
|
*
Fix more allocation bugs.
Mark D. Roth
2016-12-09
*
|
Merge remote-tracking branch 'upstream/master' into handshaker_early_exit
Mark D. Roth
2016-12-08
|
\
\
|
|
*
Pass ownership of grpc_tcp_server_acceptor to connector.
Mark D. Roth
2016-12-08
|
*
|
Merge pull request #8344 from muxi/cronet-stream-read
Muxi Yan
2016-12-07
|
|
\
\
|
*
|
|
PR comments
David Garcia Quintas
2016-12-07
|
*
|
|
Fix handling of streams waiting for concurrency
David Garcia Quintas
2016-12-07
|
|
*
|
Turn off Cronet logging
Muxi Yan
2016-12-07
*
|
|
|
Make handshakers that exit early responsible for cleaning up all args.
Mark D. Roth
2016-12-07
*
|
|
|
Provide a way to exit handshaking early without an error.
Mark D. Roth
2016-12-06
|
/
/
/
|
|
*
clang-format
Mark D. Roth
2016-12-06
|
|
*
Rename *_create_handshakers() to *_add_handshakers().
Mark D. Roth
2016-12-06
|
|
/
|
/
|
*
|
Fix race if connector is shutdown while connecting
Craig Tiller
2016-12-05
*
|
Readability improvements
Craig Tiller
2016-12-05
*
|
Add parens
Craig Tiller
2016-12-05
*
|
Get idle edge reliably
Craig Tiller
2016-12-05
*
|
Fix some things:
Craig Tiller
2016-12-02
*
|
Merge branch 'security_handshaker2' of github.com:markdroth/grpc into fixit23
Craig Tiller
2016-12-02
|
\
\
|
*
|
Fix server_chttp2_test.
Mark D. Roth
2016-12-02
*
|
|
Merge branch 'backoff' of github.com:dgquintas/grpc into fixit23
Craig Tiller
2016-12-02
|
\
\
\
*
\
\
\
Merge branch 'security_handshaker2' of github.com:markdroth/grpc into fixit23
Craig Tiller
2016-12-02
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Fix allocation bugs in server shutdown.
Mark D. Roth
2016-12-02
*
|
|
|
Merge branch 'security_handshaker2' of github.com:markdroth/grpc into fixit23
Craig Tiller
2016-12-02
|
\
|
|
|
|
*
|
|
Fix Windows build problem.
Mark D. Roth
2016-12-02
|
*
|
|
Merge branch 'security_handshaker1' into security_handshaker2
Mark D. Roth
2016-12-02
|
|
\
\
\
|
|
*
|
|
Code review changes.
Mark D. Roth
2016-12-02
|
*
|
|
|
Use the same server code for both secure and insecure servers.
Mark D. Roth
2016-12-02
|
*
|
|
|
clang-format
Mark D. Roth
2016-12-01
|
*
|
|
|
Merge branch 'security_handshaker1' into security_handshaker2
Mark D. Roth
2016-12-01
|
|
\
|
|
|
|
|
*
|
|
Code review changes.
Mark D. Roth
2016-12-01
|
|
*
|
|
Merge remote-tracking branch 'upstream/master' into security_handshaker1
Mark D. Roth
2016-11-30
|
|
|
\
\
\
*
|
|
\
\
\
Merge github.com:grpc/grpc into hansel
Craig Tiller
2016-11-30
|
\
\
\
\
\
\
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
Merge remote-tracking branch 'upstream/master' into security_handshaker2
Mark D. Roth
2016-11-30
|
|
|
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
Review feedback
Craig Tiller
2016-11-30
|
|
*
|
|
|
Fix link problem for insecure target.
Mark D. Roth
2016-11-30
|
*
|
|
|
|
Break infinite connection retry loop
Craig Tiller
2016-11-30
|
|
*
|
|
|
Fix shutdown semantics for client and server code.
Mark D. Roth
2016-11-30
|
|
*
|
|
|
Merge branch 'security_handshaker1' into security_handshaker2
Mark D. Roth
2016-11-30
|
|
|
\
|
|
|
|
|
|
*
|
|
Eliminate some code duplication.
Mark D. Roth
2016-11-30
|
|
*
|
|
|
Merge branch 'security_handshaker1' into security_handshaker2
Mark D. Roth
2016-11-29
|
|
|
\
|
|
|
|
|
|
*
|
|
Always shut down endpoints before destroying them.
Mark D. Roth
2016-11-29
|
|
|
*
|
|
Make handshaker responsible for destroying endpoint on shutdown or failure.
Mark D. Roth
2016-11-29
|
|
|
*
|
|
Fix locking bug in HTTP CONNECT handshaker.
Mark D. Roth
2016-11-29
|
|
|
*
|
|
Merge remote-tracking branch 'upstream/master' into security_handshaker1
Mark D. Roth
2016-11-29
|
|
|
|
\
\
\
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
|
|
|
|
|
*
clang-format
Muxi Yan
2016-11-29
|
|
|
|
|
*
Change behavior of RECV_MESSAGE
Muxi Yan
2016-11-28
|
|
|
|
|
*
Return correct status on cancel
Muxi Yan
2016-11-28
[next]