summaryrefslogtreecommitdiff
path: root/source4/lib/events
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r25537: Use new path for events modules.Jelmer Vernooij1-1/+1
2007-10-10r25522: Convert to standard bool types.Jelmer Vernooij2-4/+4
2007-10-10r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij1-1/+1
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij1-1/+1
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-1/+1
2007-10-10r25027: Fix more warnings.Jelmer Vernooij1-1/+1
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r24814: Fix headers, trim core.h even more.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 Tridgell10-30/+20
2007-10-10r23301: merged from ctdbAndrew Tridgell3-0/+6
2007-10-10r22985: don't do checkins late at night ....Andrew Tridgell1-2/+0
2007-10-10r22971: fix build on systems without epollAndrew Tridgell1-0/+1
2007-10-10r22970: the events code calls close(), which needs to use socket_wrapper.h inAndrew Tridgell3-0/+3
2007-10-10r22968: andrew bartlett pointed out that the parent process could add a fd toAndrew Tridgell3-33/+33
2007-10-10r22964: log an error on epoll_create failing on reopenAndrew Tridgell3-1/+4
2007-10-10r22963: fixed the epoll/fork interaction in the epoll and aio backendsAndrew Tridgell2-0/+86
2007-10-10r22959: cope with a rather interesting interaction between epoll() andAndrew Tridgell1-1/+41
2007-10-10r22830: merged the latest lib/events updates from ctdb to Samba4. ThisAndrew Tridgell9-8/+74
2007-10-10r22661: optimize the handling of directly triggered timed events:Stefan Metzmacher6-48/+60
2007-10-10r22634: make the events system much less dependent on the samba4 build systemAndrew Tridgell8-21/+69
2007-10-10r22632: merged volkers select events fixAndrew Tridgell1-1/+2
2007-10-10r21299: Fix the build for those that don't have talloc.h installed.Jelmer Vernooij1-1/+1
2007-10-10r21297: Remove the GTK+ tools and library from the main repository. They are ...Jelmer Vernooij2-0/+4
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 Tridgell4-11/+7
2007-10-10r20989: don't mark epoll as set until after the io_submit() succeedsAndrew Tridgell1-1/+1
2007-10-10r20984: Try to ensure we can't have sig_state dissapear before se.Andrew Bartlett1-0/+5
2007-10-10r20960: attempt to fix a valgrind error in the signals backend.Andrew Tridgell1-38/+48
2007-10-10r20941: avoid races in the block/unblock codeAndrew Tridgell1-3/+11
2007-10-10r20940: allow SA_SIGINFO signals to be oneshot. Why you would ever want thisAndrew Tridgell1-0/+3
2007-10-10r20939: reduce the amount of static state for signal handlers from 96k to 1.2kAndrew Tridgell1-4/+23
2007-10-10r20938: use a double counter trick to avoid the need for atomic incrementAndrew Tridgell1-10/+31
2007-10-10r20934: I *hate* deep indents :-)Volker Lendecke1-26/+28
2007-10-10r20930: use sigaction() instead of signal()Andrew Tridgell4-11/+87
2007-10-10r20929: fixed typoAndrew Tridgell1-4/+4
2007-10-10r20928: added signal events to lib/eventsAndrew Tridgell10-2/+261
2007-10-10r20794: hopefully fix the build on systems without native linux aioStefan Metzmacher1-1/+1
2007-10-10r20788: - remove epoll configure checks from libreplaceStefan Metzmacher3-17/+15
2007-10-10r20787: a subsystem doesn't need explicit dependencies to its modulesStefan Metzmacher1-1/+1
2007-10-10r20623: change where the smb.conf parm event:backend is checked to ensure itAndrew Tridgell1-4/+6
2007-10-10r20621: - enable the aio events backend on systems that support itAndrew Tridgell3-7/+19
2007-10-10r20540: darn, also need to fix this event_context referenceAndrew Tridgell1-2/+2
2007-10-10r20539: - split the common timer related events code into events_timed.cAndrew Tridgell10-265/+1137
2007-10-10r20104: this is a alternative events backend, which uses a hybrid of aio andAndrew Tridgell1-0/+518
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
2007-10-10r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2-16/+10
2007-10-10r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij1-1/+1
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij1-0/+5
2007-10-10r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.Jelmer Vernooij1-1/+0