s3: Fix ENODATA for getacl on .snapshot dirs
[obnox/samba-ctdb.git] / lib / tevent /
2009-10-12 Jeremy AllisonFix bug 6796 - Deleting an event context on shutdown...
2009-10-08 Stefan Metzmachertevent: make sure we don't set errno within the signal...
2009-10-02 Simo SorceFixing timeval calculation
2009-09-09 Stefan Metzmachertevent: change version to 0.9.8 after some critical...
2009-09-09 Jeremy AllisonAnother part of the fix for bug 6651 - smbd SIGSEGV...
2009-09-09 Volker Lendecketevent: Fix a segfault upon the first signal
2009-09-09 Rusty Russelllib/tevent: close pipe_fds on event_context destruction
2009-09-09 Rusty Russelllib/tevent: handle tevent_common_add_signal on differen...
2009-09-09 Rusty Russelllib/tevent: fix race with signals and tevent_common_add...
2009-09-09 Rusty Russelllib/tevent: remove spectacularly complicated manual...
2009-09-09 Günther Deschnertevent: avoid using reserved c++ word.
2009-09-09 Jeremy AllisonFix for bug 6651 - smbd SIGSEGV when breaking oplocks...
2009-09-09 Michael Adamtevent: fix a comment
2009-09-09 Stefan Metzmachertevent: change version to 0.9.7 after adding tevent_req...
2009-09-09 Stefan Metzmachertevent: add tevent_req_cancel() infrastructure
2009-09-09 Stefan Metzmachertevent: add some more doxygen comments for tevent_req...
2009-09-09 Stefan Metzmachertevent: try to fix the build on QNX qnx18 6.4.1 it...
2009-09-09 Jeremy AllisonChange to talloc_zero_size instead of extra memset...
2009-09-09 Jeremy AllisonWhen tallocing a memory block for the state in a tevent...
2009-09-09 Stefan MetzmacherSort the signature files (cherry picked from commit...
2009-09-09 Simo SorceExpose functions need by backend writers
2009-09-09 Simo SorceRevert "For tevent to install tevent_util.h"
2009-09-09 Eric SandallFor tevent to install tevent_util.h
2009-09-09 Simo SorceAdd exports file and abi checker for tevent
2009-09-09 Stefan MetzmacherIncrease tevent version for tevent_req_notify_callback...
2009-09-09 Volker LendeckeAdd tevent_req_notify_callback
2009-09-09 Jelmer Vernooijtevent/python: Makefile was still trying to build some...
2009-09-09 Jelmer Vernooijtevent: Define TALLOC_FREE() if it's not defined yet...
2009-09-09 Stefan Metzmachertevent: Remove python module.
2009-09-09 Jelmer Vernooijtevent: Install tevent_internal.h in the standalone...
2009-09-09 Jelmer VernooijUpdate copies of config.guess and config.sub. (cherry...
2009-09-09 Jelmer Vernooijtevent: Don't install headers, since we don't install...
2009-09-09 Stefan Metzmachertevent: fix typo async_req_done() => tevent_req_done()
2009-09-09 Stefan Metzmachertevent: fix the nesting logic
2009-09-09 Andrew Tridgellfixed a logic bug in the tevent nesting code
2009-03-18 Stefan Metzmachertevent: change version to 0.9.5 after the ABI has changed
2009-03-18 Stefan Metzmachertevent: store the location where a request was finished
2009-03-18 Stefan Metzmachertevent: use an immediate event as trigger for tevent_queue
2009-03-18 Stefan Metzmachertevent: use an immediate event fot tevent_req_post()
2009-03-18 Stefan Metzmachertevent: use TALLOC_FREE() in tevent_req.c
2009-03-18 Stefan Metzmachertevent: add support for immediate events
2009-03-18 Stefan Metzmachertevent: add tevent_common_loop_wait() helper function...
2009-03-18 Stefan Metzmachertevent: check signal events first in event_loop_once
2009-03-18 Stefan Metzmachertevent: let tevent_loop_once() just run one fd event
2009-03-18 Stefan Metzmachertevent: change version to 0.9.4 as the ABI has changed
2009-03-12 Tim Proutytevent: Fix might be unitialized warning
2009-03-12 Stefan Metzmachertevent: add tevent_loop_until()
2009-03-12 Stefan Metzmachertevent: add tevent_loop_set_nesting_hook()
2009-03-12 Stefan Metzmachertevent: don't allow nested tevent_loop_once() anymore
2009-03-12 Stefan Metzmachertevent: pass __location__ to tevent_loop_once/wait()
2009-03-12 Stefan Metzmachertevent: add tevent_set_abort_fn()
2009-03-12 Stefan Metzmachertevent: add tevent_signal_support()
2009-03-10 Stefan Metzmachertevent: add tevent_req_callback_data_void() macro
2009-03-10 Stefan Metzmachertevent: add tevent_req_received() function
2009-03-02 Simo SorceMake struct tevent_req opaque
2009-03-01 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-01 Jelmer VernooijAvoid using tevent_util.h, which won't be available...
2009-02-26 Stefan Metzmachertevent: add tevent_queue infrastructure
2009-02-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-25 Stefan Metzmachertevent: add private_print function feature to tevent_req
2009-02-25 Stefan Metzmachertevent: add tevent_req_poll() function
2009-02-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-25 Volker LendeckeAttempt to fix the OpenChange build -- sorry for the...
2009-02-24 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-02-24 Volker Lendecketevent.h requires bool and uint[16|32|64]_t
2009-02-21 Jelmer Vernooijpytevent: Fix include path - tevent_util is not installed.
2009-02-18 Stefan Metzmachertevent: add tevent_wakeup_send/recv()
2009-02-18 Stefan Metzmachertevent: rename tevent_req_set_timeout() => tevent_req_s...
2009-02-17 Kai Blintevent: Rename ev_timeval* functions to tevent_timeval...
2009-02-16 Stefan Metzmachertevent: fix compiler warning in pytevent.c
2009-02-16 Stefan Metzmacherlib/tevent: change to LGPLv3+
2009-02-14 Volker LendeckeAdd missing prototype for "tevent_req_print"
2009-02-14 Volker LendeckeFix a warning and a bug: pipe(2) can fail
2009-02-14 Volker LendeckeAdd two variable assignments to shut up gcc
2009-02-13 Stefan Metzmachertevent: raise version to 0.9.3
2009-02-13 Stefan Metzmacherlib/tevent: add tevent_req infrastructure
2009-02-13 Stefan Metzmacherlib/tevent: add tevent_req.c as copy of lib/async_req...
2009-02-13 Stefan Metzmacherlib/tevent: expose ev_timeval_zero() for internal usage
2009-02-13 Stefan Metzmacherlib/tevent: remove broken tevent_aio support
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-02 Stefan Metzmacherlib/tevent: the python bindings don't use swig anymore
2009-02-02 Stefan Metzmacherlib/tevent: s/private/private_data
2009-01-31 Simo SorceDo not install private headers
2009-01-30 Stefan Metzmacherlib/tevent: include replace.h in pytevent.c
2009-01-30 Simo SorceFix standalone configure scripts
2009-01-27 Stefan Metzmachertevent: change SA_INFO_QUEUE_COUNT from 10 to 100
2009-01-19 Stefan Metzmachertevent: rename signal handler functions to start with...
2009-01-12 Stefan Metzmachertevent: use for() loops instead of while() loops
2009-01-11 Tim Proutytevent: Fix build break
2009-01-11 Bo YangFix tevent_common_context_destructor to remove all...
2009-01-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-08 Jelmer VernooijAvoid using a utility header for Python replacements...
2009-01-07 Tim Proutys3/s4 build: Fix Py_RETURN_NONE to work with python...
2009-01-07 Stefan Metzmachertevent: don't try to dereference fde->event_ctx when...
2009-01-06 Jelmer VernooijAdd dependency to talloc in tevent pc file.
2009-01-06 Andrew BartlettEnsure libreplace is included into the tevent python...
2009-01-06 Jelmer Vernooijpy: Properly increase the reference counter of Py_None.
2009-01-05 Stefan Metzmachertevent: add some debugging for timer events, that mostl...
next