summaryrefslogtreecommitdiff
path: root/lib/tevent
Commit message (Expand)AuthorAgeFilesLines
* tevent: Release tevent 0.10.1tevent-0.10.1Stefan Metzmacher2019-09-042-1/+127
* py3: Remove duplicated PyUnicode_Check() after the py3 compat macros were rem...Andrew Bartlett2019-06-241-1/+1
* py3: Remove PyStr_AsUTF8() compatability macroAndrew Bartlett2019-06-241-4/+1
* py3: Remove PyStr_FromString() compatability macroAndrew Bartlett2019-06-241-3/+1
* py3: Remove PyStr_Check() compatability macroAndrew Bartlett2019-06-241-3/+1
* tevent: Fix a typoVolker Lendecke2019-06-201-1/+1
* DLIST_REMOVE: clang: Fix dereference of a null pointer warningNoel Power2019-06-111-1/+1
* lib/tevent: clang:Noel Power2019-06-111-0/+2
* lib/tevent: squash 'cast between incompatible function types' warningNoel Power2019-05-161-23/+50
* tevent: Release tevent 0.10.0tevent-0.10.0Andrew Bartlett2019-03-212-1/+127
* build: Standardise on calling conf.SAMBA_CHECK_PYTHON() in librariesAndrew Bartlett2019-03-211-9/+2
* build: Remove bld.gen_python_environments()Andrew Bartlett2019-03-211-7/+6
* tevent: version 0.9.39tevent-0.9.39Stefan Metzmacher2019-02-262-1/+127
* Search for location of waf scriptDavid Mulder2019-02-261-1/+2
* py_tevent: add_timer takes float argumentDouglas Bagnall2019-02-081-2/+6
* lib:tevent: Use correct C99 initializer for tevent_reqAndreas Schneider2019-01-281-4/+6
* tevent: version 0.9.38tevent-0.9.38Stefan Metzmacher2019-01-152-1/+127
* tevent: deprecate tevent_wrapper api againStefan Metzmacher2019-01-127-5/+18
* Fix typos and ban the rams from sambatdb-1.3.17Swen Schillig2019-01-101-1/+1
* build: Move python detection back into waf (instead of in configure and Makef...Andrew Bartlett2018-12-142-2/+1
* build: Workaround python3 hash order issues (for now)Andrew Bartlett2018-12-131-1/+1
* PY3: switch current build to use python3Noel Power2018-12-102-3/+4
* Fix spelling mistakesOlly Betts2018-11-301-1/+1
* lib: Avoid the use of open_memstream in tevent_req_profile_stringVolker Lendecke2018-10-081-2/+13
* tevent: Fix a docu typoVolker Lendecke2018-09-141-1/+1
* lib/tevent/wscript: update to handle waf 2.0.4Alexander Bokovoy2018-09-051-10/+11
* PEP8: fix E306: expected 1 blank line before a nested definition, found 0Joe Guo2018-08-241-0/+2
* PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo2018-08-241-0/+1
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+1
* PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo2018-08-241-1/+1
* Minor, really small, documentation fix.Richard Sharpe2018-08-061-1/+1
* tevent: use talloc_zero_size() for the private state in tevent_context_wrappe...Stefan Metzmacher2018-07-241-1/+1
* tevent: fix CID 1437974 dereference after null checkRalph Boehme2018-07-171-1/+1
* tevent: fix CID 1437976 dereference before null checkRalph Boehme2018-07-171-1/+3
* torture: Test tevent_req_profileVolker Lendecke2018-07-111-0/+277
* tevent: version 0.9.37tevent-0.9.37Stefan Metzmacher2018-07-113-27/+127
* tevent: Add tevent_req_profileVolker Lendecke2018-07-114-0/+422
* tevent: add a test that frees wrapper_ev with pending eventsRalph Boehme2018-07-111-0/+157
* tevent: add a simple wrapper testRalph Boehme2018-07-111-0/+356
* tevent: add tevent_context_wrapper_create() infrastructureStefan Metzmacher2018-07-1114-19/+1069
* tevent: make use of #include "system/threads.h"Stefan Metzmacher2018-07-112-3/+3
* tevent: split out tevent_common_invoke_fd_handler()Stefan Metzmacher2018-07-116-6/+47
* tevent: split out tevent_common_invoke_immediate_handler()Stefan Metzmacher2018-07-114-23/+75
* tevent: split out tevent_common_invoke_timer_handler()Stefan Metzmacher2018-07-113-38/+78
* tevent: split out tevent_common_invoke_signal_handler()Stefan Metzmacher2018-07-113-38/+69
* tevent: simplify tevent_signal_destructor()Stefan Metzmacher2018-07-111-14/+5
* tevent: use talloc_zero() in tevent_signal.cStefan Metzmacher2018-07-111-3/+3
* tevent: simplify tevent_cleanup_pending_signal_handlers()Stefan Metzmacher2018-07-111-13/+3
* tevent: add tevent_common_check_double_free() helper functionStefan Metzmacher2018-07-113-0/+22
* tevent: add tevent_threaded_schedule_immediate_destructor that just abortsStefan Metzmacher2018-07-111-0/+16