summaryrefslogtreecommitdiff
path: root/lib/tevent/libtevent.m4
AgeCommit message (Collapse)AuthorFilesLines
2009-06-15Add exports file and abi checker for teventSimo Sorce1-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-17tevent: add support for immediate eventsStefan Metzmacher1-1/+2
They're like directly triggered timed events, but you can preallocated them and scheduling them will not fail. metze
2009-02-26tevent: add tevent_queue infrastructureStefan Metzmacher1-1/+1
metze
2009-02-18tevent: add tevent_wakeup_send/recv()Stefan Metzmacher1-1/+2
This can be used as tevent_req based timer event. metze
2009-02-13lib/tevent: add tevent_req infrastructureStefan Metzmacher1-1/+1
This is almost a copy of the async_req code, which will be removed later. metze
2009-02-13lib/tevent: remove broken tevent_aio supportStefan Metzmacher1-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-04tevent: move samba4 stuff from libtevent.m4 to samba.m4Stefan Metzmacher1-16/+15
metze
2009-01-03tevent: remove dependency to SOCKET_WRAPPER via "system/network.h"Stefan Metzmacher1-1/+0
metze
2009-01-03tevent: move some common tevent_fd related functions into tevent_fd.cStefan Metzmacher1-1/+2
metze
2009-01-02tevent: use HAVE_EPOLL instead of HAVE_EVENTS_EPOLLStefan Metzmacher1-2/+0
metze
2008-12-17s4:lib/tevent: add lib/events/ compat and let things compileStefan Metzmacher1-23/+25
metze
2008-12-17s4:lib/events: move to toplevel directory as lib/tevent/Stefan Metzmacher1-0/+49
This commit will not compile on its own. metze