summaryrefslogtreecommitdiffstats
path: root/lib/tevent/tevent_poll.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the poll() backend to correctly respond to POLLHUP|POLLERR returns on a f...Jeremy Allison2011-06-071-1/+13
* tevent/poll: use fde->additional_flags to hold the array indexStefan Metzmacher2011-03-101-17/+6
* Fix "cast from pointer to integer of different size" warnings on a 64-bit mac...Jeremy Allison2011-02-281-7/+7
* tevent: Add a poll backendVolker Lendecke2011-02-281-0/+306