summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent_req.c
AgeCommit message (Collapse)AuthorFilesLines
2009-02-25tevent: add private_print function feature to tevent_reqStefan Metzmacher1-3/+24
metze
2009-02-25tevent: add tevent_req_poll() functionStefan Metzmacher1-0/+15
metze
2009-02-18tevent: rename tevent_req_set_timeout() => tevent_req_set_endtime()Stefan Metzmacher1-1/+1
This makes more clear what the function does. metze
2009-02-17tevent: Rename ev_timeval* functions to tevent_timeval, export them.Kai Blin1-1/+1
Also add tevent_timeval_add() and tevent_timeval_current_ofs() to help not depending on lub/util/time.c for things that just need tevent
2009-02-16lib/tevent: change to LGPLv3+Stefan Metzmacher1-9/+13
metze
2009-02-13lib/tevent: add tevent_req infrastructureStefan Metzmacher1-200/+138
This is almost a copy of the async_req code, which will be removed later. metze
2009-02-13lib/tevent: add tevent_req.c as copy of lib/async_req/async_req.cStefan Metzmacher1-0/+338
metze