summaryrefslogtreecommitdiffstats
path: root/lib/tevent/tevent_req.c
Commit message (Expand)AuthorAgeFilesLines
* tevent: add tevent_req_set_cleanup_fn()Stefan Metzmacher2014-01-171-0/+30
* tevent: add/use tevent_req_destructorStefan Metzmacher2014-01-171-1/+14
* tevent: make use of talloc_get_type_abort() in tevent_req.cStefan Metzmacher2013-12-111-4/+6
* tevent: tevent_req_create() already uses ZERO_STRUCT(req)Stefan Metzmacher2013-12-111-2/+0
* tevent: let tevent_req_received() clear the private_cancel functionStefan Metzmacher2013-12-111-0/+1
* tevent: cancel the timeout timer when the request is finishedStefan Metzmacher2013-12-111-0/+6
* tevent: Use talloc_pooled_object for tevent_req_createVolker Lendecke2013-09-081-1/+4
* tevent: add tevent_req_defer_callback()Stefan Metzmacher2011-07-091-0/+12
* tevent: Add tevent_req_oomVolker Lendecke2011-06-201-1/+6
* tevent: Added basic doxygen documentation.Andreas Schneider2010-05-051-175/+9
* Spelling fixes for tevent.Brad Hards2010-02-221-1/+1
* tevent: add tevent_req_cancel() infrastructureStefan Metzmacher2009-08-171-0/+43
* tevent: add some more doxygen comments for tevent_req functionsStefan Metzmacher2009-08-151-0/+38
* Change to talloc_zero_size instead of extra memset.Jeremy Allison2009-07-141-2/+1
* When tallocing a memory block for the state in a tevent_req struct,Jeremy Allison2009-07-141-0/+1
* Add tevent_req_notify_callbackVolker Lendecke2009-06-041-4/+9
* tevent: fix typo async_req_done() => tevent_req_done()Stefan Metzmacher2009-05-071-1/+1
* tevent: store the location where a request was finishedStefan Metzmacher2009-03-171-11/+21
* tevent: use an immediate event fot tevent_req_post()Stefan Metzmacher2009-03-171-17/+11
* tevent: use TALLOC_FREE() in tevent_req.cStefan Metzmacher2009-03-171-9/+5
* tevent: add tevent_req_received() functionStefan Metzmacher2009-03-101-0/+21
* Make struct tevent_req opaqueSimo Sorce2009-03-021-11/+31
* tevent: add private_print function feature to tevent_reqStefan Metzmacher2009-02-251-3/+24
* tevent: add tevent_req_poll() functionStefan Metzmacher2009-02-251-0/+15
* tevent: rename tevent_req_set_timeout() => tevent_req_set_endtime()Stefan Metzmacher2009-02-181-1/+1
* tevent: Rename ev_timeval* functions to tevent_timeval, export them.Kai Blin2009-02-171-1/+1
* lib/tevent: change to LGPLv3+Stefan Metzmacher2009-02-161-9/+13
* lib/tevent: add tevent_req infrastructureStefan Metzmacher2009-02-131-200/+138
* lib/tevent: add tevent_req.c as copy of lib/async_req/async_req.cStefan Metzmacher2009-02-131-0/+338