Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tevent: add support for immediate events | Stefan Metzmacher | 2009-04-15 | 1 | -1/+2 |
| | | | | | | | | | | They're like directly triggered timed events, but you can preallocated them and scheduling them will not fail. metze (cherry picked from commit 66886f8966dff8a980a5b9d2daa3fbb20fe5ca8e) (cherry picked from commit de7125980d237e9a8aa126f155bbc84c96bad37e) | ||||
* | tevent: add tevent_queue infrastructure | Stefan Metzmacher | 2009-02-26 | 1 | -1/+1 |
| | | | | metze | ||||
* | tevent: add tevent_wakeup_send/recv() | Stefan Metzmacher | 2009-02-18 | 1 | -1/+2 |
| | | | | | | This can be used as tevent_req based timer event. metze | ||||
* | lib/tevent: add tevent_req infrastructure | Stefan Metzmacher | 2009-02-13 | 1 | -1/+1 |
| | | | | | | | This is almost a copy of the async_req code, which will be removed later. metze | ||||
* | lib/tevent: remove broken tevent_aio support | Stefan Metzmacher | 2009-02-13 | 1 | -10/+0 |
| | | | | | | | | | | | | It makes no sense to support aio events because, the current implementation was based on IOCB_CMD_EPOLL_WAIT which never made it into the main kernel tree. The native linux aio can be used with select/epoll using eventfd(), which means we can implement aio with fd events and implement aio outside of tevent. metze | ||||
* | tevent: move samba4 stuff from libtevent.m4 to samba.m4 | Stefan Metzmacher | 2009-01-04 | 1 | -16/+15 |
| | | | | metze | ||||
* | tevent: remove dependency to SOCKET_WRAPPER via "system/network.h" | Stefan Metzmacher | 2009-01-03 | 1 | -1/+0 |
| | | | | metze | ||||
* | tevent: move some common tevent_fd related functions into tevent_fd.c | Stefan Metzmacher | 2009-01-03 | 1 | -1/+2 |
| | | | | metze | ||||
* | tevent: use HAVE_EPOLL instead of HAVE_EVENTS_EPOLL | Stefan Metzmacher | 2009-01-02 | 1 | -2/+0 |
| | | | | metze | ||||
* | s4:lib/tevent: add lib/events/ compat and let things compile | Stefan Metzmacher | 2008-12-17 | 1 | -23/+25 |
| | | | | metze | ||||
* | s4:lib/events: move to toplevel directory as lib/tevent/ | Stefan Metzmacher | 2008-12-17 | 1 | -0/+49 |
This commit will not compile on its own. metze |