summaryrefslogtreecommitdiffstats
path: root/source/lib/events
Commit message (Expand)AuthorAgeFilesLines
* r21299: Fix the build for those that don't have talloc.h installed.Jelmer Vernooij2007-02-121-1/+1
* r21297: Remove the GTK+ tools and library from the main repository. They are ...Jelmer Vernooij2007-02-122-0/+4
* r21212: detect if the kernel does not support integrated epoll/aio when theAndrew Tridgell2007-02-071-1/+11
* r21171: fixed a bug related to recursive event handling. Andrew Tridgell2007-02-064-11/+7
* r20989: don't mark epoll as set until after the io_submit() succeedsAndrew Tridgell2007-01-241-1/+1
* r20984: Try to ensure we can't have sig_state dissapear before se.Andrew Bartlett2007-01-231-0/+5
* r20960: attempt to fix a valgrind error in the signals backend.Andrew Tridgell2007-01-231-38/+48
* r20941: avoid races in the block/unblock codeAndrew Tridgell2007-01-211-3/+11
* r20940: allow SA_SIGINFO signals to be oneshot. Why you would ever want thisAndrew Tridgell2007-01-211-0/+3
* r20939: reduce the amount of static state for signal handlers from 96k to 1.2kAndrew Tridgell2007-01-211-4/+23
* r20938: use a double counter trick to avoid the need for atomic incrementAndrew Tridgell2007-01-211-10/+31
* r20934: I *hate* deep indents :-)Volker Lendecke2007-01-211-26/+28
* r20930: use sigaction() instead of signal()Andrew Tridgell2007-01-214-11/+87
* r20929: fixed typoAndrew Tridgell2007-01-211-4/+4
* r20928: added signal events to lib/eventsAndrew Tridgell2007-01-2110-2/+261
* r20794: hopefully fix the build on systems without native linux aioStefan Metzmacher2007-01-151-1/+1
* r20788: - remove epoll configure checks from libreplaceStefan Metzmacher2007-01-153-17/+15
* r20787: a subsystem doesn't need explicit dependencies to its modulesStefan Metzmacher2007-01-151-1/+1
* r20623: change where the smb.conf parm event:backend is checked to ensure itAndrew Tridgell2007-01-091-4/+6
* r20621: - enable the aio events backend on systems that support itAndrew Tridgell2007-01-093-7/+19
* r20540: darn, also need to fix this event_context referenceAndrew Tridgell2007-01-051-2/+2
* r20539: - split the common timer related events code into events_timed.cAndrew Tridgell2007-01-0510-265/+1137
* r20104: this is a alternative events backend, which uses a hybrid of aio andAndrew Tridgell2006-12-111-0/+518
* r17930: Merge noinclude branch:Jelmer Vernooij2006-08-301-1/+1
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2006-05-242-16/+10
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement Jelmer Vernooij2006-04-241-1/+1
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2006-03-181-0/+5
* r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.Jelmer Vernooij2006-03-161-1/+0
* r13842: Make some more functions public.Jelmer Vernooij2006-03-051-1/+1
* r13699: restore the system/select.h include, as otherwise we don't detectAndrew Tridgell2006-02-271-0/+1
* r12844: don't include system headers directlyStefan Metzmacher2006-01-111-9/+1
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using Jelmer Vernooij2005-12-261-2/+1
* r12153: work arround the fact that epoll reports EPOLLERR and EPOLLHUP, even ifStefan Metzmacher2005-12-091-10/+87
* r12146: as epoll notifies EPOLLERR and EPOLLHUP implicit,Stefan Metzmacher2005-12-091-2/+2
* r12141: - move epoll related code into one big #ifdef, and use dummy #define'sStefan Metzmacher2005-12-091-160/+174
* r12140: - add an additional_flags field to the fd_event struct, so that Stefan Metzmacher2005-12-093-3/+6
* r12124: we don't need this comment twiceStefan Metzmacher2005-12-081-5/+0
* r12123: handle fde == NULL at the correct levelStefan Metzmacher2005-12-083-11/+16
* r11244: Relative path names in .mk filesJelmer Vernooij2005-10-211-2/+2
* r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...Jelmer Vernooij2005-10-201-3/+0
* r10690: Fix a bug that metze pointed out: Leaving the "rejecting" destructor ...Volker Lendecke2005-10-031-0/+1
* r10684: Add a nasty hack for the failure case of wbinfo -t. Tridge has a prop...Volker Lendecke2005-10-031-1/+9
* r10586: Add MergedObject() builder. Default to Library() rather Jelmer Vernooij2005-09-281-1/+1
* r10537: - we now use a much nicer way to handle talloc_free(timed_event)Stefan Metzmacher2005-09-272-10/+21
* r10348: Add scons scripts for remaining subsystems. Most subsystems build now, Jelmer Vernooij2005-09-201-0/+3
* r9703: r9683@blu: tridge | 2005-08-27 18:56:05 +1000Andrew Tridgell2005-08-281-0/+4
* r9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000Andrew Tridgell2005-08-282-0/+16
* r8886: Exchange the arguments of timeval_compare, this makes it behave like s...Volker Lendecke2005-08-011-1/+2
* r8875: Rename timeval_diff to timeval_until and revert the arguments. timeval...Volker Lendecke2005-08-011-1/+1
* r8409: fixed another error found on netbsd.Andrew Tridgell2005-07-131-8/+13