socket_wrapper: fix crash bug in swrap_readv/writev
[ira/third_party.git] / tevent /
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 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 Stefan Metzmachertevent: add private_print function feature to tevent_req
2009-02-25 Stefan Metzmachertevent: add tevent_req_poll() function
2009-02-25 Volker LendeckeAttempt to fix the OpenChange build -- sorry for the...
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-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 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...
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 Stefan Metzmachertevent: fix tevent_add_timer() and tevent_add_aio(...
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 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
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.
next