Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove async_req based async_send | Volker Lendecke | 2009-02-25 | 1 | -232/+0 |
* | Remove async_req based async_recv | Volker Lendecke | 2009-02-25 | 1 | -68/+0 |
* | Add more conventional async_recv | Volker Lendecke | 2009-02-24 | 1 | -0/+67 |
* | Add more conventional async_send | Volker Lendecke | 2009-02-24 | 1 | -0/+67 |
* | Remove unused param_connect struct | Volker Lendecke | 2009-02-24 | 1 | -11/+0 |
* | Remove unused recvall | Volker Lendecke | 2009-02-24 | 1 | -110/+0 |
* | Add async read_packet | Volker Lendecke | 2009-02-24 | 1 | -0/+118 |
* | Fix async writev | Volker Lendecke | 2009-02-24 | 1 | -1/+1 |
* | Remove async sendall | Volker Lendecke | 2009-02-24 | 1 | -111/+0 |
* | Add async writev | Volker Lendecke | 2009-02-24 | 1 | -0/+105 |
* | Convert async_connect to tevent_req | Volker Lendecke | 2009-02-24 | 1 | -27/+27 |
* | s3 async: Fix the build on systems that have ETIMEDOUT but not ETIME | Tim Prouty | 2009-02-09 | 1 | -2/+2 |
* | async_sock: Map ASYNC_REQ_TIMEOUT to ETIMEDOUT instead of ETIME | Kai Blin | 2009-02-09 | 1 | -1/+5 |
* | async_sock: Use unix errnos instead of NTSTATUS | Kai Blin | 2009-02-09 | 1 | -27/+93 |
* | Split up async_req into a generic and a NTSTATUS specific part | Volker Lendecke | 2009-02-01 | 1 | -15/+15 |
* | async_sock: Move to top level | Kai Blin | 2009-01-28 | 1 | -0/+703 |