summaryrefslogtreecommitdiffstats
path: root/lib/tevent/tevent_poll.c
Commit message (Expand)AuthorAgeFilesLines
* lib/tevent: Add trace point callbackMartin Schwenke2012-06-081-0/+2
* lib/tevent: In poll_event_context, add a pointer back to the tevent_contextMartin Schwenke2012-06-081-0/+4
* tevent: Fix a typoVolker Lendecke2012-04-091-1/+1
* tevent: Slightly simplify poll_event_loop_pollVolker Lendecke2011-07-281-33/+38
* Fix the poll() backend to correctly respond to POLLHUP|POLLERR returns on a f...Jeremy Allison2011-06-031-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