summaryrefslogtreecommitdiffstats
path: root/source3/include/async_req.h
Commit message (Collapse)AuthorAgeFilesLines
* async_req: Move to top level dirKai Blin2009-01-231-160/+0
|
* Add a macro async_req_setup()Volker Lendecke2009-01-181-0/+7
| | | | This streamlines setting up a multi-step async request a bit
* Add an async queueing mechanismVolker Lendecke2009-01-041-0/+8
|
* Add async timeout helpersVolker Lendecke2009-01-041-0/+10
|
* struct async_req doesn't really need to carry an event_contextVolker Lendecke2009-01-031-9/+3
|
* Simplify async programming a bit with helper routinesVolker Lendecke2008-12-081-0/+4
| | | | Introduce async_req_is_error() and async_req_simple_recv()
* Create doxygen comments for async_req.[ch]Volker Lendecke2008-07-261-41/+82
| | | | (This used to be commit 1dab45b16a23b1126fbf29890747a2b256f08968)
* Fix bug 5334Volker Lendecke2008-03-181-0/+7
| | | | | I did not test with a zero length file :-) (This used to be commit 7d7a73944c2dcf078f7bc8de65d575f32f9aa851)
* Add basic infrastructure for general async requestsVolker Lendecke2008-03-061-0/+89
(This used to be commit 9f8b2a87ee8bba930b776dcfda608a5639f6d55a)