Attempt to fix crash seen with new CUPS async printcap loading code.
[jra/samba/.git] / lib /
2009-01-05 Stefan Metzmachertevent: add some debugging for timer events, that mostl...
2009-01-05 Stefan Metzmachertevent: add tevent_context destructor that unlinks...
2009-01-05 Stefan Metzmachertevent: don't crash if te->event_ctx is NULL
2009-01-05 Stefan Metzmachertevent: keep a linked list of fd_events
2009-01-05 Stefan Metzmachertevent: keep a linked list of signal events
2009-01-05 Stefan Metzmachertevent: make tevent_debug() a noop if ev is NULL
2009-01-05 Volker LendeckeAttempt to fix the build on netbsd5
2009-01-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-05 Stefan Metzmachertevent: fix tevent_add_timer() and tevent_add_aio(...
2009-01-04 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-04 Stefan Metzmachertevent: move samba4 stuff from libtevent.m4 to samba.m4
2009-01-04 Stefan Metzmachertevent: completely initialize tevent_fd structs
2009-01-03 Stefan Metzmachertevent: raise version to 0.9.2 after AUTOCLOSE changes
2009-01-03 Stefan Metzmachertevent: remove TEVENT_FD_AUTOCLOSE feature
2009-01-03 Stefan Metzmachertevent: remove dependency to SOCKET_WRAPPER via "system...
2009-01-03 Stefan Metzmachertevent: add tevent_fd_set_auto_close()
2009-01-03 Stefan Metzmachertevent: add tevent_fd_set_close_fn()
2009-01-03 Stefan Metzmachertevent: move some common tevent_fd related functions...
2009-01-03 Stefan Metzmachertevent: specify argument names for the event handlers
2009-01-03 Stefan Metzmachertevent: fix standalone make test
2009-01-03 Stefan Metzmachertevent: raise version to 0.9.1
2009-01-02 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-01-02 Jeremy AllisonFix warnings in make test code.
2009-01-02 Stefan Metzmachertevent: only provide compat macros if the caller wants...
2009-01-02 Stefan Metzmachertevent: change pytevent to tevent_*
2009-01-02 Stefan Metzmachertevent: use TEVENT_FD_* instead of EVENT_FD_*
2009-01-02 Stefan Metzmachertevent: rename ev_debug_ops => tevent_debug_ops
2009-01-02 Stefan Metzmachertevent: rename events => tevent in tevent.pc
2009-01-02 Stefan Metzmachertevent: pass down handler_name and location to the...
2009-01-02 Stefan Metzmachertevent: make tevent_add_*() macros arround _tevent_add_*()
2009-01-02 Stefan Metzmachertevent: use HAVE_EPOLL instead of HAVE_EVENTS_EPOLL
2009-01-02 Stefan Metzmachertevent: rename event_register_backend() => tevent_regis...
2009-01-02 Stefan Metzmachertevent: rename event_context_init* => tevent_context_in...
2009-01-02 Stefan Metzmachertevent: rename event_[s|g]et_fd_flags => tevent_fd_...
2009-01-02 Stefan Metzmachertevent: rename event_loop_* => tevent_loop_*
2009-01-02 Stefan Metzmachertevent: rename event_set_default_backend() => tevent_se...
2009-01-02 Stefan Metzmachertevent: use libreplace headers instead of system headers
2009-01-02 Stefan Metzmachers4:tevent: move event_context_find() to tevent_s4.c
2009-01-01 Jeremy AllisonFix all warnings in source3 with gcc4.3.
2008-12-31 Tim Proutys3/s4: Move CONST_DISCARD into lib/util so it's availab...
2008-12-30 Stefan Metzmacherlib/tevent: fix standalone make distclean realdistclean
2008-12-29 Stefan Metzmachers4:lib/tevent: rename structs
2008-12-29 Stefan Metzmacherlib/tevent: rename event_* => tevent_* in the header...
2008-12-24 Stefan Metzmacherlib/tevent: libtevent will change a lot until it's...
2008-12-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-23 Jelmer VernooijFix more compiler warnings.
2008-12-23 Jelmer VernooijFix more compiler warnings in various places.
2008-12-23 Jelmer VernooijInstall tevent_internal.h, as Samba 4 needs it.
2008-12-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-23 Jelmer VernooijFix use of "time offset" parameter, and add test to...
2008-12-23 Jelmer Vernooijpytevent: Add missing file.
2008-12-23 Jelmer VernooijAllow using external libtevent.
2008-12-23 Jelmer Vernooijstandalone: Use more variables, preparing to include...
2008-12-23 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-12-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-23 Jelmer VernooijMove Samba4-specific file out of common libtevent.
2008-12-23 Jeremy AllisonIn gcc version 4.3.2 we get warnings for functions...
2008-12-23 Jelmer Vernooijldb: Fix linking against tevent library (rather than...
2008-12-23 Jelmer Vernooijpytalloc: Add some comments, use talloc object location...
2008-12-23 Jelmer Vernooijpython/tevent: Remove use of pytalloc.h.
2008-12-23 Jelmer VernooijFix prefixing swig library directory with prefix.
2008-12-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-22 Jelmer VernooijFix installation of standalone tevent Python module.
2008-12-22 Jelmer VernooijFix standalone build of tdb python module, update ignor...
2008-12-22 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-22 Jelmer VernooijFix missing symbols issues when building with shared...
2008-12-22 Jelmer VernooijNever build tevent modules as shared objects.
2008-12-22 Jelmer VernooijRemove unused Samba4-specific init functions for libtevent.
2008-12-21 Jelmer VernooijFix various Python-related bugs.
2008-12-21 Jelmer VernooijFix more introduced regressions in new bindings.
2008-12-21 Jelmer Vernooijpy: Fix initialisation of subtypes, fix segfaults.
2008-12-20 Jelmer VernooijCreate and use convenience function for creating new...
2008-12-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-20 Jelmer VernooijFix tevent python module build as part of samba 4.
2008-12-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-20 Jelmer VernooijStop using SWIG for ldb Python bindings.
2008-12-20 Jelmer VernooijFix standalone compilation of events library.
2008-12-20 Jelmer VernooijAdd missing files for standalone build.
2008-12-19 Jelmer VernooijMerge branch 'pyregistry' of git://git.samba.org/jelmer...
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Jelmer VernooijInitial work using manual Python bindings for LDB,...
2008-12-18 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-12-18 Jelmer VernooijMake sure to not close tdb database more than once.
2008-12-18 Jelmer VernooijRemove swig use from tdb standalone build.
2008-12-18 Jelmer VernooijImplement missing functions in pytdb.
2008-12-18 Jelmer VernooijAdd simple manually written replacement for the tdb...
2008-12-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-17 Stefan Metzmacherlib/util: make it possible to use debug.h with using...
2008-12-17 Stefan Metzmachers4:lib/tevent: add lib/events/ compat and let things...
2008-12-17 Stefan Metzmachers4:lib/events: move to toplevel directory as lib/tevent/
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-16 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-16 Tim Proutys3/s4: Fix "shadows a global declaration" warning
2008-12-16 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-16 Holger HetterichAdded a simple tdb integrity check to tdbtool. The...
2008-12-16 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-16 Andrew Tridgellimported the tdb_repack() code from CTDB
2008-12-16 Andrew Tridgellmake tdbbackup use transactions
next