summaryrefslogtreecommitdiff
path: root/lib/tevent
AgeCommit message (Expand)AuthorFilesLines
2009-07-16tevent: try to fix the build on QNX qnx18 6.4.1 it doesn't have SA_RESTART de...Stefan Metzmacher1-1/+11
2009-07-14Change to talloc_zero_size instead of extra memset.Jeremy Allison1-2/+1
2009-07-14When tallocing a memory block for the state in a tevent_req struct,Jeremy Allison1-0/+1
2009-07-03Sort the signature filesSimo Sorce2-45/+45
2009-07-03Expose functions need by backend writersSimo Sorce5-52/+67
2009-06-18Revert "For tevent to install tevent_util.h"Simo Sorce1-1/+0
2009-06-18For tevent to install tevent_util.hEric Sandall1-0/+1
2009-06-15Add exports file and abi checker for teventSimo Sorce7-2/+157
2009-06-04Increase tevent version for tevent_req_notify_callback()Volker Lendecke1-1/+1
2009-06-04Add tevent_req_notify_callbackVolker Lendecke2-4/+13
2009-05-19tevent/python: Makefile was still trying to build some non AC_SUBST python ta...Jelmer Vernooij1-7/+1
2009-05-16tevent: Define TALLOC_FREE() if it's not defined yet, to allow buildingJelmer Vernooij1-0/+6
2009-05-16tevent: Remove python module.Jelmer Vernooij6-219/+0
2009-05-16tevent: Install tevent_internal.h in the standalone build.Jelmer Vernooij2-1/+4
2009-05-16Update copies of config.guess and config.sub.Jelmer Vernooij2-76/+282
2009-05-16tevent: Don't install headers, since we don't install a shared libJelmer Vernooij1-5/+0
2009-05-07tevent: fix typo async_req_done() => tevent_req_done()Stefan Metzmacher1-1/+1
2009-03-19tevent: fix the nesting logicStefan Metzmacher1-7/+7
2009-03-19fixed a logic bug in the tevent nesting codeAndrew Tridgell1-1/+13
2009-03-17tevent: change version to 0.9.5 after the ABI has changedStefan Metzmacher1-1/+1
2009-03-17tevent: store the location where a request was finishedStefan Metzmacher3-19/+48
2009-03-17tevent: use an immediate event as trigger for tevent_queueStefan Metzmacher2-42/+60
2009-03-17tevent: use an immediate event fot tevent_req_post()Stefan Metzmacher2-19/+13
2009-03-17tevent: use TALLOC_FREE() in tevent_req.cStefan Metzmacher1-9/+5
2009-03-17tevent: add support for immediate eventsStefan Metzmacher8-34/+295
2009-03-17tevent: add tevent_common_loop_wait() helper function and use itStefan Metzmacher5-55/+33
2009-03-17tevent: check signal events first in event_loop_onceStefan Metzmacher3-0/+15
2009-03-17tevent: let tevent_loop_once() just run one fd eventStefan Metzmacher3-45/+7
2009-03-13tevent: change version to 0.9.4 as the ABI has changedStefan Metzmacher1-1/+1
2009-03-12tevent: Fix might be unitialized warningTim Prouty1-1/+1
2009-03-12tevent: add tevent_loop_until()Stefan Metzmacher2-0/+68
2009-03-12tevent: add tevent_loop_set_nesting_hook()Stefan Metzmacher3-1/+50
2009-03-12tevent: don't allow nested tevent_loop_once() anymoreStefan Metzmacher3-1/+53
2009-03-12tevent: pass __location__ to tevent_loop_once/wait()Stefan Metzmacher6-17/+22
2009-03-12tevent: add tevent_set_abort_fn()Stefan Metzmacher2-0/+21
2009-03-12tevent: add tevent_signal_support()Stefan Metzmacher2-0/+10
2009-03-10tevent: add tevent_req_callback_data_void() macroStefan Metzmacher1-0/+2
2009-03-10tevent: add tevent_req_received() functionStefan Metzmacher3-2/+29
2009-03-02Make struct tevent_req opaqueSimo Sorce3-100/+137
2009-03-01Merge branch 'master' of git://git.samba.org/samba into teventfixJelmer Vernooij4-4/+275
2009-03-01Avoid using tevent_util.h, which won't be available if we use the systemJelmer Vernooij1-2/+2
2009-02-26tevent: add tevent_queue infrastructureStefan Metzmacher3-1/+221
2009-02-25tevent: add private_print function feature to tevent_reqStefan Metzmacher2-3/+35
2009-02-25tevent: add tevent_req_poll() functionStefan Metzmacher2-0/+18
2009-02-25Attempt to fix the OpenChange build -- sorry for the breakVolker Lendecke1-1/+1
2009-02-24tevent.h requires bool and uint[16|32|64]_tVolker Lendecke1-0/+1
2009-02-21pytevent: Fix include path - tevent_util is not installed.Jelmer Vernooij1-1/+1
2009-02-18tevent: add tevent_wakeup_send/recv()Stefan Metzmacher3-1/+76
2009-02-18tevent: rename tevent_req_set_timeout() => tevent_req_set_endtime()Stefan Metzmacher2-2/+2
2009-02-17tevent: Rename ev_timeval* functions to tevent_timeval, export them.Kai Blin7-23/+61