aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/tcp_posix.c
Commit message (Expand)AuthorAge
* Adding gpr_dump and gpr_hexdump as discussed. Removed gpr_slice_to_cstring as...Gravatar Julien Boeuf2015-06-29
* clang-formatGravatar Craig Tiller2015-06-05
* Fix threading problem on early orphaningGravatar Craig Tiller2015-06-02
* Fix TSAN reported errorsGravatar Craig Tiller2015-06-01
* removed managed closures from server.cGravatar David Garcia Quintas2015-05-31
* Comments addressed.Gravatar David Garcia Quintas2015-05-31
* Adapted the following to the new iomgr's cb API:Gravatar David Garcia Quintas2015-05-31
* Fix a potential leakGravatar Yang Gao2015-05-19
* Eliminate need for SIGPIPE handlingGravatar Craig Tiller2015-05-06
* Added missing profiling tags.Gravatar David Garcia Quintas2015-05-04
* Merge branch 'one-read' of github.com:ctiller/grpc into one-readGravatar Craig Tiller2015-05-01
|\
* \ Merge github.com:grpc/grpc into one-readGravatar Craig Tiller2015-05-01
|\ \
| | * Merge github.com:grpc/grpc into one-readGravatar Craig Tiller2015-04-30
| | |\ | | |/ | |/|
| * | Merge comments. See below.Gravatar David Garcia Quintas2015-04-29
| | * Tweak commentGravatar Craig Tiller2015-04-29
| |/ |/|
| * Integration of Systemtap (STAP) for profiling.Gravatar David Garcia Quintas2015-04-29
* | Don't wait for EAGAIN before reporting reads upGravatar Craig Tiller2015-04-28
* | Hoist iov_size into a grpc_tcp memberGravatar Craig Tiller2015-04-28
|/
* Fix some name choicesGravatar Vijay Pai2015-04-15
* Mark activation for read, write, and time spent in system callsGravatar Vijay Pai2015-04-15
* Tracer registration.Gravatar Craig Tiller2015-03-01
* Add a facility to control tracing without recompilingGravatar Craig Tiller2015-02-20
* Fix a TSAN reported errorGravatar Craig Tiller2015-02-18
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
* Move string.h to internal codeGravatar Craig Tiller2015-01-23
* Add platform ifdefs, fix up some MSVC warningsGravatar Craig Tiller2015-01-21
* Remove libevent.Gravatar ctiller2015-01-09
* Add a --forever flag, to continuously run tests as things change.Gravatar ctiller2015-01-09
* Remove libevent.Gravatar ctiller2015-01-08
* Introduce the (outside-of-iomgr) pollset API.Gravatar ctiller2014-12-19
* GOAWAY & Reconnection support.Gravatar ctiller2014-12-15
* Introducing iomgr.Gravatar ctiller2014-12-09