summaryrefslogtreecommitdiffstats
path: root/lib/tevent/tevent_req.c
Commit message (Expand)AuthorAgeFilesLines
* tevent: store the location where a request was finishedStefan Metzmacher2009-04-151-11/+21
* tevent: use an immediate event fot tevent_req_post()Stefan Metzmacher2009-04-151-17/+11
* tevent: use TALLOC_FREE() in tevent_req.cStefan Metzmacher2009-04-151-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