summaryrefslogtreecommitdiff
path: root/lib/tevent
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-05lib/tevent/wscript: update to handle waf 2.0.4Alexander Bokovoy1-10/+11
2018-08-24PEP8: fix E306: expected 1 blank line before a nested definition, found 0Joe Guo1-0/+2
2018-08-24PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo1-0/+1
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+1
2018-08-24PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-1/+1
2018-08-06Minor, really small, documentation fix.Richard Sharpe1-1/+1
2018-07-24tevent: use talloc_zero_size() for the private state in tevent_context_wrappe...Stefan Metzmacher1-1/+1
2018-07-17tevent: fix CID 1437974 dereference after null checkRalph Boehme1-1/+1
2018-07-17tevent: fix CID 1437976 dereference before null checkRalph Boehme1-1/+3
2018-07-11torture: Test tevent_req_profileVolker Lendecke1-0/+277
2018-07-11tevent: version 0.9.37tevent-0.9.37Stefan Metzmacher3-27/+127
2018-07-11tevent: Add tevent_req_profileVolker Lendecke4-0/+422
2018-07-11tevent: add a test that frees wrapper_ev with pending eventsRalph Boehme1-0/+157
2018-07-11tevent: add a simple wrapper testRalph Boehme1-0/+356