index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Fix shutdown semantics for client and server code.
Mark D. Roth
2016-11-30
*
Fix shutdown semantics for security handshaker.
Mark D. Roth
2016-11-30
*
Merge branch 'security_handshaker1' into security_handshaker2
Mark D. Roth
2016-11-30
|
\
|
*
Allow handshaking to be retried.
Mark D. Roth
2016-11-30
|
*
Eliminate some code duplication.
Mark D. Roth
2016-11-30
|
*
Fix unref-while-lock-held bug. Only shut down handshaker if in progress.
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
|
*
Eliminate the user_data overloading hack in handshake_manager.
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
|
|
\
*
|
|
Remove redundant fields for endpoints.
Mark D. Roth
2016-11-29
*
|
|
Add locking in security handshaker.
Mark D. Roth
2016-11-29
|
|
*
Merge pull request #8894 from ctiller/fixit14
Craig Tiller
2016-11-29
|
|
|
\
|
|
*
\
Merge pull request #8876 from ctiller/iomgr_shutdown
Craig Tiller
2016-11-29
|
|
|
\
\
|
|
|
|
*
Fix TSAN race on adding a reclaimer
Craig Tiller
2016-11-29
|
|
*
|
|
Merge pull request #8868 from markdroth/fixit_qps
Mark D. Roth
2016-11-29
|
|
|
\
\
\
|
|
|
|
_
|
/
|
|
|
/
|
|
|
|
|
|
*
Flush platform stuff after timer events
Craig Tiller
2016-11-28
|
|
*
|
|
Fixed http_client race
David Garcia Quintas
2016-11-28
|
|
|
|
/
|
|
|
/
|
|
|
|
*
Fix subprocess code to avoid redundant calls to waitpid().
Mark D. Roth
2016-11-28
|
|
|
/
|
|
*
Fix clang-format
Craig Tiller
2016-11-28
|
|
*
Fix mac build
Craig Tiller
2016-11-28
|
|
*
Merge pull request #8825 from jtattermusch/manual_upmerge_101
Jan Tattermusch
2016-11-24
|
|
|
\
|
|
|
*
fix formatting
Jan Tattermusch
2016-11-24
|
|
*
|
Merge pull request #8847 from yang-g/clang-format
David G. Quintas
2016-11-23
|
|
|
\
\
|
|
|
*
|
Clang-format
yang-g
2016-11-23
|
|
*
|
|
Merge pull request #8827 from jtattermusch/ur_does_not_reference_tcp
Jan Tattermusch
2016-11-23
|
|
|
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
|
*
|
|
Merge pull request #8650 from kpayson64/poll_cv_improvement
kpayson64
2016-11-23
|
|
|
\
\
\
|
|
*
\
\
\
Merge pull request #8815 from yang-g/http_trace
Yang Gao
2016-11-23
|
|
|
\
\
\
\
|
|
|
|
|
|
*
regenerate C# protos
Jan Tattermusch
2016-11-23
|
|
|
|
|
|
*
use thread pool from v1.0.x but keep server call life cycle in master
Alexander Polcyn
2016-11-23
|
|
*
|
|
|
|
Merge pull request #8829 from dgquintas/grpclb_right_target
David G. Quintas
2016-11-22
|
|
|
\
\
\
\
\
|
|
*
\
\
\
\
\
Merge pull request #8822 from dgquintas/grpclb_serverlist_leak
David G. Quintas
2016-11-22
|
|
|
\
\
\
\
\
\
|
|
*
\
\
\
\
\
\
Merge pull request #8817 from ncteisen/python_stress_flags
Noah Eisen
2016-11-22
|
|
|
\
\
\
\
\
\
\
|
|
|
|
|
*
|
|
|
|
Check on *target, not target
David Garcia Quintas
2016-11-22
|
|
|
|
_
|
/
/
/
/
/
|
|
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
Add new flags to Python stress client
Noah Eisen
2016-11-22
|
|
|
|
|
|
|
*
|
UserResource does not reference tcp endpoint on windows
Jan Tattermusch
2016-11-22
|
|
|
|
_
|
_
|
_
|
/
/
|
|
|
/
|
|
|
|
|
|
|
|
|
|
|
|
*
Merge remote-tracking branch 'upstream/v1.0.x' into HEAD
Jan Tattermusch
2016-11-22
|
|
|
|
_
|
_
|
_
|
/
|
|
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Merge pull request #8808 from jtattermusch/update_async_311
Jan Tattermusch
2016-11-22
|
|
|
\
\
\
\
\
\
|
|
|
|
/
/
/
/
/
|
|
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
Fixed leak upon duped serverlist updates
David Garcia Quintas
2016-11-21
|
|
|
|
/
/
/
/
|
|
|
/
|
|
|
|
|
|
|
|
*
|
|
Pretty print outgoing headers
yang-g
2016-11-21
|
|
|
*
|
|
|
update Grpc.HealthCheck.nuspec
Jan Tattermusch
2016-11-21
|
|
|
*
|
|
|
update Grpc.Core.nuspec
Jan Tattermusch
2016-11-21
|
|
|
*
|
|
|
update project.json projects to System.Interactive.Async 3.1.1
Jan Tattermusch
2016-11-21
|
|
|
*
|
|
|
Update .csproj files to System.Interactive.Async to 3.1.1
Jan Tattermusch
2016-11-21
|
|
*
|
|
|
|
tcp_client_posix: Don't overwrite error descr.
David Garcia Quintas
2016-11-20
|
|
|
/
/
/
/
|
|
*
|
|
|
Merge pull request #8785 from yang-g/message_limits
Yang Gao
2016-11-18
|
|
|
\
\
\
\
|
|
*
|
|
|
|
regenerated projects
David Garcia Quintas
2016-11-18
|
|
*
|
|
|
|
pr comments
David Garcia Quintas
2016-11-18
[next]