summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent_req.c
Commit message (Expand)AuthorAgeFilesLines
* 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