index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
lib
/
events
/
events.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4:lib/events: move to toplevel directory as lib/tevent/
Stefan Metzmacher
2008-12-17
1
-310
/
+0
*
Avoid including events_util.h in events_internal.h since the latter is
Jelmer Vernooij
2008-06-17
1
-0
/
+1
*
This patch make it possible to build the events library completely
Simo Sorce
2008-06-14
1
-27
/
+15
*
Make it possible to build libevents standalone.
Simo Sorce
2008-05-14
1
-4
/
+10
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
Jelmer Vernooij
2008-04-25
1
-0
/
+1
|
\
|
*
Remove temporary debug statement
Simo Sorce
2008-04-22
1
-2
/
+0
|
*
Remove more event_context_init() uses from function calls within deep down th...
Simo Sorce
2008-04-21
1
-0
/
+2
|
*
lib/events: fix missing prototype of s4_events_aio_init()
Stefan Metzmacher
2008-04-14
1
-0
/
+1
|
*
Remove prototypes from build.h in preparation of removing build.h
Jelmer Vernooij
2008-04-14
1
-0
/
+3
*
|
Move responsibilities of build.h to makefile.
Jelmer Vernooij
2008-02-16
1
-3
/
+3
|
/
*
r26669: Janitorial: Remove uses of global_loadparm.
Jelmer Vernooij
2008-01-05
1
-3
/
+0
*
r26580: Include sentinel in build.h, in case the list is empty.
Jelmer Vernooij
2007-12-24
1
-1
/
+1
*
r26576: Allow the static module loading code to be used for the Python modules.
Jelmer Vernooij
2007-12-24
1
-1
/
+1
*
r26266: Remove more global_loadparm uses.
Jelmer Vernooij
2007-12-21
1
-5
/
+0
*
r25537: Use new path for events modules.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r25522: Convert to standard bool types.
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r25446: Merge some changes I made on the way home from SFO:
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r25430: Add the loadparm context to all parametric options.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r25035: Fix some more warnings, use service pointer rather than service numbe...
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
1
-3
/
+2
*
r22830: merged the latest lib/events updates from ctdb to Samba4. This
Andrew Tridgell
2007-10-10
1
-0
/
+25
*
r22634: make the events system much less dependent on the samba4 build system
Andrew Tridgell
2007-10-10
1
-3
/
+10
*
r20930: use sigaction() instead of signal()
Andrew Tridgell
2007-10-10
1
-1
/
+5
*
r20929: fixed typo
Andrew Tridgell
2007-10-10
1
-4
/
+4
*
r20928: added signal events to lib/events
Andrew Tridgell
2007-10-10
1
-0
/
+12
*
r20623: change where the smb.conf parm event:backend is checked to ensure it
Andrew Tridgell
2007-10-10
1
-4
/
+6
*
r20621: - enable the aio events backend on systems that support it
Andrew Tridgell
2007-10-10
1
-3
/
+10
*
r20539: - split the common timer related events code into events_timed.c
Andrew Tridgell
2007-10-10
1
-4
/
+94
*
r13842: Make some more functions public.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r12123: handle fde == NULL at the correct level
Stefan Metzmacher
2007-10-10
1
-0
/
+2
*
r9703: r9683@blu: tridge | 2005-08-27 18:56:05 +1000
Andrew Tridgell
2007-10-10
1
-0
/
+4
*
r9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000
Andrew Tridgell
2007-10-10
1
-0
/
+14
*
r5407: - this patch makes samba's event loop code more generic and makes
Stefan Metzmacher
2007-10-10
1
-0
/
+155
*
r5373: prepare infrastructure for maing different events
Stefan Metzmacher
2007-10-10
1
-540
/
+0
*
r5370: epoll gives more precise event bits like EPOLLHUP instead of just EPOL...
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r5296: - only include the tdb headers where they are needed
Andrew Tridgell
2007-10-10
1
-2
/
+0
*
r5292: ensure we cleanup the epoll_fd on event context destruction
Andrew Tridgell
2007-10-10
1
-0
/
+17
*
r5284: this is needed on my server
Stefan Metzmacher
2007-10-10
1
-0
/
+2
*
r5273: fixed another bug in the code that keeps timed events
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r5217: avoid epoll_ctl() if the event flags are already set correctly
Andrew Tridgell
2007-10-10
1
-1
/
+4
*
r5198: don't consider failure to remove an epoll event as enough reason to
Andrew Tridgell
2007-10-10
1
-4
/
+2
*
r5197: moved events code to lib/events/ (suggestion from metze)
Andrew Tridgell
2007-10-10
1
-0
/
+520