python:tests: Store keys as bytes rather than as lists of ints
[samba.git] / lib / tevent / tevent.h
2023-10-25 Joseph Suttontevent: Fix code spelling
2023-10-13 Stefan Metzmachertevent: add support for TEVENT_FD_ERROR
2023-09-11 Joseph Suttontevent: Fix code spelling
2023-08-03 Andreas Schneiderlib:tevent: Fix code spelling
2023-07-19 Stefan Metzmachertevent: introduce tevent_set_max_debug_level() (default...
2023-07-19 Pavel Filipenskýtevent: Flow: add tevent_thread_call_depth_set_callback()
2023-07-19 Stefan Metzmachertevent: Flow: store cleanup function name in tevent_req
2023-07-19 Stefan Metzmachertevent: Flow: store cancel function name in tevent_req
2023-07-19 Pavel Filipenskýtevent: Flow: store trigger function name in tevent_que...
2023-07-19 Pavel Filipenskýtevent: Flow: store callback function name in tevent_req
2023-07-19 Pavel Filipenskýtevent: Flow: pass function name to tevent_req_create()
2023-07-19 Pavel Filipenskýtevent: Deprecate some tevent_thread_call_depth_*(...
2023-07-19 Pavel Filipenskýtevent: Move definition of _DEPRECATED_ to the top...
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
2022-07-25 Stefan Metzmachertevent: add tevent_cached_getpid() helper
2022-04-11 Pavel Filipenskýtevent: Add tevent queue tracing support
2022-04-11 Pavel Filipenskýtevent: Fix trailing whitespaces
2022-02-03 David Seiferttevent: add missing `#include <sys/types.h>`
2021-07-07 Pavel Březinatevent: add event trace api
2021-07-07 Pavel Březinatevent: add custom tag to events
2020-10-16 Björn Jacketevent: also use portable __has_attribute macro to...
2020-05-19 Volker Lendecketevent: Fix a tevent tutorial error
2019-06-20 Volker Lendecketevent: Fix a typo
2019-01-12 Stefan Metzmachertevent: deprecate tevent_wrapper api again
2019-01-10 Swen SchilligFix typos and ban the rams from samba tdb-1.3.17
2018-08-06 Richard SharpeMinor, really small, documentation fix.
2018-07-11 Volker Lendecketevent: Add tevent_req_profile
2018-07-11 Stefan Metzmachertevent: add tevent_context_wrapper_create() infrastructure
2018-07-11 Ralph Boehmetevent.h: improve tevent_req documentation
2018-04-24 Volker Lendecketevent: Fix callers of tevent_req_set_endtime
2018-02-23 Stefan Metzmachertevent: add tevent_queue_entry_untrigger()
2018-02-23 Stefan Metzmachertevent: improve documentation of tevent_queue_add_optim...
2017-11-17 Volker Lendecketevent: Fix typos
2017-06-08 Volker Lendecketevent: Fix a typo
2016-10-04 Volker Lendecketevent: Add tevent_req_reset_endtime
2016-10-04 Volker Lendecketevent: Add tevent_update_timer()
2016-09-06 Michael Adamtevent: fix confused documentation
2016-09-01 Volker Lendecketevent: Fix some typos
2016-08-23 Volker Lendecketevent: Add threaded immediate activation
2016-07-04 Garming Samtevent: typo in documentation
2016-03-24 Douglas Bagnalltevent.h: use HAVE___ATTRIBUTE__ instead of __GNUC__
2015-11-05 Jeremy Allisonlib: tevent: Initial checkin of threaded tevent context...
2015-06-12 Stefan Metzmachertevent.h: propose tstream_ versions of read_packet_send...
2015-05-20 Stefan Metzmachertevent: add a note to tevent_add_fd()
2014-01-17 Stefan Metzmachertevent: add tevent_req_set_cleanup_fn()
2014-01-17 Stefan Metzmachertevent: add doxygen comments for tevent_num_signals...
2014-01-17 Volker Lendecketevent: Add prototypes
2013-12-11 Gregor Becktevent: add tevent_queue_wait_send/recv()
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-07-08 David Disseldorptevent: document tevent_req_create state zeroing
2013-03-01 Michael Adamtevent: add trace points BEFORE_LOOP_ONCE and AFTER_LOO...
2012-06-08 Stefan Metzmachertevent: expose tevent_context_init_ops
2012-06-08 Martin Schwenkelib/tevent: Add trace point callback
2011-08-11 Sumit Bosetevent: fix documentation for tevent_context_init_byname()
2011-08-09 Stefan Metzmachertevent: fix some comments in tevent.h
2011-08-09 Stefan Metzmachertevent: add tevent_queue_add_entry() and tevent_queue_a...
2011-08-09 Stefan Metzmachertevent: allow tevent_queue_add() to take a NULL trigger...
2011-08-09 Stefan Metzmachertevent: add tevent_queue_running() function
2011-07-09 Stefan Metzmachertevent: add tevent_req_defer_callback()
2011-07-09 Stefan Metzmachertevent: fix comments for tevent_req_post()
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-20 Volker Lendecketevent: Add tevent_req_oom
2011-06-01 Rusty Russelllib/tevent/tevent.h: minor documentation fix.
2011-05-09 Volker Lendecketevent: Fix a typo
2011-03-09 Andreas Schneidertevent: Fixed tevent_wakeup_send code example.
2010-12-26 Volker Lendecketevent: More documentation updates
2010-12-26 Volker Lendecketevent: More doc fixes
2010-12-25 Volker Lendecketevent: Some documentation fixes
2010-11-17 Kai Blintevent: Fix docstring, tevent_req_is_in_progress does...
2010-05-10 Andreas Schneidertevent: Added a description for tevent queue.
2010-05-05 Andreas Schneidertevent: Document the tevent_queue functions.
2010-05-05 Andreas Schneidertevent: Document the tevent helper functions.
2010-05-05 Andreas Schneidertevent: Document missing callback typedefs.
2010-05-05 Andreas Schneidertevent: Document the missing tevent async request callb...
2010-05-05 Andreas Schneidertevent: Create a typedef for the debug function callback.
2010-05-05 Stephen Gallaghertevent: Added more documentation.
2010-05-05 Stephen Gallaghertevent: Remove erroneous comments about TEVENT_FD_AUTOCLOSE
2010-05-05 Andreas Schneidertevent: Added basic doxygen documentation.
2010-03-26 Andrew Tridgelltevent: added tevent_re_initialise()
2010-02-22 Brad HardsSpelling fixes for tevent.
2009-08-17 Stefan Metzmachertevent: add tevent_req_cancel() infrastructure
2009-07-03 Simo SorceExpose functions need by backend writers
2009-06-04 Volker LendeckeAdd tevent_req_notify_callback
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: store the location where a request was finished
2009-03-17 Stefan Metzmachertevent: use an immediate event as trigger for tevent_queue
2009-03-17 Stefan Metzmachertevent: add support for immediate events
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: 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()
next