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
2008-05-24
Add docstrings to a couple more python modules.
Jelmer Vernooij
2
-1
/
+5
2008-05-23
Add docstrings to events python module.
Jelmer Vernooij
3
-7
/
+27
2008-05-22
Fix CFLAGS for SWIG files.
Jelmer Vernooij
1
-1
/
+1
2008-05-22
Fix events test.
Jelmer Vernooij
1
-1
/
+1
2008-05-21
Move more modules inside of the samba package.
Jelmer Vernooij
1
-1
/
+1
2008-05-21
Move some python files into the samba package.
Jelmer Vernooij
1
-1
/
+1
2008-05-21
Move CFLAGS overrides for SWIG modules to Makefile.
Jelmer Vernooij
1
-0
/
+2
2008-05-21
Remove support for .py files from smb_build - deal with it only in the makefi...
Jelmer Vernooij
1
-0
/
+2
2008-05-21
Regenerate with newer version of swig.
Jelmer Vernooij
2
-20
/
+47
2008-05-18
Use variables for source directory in remaining subsystems.
Jelmer Vernooij
1
-7
/
+7
2008-05-14
Revert "lib/events: system/network.h isn't needed"
Stefan Metzmacher
4
-0
/
+4
2008-05-14
lib/events: system/network.h isn't needed
Stefan Metzmacher
4
-4
/
+0
2008-05-14
Make it possible to build libevents standalone.
Simo Sorce
17
-26
/
+527
2008-05-11
Fix dependency on loadparm.
Jelmer Vernooij
1
-1
/
+1
2008-04-25
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
Jelmer Vernooij
2
-3
/
+2
2008-04-22
Remove temporary debug statement
Simo Sorce
1
-2
/
+0
2008-04-21
Remove more event_context_init() uses from function calls within deep down th...
Simo Sorce
1
-0
/
+2
2008-04-14
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake4
Jelmer Vernooij
1
-0
/
+1
2008-04-14
Move object files lists to makefile rather than smb_build.
Jelmer Vernooij
1
-5
/
+11
2008-04-14
lib/events: fix missing prototype of s4_events_aio_init()
Stefan Metzmacher
1
-0
/
+1
2008-04-14
Remove prototypes from build.h in preparation of removing build.h
Jelmer Vernooij
1
-0
/
+3
2008-04-08
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
Jelmer Vernooij
1
-1
/
+3
2008-04-04
Don't install libevents for now, just its headers. It is already part of othe...
Jelmer Vernooij
1
-3
/
+1
2008-04-03
Install libevents since it's required by samba-gtk.
Jelmer Vernooij
1
-2
/
+4
2008-04-02
Reduce the number of installed headers.
Jelmer Vernooij
1
-1
/
+1
2008-03-28
Merge v4.0-test
Jelmer Vernooij
1
-1
/
+1
2008-03-11
events_signal: pass down the correct siginfo_t struct to the event handler
Stefan Metzmacher
1
-1
/
+1
2008-03-04
Fix includes.
Jelmer Vernooij
1
-0
/
+2
2008-03-03
Move object file lists to the Makefile.
Jelmer Vernooij
1
-5
/
+9
2008-02-29
Move public header accumulation out of the perl code.
Jelmer Vernooij
1
-1
/
+2
2008-02-26
Move public header accumulation out of the perl code.
Jelmer Vernooij
1
-1
/
+2
2008-02-25
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
Jelmer Vernooij
2
-2
/
+2
2008-02-20
Make more module init functions public, since they are compiled with -fvisibi...
Jelmer Vernooij
2
-2
/
+2
2008-02-16
Move responsibilities of build.h to makefile.
Jelmer Vernooij
1
-3
/
+3
2008-01-05
r26669: Janitorial: Remove uses of global_loadparm.
Jelmer Vernooij
1
-3
/
+0
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
[next]