summaryrefslogtreecommitdiff
path: root/lib/async_req/async_sock.h
AgeCommit message (Collapse)AuthorFilesLines
2011-07-28Add wait_for_read_send/recvVolker Lendecke1-0/+5
Wait for readability of a socket as a tevent_req
2010-12-29Use sockaddr_storage in async sendto/recvfromVolker Lendecke1-3/+3
2010-12-28async_send->sendto, async_recv->recvfromVolker Lendecke1-10/+11
2009-06-08async_sock: try fix the source4 build on FreeBSD, Solaris, SLES8Stefan Metzmacher1-1/+2
metze
2009-05-29async_sock: Change license to LGPLv3+Volker Lendecke1-8/+12
2009-05-24Add "err_on_readability" to writev_sendVolker Lendecke1-0/+1
A socket where the other side has closed only becomes readable. To catch errors early when sitting in a pure writev, we need to also test for readability.
2009-04-08Remove async_reqVolker Lendecke1-3/+0
2009-03-08Add "queue" to writev_sendVolker Lendecke1-1/+2
Unless higher levels queue themselves somehow, writev will *always* be queued. So the queueing should be done at the right level.
2009-02-25Remove async_req based async_sendVolker Lendecke1-8/+0
2009-02-25Remove async_req based async_recvVolker Lendecke1-3/+0
2009-02-24Add more conventional async_recvVolker Lendecke1-0/+5
2009-02-24Add more conventional async_sendVolker Lendecke1-0/+6
2009-02-24Remove unused recvallVolker Lendecke1-5/+0
2009-02-24Add async read_packetVolker Lendecke1-0/+10
2009-02-24Remove async sendallVolker Lendecke1-5/+0
2009-02-24Add async writevVolker Lendecke1-0/+4
2009-02-24Convert async_connect to tevent_reqVolker Lendecke1-5/+6
2009-02-09async_sock: Use unix errnos instead of NTSTATUSKai Blin1-3/+6
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-01-28async_sock: Move to top levelKai Blin1-0/+51