python:tests: Store keys as bytes rather than as lists of ints
[samba.git] / lib / tevent / tevent.c
2023-10-13 Stefan Metzmachertevent: split out a tevent_common_fd_disarm() helper
2023-07-19 Pavel Filipenskýtevent: Flow: add tevent_thread_call_depth_set_callback()
2023-04-14 Andreas Schneiderlib:tevent: Fix code spelling
2023-01-18 Pavel Filipenskýtevent: Call depth tracking
2023-01-18 Stefan Metzmachertevent: expose tevent_find_ops_byname() to callers
2023-01-18 Stefan Metzmachertevent: remove solaris port backend
2023-01-18 Pavel Filipenskýtevent: Fix trailing whitespaces in tevent.c
2022-07-25 Stefan Metzmachertevent: add tevent_cached_getpid() helper
2021-07-07 Pavel Březinatevent: add event trace api
2021-06-04 Volker Lendecketevent: Remove single-use ev_str_list_[length|add]
2018-07-11 Stefan Metzmachertevent: add tevent_context_wrapper_create() infrastructure
2018-07-11 Stefan Metzmachertevent: add tevent_common_check_double_free() helper...
2018-07-11 Stefan Metzmachertevent: make tevent_abort() available for backends
2018-07-11 Stefan Metzmachertevent: allow tevent_abort() to cope with ev == NULL
2017-09-16 Jeremy Allisonlib: tevent: Remove select backend.
2017-06-21 Volker Lendecketevent: Simplify create_immediate
2017-06-08 Volker Lendecketevent: Fix a memleak on FreeBSD
2017-06-08 Volker Lendecketevent: Re-init threading in tevent_re_initialise
2017-06-08 Volker Lendecketevent: Factor out context initialization
2016-10-04 Volker Lendecketevent: Make talloc_free safe when threaded_contexts...
2016-10-04 Volker Lendecketevent: Add tevent_common_wakeup_fd()
2016-10-04 Volker Lendecketevent: Rename wakeup fds
2016-08-23 Volker Lendecketevent: Use eventfd for signal/thread wakeup
2016-08-23 Volker Lendecketevent: Move a variable declaration into a while block
2016-08-23 Volker Lendecketevent: Move rundown of the event pipe
2016-08-23 Volker Lendecketevent: Add threaded immediate activation
2016-08-23 Volker Lendecketevent: Move the async wakeup pipe to common
2015-02-15 Jeremy AllisonAdd Solaris ports as a tevent backend.
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 Michael Adamtevent: add trace points BEFORE_LOOP_ONCE and AFTER_LOO...
2013-03-01 Stefan Metzmachertevent: fix compiler warning in tevent_context_init_byn...
2013-02-14 Stefan Metzmachertevent: make use of tevent_find_ops_byname() in tevent_...
2013-02-14 Stefan Metzmachertevent: make sure tevent_backend_init() only runs once
2013-02-14 Jeremy Allisontevent: Add a utility function tevent_find_ops_byname().
2013-02-14 Jeremy Allisontevent: Preparing to fix "standard" backend fallback...
2012-08-16 Volker Lendeckelib/tevent: Add a thread-safe tevent backend
2012-06-08 Stefan Metzmachertevent: expose tevent_context_init_ops
2011-12-09 Volker Lendecketevent: tevent_schedule_immediate never fails
2011-08-12 Andrew Tridgelltevent: don't force the nesting flag to false in the...
2011-08-10 Simo Sorcetevent: cleanup nesting counter when doing a full reinit.
2011-02-28 Volker Lendecketevent: Add a poll backend
2010-10-08 Volker Lendecketevent: Do not use talloc_autofree_context
2010-05-05 Stephen Gallaghertevent: Remove erroneous comments about TEVENT_FD_AUTOCLOSE
2010-03-26 Andrew Tridgelltevent: added tevent_re_initialise()
2010-02-09 Bo Yangs3: signals are processed twice in child.
2009-08-28 Rusty Russelllib/tevent: close pipe_fds on event_context destruction
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-19 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-19 Stefan Metzmachertevent: fix the nesting logic
2009-03-19 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-03-19 Andrew Tridgellfixed a logic bug in the tevent nesting code
2009-03-17 Stefan Metzmachertevent: add support for immediate events
2009-03-17 Stefan Metzmachertevent: add tevent_common_loop_wait() helper function...
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 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-02-16 Stefan Metzmacherlib/tevent: change to LGPLv3+
2009-02-13 Stefan Metzmacherlib/tevent: remove broken tevent_aio support
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-07 Stefan Metzmachertevent: don't try to dereference fde->event_ctx when...
2009-01-05 Stefan Metzmachertevent: add tevent_context destructor that unlinks...
2009-01-04 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-03 Stefan Metzmachertevent: add tevent_fd_set_auto_close()
2009-01-03 Stefan Metzmachertevent: add tevent_fd_set_close_fn()
2009-01-02 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
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 Metzmachers4:tevent: move event_context_find() to tevent_s4.c
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/