summaryrefslogtreecommitdiff
path: root/source4/lib/events/events_aio.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-17s4:lib/events: move to toplevel directory as lib/tevent/Stefan Metzmacher1-567/+0
2008-06-19Include events_util.h in events_aio.cVolker Lendecke1-0/+1
2008-06-14Fix events_aioSimo Sorce1-3/+3
2008-06-14This patch make it possible to build the events library completelySimo Sorce1-14/+3
2008-05-14Revert "lib/events: system/network.h isn't needed"Stefan Metzmacher1-0/+1
2008-05-14lib/events: system/network.h isn't neededStefan Metzmacher1-1/+0
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23301: merged from ctdbAndrew Tridgell1-0/+2
2007-10-10r22970: the events code calls close(), which needs to use socket_wrapper.h inAndrew Tridgell1-0/+1
2007-10-10r22968: andrew bartlett pointed out that the parent process could add a fd toAndrew Tridgell1-11/+11
2007-10-10r22964: log an error on epoll_create failing on reopenAndrew Tridgell1-1/+2
2007-10-10r22963: fixed the epoll/fork interaction in the epoll and aio backendsAndrew Tridgell1-0/+42
2007-10-10r22830: merged the latest lib/events updates from ctdb to Samba4. ThisAndrew Tridgell1-0/+5
2007-10-10r22661: optimize the handling of directly triggered timed events:Stefan Metzmacher1-4/+3
2007-10-10r22634: make the events system much less dependent on the samba4 build systemAndrew Tridgell1-4/+14
2007-10-10r21212: detect if the kernel does not support integrated epoll/aio when theAndrew Tridgell1-1/+11
2007-10-10r21171: fixed a bug related to recursive event handling.Andrew Tridgell1-1/+1
2007-10-10r20989: don't mark epoll as set until after the io_submit() succeedsAndrew Tridgell1-1/+1
2007-10-10r20928: added signal events to lib/eventsAndrew Tridgell1-0/+10
2007-10-10r20788: - remove epoll configure checks from libreplaceStefan Metzmacher1-1/+1
2007-10-10r20621: - enable the aio events backend on systems that support itAndrew Tridgell1-3/+0
2007-10-10r20539: - split the common timer related events code into events_timed.cAndrew Tridgell1-138/+121
2007-10-10r20104: this is a alternative events backend, which uses a hybrid of aio andAndrew Tridgell1-0/+518