summaryrefslogtreecommitdiff
path: root/source4/lib/socket/socket_unix.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3314: added a option "socket:testnonblock" to the generic socket code. IfAndrew Tridgell1-4/+3
2007-10-10r3313: in socket_accept() make the new socket non-blocking unless SOCKET_FLAG...Andrew Tridgell1-0/+8
2007-10-10r3304: changed the API to lib/socket/ a little.Andrew Tridgell1-18/+7
2007-10-10r3279: Removed MSG_DONTWAIT flags as many platform don't have it.Andrew Tridgell1-9/+0
2007-10-10r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell1-25/+1
2007-10-10r3184: don't setup socket options on unix domain sockets (our smb.conf socket...Andrew Tridgell1-1/+0
2007-10-10r3183: moved the unlink of the messaging unixdom socket to the messaging dest...Andrew Tridgell1-9/+0
2007-10-10r3169: unlink() is called on the listening unix socket every time a child pro...Jelmer Vernooij1-0/+4
2007-10-10r3020: better error handling in socket_unixAndrew Tridgell1-50/+43
2007-10-10r3016: - converted the events code to tallocAndrew Tridgell1-0/+10
2007-10-10r3013: added support for unix domain sockets in the generic socket library. IAndrew Tridgell1-0/+319