summaryrefslogtreecommitdiff
path: root/source4/lib/events/events.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-17Avoid including events_util.h in events_internal.h since the latter isJelmer Vernooij1-0/+1
2008-06-14This patch make it possible to build the events library completelySimo Sorce1-27/+15
2008-05-14Make it possible to build libevents standalone.Simo Sorce1-4/+10
2008-04-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij1-0/+1
2008-04-22Remove temporary debug statementSimo Sorce1-2/+0
2008-04-21Remove more event_context_init() uses from function calls within deep down th...Simo Sorce1-0/+2
2008-04-14lib/events: fix missing prototype of s4_events_aio_init()Stefan Metzmacher1-0/+1
2008-04-14Remove prototypes from build.h in preparation of removing build.hJelmer Vernooij1-0/+3
2008-02-16Move responsibilities of build.h to makefile.Jelmer Vernooij1-3/+3
2008-01-05r26669: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij1-3/+0
2007-12-24r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij1-1/+1
2007-12-24r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij1-1/+1
2007-12-21r26266: Remove more global_loadparm uses.Jelmer Vernooij1-5/+0
2007-10-10r25537: Use new path for events modules.Jelmer Vernooij1-1/+1
2007-10-10r25522: Convert to standard bool types.Jelmer Vernooij1-2/+2
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-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r22830: merged the latest lib/events updates from ctdb to Samba4. ThisAndrew Tridgell1-0/+25
2007-10-10r22634: make the events system much less dependent on the samba4 build systemAndrew Tridgell1-3/+10
2007-10-10r20930: use sigaction() instead of signal()Andrew Tridgell1-1/+5
2007-10-10r20929: fixed typoAndrew Tridgell1-4/+4
2007-10-10r20928: added signal events to lib/eventsAndrew Tridgell1-0/+12
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 Tridgell1-3/+10
2007-10-10r20539: - split the common timer related events code into events_timed.cAndrew Tridgell1-4/+94
2007-10-10r13842: Make some more functions public.Jelmer Vernooij1-1/+1
2007-10-10r12123: handle fde == NULL at the correct levelStefan Metzmacher1-0/+2
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 Tridgell1-0/+14
2007-10-10r5407: - this patch makes samba's event loop code more generic and makesStefan Metzmacher1-0/+155
2007-10-10r5373: prepare infrastructure for maing different eventsStefan Metzmacher1-540/+0
2007-10-10r5370: epoll gives more precise event bits like EPOLLHUP instead of just EPOL...Andrew Tridgell1-1/+2
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-0/+1
2007-10-10r5296: - only include the tdb headers where they are neededAndrew Tridgell1-2/+0
2007-10-10r5292: ensure we cleanup the epoll_fd on event context destructionAndrew Tridgell1-0/+17
2007-10-10r5284: this is needed on my serverStefan Metzmacher1-0/+2
2007-10-10r5273: fixed another bug in the code that keeps timed eventsAndrew Tridgell1-2/+2
2007-10-10r5217: avoid epoll_ctl() if the event flags are already set correctlyAndrew Tridgell1-1/+4
2007-10-10r5198: don't consider failure to remove an epoll event as enough reason toAndrew Tridgell1-4/+2
2007-10-10r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell1-0/+520