summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent_standard.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-01tevent: add std_event_loop_wait()Stefan Metzmacher1-0/+17
2013-03-01tevent: don't call TALLOC_FREE(ev->additional_data) in std_fallback_to_poll()Stefan Metzmacher1-1/+0
2013-02-14tevent: Remove the previous "standard" tevent backend implementation.Jeremy Allison1-556/+1
2013-02-14tevent: Add in the new implementation of "standard" tevent backend.Jeremy Allison1-6/+180
2013-02-14tevent: Add in the same tevent_re_initialise() fix Metze put in the tevent_po...Jeremy Allison1-0/+6
2012-06-08lib/tevent: Add trace point callbackMartin Schwenke1-0/+2
2011-08-11tevent: Set FD_CLOEXEC on epoll handleSumit Bose1-0/+17
2011-02-28Finish the range checking on all FD_SET calls for select().Jeremy Allison1-0/+4
2010-10-06tevent: Only call handlers that ask for eventsVolker Lendecke1-1/+1
2010-04-18tevent: mark backend init fns as _PRIVATE_Andrew Tridgell1-1/+1
2009-03-17tevent: add support for immediate eventsStefan Metzmacher1-11/+17
2009-03-17tevent: add tevent_common_loop_wait() helper function and use itStefan Metzmacher1-19/+1
2009-03-17tevent: check signal events first in event_loop_onceStefan Metzmacher1-0/+5
2009-03-17tevent: let tevent_loop_once() just run one fd eventStefan Metzmacher1-19/+3
2009-03-12tevent: pass __location__ to tevent_loop_once/wait()Stefan Metzmacher1-3/+3
2009-02-17tevent: Rename ev_timeval* functions to tevent_timeval, export them.Kai Blin1-1/+1
2009-02-16lib/tevent: change to LGPLv3+Stefan Metzmacher1-13/+17
2009-01-05tevent: keep a linked list of fd_eventsStefan Metzmacher1-34/+19
2009-01-05tevent: keep a linked list of signal eventsStefan Metzmacher1-4/+4
2009-01-04tevent: completely initialize tevent_fd structsStefan Metzmacher1-0/+3
2009-01-03tevent: remove TEVENT_FD_AUTOCLOSE featureStefan Metzmacher1-3/+0
2009-01-03tevent: remove dependency to SOCKET_WRAPPER via "system/network.h"Stefan Metzmacher1-1/+0
2009-01-03tevent: add tevent_fd_set_close_fn()Stefan Metzmacher1-1/+5
2009-01-03tevent: move some common tevent_fd related functions into tevent_fd.cStefan Metzmacher1-10/+1
2009-01-02tevent: use TEVENT_FD_* instead of EVENT_FD_*Stefan Metzmacher1-16/+16
2009-01-02tevent: rename ev_debug_ops => tevent_debug_opsStefan Metzmacher1-7/+7
2009-01-02tevent: pass down handler_name and location to the backend layerStefan Metzmacher1-12/+14
2009-01-02tevent: use HAVE_EPOLL instead of HAVE_EVENTS_EPOLLStefan Metzmacher1-2/+2
2009-01-02tevent: rename event_register_backend() => tevent_register_backend()Stefan Metzmacher1-3/+3
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-23/+23
2008-12-29lib/tevent: rename event_* => tevent_* in the header fileStefan Metzmacher1-1/+1
2008-12-17s4:lib/tevent: add lib/events/ compat and let things compileStefan Metzmacher1-3/+3
2008-12-17s4:lib/events: move to toplevel directory as lib/tevent/Stefan Metzmacher1-0/+607