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