summaryrefslogtreecommitdiffstats
path: root/source4/lib/events/events_epoll.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "lib/events: system/network.h isn't needed"Stefan Metzmacher2008-05-141-0/+1
* lib/events: system/network.h isn't neededStefan Metzmacher2008-05-141-1/+0
* Make it possible to build libevents standalone.Simo Sorce2008-05-141-4/+11
* r25676: fixed a valgrind error in the epoll event backend. The linked listAndrew Tridgell2007-12-211-3/+2
* r25027: Fix more warnings.Jelmer Vernooij2007-10-101-1/+1
* r24502: More work to get LOCAL-EVENT passing on all platforms:Andrew Bartlett2007-10-101-11/+18
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23301: merged from ctdbAndrew Tridgell2007-10-101-0/+2
* r22970: the events code calls close(), which needs to use socket_wrapper.h inAndrew Tridgell2007-10-101-0/+1
* r22968: andrew bartlett pointed out that the parent process could add a fd toAndrew Tridgell2007-10-101-11/+11
* r22964: log an error on epoll_create failing on reopenAndrew Tridgell2007-10-101-0/+1
* r22963: fixed the epoll/fork interaction in the epoll and aio backendsAndrew Tridgell2007-10-101-0/+44
* r22830: merged the latest lib/events updates from ctdb to Samba4. ThisAndrew Tridgell2007-10-101-2/+9
* r22661: optimize the handling of directly triggered timed events:Stefan Metzmacher2007-10-101-4/+3
* r22634: make the events system much less dependent on the samba4 build systemAndrew Tridgell2007-10-101-4/+14
* r21171: fixed a bug related to recursive event handling.Andrew Tridgell2007-10-101-1/+1
* r20928: added signal events to lib/eventsAndrew Tridgell2007-10-101-0/+12
* r20788: - remove epoll configure checks from libreplaceStefan Metzmacher2007-10-101-1/+1
* r20539: - split the common timer related events code into events_timed.cAndrew Tridgell2007-10-101-0/+407