Age | Commit message (Expand) | Author | Files | Lines |
2013-03-01 | tevent: optimize adding new zero timer events | Stefan Metzmacher | 1 | -0/+1 |
2013-03-01 | tevent: add trace points BEFORE_LOOP_ONCE and AFTER_LOOP_ONCE | Michael Adam | 1 | -0/+4 |
2013-03-01 | tevent: fix compiler warning in tevent_context_init_byname() | Stefan Metzmacher | 1 | -1/+1 |
2013-02-14 | tevent: make use of tevent_find_ops_byname() in tevent_context_init_byname() | Stefan Metzmacher | 1 | -14/+5 |
2013-02-14 | tevent: make sure tevent_backend_init() only runs once | Stefan Metzmacher | 1 | -0/+8 |
2013-02-14 | tevent: Add a utility function tevent_find_ops_byname(). | Jeremy Allison | 1 | -0/+22 |
2013-02-14 | tevent: Preparing to fix "standard" backend fallback. Initialize standard aft... | Jeremy Allison | 1 | -1/+1 |
2012-08-16 | lib/tevent: Add a thread-safe tevent backend | Volker Lendecke | 1 | -0/+1 |
2012-06-08 | tevent: expose tevent_context_init_ops | Stefan Metzmacher | 1 | -3/+5 |
2011-12-09 | tevent: tevent_schedule_immediate never fails | Volker Lendecke | 1 | -1/+0 |
2011-08-12 | tevent: don't force the nesting flag to false in the destructor | Andrew Tridgell | 1 | -3/+7 |
2011-08-10 | tevent: cleanup nesting counter when doing a full reinit. | Simo Sorce | 1 | -0/+7 |
2011-02-28 | tevent: Add a poll backend | Volker Lendecke | 1 | -0/+1 |
2010-10-08 | tevent: Do not use talloc_autofree_context | Volker Lendecke | 1 | -3/+2 |
2010-05-05 | tevent: Remove erroneous comments about TEVENT_FD_AUTOCLOSE | Stephen Gallagher | 1 | -3/+0 |
2010-03-26 | tevent: added tevent_re_initialise() | Andrew Tridgell | 1 | -0/+15 |
2010-02-09 | s3: signals are processed twice in child. | Bo Yang | 1 | -0/+7 |
2009-08-28 | lib/tevent: close pipe_fds on event_context destruction | Rusty Russell | 1 | -0/+2 |
2009-03-19 | tevent: fix the nesting logic | Stefan Metzmacher | 1 | -7/+7 |
2009-03-19 | fixed a logic bug in the tevent nesting code | Andrew Tridgell | 1 | -1/+13 |
2009-03-17 | tevent: add support for immediate events | Stefan Metzmacher | 1 | -0/+49 |
2009-03-17 | tevent: add tevent_common_loop_wait() helper function and use it | Stefan Metzmacher | 1 | -0/+28 |
2009-03-12 | tevent: Fix might be unitialized warning | Tim Prouty | 1 | -1/+1 |
2009-03-12 | tevent: add tevent_loop_until() | Stefan Metzmacher | 1 | -0/+62 |
2009-03-12 | tevent: add tevent_loop_set_nesting_hook() | Stefan Metzmacher | 1 | -1/+39 |
2009-03-12 | tevent: don't allow nested tevent_loop_once() anymore | Stefan Metzmacher | 1 | -1/+36 |
2009-03-12 | tevent: pass __location__ to tevent_loop_once/wait() | Stefan Metzmacher | 1 | -4/+4 |
2009-03-12 | tevent: add tevent_set_abort_fn() | Stefan Metzmacher | 1 | -0/+19 |
2009-03-12 | tevent: add tevent_signal_support() | Stefan Metzmacher | 1 | -0/+8 |
2009-02-16 | lib/tevent: change to LGPLv3+ | Stefan Metzmacher | 1 | -12/+17 |
2009-02-13 | lib/tevent: remove broken tevent_aio support | Stefan Metzmacher | 1 | -19/+0 |
2009-01-12 | tevent: use for() loops instead of while() loops | Stefan Metzmacher | 1 | -12/+9 |
2009-01-11 | tevent: Fix build break | Tim Prouty | 1 | -1/+1 |
2009-01-11 | Fix tevent_common_context_destructor to remove all events instead of just the... | Bo Yang | 1 | -4/+10 |
2009-01-07 | tevent: don't try to dereference fde->event_ctx when the event context doesn'... | Stefan Metzmacher | 1 | -0/+3 |
2009-01-05 | tevent: add tevent_context destructor that unlinks the events from the context | Stefan Metzmacher | 1 | -0/+31 |
2009-01-03 | tevent: add tevent_fd_set_auto_close() | Stefan Metzmacher | 1 | -0/+14 |
2009-01-03 | tevent: add tevent_fd_set_close_fn() | Stefan Metzmacher | 1 | -0/+10 |
2009-01-02 | tevent: pass down handler_name and location to the backend layer | Stefan Metzmacher | 1 | -4/+8 |
2009-01-02 | tevent: make tevent_add_*() macros arround _tevent_add_*() | Stefan Metzmacher | 1 | -20/+33 |
2009-01-02 | tevent: use HAVE_EPOLL instead of HAVE_EVENTS_EPOLL | Stefan Metzmacher | 1 | -2/+2 |
2009-01-02 | tevent: rename event_register_backend() => tevent_register_backend() | Stefan Metzmacher | 1 | -5/+5 |
2009-01-02 | tevent: rename event_context_init* => tevent_context_init*() | Stefan Metzmacher | 1 | -25/+26 |
2009-01-02 | tevent: rename event_[s|g]et_fd_flags => tevent_fd_[s|g]et_flags | Stefan Metzmacher | 1 | -2/+2 |
2009-01-02 | tevent: rename event_loop_* => tevent_loop_* | Stefan Metzmacher | 1 | -4/+4 |
2009-01-02 | tevent: rename event_set_default_backend() => tevent_set_default_backend() | Stefan Metzmacher | 1 | -5/+6 |
2009-01-02 | s4:tevent: move event_context_find() to tevent_s4.c | Stefan Metzmacher | 1 | -18/+0 |
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 1 | -16/+16 |
2008-12-29 | lib/tevent: rename event_* => tevent_* in the header file | Stefan Metzmacher | 1 | -1/+1 |
2008-12-17 | s4:lib/tevent: add lib/events/ compat and let things compile | Stefan Metzmacher | 1 | -3/+3 |