summaryrefslogtreecommitdiffstats
path: root/source4/lib/events
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake4Jelmer Vernooij2008-04-141-0/+1
| |\
| | * lib/events: fix missing prototype of s4_events_aio_init()Stefan Metzmacher2008-04-141-0/+1
| * | Move object files lists to makefile rather than smb_build.Jelmer Vernooij2008-04-141-5/+11
| |/
| * Remove prototypes from build.h in preparation of removing build.hJelmer Vernooij2008-04-141-0/+3
| * Don't install libevents for now, just its headers. It is already part of othe...Jelmer Vernooij2008-04-041-3/+1
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-081-1/+3
|\|
| * Install libevents since it's required by samba-gtk.Jelmer Vernooij2008-04-031-2/+4
| * Reduce the number of installed headers.Jelmer Vernooij2008-04-021-1/+1
* | Merge v4.0-testJelmer Vernooij2008-03-281-1/+1
|\|
| * events_signal: pass down the correct siginfo_t struct to the event handlerStefan Metzmacher2008-03-111-1/+1
| * Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-291-1/+2
* | Fix includes.Jelmer Vernooij2008-03-041-0/+2
* | Move object file lists to the Makefile.Jelmer Vernooij2008-03-031-5/+9
* | Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-261-1/+2
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-02-252-2/+2
|\|
| * Make more module init functions public, since they are compiled with -fvisibi...Jelmer Vernooij2008-02-202-2/+2
* | 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
* r26625: Wrap some more events functions for Python and add a trivial test for...Jelmer Vernooij2007-12-285-37/+169
* r26620: python: Allow not specifying event contexts, in which case a new cont...Jelmer Vernooij2007-12-283-1/+51
* r26588: Janitorial: Rename torture_*_add_*test to torture_*_add_*test_const.Kai Blin2007-12-261-1/+1
* 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
* r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij2007-12-242-10/+4
* r26464: Tighten dependencies.Jelmer Vernooij2007-12-211-1/+1
* r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij2007-12-212-6/+28
* r26288: events: events.h uses uint16_t so it needs stdint.hStefan Metzmacher2007-12-211-1/+1
* r26266: Remove more global_loadparm uses.Jelmer Vernooij2007-12-211-5/+0
* r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij2007-12-212-0/+3238
* r26195: Wrap two more functions.Jelmer Vernooij2007-12-211-0/+4
* r26194: Wrap the events subsystem in a separate file.Jelmer Vernooij2007-12-212-0/+35
* r25903: Move more files out of torture/Jelmer Vernooij2007-12-211-0/+145
* r25676: fixed a valgrind error in the epoll event backend. The linked listAndrew Tridgell2007-12-211-3/+2
* r25537: Use new path for events modules.Jelmer Vernooij2007-10-101-1/+1
* r25522: Convert to standard bool types.Jelmer Vernooij2007-10-102-4/+4
* 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
* r25027: Fix more warnings.Jelmer Vernooij2007-10-101-1/+1
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r24814: Fix headers, trim core.h even more.Jelmer Vernooij2007-10-101-1/+1
* r24502: More work to get LOCAL-EVENT passing on all platforms:Andrew Bartlett2007-10-101-11/+18
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-1010-30/+20
* r23301: merged from ctdbAndrew Tridgell2007-10-103-0/+6
* r22985: don't do checkins late at night ....Andrew Tridgell2007-10-101-2/+0
* r22971: fix build on systems without epollAndrew Tridgell2007-10-101-0/+1
* r22970: the events code calls close(), which needs to use socket_wrapper.h inAndrew Tridgell2007-10-103-0/+3
* r22968: andrew bartlett pointed out that the parent process could add a fd toAndrew Tridgell2007-10-103-33/+33
* r22964: log an error on epoll_create failing on reopenAndrew Tridgell2007-10-103-1/+4
* r22963: fixed the epoll/fork interaction in the epoll and aio backendsAndrew Tridgell2007-10-102-0/+86