s4:kdc: Implement KDC plugin hardware authentication policy
[samba.git] / lib / tevent /
2024-01-29 Jule Angertevent: release 0.16.1 tevent-0.16.1
2023-11-20 Andreas SchneiderUse python.h from libreplace
2023-10-25 Joseph Suttontevent: Fix code spelling
2023-10-13 Stefan Metzmachertevent: version 0.16.0 tevent-0.16.0
2023-10-13 Stefan Metzmachertevent: add support for TEVENT_FD_ERROR
2023-10-13 Stefan Metzmachertevent: add test_event_fd3
2023-10-13 Stefan Metzmachertevent: add test_fd_speed3
2023-10-13 Stefan Metzmachertevent: let tevent_epoll.c use new generic mpx infrastr...
2023-10-13 Stefan Metzmachertevent: add tevent_common_fd_mpx infrastructure
2023-10-13 Stefan Metzmachertevent: split out a tevent_common_fd_disarm() helper
2023-10-13 Stefan Metzmachertevent: introduce DLIST_DEMOTE_SHORT()
2023-09-11 Joseph Suttontevent: Fix code spelling
2023-08-14 Volker Lendecketevent: Fix a typo
2023-08-03 Andreas Schneiderlib:tevent: Fix code spelling
2023-07-19 Stefan Metzmachertevent: version 0.15.0 tevent-0.15.0
2023-07-19 Stefan Metzmachertevent: add tevent_common_fd_str() helper
2023-07-19 Stefan Metzmachertevent: avoid calling epoll_update_event() again if...
2023-07-19 Stefan Metzmachertevent: let epoll_check_reopen() clear all events befor...
2023-07-19 Stefan Metzmachertevent: avoid epoll_check_reopen() overhead unless...
2023-07-19 Stefan Metzmachertevent: make use of TEVENT_DEBUG() when using TEVENT_DE...
2023-07-19 Stefan Metzmachertevent: add TEVENT_DEBUG() avoid argument overhead...
2023-07-19 Stefan Metzmachertevent: introduce tevent_set_max_debug_level() (default...
2023-07-19 Stefan Metzmachertevent: add fd_speed test
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-07-19 Stefan Metzmachertevent: add tevent_dlinklist.h as copy from lib/util...
2023-07-19 Dmitry Antipovtevent: rely on epoll_create1() for epoll interface
2023-05-16 Joseph Suttonpython: Safely clear structure members
2023-04-14 Andreas Schneiderlib:tevent: Fix code spelling
2023-02-03 Douglas Bagnalltevent/pytevent: remove no-op define
2023-02-03 Douglas Bagnalltevent/pytevent: remove py2 ifdefs
2023-02-02 Stefan Metzmachertevent: version 0.14.1 tevent-0.14.1
2023-02-02 Stefan Metzmachertevent: remove the already removed tevent_port.c also...
2023-01-18 Stefan Metzmachertevent: version 0.14.0 tevent-0.14.0
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: allow the "standard" backend to be overloaded
2023-01-18 Stefan Metzmachertevent: remove solaris port backend
2023-01-18 Stefan Metzmachertevent: remove unused register_backend() from python...
2023-01-18 Stefan Metzmachertevent: remove unused tevent_liboop.c
2023-01-18 Pavel Filipenskýtevent: Fix trailing whitespaces in tevent.c
2023-01-18 Stefan Metzmachertevent: use samba_tevent_set_debug() in testsuite.c
2022-10-03 Joseph Suttontevent: Fix flag clearing
2022-07-25 Stefan Metzmachertevent: version 0.13.0 tevent-0.13.0
2022-07-25 Stefan Metzmachertevent: tevent_cached_getpid() tests
2022-07-25 Stefan Metzmachertevent: add tevent_cached_getpid() helper
2022-06-08 Stefan Metzmachertevent: version 0.12.1 tevent-0.12.1
2022-04-11 Pavel Filipenskýtevent:tests: Test queue entry tags tevent-0.12.0
2022-04-11 Pavel Filipenskýtevent: Add tevent queue tracing support
2022-04-11 Pavel Filipenskýtevent: Use internally an empty trigger function for...
2022-04-11 Pavel Filipenskýtevent: Move the code below the trigger check
2022-04-11 Pavel Filipenskýtevent: Fix trailing whitespaces
2022-03-29 Stefan Metzmacherconfigure/Makefile: export PYTHONHASHSEED=1 in all...
2022-02-24 Andreas Schneiderlib:tevent: Reformat shell scripts
2022-02-03 David Seiferttevent: add missing `#include <sys/types.h>`
2021-09-04 Joseph SuttonFix Python docstrings
2021-07-07 Pavel Březinatevent: bump the version number to 0.11.0 tevent-0.11.0
2021-07-07 Pavel Březinatevent: add event trace api
2021-07-07 Pavel Březinatevent: add custom tag to events
2021-07-07 Pavel Březinatevent: add support for cmocka unit tests
2021-06-04 Volker Lendecketevent: Remove single-use ev_str_list_[length|add]
2020-10-16 Björn Jacketevent: also use portable __has_attribute macro to...
2020-05-19 Volker Lendecketevent: Fix a tevent tutorial error
2020-05-08 Gary LockyerFix clang 9 missing-field-initializer warnings
2020-05-06 Volker Lendecketest: Make local.event.*.fd1 a bit less flapping
2020-03-23 Andrew Bartlettpy3: Remove #define PyInt_FromLong PyLong_FromLong
2019-11-18 Uri Simchonitevent: Release tevent 0.10.2 tevent-0.10.2
2019-09-04 Stefan Metzmachertevent: Release tevent 0.10.1 tevent-0.10.1
2019-06-24 Andrew Bartlettpy3: Remove duplicated PyUnicode_Check() after the...
2019-06-24 Andrew Bartlettpy3: Remove PyStr_AsUTF8() compatability macro
2019-06-24 Andrew Bartlettpy3: Remove PyStr_FromString() compatability macro
2019-06-24 Andrew Bartlettpy3: Remove PyStr_Check() compatability macro
2019-06-20 Volker Lendecketevent: Fix a typo
2019-06-11 Noel PowerDLIST_REMOVE: clang: Fix dereference of a null pointer...
2019-06-11 Noel Powerlib/tevent: clang:
2019-05-16 Noel Powerlib/tevent: squash 'cast between incompatible function...
2019-03-21 Andrew Bartletttevent: Release tevent 0.10.0 tevent-0.10.0
2019-03-21 Andrew Bartlettbuild: Standardise on calling conf.SAMBA_CHECK_PYTHON...
2019-03-21 Andrew Bartlettbuild: Remove bld.gen_python_environments()
2019-02-26 Stefan Metzmachertevent: version 0.9.39 tevent-0.9.39
2019-02-26 David MulderSearch for location of waf script
2019-02-08 Douglas Bagnallpy_tevent: add_timer takes float argument
2019-01-28 Andreas Schneiderlib:tevent: Use correct C99 initializer for tevent_req
2019-01-15 Stefan Metzmachertevent: version 0.9.38 tevent-0.9.38
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-12-14 Andrew Bartlettbuild: Move python detection back into waf (instead...
2018-12-13 Andrew Bartlettbuild: Workaround python3 hash order issues (for now)
2018-12-10 Noel PowerPY3: switch current build to use python3
2018-11-30 Olly BettsFix spelling mistakes
2018-10-08 Volker Lendeckelib: Avoid the use of open_memstream in tevent_req_prof...
2018-09-14 Volker Lendecketevent: Fix a docu typo
2018-09-05 Alexander Bokovoylib/tevent/wscript: update to handle waf 2.0.4
2018-08-24 Joe GuoPEP8: fix E306: expected 1 blank line before a nested...
next