summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent_poll.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-08lib/tevent: Add trace point callbackMartin Schwenke1-0/+2
2012-06-08lib/tevent: In poll_event_context, add a pointer back to the tevent_contextMartin Schwenke1-0/+4
2012-04-09tevent: Fix a typoVolker Lendecke1-1/+1
2011-07-28tevent: Slightly simplify poll_event_loop_pollVolker Lendecke1-33/+38
2011-06-03Fix the poll() backend to correctly respond to POLLHUP|POLLERR returns on a f...Jeremy Allison1-1/+13
2011-03-10tevent/poll: use fde->additional_flags to hold the array indexStefan Metzmacher1-17/+6
2011-02-28Fix "cast from pointer to integer of different size" warnings on a 64-bit mac...Jeremy Allison1-7/+7
2011-02-28tevent: Add a poll backendVolker Lendecke1-0/+306