Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-28 | Add wait_for_read_send/recv | Volker Lendecke | 1 | -0/+5 | |
Wait for readability of a socket as a tevent_req | |||||
2010-12-29 | Use sockaddr_storage in async sendto/recvfrom | Volker Lendecke | 1 | -3/+3 | |
2010-12-28 | async_send->sendto, async_recv->recvfrom | Volker Lendecke | 1 | -10/+11 | |
2009-06-08 | async_sock: try fix the source4 build on FreeBSD, Solaris, SLES8 | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2009-05-29 | async_sock: Change license to LGPLv3+ | Volker Lendecke | 1 | -8/+12 | |
2009-05-24 | Add "err_on_readability" to writev_send | Volker Lendecke | 1 | -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-08 | Remove async_req | Volker Lendecke | 1 | -3/+0 | |
2009-03-08 | Add "queue" to writev_send | Volker Lendecke | 1 | -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-25 | Remove async_req based async_send | Volker Lendecke | 1 | -8/+0 | |
2009-02-25 | Remove async_req based async_recv | Volker Lendecke | 1 | -3/+0 | |
2009-02-24 | Add more conventional async_recv | Volker Lendecke | 1 | -0/+5 | |
2009-02-24 | Add more conventional async_send | Volker Lendecke | 1 | -0/+6 | |
2009-02-24 | Remove unused recvall | Volker Lendecke | 1 | -5/+0 | |
2009-02-24 | Add async read_packet | Volker Lendecke | 1 | -0/+10 | |
2009-02-24 | Remove async sendall | Volker Lendecke | 1 | -5/+0 | |
2009-02-24 | Add async writev | Volker Lendecke | 1 | -0/+4 | |
2009-02-24 | Convert async_connect to tevent_req | Volker Lendecke | 1 | -5/+6 | |
2009-02-09 | async_sock: Use unix errnos instead of NTSTATUS | Kai Blin | 1 | -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-28 | async_sock: Move to top level | Kai Blin | 1 | -0/+51 | |