aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/pollset_posix.c
Commit message (Expand)AuthorAge
* Remove the current poller from the watch list to avoid immediately kicking it...Gravatar Craig Tiller2015-03-11
* Reintroduce sleep on backup threadGravatar Craig Tiller2015-03-06
* Remove some debugging logs from the unary poll promote pathGravatar David Klempner2015-03-02
* Add a shutdown API to pollsetGravatar David Klempner2015-02-24
* Merge branch 'master' into unary_promotion_with_concurrent_pollGravatar David Klempner2015-02-23
|\
| * Check POLLHUP, POLLERR as requiredGravatar Craig Tiller2015-02-20
* | Ensure there is no concurrent poller for unary->multipollGravatar David Klempner2015-02-18
|/
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
* Add missing refGravatar Craig Tiller2015-02-17
* Merge branch 'master' into epollGravatar David Klempner2015-02-11
|\
* | Epoll based multipollerGravatar David Klempner2015-02-10
| * Have unary pollset check to see if the existing fd is orphanedGravatar David Klempner2015-02-10
|/
* Reduce contention on lockGravatar Craig Tiller2015-02-09
* Fix some TSAN reported errorsGravatar Craig Tiller2015-01-29
* Disable compilation of some filesGravatar Craig Tiller2015-01-21
* Factor out the pollset kicking mechanism and eliminate shardingGravatar David Klempner2015-01-16
* () --> (void)Gravatar Craig Tiller2015-01-15
* Don't log on EINTR.Gravatar ctiller2015-01-09
* Remove libevent.Gravatar ctiller2015-01-09
* Add a --forever flag, to continuously run tests as things change.Gravatar ctiller2015-01-09
* Don't log on EINTR.Gravatar ctiller2015-01-08
* Remove libevent.Gravatar ctiller2015-01-08