summaryrefslogtreecommitdiff
path: root/lib/tevent
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Use python.h from libreplaceAndreas Schneider1-1/+1
2023-10-25tevent: Fix code spellingJoseph Sutton1-2/+2
2023-10-13tevent: version 0.16.0tevent-0.16.0Stefan Metzmacher2-1/+168
2023-10-13tevent: add support for TEVENT_FD_ERRORStefan Metzmacher6-80/+167
2023-10-13tevent: add test_event_fd3Stefan Metzmacher1-0/+615
2023-10-13tevent: add test_fd_speed3Stefan Metzmacher1-0/+10
2023-10-13tevent: let tevent_epoll.c use new generic mpx infrastructureStefan Metzmacher1-294/+263
2023-10-13tevent: add tevent_common_fd_mpx infrastructureStefan Metzmacher4-0/+390
2023-10-13tevent: split out a tevent_common_fd_disarm() helperStefan Metzmacher5-37/+25
2023-10-13tevent: introduce DLIST_DEMOTE_SHORT()Stefan Metzmacher1-0/+21
2023-09-11tevent: Fix code spellingJoseph Sutton1-1/+1
2023-08-14tevent: Fix a typoVolker Lendecke1-1/+1
2023-08-03lib:tevent: Fix code spellingAndreas Schneider1-1/+1
2023-07-19tevent: version 0.15.0tevent-0.15.0Stefan Metzmacher3-11/+168
2023-07-19tevent: add tevent_common_fd_str() helperStefan Metzmacher2-0/+24
2023-07-19tevent: avoid calling epoll_update_event() again if epoll_check_reopen() alre...Stefan Metzmacher1-2/+9
2023-07-19tevent: let epoll_check_reopen() clear all events before reopening themStefan Metzmacher1-0/+2
2023-07-19tevent: avoid epoll_check_reopen() overhead unless requiredStefan Metzmacher1-21/+29
2023-07-19tevent: make use of TEVENT_DEBUG() when using TEVENT_DEBUG_TRACEStefan Metzmacher5-10/+10
2023-07-19tevent: add TEVENT_DEBUG() avoid argument overhead when log is not active...Stefan Metzmacher1-0/+7
2023-07-19tevent: introduce tevent_set_max_debug_level() (default TEVENT_DEBUG_WARNING)Stefan Metzmacher4-1/+55
2023-07-19tevent: add fd_speed testStefan Metzmacher1-0/+114
2023-07-19tevent: Flow: add tevent_thread_call_depth_set_callback()Pavel Filipenský7-19/+136
2023-07-19tevent: Flow: store cleanup function name in tevent_reqStefan Metzmacher4-0/+16
2023-07-19tevent: Flow: store cancel function name in tevent_reqStefan Metzmacher4-5/+24
2023-07-19tevent: Flow: store trigger function name in tevent_queue_entryPavel Filipenský3-4/+86
2023-07-19tevent: Flow: store callback function name in tevent_reqPavel Filipenský4-0/+23
2023-07-19tevent: Flow: pass function name to tevent_req_create()Pavel Filipenský4-3/+30
2023-07-19tevent: Deprecate some tevent_thread_call_depth_*() functionsPavel Filipenský2-32/+6
2023-07-19tevent: Move definition of _DEPRECATED_ to the top of tevent.hPavel Filipenský1-7/+9
2023-07-19tevent: add tevent_dlinklist.h as copy from lib/util/dlinklist.hStefan Metzmacher2-170/+192
2023-07-19tevent: rely on epoll_create1() for epoll interfaceDmitry Antipov2-21/+12
2023-05-16python: Safely clear structure membersJoseph Sutton1-2/+2
2023-04-14lib:tevent: Fix code spellingAndreas Schneider7-13/+13
2023-02-03tevent/pytevent: remove no-op defineDouglas Bagnall1-1/+0
2023-02-03tevent/pytevent: remove py2 ifdefsDouglas Bagnall1-16/+0
2023-02-02tevent: version 0.14.1tevent-0.14.1Stefan Metzmacher2-1/+158
2023-02-02tevent: remove the already removed tevent_port.c also from the buildStefan Metzmacher1-3/+0
2023-01-18tevent: version 0.14.0tevent-0.14.0Stefan Metzmacher3-6/+158
2023-01-18tevent: Call depth trackingPavel Filipenský7-0/+223
2023-01-18tevent: expose tevent_find_ops_byname() to callersStefan Metzmacher4-3/+3
2023-01-18tevent: allow the "standard" backend to be overloadedStefan Metzmacher1-1/+1
2023-01-18tevent: remove solaris port backendStefan Metzmacher3-809/+0
2023-01-18tevent: remove unused register_backend() from python bindingsStefan Metzmacher1-130/+0
2023-01-18tevent: remove unused tevent_liboop.cStefan Metzmacher1-292/+0
2023-01-18tevent: Fix trailing whitespaces in tevent.cPavel Filipenský1-4/+4
2023-01-18tevent: use samba_tevent_set_debug() in testsuite.cStefan Metzmacher1-15/+35
2022-10-03tevent: Fix flag clearingJoseph Sutton1-2/+2
2022-07-25tevent: version 0.13.0tevent-0.13.0Stefan Metzmacher3-2/+153
2022-07-25tevent: tevent_cached_getpid() testsStefan Metzmacher1-0/+71