summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent_standard.c
Commit message (Expand)AuthorAgeFilesLines
* tevent: allow the "standard" backend to be overloadedStefan Metzmacher2023-01-181-1/+1
* tevent: rewrite/simplify tevent_poll and maintain ev->fd_events correctlyStefan Metzmacher2018-07-111-10/+6
* tevent: Clarify apparently useless conditionsNikolai Kondrashov2016-07-121-0/+10
* tevent: Only build "std_fallback_to_poll" when epoll is aroundVolker Lendecke2014-01-171-0/+2
* tevent: tevent_epoll_set_panic_fallback() can be a void functionStefan Metzmacher2013-12-111-4/+1
* tevent: add std_event_loop_wait()Stefan Metzmacher2013-03-011-0/+17
* tevent: don't call TALLOC_FREE(ev->additional_data) in std_fallback_to_poll()Stefan Metzmacher2013-03-011-1/+0
* tevent: Remove the previous "standard" tevent backend implementation.Jeremy Allison2013-02-141-556/+1
* tevent: Add in the new implementation of "standard" tevent backend.Jeremy Allison2013-02-141-6/+180
* 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
* tevent: Set FD_CLOEXEC on epoll handleSumit Bose2011-08-111-0/+17
* Finish the range checking on all FD_SET calls for select().Jeremy Allison2011-02-281-0/+4
* tevent: Only call handlers that ask for eventsVolker Lendecke2010-10-061-1/+1
* 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-19/+3
* 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-34/+19
* tevent: keep a linked list of signal eventsStefan Metzmacher2009-01-051-4/+4
* tevent: completely initialize tevent_fd structsStefan Metzmacher2009-01-041-0/+3
* tevent: remove TEVENT_FD_AUTOCLOSE featureStefan Metzmacher2009-01-031-3/+0
* tevent: remove dependency to SOCKET_WRAPPER via "system/network.h"Stefan Metzmacher2009-01-031-1/+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-10/+1
* tevent: use TEVENT_FD_* instead of EVENT_FD_*Stefan Metzmacher2009-01-021-16/+16
* tevent: rename ev_debug_ops => tevent_debug_opsStefan Metzmacher2009-01-021-7/+7
* tevent: pass down handler_name and location to the backend layerStefan Metzmacher2009-01-021-12/+14
* tevent: use HAVE_EPOLL instead of HAVE_EVENTS_EPOLLStefan Metzmacher2009-01-021-2/+2
* tevent: rename event_register_backend() => tevent_register_backend()Stefan Metzmacher2009-01-021-3/+3
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-23/+23
* 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/+607