index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
iomgr
/
tcp_posix.c
Commit message (
Expand
)
Author
Age
*
Adding gpr_dump and gpr_hexdump as discussed. Removed gpr_slice_to_cstring as...
Julien Boeuf
2015-06-29
*
clang-format
Craig Tiller
2015-06-05
*
Fix threading problem on early orphaning
Craig Tiller
2015-06-02
*
Fix TSAN reported errors
Craig Tiller
2015-06-01
*
removed managed closures from server.c
David Garcia Quintas
2015-05-31
*
Comments addressed.
David Garcia Quintas
2015-05-31
*
Adapted the following to the new iomgr's cb API:
David Garcia Quintas
2015-05-31
*
Fix a potential leak
Yang Gao
2015-05-19
*
Eliminate need for SIGPIPE handling
Craig Tiller
2015-05-06
*
Added missing profiling tags.
David Garcia Quintas
2015-05-04
*
Merge branch 'one-read' of github.com:ctiller/grpc into one-read
Craig Tiller
2015-05-01
|
\
*
\
Merge github.com:grpc/grpc into one-read
Craig Tiller
2015-05-01
|
\
\
|
|
*
Merge github.com:grpc/grpc into one-read
Craig Tiller
2015-04-30
|
|
|
\
|
|
|
/
|
|
/
|
|
*
|
Merge comments. See below.
David Garcia Quintas
2015-04-29
|
|
*
Tweak comment
Craig Tiller
2015-04-29
|
|
/
|
/
|
|
*
Integration of Systemtap (STAP) for profiling.
David Garcia Quintas
2015-04-29
*
|
Don't wait for EAGAIN before reporting reads up
Craig Tiller
2015-04-28
*
|
Hoist iov_size into a grpc_tcp member
Craig Tiller
2015-04-28
|
/
*
Fix some name choices
Vijay Pai
2015-04-15
*
Mark activation for read, write, and time spent in system calls
Vijay Pai
2015-04-15
*
Tracer registration.
Craig Tiller
2015-03-01
*
Add a facility to control tracing without recompiling
Craig Tiller
2015-02-20
*
Fix a TSAN reported error
Craig Tiller
2015-02-18
*
Add missing new-lines at end of file
Craig Tiller
2015-02-18
*
Update copyright to 2015
Craig Tiller
2015-02-18
*
Move string.h to internal code
Craig Tiller
2015-01-23
*
Add platform ifdefs, fix up some MSVC warnings
Craig Tiller
2015-01-21
*
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
*
Introduce the (outside-of-iomgr) pollset API.
ctiller
2014-12-19
*
GOAWAY & Reconnection support.
ctiller
2014-12-15
*
Introducing iomgr.
ctiller
2014-12-09