lib:tevent: Fix code spelling
[ab/samba-autobuild/.git] / lib / tevent / tevent_threads.c
2023-04-14 Andreas Schneiderlib:tevent: Fix code spelling
2018-07-17 Ralph Boehmetevent: fix CID 1437976 dereference before null check
2018-07-11 Stefan Metzmachertevent: add tevent_context_wrapper_create() infrastructure
2018-07-11 Stefan Metzmachertevent: make use of #include "system/threads.h"
2018-07-11 Stefan Metzmachertevent: split out tevent_common_invoke_immediate_handler()
2018-07-11 Stefan Metzmachertevent: add tevent_threaded_schedule_immediate_destruct...
2018-07-11 Stefan Metzmachertevent: use _tevent_schedule_immediate() to move events...
2018-07-11 Stefan Metzmachertevent: use struct initializers for tevent_immediate
2017-11-17 Jeremy Allisonlib: tevent: Minor cleanup. wakeup_fd can always be...
2017-11-11 Volker Lendecketevent: Fix a race condition
2017-06-16 Volker Lendecketevent_threads: Fix a rundown race introduced with...
2017-06-08 Volker Lendecketevent: Fix a race condition in tevent context rundown
2016-10-04 Volker Lendecketevent: Make talloc_free safe when threaded_contexts...
2016-08-23 Volker Lendecketevent: Add threaded immediate activation
2016-08-23 Volker Lendecketevent: Fix a typo
2016-05-12 Michael Adamtevent:threads: fix -O3 error unused result of write
2015-11-05 Jeremy Allisonlib: tevent: Initial checkin of threaded tevent context...