summaryrefslogtreecommitdiff
path: root/lib/async_req/async_sock.c
AgeCommit message (Collapse)AuthorFilesLines
2009-02-24Fix async writevVolker Lendecke1-1/+1
2009-02-24Remove async sendallVolker Lendecke1-111/+0
2009-02-24Add async writevVolker Lendecke1-0/+105
2009-02-24Convert async_connect to tevent_reqVolker Lendecke1-27/+27
2009-02-09s3 async: Fix the build on systems that have ETIMEDOUT but not ETIMETim Prouty1-2/+2
Fallback on EAGAIN
2009-02-09async_sock: Map ASYNC_REQ_TIMEOUT to ETIMEDOUT instead of ETIMEKai Blin1-1/+5
Also, fall back to EIO if ETIMEDOUT is not present
2009-02-09async_sock: Use unix errnos instead of NTSTATUSKai Blin1-27/+93
This also switches wb_reqtrans to use wbcErr instead of NTSTATUS as it would be pointless to convert to errno first and to wbcErr later.
2009-02-01Split up async_req into a generic and a NTSTATUS specific partVolker Lendecke1-15/+15
2009-01-28async_sock: Move to top levelKai Blin1-0/+703