Age | Commit message (Expand) | Author | Files | Lines |
2009-08-28 | lib/tevent: handle tevent_common_add_signal on different event contexts. | Rusty Russell | 1 | -0/+1 |
2009-08-17 | tevent: add tevent_req_cancel() infrastructure | Stefan Metzmacher | 1 | -0/+19 |
2009-07-03 | Expose functions need by backend writers | Simo Sorce | 1 | -50/+0 |
2009-05-16 | tevent: Install tevent_internal.h in the standalone build. | Jelmer Vernooij | 1 | -1/+3 |
2009-03-17 | tevent: store the location where a request was finished | Stefan Metzmacher | 1 | -1/+11 |
2009-03-17 | tevent: use an immediate event fot tevent_req_post() | Stefan Metzmacher | 1 | -2/+2 |
2009-03-17 | tevent: add support for immediate events | Stefan Metzmacher | 1 | -0/+35 |
2009-03-17 | tevent: add tevent_common_loop_wait() helper function and use it | Stefan Metzmacher | 1 | -0/+2 |
2009-03-12 | tevent: add tevent_loop_set_nesting_hook() | Stefan Metzmacher | 1 | -0/+2 |
2009-03-12 | tevent: don't allow nested tevent_loop_once() anymore | Stefan Metzmacher | 1 | -0/+6 |
2009-03-12 | tevent: pass __location__ to tevent_loop_once/wait() | Stefan Metzmacher | 1 | -2/+2 |
2009-03-10 | tevent: add tevent_req_received() function | Stefan Metzmacher | 1 | -1/+1 |
2009-03-02 | Make struct tevent_req opaque | Simo Sorce | 1 | -0/+93 |
2009-02-17 | tevent: Rename ev_timeval* functions to tevent_timeval, export them. | Kai Blin | 1 | -2/+0 |
2009-02-16 | lib/tevent: change to LGPLv3+ | Stefan Metzmacher | 1 | -13/+17 |
2009-02-13 | lib/tevent: add tevent_req infrastructure | Stefan Metzmacher | 1 | -1/+1 |
2009-02-13 | lib/tevent: expose ev_timeval_zero() for internal usage | Stefan Metzmacher | 1 | -0/+1 |
2009-02-13 | lib/tevent: remove broken tevent_aio support | Stefan Metzmacher | 1 | -14/+0 |
2009-01-05 | tevent: add tevent_context destructor that unlinks the events from the context | Stefan Metzmacher | 1 | -0/+2 |
2009-01-05 | tevent: keep a linked list of fd_events | Stefan Metzmacher | 1 | -0/+12 |
2009-01-05 | tevent: keep a linked list of signal events | Stefan Metzmacher | 1 | -3/+3 |
2009-01-03 | tevent: add tevent_fd_set_close_fn() | Stefan Metzmacher | 1 | -1/+6 |
2009-01-03 | tevent: move some common tevent_fd related functions into tevent_fd.c | Stefan Metzmacher | 1 | -0/+3 |
2009-01-02 | tevent: rename ev_debug_ops => tevent_debug_ops | Stefan Metzmacher | 1 | -13/+5 |
2009-01-02 | tevent: pass down handler_name and location to the backend layer | Stefan Metzmacher | 1 | -21/+44 |
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 |
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 1 | -1/+1 |
2008-12-29 | lib/tevent: rename event_* => tevent_* in the header file | Stefan Metzmacher | 1 | -57/+60 |
2008-12-23 | Fix more compiler warnings in various places. | Jelmer Vernooij | 1 | -1/+1 |
2008-12-17 | s4:lib/events: move to toplevel directory as lib/tevent/ | Stefan Metzmacher | 1 | -0/+158 |