WHATSNEW: add SmartCard/PKINIT improvements
[vlendec/samba-autobuild/.git] / lib / tevent / tevent_epoll.c
2015-11-18 Jeremy Allisonlib: tevent: Whitespace cleanup.
2013-12-26 Simo SorceDo not return a value from a void function.
2013-12-11 Stefan Metzmachertevent: tevent_epoll_set_panic_fallback() can be a...
2013-12-11 Stefan Metzmachertevent: make use of talloc_get_type_abort() in tevent_e...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-03-01 Stefan Metzmachertevent: optimize adding new zero timer events
2013-03-01 Stefan Metzmachertevent: use DEBUG_ERROR for the fallback message in...
2013-03-01 Jeremy Allisontevent: If epoll_ctl(..EPOLL_CTL_ADD,..) failes with...
2013-03-01 Stefan Metzmachertevent: preferr the write handler if there're two possi...
2013-03-01 Stefan Metzmachertevent: In epoll_event_loop() ensure we trigger the...
2013-03-01 Jeremy Allisontevent: Add utility function epoll_handle_hup_or_err()
2013-03-01 Stefan Metzmachertevent: handle EPOLL_ADDITIONAL_FD_FLAG_HAS_MPX in...
2013-03-01 Stefan Metzmachertevent: handle multiplexed fde's in epoll_event_fd_dest...
2013-03-01 Stefan Metzmachertevent: Fix epoll_mod_event() to cope with modifying...
2013-03-01 Jeremy Allisontevent: Fix up epoll_del_event to cope with deleting...
2013-03-01 Stefan Metzmachertevent: handle multiplexed fde's in epoll_add_event()
2013-03-01 Jeremy Allisontevent: Start to fix the epoll backend to support 2...
2013-03-01 Stefan Metzmachertevent: ignore EBADF from epoll_ctl() and disable the...
2013-03-01 Stefan Metzmachertevent: unify handling of HAS_EVENT and REPORT_ERROR...
2013-03-01 Stefan Metzmachertevent: always go through epoll_update_event()
2013-03-01 Stefan Metzmachertevent: s/epoll_change_event/epoll_update_event
2013-03-01 Stefan Metzmachertevent: the content of event is ignored by EPOLL_CTL_DEL
2013-03-01 Stefan Metzmachertevent: call epoll_panic() if EPOLL_CTL_DEL failed
2013-03-01 Stefan Metzmachertevent: use helper variables to hold the epoll_ctl...
2013-03-01 Stefan Metzmachertevent: remove unused if (epoll_ev->epoll_fd == -1...
2013-03-01 Stefan Metzmachertevent: avoid any operation on epoll_ev after a epoll_p...
2013-03-01 Stefan Metzmachertevent: add epoll_{create,ctl}_panic_fallback() for...
2013-03-01 Stefan Metzmachertevent: remember the errno from select(), poll() and...
2013-03-01 Michael Adamtevent: fix a comment typo in tevent_epoll.c
2013-02-14 Jeremy Allisontevent: Add in the same tevent_re_initialise() fix...
2013-02-14 Jeremy Allisontevent: Add in some test code to allow the panic fallba...
2013-02-14 Jeremy Allisontevent: Plumb in the panic fallback code into the epoll...
2013-02-14 Jeremy Allisontevent: Add an internal function tevent_epoll_set_panic...
2013-02-14 Stefan Metzmachertevent: pass 'bool replay' to epoll_panic()
2013-02-14 Jeremy Allisontevent: Ensure we return after every call to epoll_panic().
2012-06-08 Martin Schwenkelib/tevent: Add trace point callback
2011-08-11 Sumit Bosetevent: Set FD_CLOEXEC on epoll handle
2011-02-17 Volker Lendecketevent: Fix a comment
2010-04-18 Andrew Tridgelltevent: mark backend init fns as _PRIVATE_
2009-03-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-17 Stefan Metzmachertevent: add support for immediate events
2009-03-17 Stefan Metzmachertevent: add tevent_common_loop_wait() helper function...
2009-03-17 Stefan Metzmachertevent: check signal events first in event_loop_once
2009-03-17 Stefan Metzmachertevent: let tevent_loop_once() just run one fd event
2009-03-15 Jelmer VernooijMerge branch 'sharedm4' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'nodiscard' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'tdr' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'checktalloc' of /home/jelmer/samba4
2009-03-12 Stefan Metzmachertevent: pass __location__ to tevent_loop_once/wait()
2009-02-17 Kai Blintevent: Rename ev_timeval* functions to tevent_timeval...
2009-02-16 Stefan Metzmacherlib/tevent: change to LGPLv3+
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-04 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-04 Stefan Metzmachertevent: completely initialize tevent_fd structs
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_close_fn()
2009-01-03 Stefan Metzmachertevent: move some common tevent_fd related functions...
2009-01-02 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
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: pass down handler_name and location to the...
2009-01-02 Stefan Metzmachertevent: rename event_register_backend() => tevent_regis...
2009-01-02 Stefan Metzmachertevent: use libreplace headers instead of system headers
2008-12-29 Stefan Metzmachers4:lib/tevent: rename structs
2008-12-29 Stefan Metzmacherlib/tevent: rename event_* => tevent_* in the header...
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-18 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-12-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
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/