Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-15 | Add exports file and abi checker for tevent | Simo Sorce | 1 | -0/+5 | |
This is a first attempt at exporting symbols only for public functions We also provide a rudimentary ABI checker that tries to check that function signatures are not changed by mistake. Given our use of macros this is not an API checker. It's all based on tevent.h contents and the gcc -aux-info option | |||||
2009-03-17 | tevent: add support for immediate events | Stefan Metzmacher | 1 | -1/+2 | |
They're like directly triggered timed events, but you can preallocated them and scheduling them will not fail. metze | |||||
2009-02-26 | tevent: add tevent_queue infrastructure | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-02-18 | tevent: add tevent_wakeup_send/recv() | Stefan Metzmacher | 1 | -1/+2 | |
This can be used as tevent_req based timer event. metze | |||||
2009-02-13 | lib/tevent: add tevent_req infrastructure | Stefan Metzmacher | 1 | -1/+1 | |
This is almost a copy of the async_req code, which will be removed later. metze | |||||
2009-02-13 | lib/tevent: remove broken tevent_aio support | Stefan Metzmacher | 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 | |||||
2009-01-04 | tevent: move samba4 stuff from libtevent.m4 to samba.m4 | Stefan Metzmacher | 1 | -16/+15 | |
metze | |||||
2009-01-03 | tevent: remove dependency to SOCKET_WRAPPER via "system/network.h" | Stefan Metzmacher | 1 | -1/+0 | |
metze | |||||
2009-01-03 | tevent: move some common tevent_fd related functions into tevent_fd.c | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2009-01-02 | tevent: use HAVE_EPOLL instead of HAVE_EVENTS_EPOLL | Stefan Metzmacher | 1 | -2/+0 | |
metze | |||||
2008-12-17 | s4:lib/tevent: add lib/events/ compat and let things compile | Stefan Metzmacher | 1 | -23/+25 | |
metze | |||||
2008-12-17 | s4:lib/events: move to toplevel directory as lib/tevent/ | Stefan Metzmacher | 1 | -0/+49 | |
This commit will not compile on its own. metze |