aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/tcp_client_posix.c
Commit message (Expand)AuthorAge
* Fix a bug where cancelled calls can be stranded past disconnectionGravatar Craig Tiller2015-07-01
* Fix pollset_set handling in tcp_client_posixGravatar Craig Tiller2015-06-30
* Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-05
|\
* | clang-formatGravatar Craig Tiller2015-06-05
| * Expose gpr_asprintf and gpr_strdupGravatar Masood Malekghassemi2015-06-03
* | Fix threading problem on early orphaningGravatar Craig Tiller2015-06-02
* | Fix TSAN reported errorsGravatar Craig Tiller2015-06-01
* | Merge branch 'count-the-things' into we-dont-need-no-backupGravatar Craig Tiller2015-06-01
|\|
| * Label all iomgr objectsGravatar Craig Tiller2015-06-01
* | Fix memory leak, reduce spamGravatar Craig Tiller2015-06-01
* | Minor cleanupGravatar Craig Tiller2015-05-11
* | Make posix tcp client add itself to interested parties when neededGravatar Craig Tiller2015-05-08
* | Plumb pollset_set through to tcp setupGravatar Craig Tiller2015-05-08
|/
* Eliminate need for SIGPIPE handlingGravatar Craig Tiller2015-05-06
* 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
* clang-formatGravatar Craig Tiller2015-02-13
* Unix domain socket supportGravatar Craig Tiller2015-02-13
* 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
* GOAWAY & Reconnection support.Gravatar ctiller2014-12-15
* Wait for name resolutions to complete before shutting down iomgr.Gravatar ctiller2014-12-11
* Introducing iomgr.Gravatar ctiller2014-12-09