Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | async_req: Move to top level dir | Kai Blin | 2009-01-23 | 1 | -340/+0 |
| | |||||
* | Add a macro async_req_setup() | Volker Lendecke | 2009-01-18 | 1 | -0/+25 |
| | | | | This streamlines setting up a multi-step async request a bit | ||||
* | s3:events: change event_add_timed() prototype to match samba4 | Stefan Metzmacher | 2009-01-05 | 1 | -7/+6 |
| | | | | metze | ||||
* | Add an async queueing mechanism | Volker Lendecke | 2009-01-04 | 1 | -0/+78 |
| | |||||
* | Add async timeout helpers | Volker Lendecke | 2009-01-04 | 1 | -0/+42 |
| | |||||
* | struct async_req doesn't really need to carry an event_context | Volker Lendecke | 2009-01-03 | 1 | -5/+4 |
| | |||||
* | Simplify async programming a bit with helper routines | Volker Lendecke | 2008-12-08 | 1 | -0/+23 |
| | | | | Introduce async_req_is_error() and async_req_simple_recv() | ||||
* | Create doxygen comments for async_req.[ch] | Volker Lendecke | 2008-07-26 | 1 | -4/+80 |
| | | | | (This used to be commit 1dab45b16a23b1126fbf29890747a2b256f08968) | ||||
* | Fix bug 5334 | Volker Lendecke | 2008-03-18 | 1 | -0/+30 |
| | | | | | I did not test with a zero length file :-) (This used to be commit 7d7a73944c2dcf078f7bc8de65d575f32f9aa851) | ||||
* | Add basic infrastructure for general async requests | Volker Lendecke | 2008-03-06 | 1 | -0/+68 |
(This used to be commit 9f8b2a87ee8bba930b776dcfda608a5639f6d55a) |