summaryrefslogtreecommitdiff
path: root/source4/lib/events/events_aio.c
AgeCommit message (Expand)AuthorFilesLines
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