summaryrefslogtreecommitdiffstats
path: root/source4/lib/events
Commit message (Collapse)AuthorAgeFilesLines
* s4:tevent: Increase trace debug level to 50.Andrew Kroeger2009-05-271-1/+1
| | | | | | | The sheer volume of messages generated by tevent when the trace level is set to 10 makes it difficult to debug issues in a level 10 log. Increasing this to 50 allows tevent tracing to be enabled if needed, but otherwise keeps the extra chatter out of a level 10 log.
* s4:events: allow nested events until we fixed all code to avoid themStefan Metzmacher2009-03-121-0/+2
| | | | metze
* s4:lib/events: map TEVENT_DEBUG_TRACE to debug level 10Stefan Metzmacher2009-02-251-1/+1
| | | | metze
* Stop installing events.h - it contains a broken include itself andJelmer Vernooij2009-01-281-2/+0
| | | | should be considered internal now.
* s4:events: don't trigger \n in debug messages two timesStefan Metzmacher2009-01-081-1/+1
| | | | metze
* s4:lib/events: remove unused events_internal.hStefan Metzmacher2009-01-022-6/+1
| | | | | | external users need to use tevent_internal.h anyway metze
* s4:lib/events: convert to use tevent_* functions instead of compat macrosStefan Metzmacher2009-01-021-12/+11
| | | | metze
* s4:lib/events: deprecate event_context_find()Stefan Metzmacher2009-01-021-1/+1
| | | | metze
* s4:tevent: move event_context_find() to tevent_s4.cStefan Metzmacher2009-01-021-0/+17
| | | | metze
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-292-4/+4
| | | | | | | | | | | | | | | | | | | | list="" list="$list event_context:tevent_context" list="$list fd_event:tevent_fd" list="$list timed_event:tevent_timer" for s in $list; do o=`echo $s | cut -d ':' -f1` n=`echo $s | cut -d ':' -f2` r=`git grep "struct $o" |cut -d ':' -f1 |sort -u` files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4` for f in $files; do cat $f | sed -e "s/struct $o/struct $n/g" > $f.tmp mv $f.tmp $f done done metze
* lib/tevent: rename event_* => tevent_* in the header fileStefan Metzmacher2008-12-292-0/+10
| | | | | | We have compat macros to keep the callers happy. metze
* Fix some tevent includes, trying to fix the buildKai Blin2008-12-262-3/+3
|
* Fix more compiler warnings in various places.Jelmer Vernooij2008-12-231-2/+2
|
* Move Samba4-specific file out of common libtevent.Jelmer Vernooij2008-12-233-5/+73
|
* Specify explicit path to tevent.h, compilation breaks without it for me.Jelmer Vernooij2008-12-191-1/+1
|
* s4:lib/tevent: add lib/events/ compat and let things compileStefan Metzmacher2008-12-174-0/+13
| | | | metze
* s4:lib/events: move to toplevel directory as lib/tevent/Stefan Metzmacher2008-12-1730-7911/+0
| | | | | | This commit will not compile on its own. metze
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-201-0/+1
| | | | remove some unused functions.
* Fix libevents standalone buildSimo Sorce2008-09-198-17/+213
| | | | | | | | | Make sure to build against libtalloc.a and not individual talloc objects, so that the library can be also built against libtalloc.so and use it as a shared library instead of statically compiling talloc. Also add shared-build target to the events library. Useful to build multiple standalone libraries that depend on each other without having to install them to the final install dir during the build.
* Generate with 1.3.36.Jelmer Vernooij2008-09-183-8/+13
|
* fixd a bug in the signal handling code - we could get phantom signalsAndrew Tridgell2008-07-241-5/+5
| | | | | (signum 64) (This used to be commit af7fb2e38ba27cf8058eb1cef1f96bbc7b19849f)
* Remove C++ keywords from events.h header.Andrew Bartlett2008-07-141-4/+4
| | | | | Andrew Bartlett (This used to be commit 7ca421eb32bed3c400f863b654712d922c82bfb9)
* lib/events: build as MERGED_OBJ instead of STATIC_LIBRARYStefan Metzmacher2008-06-301-1/+1
| | | | | metze (This used to be commit a2a506ba2e044699d147486e987b11d839373784)
* Only try to detect the events lib dir if it wasn't set earlier.Jelmer Vernooij2008-06-261-10/+12
| | | | (This used to be commit 3f48f68800176d992a1bd9b6349f22ec152fc34a)
* Include events_util.h in events_aio.cVolker Lendecke2008-06-191-0/+1
| | | | | | | Without this, linking fails with DLIST_ADD and DLIST_REMOVE being undefined Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit 87385e4c873f80956dc1c43424dd4f49a993586c)
* Make sure events pc file gets installed.Jelmer Vernooij2008-06-171-0/+2
| | | | (This used to be commit e12c0b61573f27969a79d4c07a8fd42f6c931d7e)
* Avoid including events_util.h in events_internal.h since the latter isJelmer Vernooij2008-06-177-2/+6
| | | | | installed. (This used to be commit 7a7e8f30dd3e5bfad788a098872afa8263321cbb)
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into ↵Jelmer Vernooij2008-06-151-3/+3
|\ | | | | | | | | | | v4-0-fixmodulesdir (This used to be commit 1659a572c49b2f9cf336b27ec1c1bec1b86d688e)
| * Fix events_aioSimo Sorce2008-06-141-3/+3
| | | | | | | | (This used to be commit d5525b79649ff75d6e9e853615949e4fbe9e0b6e)
* | Fix standalone ldb build.Jelmer Vernooij2008-06-152-1/+1
|/ | | | (This used to be commit 4ac91e301455721b76f7f456bc50c5c6e47c05d3)
* Use a custom init function for samba4 that sets a samba4Simo Sorce2008-06-143-5/+60
| | | | | | | | specific debug function. By default do not debug, this is the most appropriate action for a library as we cannot assume what stderr is use for in the main app. The main app is responsible to set ev_debug_stderr if they so desire. (This used to be commit e566a2f308ac6fb4b526a744f7059b565670aea5)
* This patch make it possible to build the events library completelySimo Sorce2008-06-1421-282/+422
| | | | | | | standalone with no ties to internal samba4 functions Samba4 itself just uses the plain library, compatibility glue is in events_s4.c only (This used to be commit 7109b6a5a19eb2dbef4259104858b171298bad6e)
* Add docstrings to a couple more python modules.Jelmer Vernooij2008-05-242-1/+5
| | | | (This used to be commit b4560c90e5e8d3a35367d3a21d361dc4c9c0de23)
* Add docstrings to events python module.Jelmer Vernooij2008-05-233-7/+27
| | | | (This used to be commit 7d43d2c7c91c86246b9bb2ae7eda050079767e7a)
* Fix CFLAGS for SWIG files.Jelmer Vernooij2008-05-221-1/+1
| | | | (This used to be commit 8ee4f075046e0b181ec8a4ac1eaf3ea5621a56bf)
* Fix events test.Jelmer Vernooij2008-05-221-1/+1
| | | | (This used to be commit 0fae6f11081cff7846319175cfec95fa3911571c)
* Move more modules inside of the samba package.Jelmer Vernooij2008-05-211-1/+1
| | | | (This used to be commit 9b39e99f48266a54ed0b8890c2efde218b4b118a)
* Move some python files into the samba package.Jelmer Vernooij2008-05-211-1/+1
| | | | (This used to be commit ed38c668cdbe10966e46bad97301122eea8001d0)
* Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij2008-05-211-0/+2
| | | | (This used to be commit 58665a8a8e4b10435aebbf2c95b6a8e50db232d6)
* Remove support for .py files from smb_build - deal with it only in the ↵Jelmer Vernooij2008-05-211-0/+2
| | | | | | makefiles. (This used to be commit b865249efaa58d0fc87fa25491fda3b970af81c3)
* Regenerate with newer version of swig.Jelmer Vernooij2008-05-212-20/+47
| | | | (This used to be commit 034c68bea934db87bce13a750c17fb1bd2bbe3b6)
* Use variables for source directory in remaining subsystems.Jelmer Vernooij2008-05-181-7/+7
| | | | (This used to be commit 6b6b2196a8a8d9e741f5c399185ded7a16938da0)
* Revert "lib/events: system/network.h isn't needed"Stefan Metzmacher2008-05-144-0/+4
| | | | | | | | | Somehow this breaks 'make test'... This reverts commit 59faf3bf670140784d5698bbdc8b86afe8e188ec. metze (This used to be commit ece9df0875a32f76af5af913b6a6cdd8eacf0280)
* lib/events: system/network.h isn't neededStefan Metzmacher2008-05-144-4/+0
| | | | | metze (This used to be commit 59faf3bf670140784d5698bbdc8b86afe8e188ec)
* Make it possible to build libevents standalone.Simo Sorce2008-05-1417-26/+527
| | | | (This used to be commit 10415bb738d51afdebbfeae976923e086805ae84)
* Fix dependency on loadparm.Jelmer Vernooij2008-05-111-1/+1
| | | | (This used to be commit 018ee187ffbfd77aa0d5f5da6c3512ea6b37a746)
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-252-3/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: source/Makefile source/auth/config.mk source/auth/gensec/config.mk source/build/m4/public.m4 source/build/make/python.mk source/build/make/rules.mk source/build/smb_build/header.pm source/build/smb_build/main.pl source/build/smb_build/makefile.pm source/dsdb/config.mk source/dsdb/samdb/ldb_modules/config.mk source/kdc/config.mk source/lib/events/config.mk source/lib/events/events.c source/lib/ldb/config.mk source/lib/nss_wrapper/config.mk source/lib/policy/config.mk source/lib/util/config.mk source/libcli/smb2/config.mk source/libnet/config.mk source/librpc/config.mk source/nbt_server/config.mk source/ntptr/ntptr_base.c source/ntvfs/posix/config.mk source/ntvfs/sysdep/config.mk source/param/config.mk source/rpc_server/config.mk source/rpc_server/service_rpc.c source/scripting/ejs/config.mk source/scripting/python/config.mk source/smb_server/config.mk source/smbd/server.c source/torture/config.mk source/torture/smb2/config.mk source/wrepl_server/config.mk (This used to be commit 13bbd420681519894a4036729c43273912c9b402)
| * Remove temporary debug statementSimo Sorce2008-04-221-2/+0
| | | | | | | | (This used to be commit 10780e638af8afc3ffa261255200779aea732694)
| * Remove more event_context_init() uses from function calls within deep down ↵Simo Sorce2008-04-211-0/+2
| | | | | | | | | | | | | | | | the code. Make sure we pass around the event_context where we need it instead. All test but a few python ones fail. Jelmer promised to fix them. (This used to be commit 3045d391626fba169aa26be52174883e18d323e9)
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake4Jelmer Vernooij2008-04-141-0/+1
| |\ | | | | | | | | | (This used to be commit 1ef3830bb0d6e91e3b00e880784ca0741d9b4d49)