aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/pollset_posix.h
Commit message (Expand)AuthorAge
* clang-format all sourceGravatar Craig Tiller2015-08-18
* Fix TSAN reported lock-inversion in epoll fd additionGravatar Craig Tiller2015-07-30
* Allow specific pollers to be wokenGravatar Craig Tiller2015-07-29
* Hoist epoll_ctl outside of pollset lockGravatar Craig Tiller2015-07-14
* Remove return status from maybe_work.Gravatar Craig Tiller2015-06-22
* DocsGravatar Craig Tiller2015-06-18
* prevent double destroy of pollsetGravatar Jan Tattermusch2015-06-10
* Release all fd refs before signalling shutdownGravatar Craig Tiller2015-06-01
* Merge branch 'but-maybe-i-want-to-poll' into we-dont-need-no-backupGravatar Craig Tiller2015-05-29
|\
| * clang-formatGravatar Craig Tiller2015-05-29
* | Merge branch 'but-maybe-i-want-to-poll' into we-dont-need-no-backupGravatar Craig Tiller2015-05-29
|\|
| * Make it possible to run with poll() instead of epoll()Gravatar Craig Tiller2015-05-29
* | Refactor pollset_kickGravatar Craig Tiller2015-05-28
* | Remove condition variable from pollsetGravatar Craig Tiller2015-05-28
* | Remove backup pollsetGravatar Craig Tiller2015-05-06
|/
* Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
* Add a shutdown API to pollsetGravatar David Klempner2015-02-24
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
* Epoll based multipollerGravatar David Klempner2015-02-10
* Expanded commentGravatar Craig Tiller2015-01-31
* Fix some TSAN reported errorsGravatar Craig Tiller2015-01-29
* Factor out the pollset kicking mechanism and eliminate shardingGravatar David Klempner2015-01-16
* () --> (void)Gravatar Craig Tiller2015-01-15
* 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