Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-28 | async_sock: Move to top level | Kai Blin | 1 | -693/+0 | |
2009-01-18 | Add a macro async_req_setup() | Volker Lendecke | 1 | -16/+4 | |
This streamlines setting up a multi-step async request a bit | |||||
2009-01-04 | Convert async_connect to "normal" style | Volker Lendecke | 1 | -101/+113 | |
2009-01-04 | Actually do a non-blocking connect.... :-) | Volker Lendecke | 1 | -1/+1 | |
2009-01-03 | Fix retval of async_syscall_result_int | Volker Lendecke | 1 | -1/+1 | |
2009-01-03 | struct async_req doesn't really need to carry an event_context | Volker Lendecke | 1 | -4/+6 | |
2009-01-02 | Replace some SMB_ASSERTs with NT_STATUS_INTERNAL_ERROR | Volker Lendecke | 1 | -7/+28 | |
2008-12-08 | Simplify async programming a bit with helper routines | Volker Lendecke | 1 | -10/+2 | |
Introduce async_req_is_error() and async_req_simple_recv() | |||||
2008-12-08 | Streamline the async_sock API a bit | Volker Lendecke | 1 | -33/+36 | |
2008-09-29 | Fix async_connect | Volker Lendecke | 1 | -1/+2 | |
2008-08-08 | Add simple async wrappers around send, recv and connect | Volker Lendecke | 1 | -0/+674 | |
To be used later :-) (This used to be commit 0d161d336ab9eeccd90d19ef1473646c3008864a) |