summaryrefslogtreecommitdiff
path: root/lib/tevent
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-25tevent: add tevent_cached_getpid() helperStefan Metzmacher5-9/+63
2022-06-08tevent: version 0.12.1tevent-0.12.1Stefan Metzmacher2-1/+152
2022-04-11tevent:tests: Test queue entry tagstevent-0.12.0Pavel Filipenský2-0/+300
2022-04-11tevent: Add tevent queue tracing supportPavel Filipenský6-1/+268
2022-04-11tevent: Use internally an empty trigger function for blocker requestsPavel Filipenský1-1/+7
2022-04-11tevent: Move the code below the trigger checkPavel Filipenský1-6/+6
2022-04-11tevent: Fix trailing whitespacesPavel Filipenský2-3/+3
2022-03-29configure/Makefile: export PYTHONHASHSEED=1 in all 'configure/Makefile' scriptsStefan Metzmacher1-0/+7
2022-02-24lib:tevent: Reformat shell scriptsAndreas Schneider1-1/+1
2022-02-03tevent: add missing `#include <sys/types.h>`David Seifert1-0/+1
2021-09-04Fix Python docstringsJoseph Sutton1-1/+1
2021-07-07tevent: bump the version number to 0.11.0tevent-0.11.0Pavel Březina3-21/+147
2021-07-07tevent: add event trace apiPavel Březina11-10/+1461
2021-07-07tevent: add custom tag to eventsPavel Březina9-1/+370
2021-07-07tevent: add support for cmocka unit testsPavel Březina1-3/+26
2021-06-04tevent: Remove single-use ev_str_list_[length|add]Volker Lendecke3-34/+16
2020-10-16tevent: also use portable __has_attribute macro to check for "deprecated" att...Björn Jacke1-1/+7
2020-05-19tevent: Fix a tevent tutorial errorVolker Lendecke1-1/+1
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer1-8/+8
2020-05-06test: Make local.event.*.fd1 a bit less flappingVolker Lendecke1-1/+1
2020-03-23py3: Remove #define PyInt_FromLong PyLong_FromLongAndrew Bartlett1-2/+2
2019-11-18tevent: Release tevent 0.10.2tevent-0.10.2Uri Simchoni2-1/+127
2019-09-04tevent: Release tevent 0.10.1tevent-0.10.1Stefan Metzmacher2-1/+127
2019-06-24py3: Remove duplicated PyUnicode_Check() after the py3 compat macros were rem...Andrew Bartlett1-1/+1
2019-06-24py3: Remove PyStr_AsUTF8() compatability macroAndrew Bartlett1-4/+1
2019-06-24py3: Remove PyStr_FromString() compatability macroAndrew Bartlett1-3/+1
2019-06-24py3: Remove PyStr_Check() compatability macroAndrew Bartlett1-3/+1
2019-06-20tevent: Fix a typoVolker Lendecke1-1/+1
2019-06-11DLIST_REMOVE: clang: Fix dereference of a null pointer warningNoel Power1-1/+1
2019-06-11lib/tevent: clang:Noel Power1-0/+2
2019-05-16lib/tevent: squash 'cast between incompatible function types' warningNoel Power1-23/+50
2019-03-21tevent: Release tevent 0.10.0tevent-0.10.0Andrew Bartlett2-1/+127
2019-03-21build: Standardise on calling conf.SAMBA_CHECK_PYTHON() in librariesAndrew Bartlett1-9/+2
2019-03-21build: Remove bld.gen_python_environments()Andrew Bartlett1-7/+6
2019-02-26tevent: version 0.9.39tevent-0.9.39Stefan Metzmacher2-1/+127
2019-02-26Search for location of waf scriptDavid Mulder1-1/+2
2019-02-08py_tevent: add_timer takes float argumentDouglas Bagnall1-2/+6
2019-01-28lib:tevent: Use correct C99 initializer for tevent_reqAndreas Schneider1-4/+6
2019-01-15tevent: version 0.9.38tevent-0.9.38Stefan Metzmacher2-1/+127
2019-01-12tevent: deprecate tevent_wrapper api againStefan Metzmacher7-5/+18
2019-01-10Fix typos and ban the rams from sambatdb-1.3.17Swen Schillig1-1/+1
2018-12-14build: Move python detection back into waf (instead of in configure and Makef...Andrew Bartlett2-2/+1
2018-12-13build: Workaround python3 hash order issues (for now)Andrew Bartlett1-1/+1
2018-12-10PY3: switch current build to use python3Noel Power2-3/+4
2018-11-30Fix spelling mistakesOlly Betts1-1/+1
2018-10-08lib: Avoid the use of open_memstream in tevent_req_profile_stringVolker Lendecke1-2/+13
2018-09-14tevent: Fix a docu typoVolker Lendecke1-1/+1