index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
lib
/
events
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-28
r26625: Wrap some more events functions for Python and add a trivial test for...
Jelmer Vernooij
5
-37
/
+169
2007-12-28
r26620: python: Allow not specifying event contexts, in which case a new cont...
Jelmer Vernooij
3
-1
/
+51
2007-12-26
r26588: Janitorial: Rename torture_*_add_*test to torture_*_add_*test_const.
Kai Blin
1
-1
/
+1
2007-12-24
r26580: Include sentinel in build.h, in case the list is empty.
Jelmer Vernooij
1
-1
/
+1
2007-12-24
r26576: Allow the static module loading code to be used for the Python modules.
Jelmer Vernooij
1
-1
/
+1
2007-12-24
r26570: - Trim size of the swig-generated Python bindings by removing a bunch...
Jelmer Vernooij
2
-10
/
+4
2007-12-21
r26464: Tighten dependencies.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26399: Use -O option for SWIG (less evil generated code).
Jelmer Vernooij
2
-6
/
+28
2007-12-21
r26288: events: events.h uses uint16_t so it needs stdint.h
Stefan Metzmacher
1
-1
/
+1
2007-12-21
r26266: Remove more global_loadparm uses.
Jelmer Vernooij
1
-5
/
+0
2007-12-21
r26248: Check in SWIG output so SWIG is not required when running out of svn.
Jelmer Vernooij
2
-0
/
+3238
2007-12-21
r26195: Wrap two more functions.
Jelmer Vernooij
1
-0
/
+4
2007-12-21
r26194: Wrap the events subsystem in a separate file.
Jelmer Vernooij
2
-0
/
+35
2007-12-21
r25903: Move more files out of torture/
Jelmer Vernooij
1
-0
/
+145
2007-12-21
r25676: fixed a valgrind error in the epoll event backend. The linked list
Andrew Tridgell
1
-3
/
+2
2007-10-10
r25537: Use new path for events modules.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25522: Convert to standard bool types.
Jelmer Vernooij
2
-4
/
+4
2007-10-10
r25446: Merge some changes I made on the way home from SFO:
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25430: Add the loadparm context to all parametric options.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25035: Fix some more warnings, use service pointer rather than service numbe...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25027: Fix more warnings.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r24814: Fix headers, trim core.h even more.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r24502: More work to get LOCAL-EVENT passing on all platforms:
Andrew Bartlett
1
-11
/
+18
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
10
-30
/
+20
2007-10-10
r23301: merged from ctdb
Andrew Tridgell
3
-0
/
+6
2007-10-10
r22985: don't do checkins late at night ....
Andrew Tridgell
1
-2
/
+0
2007-10-10
r22971: fix build on systems without epoll
Andrew Tridgell
1
-0
/
+1
2007-10-10
r22970: the events code calls close(), which needs to use socket_wrapper.h in
Andrew Tridgell
3
-0
/
+3
2007-10-10
r22968: andrew bartlett pointed out that the parent process could add a fd to
Andrew Tridgell
3
-33
/
+33
2007-10-10
r22964: log an error on epoll_create failing on reopen
Andrew Tridgell
3
-1
/
+4
2007-10-10
r22963: fixed the epoll/fork interaction in the epoll and aio backends
Andrew Tridgell
2
-0
/
+86
2007-10-10
r22959: cope with a rather interesting interaction between epoll() and
Andrew Tridgell
1
-1
/
+41
2007-10-10
r22830: merged the latest lib/events updates from ctdb to Samba4. This
Andrew Tridgell
9
-8
/
+74
2007-10-10
r22661: optimize the handling of directly triggered timed events:
Stefan Metzmacher
6
-48
/
+60
2007-10-10
r22634: make the events system much less dependent on the samba4 build system
Andrew Tridgell
8
-21
/
+69
2007-10-10
r22632: merged volkers select events fix
Andrew Tridgell
1
-1
/
+2
2007-10-10
r21299: Fix the build for those that don't have talloc.h installed.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r21297: Remove the GTK+ tools and library from the main repository. They are ...
Jelmer Vernooij
2
-0
/
+4
2007-10-10
r21212: detect if the kernel does not support integrated epoll/aio when the
Andrew Tridgell
1
-1
/
+11
2007-10-10
r21171: fixed a bug related to recursive event handling.
Andrew Tridgell
4
-11
/
+7
2007-10-10
r20989: don't mark epoll as set until after the io_submit() succeeds
Andrew Tridgell
1
-1
/
+1
2007-10-10
r20984: Try to ensure we can't have sig_state dissapear before se.
Andrew Bartlett
1
-0
/
+5
2007-10-10
r20960: attempt to fix a valgrind error in the signals backend.
Andrew Tridgell
1
-38
/
+48
2007-10-10
r20941: avoid races in the block/unblock code
Andrew Tridgell
1
-3
/
+11
2007-10-10
r20940: allow SA_SIGINFO signals to be oneshot. Why you would ever want this
Andrew Tridgell
1
-0
/
+3
2007-10-10
r20939: reduce the amount of static state for signal handlers from 96k to 1.2k
Andrew Tridgell
1
-4
/
+23
2007-10-10
r20938: use a double counter trick to avoid the need for atomic increment
Andrew Tridgell
1
-10
/
+31
2007-10-10
r20934: I *hate* deep indents :-)
Volker Lendecke
1
-26
/
+28
2007-10-10
r20930: use sigaction() instead of signal()
Andrew Tridgell
4
-11
/
+87
[prev]
[next]