summaryrefslogtreecommitdiffstats
path: root/lib/socket_wrapper/socket_wrapper.h
Commit message (Collapse)AuthorAgeFilesLines
* lib: Change socket_wrapper to preloadable version.Andreas Schneider2014-04-171-177/+0
| | | | | | | This imports socket_wrapper 1.0.1. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
* lib/socket_wrapper: writev returns ssize_t, not intChristian Ambach2012-08-061-1/+1
|
* socket-wrapped: added wrappers for dup() and dup2()Andrew Tridgell2011-08-121-0/+11
| | | | | | | | | | The Samba4 standard process model uses dup() on incoming sockets as an optimisation (it makes select() a tiny bit faster when used). Adding dup() to socket wrapper allows us to use the standard process model in selftest Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* socket_wrapper: replace recvmsg() correctlyStefan Metzmacher2011-03-031-0/+6
| | | | metze
* Add read() to socketwrapper. Metze please check.Jeremy Allison2009-09-071-0/+6
| | | | Jeremy.
* Add support for sendmsg() in socket_wrapperAndrew Bartlett2009-05-261-0/+6
| | | | | | | | This is required because the deferred connect code skips the connect() until sending the packet, but unless we catch this call, the connect() never happens. Andrew Bartlett
* socket_wrapper: wrap readv() and writev()Stefan Metzmacher2009-03-101-0/+12
| | | | metze
* Move common libraries from root to lib/.Jelmer Vernooij2008-09-171-0/+136