summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent_req.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-10tevent: add tevent_req_received() functionStefan Metzmacher1-0/+21
2009-03-02Make struct tevent_req opaqueSimo Sorce1-11/+31
2009-02-25tevent: add private_print function feature to tevent_reqStefan Metzmacher1-3/+24
2009-02-25tevent: add tevent_req_poll() functionStefan Metzmacher1-0/+15
2009-02-18tevent: rename tevent_req_set_timeout() => tevent_req_set_endtime()Stefan Metzmacher1-1/+1
2009-02-17tevent: Rename ev_timeval* functions to tevent_timeval, export them.Kai Blin1-1/+1
2009-02-16lib/tevent: change to LGPLv3+Stefan Metzmacher1-9/+13
2009-02-13lib/tevent: add tevent_req infrastructureStefan Metzmacher1-200/+138
2009-02-13lib/tevent: add tevent_req.c as copy of lib/async_req/async_req.cStefan Metzmacher1-0/+338