summaryrefslogtreecommitdiffstats
path: root/lib/tevent/tevent_select.c
Commit message (Expand)AuthorAgeFilesLines
* tevent: make use of talloc_get_type_abort() in tevent_select.cStefan Metzmacher2013-12-111-6/+8
* tevent: optimize adding new zero timer eventsStefan Metzmacher2013-03-011-1/+1
* tevent: use DLIST_DEMOTE() before calling on fde handler after select() and p...Stefan Metzmacher2013-03-011-0/+1
* tevent: debug a FATAL message on EBADF from the select backendStefan Metzmacher2013-03-011-0/+4
* tevent: Fix multiple handler on the same fd bug in the tevent select backend.Jeremy Allison2013-03-011-2/+6
* tevent: remember the errno from select(), poll() and epoll_wait()Stefan Metzmacher2013-03-011-2/+4
* tevent: Add in the same tevent_re_initialise() fix Metze put in the tevent_po...Jeremy Allison2013-02-141-0/+6
* lib/tevent: Add trace point callbackMartin Schwenke2012-06-081-0/+2
* Finish the range checking on all FD_SET calls for select().Jeremy Allison2011-02-281-0/+10
* tevent: Fix maxfd calculation in tevent_selectVolker Lendecke2010-06-101-1/+2
* tevent: mark backend init fns as _PRIVATE_Andrew Tridgell2010-04-181-1/+1
* tevent: add support for immediate eventsStefan Metzmacher2009-03-171-11/+17
* tevent: add tevent_common_loop_wait() helper function and use itStefan Metzmacher2009-03-171-19/+1
* tevent: check signal events first in event_loop_onceStefan Metzmacher2009-03-171-0/+5
* tevent: let tevent_loop_once() just run one fd eventStefan Metzmacher2009-03-171-11/+2
* tevent: pass __location__ to tevent_loop_once/wait()Stefan Metzmacher2009-03-121-3/+3
* tevent: Rename ev_timeval* functions to tevent_timeval, export them.Kai Blin2009-02-171-1/+1
* lib/tevent: change to LGPLv3+Stefan Metzmacher2009-02-161-13/+17
* tevent: keep a linked list of fd_eventsStefan Metzmacher2009-01-051-39/+16
* tevent: keep a linked list of signal eventsStefan Metzmacher2009-01-051-2/+2
* tevent: completely initialize tevent_fd structsStefan Metzmacher2009-01-041-0/+1
* tevent: remove TEVENT_FD_AUTOCLOSE featureStefan Metzmacher2009-01-031-3/+0
* tevent: add tevent_fd_set_close_fn()Stefan Metzmacher2009-01-031-1/+5
* tevent: move some common tevent_fd related functions into tevent_fd.cStefan Metzmacher2009-01-031-27/+2
* tevent: use TEVENT_FD_* instead of EVENT_FD_*Stefan Metzmacher2009-01-021-5/+5
* tevent: rename ev_debug_ops => tevent_debug_opsStefan Metzmacher2009-01-021-2/+2
* tevent: pass down handler_name and location to the backend layerStefan Metzmacher2009-01-021-9/+13
* tevent: rename event_register_backend() => tevent_register_backend()Stefan Metzmacher2009-01-021-4/+3
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-16/+16
* lib/tevent: rename event_* => tevent_* in the header fileStefan Metzmacher2008-12-291-1/+1
* s4:lib/tevent: add lib/events/ compat and let things compileStefan Metzmacher2008-12-171-3/+3
* s4:lib/events: move to toplevel directory as lib/tevent/Stefan Metzmacher2008-12-171-0/+302