summaryrefslogtreecommitdiffstats
path: root/lib/tevent/tevent.c
Commit message (Expand)AuthorAgeFilesLines
* tevent: optimize adding new zero timer eventsStefan Metzmacher2013-03-011-0/+1
* tevent: add trace points BEFORE_LOOP_ONCE and AFTER_LOOP_ONCEMichael Adam2013-03-011-0/+4
* tevent: fix compiler warning in tevent_context_init_byname()Stefan Metzmacher2013-03-011-1/+1
* tevent: make use of tevent_find_ops_byname() in tevent_context_init_byname()Stefan Metzmacher2013-02-141-14/+5
* tevent: make sure tevent_backend_init() only runs onceStefan Metzmacher2013-02-141-0/+8
* tevent: Add a utility function tevent_find_ops_byname().Jeremy Allison2013-02-141-0/+22
* tevent: Preparing to fix "standard" backend fallback. Initialize standard aft...Jeremy Allison2013-02-141-1/+1
* lib/tevent: Add a thread-safe tevent backendVolker Lendecke2012-08-161-0/+1
* tevent: expose tevent_context_init_opsStefan Metzmacher2012-06-081-3/+5
* tevent: tevent_schedule_immediate never failsVolker Lendecke2011-12-091-1/+0
* tevent: don't force the nesting flag to false in the destructorAndrew Tridgell2011-08-121-3/+7
* tevent: cleanup nesting counter when doing a full reinit.Simo Sorce2011-08-101-0/+7
* tevent: Add a poll backendVolker Lendecke2011-02-281-0/+1
* tevent: Do not use talloc_autofree_contextVolker Lendecke2010-10-081-3/+2
* tevent: Remove erroneous comments about TEVENT_FD_AUTOCLOSEStephen Gallagher2010-05-051-3/+0
* tevent: added tevent_re_initialise()Andrew Tridgell2010-03-261-0/+15
* s3: signals are processed twice in child.Bo Yang2010-02-091-0/+7
* lib/tevent: close pipe_fds on event_context destructionRusty Russell2009-08-281-0/+2
* tevent: fix the nesting logicStefan Metzmacher2009-03-191-7/+7
* fixed a logic bug in the tevent nesting codeAndrew Tridgell2009-03-191-1/+13
* tevent: add support for immediate eventsStefan Metzmacher2009-03-171-0/+49
* tevent: add tevent_common_loop_wait() helper function and use itStefan Metzmacher2009-03-171-0/+28
* tevent: Fix might be unitialized warningTim Prouty2009-03-121-1/+1
* tevent: add tevent_loop_until()Stefan Metzmacher2009-03-121-0/+62
* tevent: add tevent_loop_set_nesting_hook()Stefan Metzmacher2009-03-121-1/+39
* tevent: don't allow nested tevent_loop_once() anymoreStefan Metzmacher2009-03-121-1/+36
* tevent: pass __location__ to tevent_loop_once/wait()Stefan Metzmacher2009-03-121-4/+4
* tevent: add tevent_set_abort_fn()Stefan Metzmacher2009-03-121-0/+19
* tevent: add tevent_signal_support()Stefan Metzmacher2009-03-121-0/+8
* lib/tevent: change to LGPLv3+Stefan Metzmacher2009-02-161-12/+17
* lib/tevent: remove broken tevent_aio supportStefan Metzmacher2009-02-131-19/+0
* tevent: use for() loops instead of while() loopsStefan Metzmacher2009-01-121-12/+9
* tevent: Fix build breakTim Prouty2009-01-111-1/+1
* Fix tevent_common_context_destructor to remove all events instead of just the...Bo Yang2009-01-111-4/+10
* tevent: don't try to dereference fde->event_ctx when the event context doesn'...Stefan Metzmacher2009-01-071-0/+3
* tevent: add tevent_context destructor that unlinks the events from the contextStefan Metzmacher2009-01-051-0/+31
* tevent: add tevent_fd_set_auto_close()Stefan Metzmacher2009-01-031-0/+14
* tevent: add tevent_fd_set_close_fn()Stefan Metzmacher2009-01-031-0/+10
* tevent: pass down handler_name and location to the backend layerStefan Metzmacher2009-01-021-4/+8
* tevent: make tevent_add_*() macros arround _tevent_add_*()Stefan Metzmacher2009-01-021-20/+33
* 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-5/+5
* tevent: rename event_context_init* => tevent_context_init*()Stefan Metzmacher2009-01-021-25/+26
* tevent: rename event_[s|g]et_fd_flags => tevent_fd_[s|g]et_flagsStefan Metzmacher2009-01-021-2/+2
* tevent: rename event_loop_* => tevent_loop_*Stefan Metzmacher2009-01-021-4/+4
* tevent: rename event_set_default_backend() => tevent_set_default_backend()Stefan Metzmacher2009-01-021-5/+6
* s4:tevent: move event_context_find() to tevent_s4.cStefan Metzmacher2009-01-021-18/+0
* 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