summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent_req.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-08tevent: Use talloc_pooled_object for tevent_req_createVolker Lendecke1-1/+4
2011-07-09tevent: add tevent_req_defer_callback()Stefan Metzmacher1-0/+12
2011-06-20tevent: Add tevent_req_oomVolker Lendecke1-1/+6
2010-05-05tevent: Added basic doxygen documentation.Andreas Schneider1-175/+9
2010-02-22Spelling fixes for tevent.Brad Hards1-1/+1
2009-08-17tevent: add tevent_req_cancel() infrastructureStefan Metzmacher1-0/+43
2009-08-15tevent: add some more doxygen comments for tevent_req functionsStefan Metzmacher1-0/+38
2009-07-14Change to talloc_zero_size instead of extra memset.Jeremy Allison1-2/+1
2009-07-14When tallocing a memory block for the state in a tevent_req struct,Jeremy Allison1-0/+1
2009-06-04Add tevent_req_notify_callbackVolker Lendecke1-4/+9
2009-05-07tevent: fix typo async_req_done() => tevent_req_done()Stefan Metzmacher1-1/+1
2009-03-17tevent: store the location where a request was finishedStefan Metzmacher1-11/+21
2009-03-17tevent: use an immediate event fot tevent_req_post()Stefan Metzmacher1-17/+11
2009-03-17tevent: use TALLOC_FREE() in tevent_req.cStefan Metzmacher1-9/+5
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