summaryrefslogtreecommitdiff
path: root/source4/lib/events/events_epoll.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-17Avoid including events_util.h in events_internal.h since the latter isJelmer Vernooij1-0/+1
2008-06-14This patch make it possible to build the events library completelySimo Sorce1-22/+8
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
2008-05-14Make it possible to build libevents standalone.Simo Sorce1-4/+11
2007-12-21r25676: fixed a valgrind error in the epoll event backend. The linked listAndrew Tridgell1-3/+2
2007-10-10r25027: Fix more warnings.Jelmer Vernooij1-1/+1
2007-10-10r24502: More work to get LOCAL-EVENT passing on all platforms:Andrew Bartlett1-11/+18
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-0/+1
2007-10-10r22963: fixed the epoll/fork interaction in the epoll and aio backendsAndrew Tridgell1-0/+44
2007-10-10r22830: merged the latest lib/events updates from ctdb to Samba4. ThisAndrew Tridgell1-2/+9
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-10r21171: fixed a bug related to recursive event handling.Andrew Tridgell1-1/+1
2007-10-10r20928: added signal events to lib/eventsAndrew Tridgell1-0/+12
2007-10-10r20788: - remove epoll configure checks from libreplaceStefan Metzmacher1-1/+1
2007-10-10r20539: - split the common timer related events code into events_timed.cAndrew Tridgell1-0/+407