summaryrefslogtreecommitdiffstats
path: root/source/lib/socket/socket_unix.c
Commit message (Expand)AuthorAgeFilesLines
* r4831: added udp support to our generic sockets library.Andrew Tridgell2005-01-191-4/+5
* r4753: added the ability for the generic socket library to handle asyncAndrew Tridgell2005-01-151-10/+29
* r3586: Fix some of the issues with the module init functions.Jelmer Vernooij2004-11-061-5/+0
* r3482: fixed a warning and an error from the IRIX 6.4 buildAndrew Tridgell2004-11-021-0/+1
* r3450: portability fixesAndrew Tridgell2004-11-021-20/+20
* r3314: added a option "socket:testnonblock" to the generic socket code. IfAndrew Tridgell2004-10-281-4/+3
* r3313: in socket_accept() make the new socket non-blocking unless SOCKET_FLAG...Andrew Tridgell2004-10-281-0/+8
* r3304: changed the API to lib/socket/ a little. Andrew Tridgell2004-10-281-18/+7
* r3279: Removed MSG_DONTWAIT flags as many platform don't have it.Andrew Tridgell2004-10-271-9/+0
* r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell2004-10-271-25/+1
* r3184: don't setup socket options on unix domain sockets (our smb.conf socket...Andrew Tridgell2004-10-251-1/+0
* r3183: moved the unlink of the messaging unixdom socket to the messaging dest...Andrew Tridgell2004-10-251-9/+0
* r3169: unlink() is called on the listening unix socket every time a child pro...Jelmer Vernooij2004-10-241-0/+4
* r3020: better error handling in socket_unixAndrew Tridgell2004-10-171-50/+43
* r3016: - converted the events code to tallocAndrew Tridgell2004-10-171-0/+10
* r3013: added support for unix domain sockets in the generic socket library. IAndrew Tridgell2004-10-171-0/+319