summaryrefslogtreecommitdiff
path: root/source4/lib/events
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r13842: Make some more functions public.Jelmer Vernooij1-1/+1
2007-10-10r13699: restore the system/select.h include, as otherwise we don't detectAndrew Tridgell1-0/+1
2007-10-10r12844: don't include system headers directlyStefan Metzmacher1-9/+1
2007-10-10r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij1-2/+1
2007-10-10r12153: work arround the fact that epoll reports EPOLLERR and EPOLLHUP, even ifStefan Metzmacher1-10/+87
2007-10-10r12146: as epoll notifies EPOLLERR and EPOLLHUP implicit,Stefan Metzmacher1-2/+2
2007-10-10r12141: - move epoll related code into one big #ifdef, and use dummy #define'sStefan Metzmacher1-160/+174
2007-10-10r12140: - add an additional_flags field to the fd_event struct, so thatStefan Metzmacher3-3/+6
2007-10-10r12124: we don't need this comment twiceStefan Metzmacher1-5/+0
2007-10-10r12123: handle fde == NULL at the correct levelStefan Metzmacher3-11/+16
2007-10-10r11244: Relative path names in .mk filesJelmer Vernooij1-2/+2
2007-10-10r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...Jelmer Vernooij1-3/+0
2007-10-10r10690: Fix a bug that metze pointed out: Leaving the "rejecting" destructor ...Volker Lendecke1-0/+1
2007-10-10r10684: Add a nasty hack for the failure case of wbinfo -t. Tridge has a prop...Volker Lendecke1-1/+9
2007-10-10r10586: Add MergedObject() builder. Default to Library() ratherJelmer Vernooij1-1/+1
2007-10-10r10537: - we now use a much nicer way to handle talloc_free(timed_event)Stefan Metzmacher2-10/+21
2007-10-10r10348: Add scons scripts for remaining subsystems. Most subsystems build now,Jelmer Vernooij1-0/+3
2007-10-10r9703: r9683@blu: tridge | 2005-08-27 18:56:05 +1000Andrew Tridgell1-0/+4
2007-10-10r9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000Andrew Tridgell2-0/+16
2007-10-10r8886: Exchange the arguments of timeval_compare, this makes it behave like s...Volker Lendecke1-1/+2
2007-10-10r8875: Rename timeval_diff to timeval_until and revert the arguments. timeval...Volker Lendecke1-1/+1
2007-10-10r8409: fixed another error found on netbsd.Andrew Tridgell1-8/+13