Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: Add before/after hooks to async_connect | Volker Lendecke | 2013-05-17 | 1 | -4/+6 |
| | | | | | | | This will facilitiate [un]become_root for smbd to connect safely to ctdbd. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Christian Ambach <ambi@samba.org> | ||||
* | lib: Make async_sock includable on its own | Volker Lendecke | 2012-09-25 | 1 | -0/+1 |
| | | | | | Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Tue Sep 25 18:03:46 CEST 2012 on sn-devel-104 | ||||
* | Add wait_for_read_send/recv | Volker Lendecke | 2011-07-28 | 1 | -0/+5 |
| | | | | Wait for readability of a socket as a tevent_req | ||||
* | Use sockaddr_storage in async sendto/recvfrom | Volker Lendecke | 2010-12-29 | 1 | -3/+3 |
| | |||||
* | async_send->sendto, async_recv->recvfrom | Volker Lendecke | 2010-12-28 | 1 | -10/+11 |
| | |||||
* | async_sock: try fix the source4 build on FreeBSD, Solaris, SLES8 | Stefan Metzmacher | 2009-06-08 | 1 | -1/+2 |
| | | | | metze | ||||
* | async_sock: Change license to LGPLv3+ | Volker Lendecke | 2009-05-29 | 1 | -8/+12 |
| | |||||
* | Add "err_on_readability" to writev_send | Volker Lendecke | 2009-05-24 | 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. | ||||
* | Remove async_req | Volker Lendecke | 2009-04-08 | 1 | -3/+0 |
| | |||||
* | Add "queue" to writev_send | Volker Lendecke | 2009-03-08 | 1 | -1/+2 |
| | | | | | Unless higher levels queue themselves somehow, writev will *always* be queued. So the queueing should be done at the right level. | ||||
* | Remove async_req based async_send | Volker Lendecke | 2009-02-25 | 1 | -8/+0 |
| | |||||
* | Remove async_req based async_recv | Volker Lendecke | 2009-02-25 | 1 | -3/+0 |
| | |||||
* | Add more conventional async_recv | Volker Lendecke | 2009-02-24 | 1 | -0/+5 |
| | |||||
* | Add more conventional async_send | Volker Lendecke | 2009-02-24 | 1 | -0/+6 |
| | |||||
* | Remove unused recvall | Volker Lendecke | 2009-02-24 | 1 | -5/+0 |
| | |||||
* | Add async read_packet | Volker Lendecke | 2009-02-24 | 1 | -0/+10 |
| | |||||
* | Remove async sendall | Volker Lendecke | 2009-02-24 | 1 | -5/+0 |
| | |||||
* | Add async writev | Volker Lendecke | 2009-02-24 | 1 | -0/+4 |
| | |||||
* | Convert async_connect to tevent_req | Volker Lendecke | 2009-02-24 | 1 | -5/+6 |
| | |||||
* | async_sock: Use unix errnos instead of NTSTATUS | Kai Blin | 2009-02-09 | 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. | ||||
* | async_sock: Move to top level | Kai Blin | 2009-01-28 | 1 | -0/+51 |