summaryrefslogtreecommitdiff
path: root/source4/lib/events
Commit message (Expand)AuthorAgeFilesLines
* r23301: merged from ctdbAndrew Tridgell2007-10-103-0/+6
* r22985: don't do checkins late at night ....Andrew Tridgell2007-10-101-2/+0
* r22971: fix build on systems without epollAndrew Tridgell2007-10-101-0/+1
* r22970: the events code calls close(), which needs to use socket_wrapper.h inAndrew Tridgell2007-10-103-0/+3
* r22968: andrew bartlett pointed out that the parent process could add a fd toAndrew Tridgell2007-10-103-33/+33
* r22964: log an error on epoll_create failing on reopenAndrew Tridgell2007-10-103-1/+4
* r22963: fixed the epoll/fork interaction in the epoll and aio backendsAndrew Tridgell2007-10-102-0/+86
* r22959: cope with a rather interesting interaction between epoll() andAndrew Tridgell2007-10-101-1/+41
* r22830: merged the latest lib/events updates from ctdb to Samba4. ThisAndrew Tridgell2007-10-109-8/+74
* r22661: optimize the handling of directly triggered timed events:Stefan Metzmacher2007-10-106-48/+60
* r22634: make the events system much less dependent on the samba4 build systemAndrew Tridgell2007-10-108-21/+69
* r22632: merged volkers select events fixAndrew Tridgell2007-10-101-1/+2
* r21299: Fix the build for those that don't have talloc.h installed.Jelmer Vernooij2007-10-101-1/+1
* r21297: Remove the GTK+ tools and library from the main repository. They are ...Jelmer Vernooij2007-10-102-0/+4
* r21212: detect if the kernel does not support integrated epoll/aio when theAndrew Tridgell2007-10-101-1/+11
* r21171: fixed a bug related to recursive event handling.Andrew Tridgell2007-10-104-11/+7
* r20989: don't mark epoll as set until after the io_submit() succeedsAndrew Tridgell2007-10-101-1/+1
* r20984: Try to ensure we can't have sig_state dissapear before se.Andrew Bartlett2007-10-101-0/+5
* r20960: attempt to fix a valgrind error in the signals backend.Andrew Tridgell2007-10-101-38/+48
* r20941: avoid races in the block/unblock codeAndrew Tridgell2007-10-101-3/+11
* r20940: allow SA_SIGINFO signals to be oneshot. Why you would ever want thisAndrew Tridgell2007-10-101-0/+3
* r20939: reduce the amount of static state for signal handlers from 96k to 1.2kAndrew Tridgell2007-10-101-4/+23
* r20938: use a double counter trick to avoid the need for atomic incrementAndrew Tridgell2007-10-101-10/+31
* r20934: I *hate* deep indents :-)Volker Lendecke2007-10-101-26/+28
* r20930: use sigaction() instead of signal()Andrew Tridgell2007-10-104-11/+87
* r20929: fixed typoAndrew Tridgell2007-10-101-4/+4
* r20928: added signal events to lib/eventsAndrew Tridgell2007-10-1010-2/+261
* r20794: hopefully fix the build on systems without native linux aioStefan Metzmacher2007-10-101-1/+1
* r20788: - remove epoll configure checks from libreplaceStefan Metzmacher2007-10-103-17/+15
* r20787: a subsystem doesn't need explicit dependencies to its modulesStefan Metzmacher2007-10-101-1/+1
* r20623: change where the smb.conf parm event:backend is checked to ensure itAndrew Tridgell2007-10-101-4/+6
* r20621: - enable the aio events backend on systems that support itAndrew Tridgell2007-10-103-7/+19
* r20540: darn, also need to fix this event_context referenceAndrew Tridgell2007-10-101-2/+2
* r20539: - split the common timer related events code into events_timed.cAndrew Tridgell2007-10-1010-265/+1137
* r20104: this is a alternative events backend, which uses a hybrid of aio andAndrew Tridgell2007-10-101-0/+518
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2007-10-102-16/+10
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij2007-10-101-1/+1
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-0/+5
* r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.Jelmer Vernooij2007-10-101-1/+0
* r13842: Make some more functions public.Jelmer Vernooij2007-10-101-1/+1
* r13699: restore the system/select.h include, as otherwise we don't detectAndrew Tridgell2007-10-101-0/+1
* r12844: don't include system headers directlyStefan Metzmacher2007-10-101-9/+1
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij2007-10-101-2/+1
* r12153: work arround the fact that epoll reports EPOLLERR and EPOLLHUP, even ifStefan Metzmacher2007-10-101-10/+87
* r12146: as epoll notifies EPOLLERR and EPOLLHUP implicit,Stefan Metzmacher2007-10-101-2/+2
* r12141: - move epoll related code into one big #ifdef, and use dummy #define'sStefan Metzmacher2007-10-101-160/+174
* r12140: - add an additional_flags field to the fd_event struct, so thatStefan Metzmacher2007-10-103-3/+6
* r12124: we don't need this comment twiceStefan Metzmacher2007-10-101-5/+0
* r12123: handle fde == NULL at the correct levelStefan Metzmacher2007-10-103-11/+16