summaryrefslogtreecommitdiffstats
path: root/source4/lib/events/events.c
Commit message (Expand)AuthorAgeFilesLines
* s4:lib/events: move to toplevel directory as lib/tevent/Stefan Metzmacher2008-12-171-310/+0
* Avoid including events_util.h in events_internal.h since the latter isJelmer Vernooij2008-06-171-0/+1
* This patch make it possible to build the events library completelySimo Sorce2008-06-141-27/+15
* Make it possible to build libevents standalone.Simo Sorce2008-05-141-4/+10
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-251-0/+1
|\
| * Remove temporary debug statementSimo Sorce2008-04-221-2/+0
| * Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-211-0/+2
| * lib/events: fix missing prototype of s4_events_aio_init()Stefan Metzmacher2008-04-141-0/+1
| * Remove prototypes from build.h in preparation of removing build.hJelmer Vernooij2008-04-141-0/+3
* | Move responsibilities of build.h to makefile.Jelmer Vernooij2008-02-161-3/+3
|/
* r26669: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij2008-01-051-3/+0
* r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij2007-12-241-1/+1
* r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij2007-12-241-1/+1
* r26266: Remove more global_loadparm uses.Jelmer Vernooij2007-12-211-5/+0
* r25537: Use new path for events modules.Jelmer Vernooij2007-10-101-1/+1
* r25522: Convert to standard bool types.Jelmer Vernooij2007-10-101-2/+2
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-101-1/+1
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-101-1/+1
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-1/+1
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22830: merged the latest lib/events updates from ctdb to Samba4. ThisAndrew Tridgell2007-10-101-0/+25
* r22634: make the events system much less dependent on the samba4 build systemAndrew Tridgell2007-10-101-3/+10
* r20930: use sigaction() instead of signal()Andrew Tridgell2007-10-101-1/+5
* r20929: fixed typoAndrew Tridgell2007-10-101-4/+4
* r20928: added signal events to lib/eventsAndrew Tridgell2007-10-101-0/+12
* 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-101-3/+10
* r20539: - split the common timer related events code into events_timed.cAndrew Tridgell2007-10-101-4/+94
* r13842: Make some more functions public.Jelmer Vernooij2007-10-101-1/+1
* r12123: handle fde == NULL at the correct levelStefan Metzmacher2007-10-101-0/+2
* r9703: r9683@blu: tridge | 2005-08-27 18:56:05 +1000Andrew Tridgell2007-10-101-0/+4
* r9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000Andrew Tridgell2007-10-101-0/+14
* r5407: - this patch makes samba's event loop code more generic and makesStefan Metzmacher2007-10-101-0/+155
* r5373: prepare infrastructure for maing different eventsStefan Metzmacher2007-10-101-540/+0
* r5370: epoll gives more precise event bits like EPOLLHUP instead of just EPOL...Andrew Tridgell2007-10-101-1/+2
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-0/+1
* r5296: - only include the tdb headers where they are neededAndrew Tridgell2007-10-101-2/+0
* r5292: ensure we cleanup the epoll_fd on event context destructionAndrew Tridgell2007-10-101-0/+17
* r5284: this is needed on my serverStefan Metzmacher2007-10-101-0/+2
* r5273: fixed another bug in the code that keeps timed eventsAndrew Tridgell2007-10-101-2/+2
* r5217: avoid epoll_ctl() if the event flags are already set correctlyAndrew Tridgell2007-10-101-1/+4
* r5198: don't consider failure to remove an epoll event as enough reason toAndrew Tridgell2007-10-101-4/+2
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-101-0/+520