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
*
clang-format
Craig Tiller
2016-12-05
*
Merge pull request #8913 from markdroth/security_handshaker2
Craig Tiller
2016-12-02
|
\
*
\
Merge pull request #8854 from dgquintas/backoff
Craig Tiller
2016-12-02
|
\
\
|
|
*
Fix server_chttp2_test.
Mark D. Roth
2016-12-02
|
|
*
Fix allocation bugs in server shutdown.
Mark D. Roth
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
|
|
|
|
|
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
Merge branch 'master' of github.com:grpc/grpc into backoff
David Garcia Quintas
2016-11-28
|
|
|
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
Updated backoff to spec.
David Garcia Quintas
2016-11-24
|
*
|
|
|
Merge pull request #8815 from yang-g/http_trace
Yang Gao
2016-11-23
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
Merge pull request #8829 from dgquintas/grpclb_right_target
David G. Quintas
2016-11-22
|
|
\
\
\
\
|
|
*
|
|
|
Check on *target, not target
David Garcia Quintas
2016-11-22
|
*
|
|
|
|
Fixed leak upon duped serverlist updates
David Garcia Quintas
2016-11-21
|
|
/
/
/
/
|
|
*
|
|
Pretty print outgoing headers
yang-g
2016-11-21
|
*
|
|
|
pr comments
David Garcia Quintas
2016-11-18
|
|
|
*
|
Fix locking in HTTP CONNECT handshaker.
Mark D. Roth
2016-11-18
|
*
|
|
|
improved logging
David Garcia Quintas
2016-11-17
|
*
|
|
|
Merge branch 'master' of github.com:grpc/grpc into grpclb_reworked_conn_state
David Garcia Quintas
2016-11-17
|
|
\
\
\
\
|
|
*
\
\
\
Merge pull request #8758 from dgquintas/lb_token_nullness
David G. Quintas
2016-11-17
|
|
|
\
\
\
\
|
|
|
|
/
/
/
|
|
|
/
|
|
|
|
*
/
|
|
|
Rewrote connectivity status logic for gRPC LB
David Garcia Quintas
2016-11-17
|
|
/
/
/
/
|
|
|
*
|
Use the same synchronization in the insecure server code as in the secure.
Mark D. Roth
2016-11-17
|
|
|
*
|
Use the same connector code for both secure and insecure clients.
Mark D. Roth
2016-11-17
|
|
|
*
|
Code cleanup.
Mark D. Roth
2016-11-17
|
|
|
*
|
Add missing mutex clean-up.
Mark D. Roth
2016-11-17
|
*
|
|
|
Merge pull request #8617 from markdroth/service_config_json
Mark D. Roth
2016-11-17
|
|
\
\
\
\
|
|
|
|
*
|
Clean up connector code.
Mark D. Roth
2016-11-17
|
|
|
|
*
|
Fix bugs from merge.
Mark D. Roth
2016-11-17
|
|
|
|
*
|
Merge branch 'security_handshaker1' into security_handshaker2
Mark D. Roth
2016-11-17
|
|
|
|
|
\
|
|
|
|
|
|
*
Fix edge cases in HTTP CONNECT handshaker.
Mark D. Roth
2016-11-17
|
*
|
|
|
|
Undo wrong NULLing in grpclb
David Garcia Quintas
2016-11-16
|
|
|
|
|
*
Change grpc_handshaker_args to be owned by the handshake manager.
Mark D. Roth
2016-11-16
[next]