summaryrefslogtreecommitdiff
path: root/lib/tevent
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-11tevent: add tevent_context_wrapper_create() infrastructureStefan Metzmacher14-19/+1069
2018-07-11tevent: make use of #include "system/threads.h"Stefan Metzmacher2-3/+3
2018-07-11tevent: split out tevent_common_invoke_fd_handler()Stefan Metzmacher6-6/+47
2018-07-11tevent: split out tevent_common_invoke_immediate_handler()Stefan Metzmacher4-23/+75
2018-07-11tevent: split out tevent_common_invoke_timer_handler()Stefan Metzmacher3-38/+78
2018-07-11tevent: split out tevent_common_invoke_signal_handler()Stefan Metzmacher3-38/+69
2018-07-11tevent: simplify tevent_signal_destructor()Stefan Metzmacher1-14/+5
2018-07-11tevent: use talloc_zero() in tevent_signal.cStefan Metzmacher1-3/+3
2018-07-11tevent: simplify tevent_cleanup_pending_signal_handlers()Stefan Metzmacher1-13/+3
2018-07-11tevent: add tevent_common_check_double_free() helper functionStefan Metzmacher3-0/+22
2018-07-11tevent: add tevent_threaded_schedule_immediate_destructor that just abortsStefan Metzmacher1-0/+16
2018-07-11tevent: use _tevent_schedule_immediate() to move events from a thread to the ...Stefan Metzmacher2-4/+18
2018-07-11tevent: use struct initializers for tevent_immediateStefan Metzmacher2-21/+25
2018-07-11tevent: use struct initializers for tevent_signalStefan Metzmacher1-10/+11
2018-07-11tevent: use struct initializers for tevent_timerStefan Metzmacher1-7/+8
2018-07-11tevent: use struct initializers for tevent_fdStefan Metzmacher1-10/+9
2018-07-11tevent: make tevent_abort() available for backendsStefan Metzmacher3-3/+4
2018-07-11tevent: allow tevent_abort() to cope with ev == NULLStefan Metzmacher1-2/+4
2018-07-11tevent/testsuite: return after torture_fail()Stefan Metzmacher1-1/+2
2018-07-11tevent.h: improve tevent_req documentationRalph Boehme1-4/+18
2018-07-11tevent: rewrite/simplify tevent_poll and maintain ev->fd_events correctlyStefan Metzmacher3-150/+164