Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-12 | socket-wrapped: added wrappers for dup() and dup2() | Andrew Tridgell | 1 | -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> | |||||
2011-03-03 | socket_wrapper: replace recvmsg() correctly | Stefan Metzmacher | 1 | -0/+6 | |
metze | |||||
2009-09-07 | Add read() to socketwrapper. Metze please check. | Jeremy Allison | 1 | -0/+6 | |
Jeremy. | |||||
2009-05-26 | Add support for sendmsg() in socket_wrapper | Andrew Bartlett | 1 | -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 | |||||
2009-03-10 | socket_wrapper: wrap readv() and writev() | Stefan Metzmacher | 1 | -0/+12 | |
metze | |||||
2008-09-17 | Move common libraries from root to lib/. | Jelmer Vernooij | 1 | -0/+136 | |