summaryrefslogtreecommitdiffstats
path: root/lib/async_req
Commit message (Collapse)AuthorAgeFilesLines
...
* async_sock: Map ASYNC_REQ_TIMEOUT to ETIMEDOUT instead of ETIMEKai Blin2009-02-091-1/+5
| | | | Also, fall back to EIO if ETIMEDOUT is not present
* async_sock: Use unix errnos instead of NTSTATUSKai Blin2009-02-092-30/+99
| | | | | 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.
* Next step disentangling async_req from NTSTATUSVolker Lendecke2009-02-024-62/+86
| | | | Now I need to document this :-)
* Split up async_req into a generic and a NTSTATUS specific partVolker Lendecke2009-02-016-80/+158
|
* async_sock: Move to top levelKai Blin2009-01-283-1/+755
|
* async_req: Fix the S4 buildKai Blin2009-01-272-20/+28
|
* s4: add ../lib/async_req to the s4 buildKai Blin2009-01-231-0/+3
|
* async_req: Move to top level dirKai Blin2009-01-232-0/+500