tevent: add tevent_context_wrapper_create() infrastructure
[samba.git] / lib / tevent / tevent_poll.c
2018-07-11 Stefan Metzmachertevent: add tevent_context_wrapper_create() infrastructure
2018-07-11 Stefan Metzmachertevent: split out tevent_common_invoke_fd_handler()
2018-07-11 Stefan Metzmachertevent: rewrite/simplify tevent_poll and maintain ev...
2018-07-11 Stefan Metzmachertevent: make use of tevent_common_wakeup() in the poll...
2016-08-23 Volker Lendecketevent: Add threaded immediate activation
2016-08-23 Volker Lendecketevent: Move the async wakeup pipe to common
2016-02-06 Michael Adamtevent: remove uneeded type argument from DLIST_DEMOTE()
2015-11-18 Jeremy Allisonlib: tevent: Fix bug in poll backend - poll_event_loop_...
2014-09-30 Stefan Metzmachertevent: remove unused exit_code in tevent_poll.c
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-06-14 Volker Lendecketevent: Fix Coverity ID 989236 Operands don't affect...
2013-04-04 Volker Lendecketevent: Only set poll_ev->delete=false if it was true
2013-03-01 Stefan Metzmachertevent: optimize adding new zero timer events
2013-03-01 Stefan Metzmachertevent: use DLIST_DEMOTE() before calling on fde handle...
2013-03-01 Stefan Metzmachertevent: revalidate fde->flags after poll()
2013-03-01 Stefan Metzmachertevent: ignore POLLNVAL from poll() and disable the...
2013-03-01 Stefan Metzmachertevent: traverse the ev->fd_event list instead of the...
2013-03-01 Stefan Metzmachertevent: maintain a list of disabled events in the poll...
2013-03-01 Stefan Metzmachertevent: merge poll_fresh_fde_destructor() into poll_eve...
2013-03-01 Stefan Metzmachertevent: use tevent_poll_event_add_fd_internal() in...
2013-03-01 Stefan Metzmachertevent: make sure we cleanup the array passed to poll...
2013-03-01 Stefan Metzmachertevent: don't skip a fd event if the previous one was...
2013-03-01 Stefan Metzmachertevent: remember the errno from select(), poll() and...
2013-02-14 Jeremy Allisontevent: Add a private function tevent_poll_event_add_fd...
2013-02-03 Stefan Metzmachertevent_poll: add poll_event_loop_wait()
2013-02-03 Stefan Metzmachertevent_poll: fix the usage of tevent_re_initialise()
2013-02-03 Stefan Metzmachertevent_poll: call tevent_common_fd_destructor() from...
2013-02-03 Volker Lendecketevent_poll: Avoid a crash in poll_event_set_fd_flags
2013-02-03 Volker Lendecketevent_poll: Avoid a crash in poll_fresh_fde_destructor
2013-02-03 Volker Lendecketevent_poll: NULL out fde->event_ctx for "fresh" poll...
2013-02-03 Volker Lendecketevent_poll: Use the poll_event_context_destructor...
2013-02-03 Volker Lendecketevent_poll: Re-order routines
2013-02-03 Volker Lendecketevent_poll: Fix a crash in the poll backend
2013-01-31 Volker Lendecketevent: Fix a comment typo
2012-08-16 Volker Lendeckelib/tevent: Add a thread-safe tevent backend
2012-08-16 Volker Lendecketevent_poll: Decouple poll_ev->fds handling from adding...
2012-06-08 Martin Schwenkelib/tevent: Add trace point callback
2012-06-08 Martin Schwenkelib/tevent: In poll_event_context, add a pointer back...
2012-04-09 Volker Lendecketevent: Fix a typo
2011-07-28 Volker Lendecketevent: Slightly simplify poll_event_loop_poll
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-03 Jeremy AllisonFix the poll() backend to correctly respond to POLLHUP...
2011-03-10 Stefan Metzmachertevent/poll: use fde->additional_flags to hold the...
2011-02-28 Jeremy AllisonFix "cast from pointer to integer of different size...
2011-02-28 Volker Lendecketevent: Add a poll backend