summaryrefslogtreecommitdiff
path: root/source4/lib/events
AgeCommit message (Expand)AuthorFilesLines
2013-02-28s4:lib/events: make use of samba_tevent_set_debug()Stefan Metzmacher1-35/+1
2012-08-09s4-events: Do not vasprintf() the tevent debug messages that will not be shownAndrew Bartlett1-4/+6
2012-05-14s4:lib/events: no longer define TEVENT_COMPAT_DEFINESStefan Metzmacher1-3/+0
2012-05-14s4:lib/events: remove unused event_context_find() prototypeStefan Metzmacher1-1/+0
2011-05-08s4-auth Rename auth -> auth4 to avoid conflict with s3 authAndrew Bartlett1-0/+2
2011-02-28Use <tevent.h> so the system tevent gets included, if enabled.Jelmer Vernooij1-1/+1
2010-10-31s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij1-5/+0
2010-10-26waf: Remove lib prefix from libraries manually.Jelmer Vernooij1-1/+1
2010-10-26s4: Drop duplicate 'lib' prefix for private libraries.Jelmer Vernooij1-1/+1
2010-10-24s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij1-1/+1
2010-10-23s4: Rename LIBEVENTS to libevents.Jelmer Vernooij1-1/+1
2010-10-21s4-events: LIBEVENTS depends on LIBSAMBA-UTILAndrew Tridgell1-1/+1
2010-10-21s4-events: make LIBEVENTS a private libraryAndrew Tridgell1-4/+5
2010-10-11s4-tevent Remove event_contex_find() and event_context_set_default()Andrew Bartlett1-30/+0
2010-08-23s4-event: event_context_find() should use s4_event_context_init()Andrew Tridgell1-1/+1
2010-04-06s4-waf: removed the AUTOGENERATED markersAndrew Tridgell1-3/+0
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell1-0/+2
2010-04-06build: commit all the waf build files in the treeAndrew Tridgell1-0/+9
2010-01-08s4-event: added s4_event_context_set_default()Andrew Tridgell2-1/+15
2009-05-27s4:tevent: Increase trace debug level to 50.Andrew Kroeger1-1/+1
2009-03-12s4:events: allow nested events until we fixed all code to avoid themStefan Metzmacher1-0/+2
2009-02-25s4:lib/events: map TEVENT_DEBUG_TRACE to debug level 10Stefan Metzmacher1-1/+1
2009-01-28Stop installing events.h - it contains a broken include itself andJelmer Vernooij1-2/+0
2009-01-08s4:events: don't trigger \n in debug messages two timesStefan Metzmacher1-1/+1
2009-01-02s4:lib/events: remove unused events_internal.hStefan Metzmacher2-6/+1
2009-01-02s4:lib/events: convert to use tevent_* functions instead of compat macrosStefan Metzmacher1-12/+11
2009-01-02s4:lib/events: deprecate event_context_find()Stefan Metzmacher1-1/+1
2009-01-02s4:tevent: move event_context_find() to tevent_s4.cStefan Metzmacher1-0/+17
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher2-4/+4
2008-12-29lib/tevent: rename event_* => tevent_* in the header fileStefan Metzmacher2-0/+10
2008-12-26Fix some tevent includes, trying to fix the buildKai Blin2-3/+3
2008-12-23Fix more compiler warnings in various places.Jelmer Vernooij1-2/+2
2008-12-23Move Samba4-specific file out of common libtevent.Jelmer Vernooij3-5/+73
2008-12-19Specify explicit path to tevent.h, compilation breaks without it for me.Jelmer Vernooij1-1/+1
2008-12-17s4:lib/tevent: add lib/events/ compat and let things compileStefan Metzmacher4-0/+13
2008-12-17s4:lib/events: move to toplevel directory as lib/tevent/Stefan Metzmacher30-7911/+0
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij1-0/+1
2008-09-19Fix libevents standalone buildSimo Sorce8-17/+213
2008-09-18Generate with 1.3.36.Jelmer Vernooij3-8/+13
2008-07-24fixd a bug in the signal handling code - we could get phantom signalsAndrew Tridgell1-5/+5
2008-07-14Remove C++ keywords from events.h header.Andrew Bartlett1-4/+4
2008-06-30lib/events: build as MERGED_OBJ instead of STATIC_LIBRARYStefan Metzmacher1-1/+1
2008-06-26Only try to detect the events lib dir if it wasn't set earlier.Jelmer Vernooij1-10/+12
2008-06-19Include events_util.h in events_aio.cVolker Lendecke1-0/+1
2008-06-17Make sure events pc file gets installed.Jelmer Vernooij1-0/+2
2008-06-17Avoid including events_util.h in events_internal.h since the latter isJelmer Vernooij7-2/+6
2008-06-15Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-fixm...Jelmer Vernooij1-3/+3
2008-06-15Fix standalone ldb build.Jelmer Vernooij2-1/+1
2008-06-14Fix events_aioSimo Sorce1-3/+3
2008-06-14Use a custom init function for samba4 that sets a samba4Simo Sorce3-5/+60