libuv/src
Ben Noordhuis 71eea07a95 unix: add support for receiving UNIX sockets
Until now, all received file descriptors were reported as being UV_TCP streams:
AF_INET/AF_INET6 sockets of type SOCK_STREAM.

This commit adds support for AF_UNIX/AF_FILE sockets (UV_NAMED_PIPE in libuv
nomenclature).

Support for UV_UDP handles (AF_INET/AF_INET6 sockets of type SOCK_DGRAM) still
needs to be implemented.
2012-03-09 09:12:51 -08:00
..
ares Prepare libuv for shared library build 2011-10-29 00:52:32 +02:00
unix unix: add support for receiving UNIX sockets 2012-03-09 09:12:51 -08:00
win Windows: fix compiler warnings 2012-03-09 17:04:26 +01:00
uv-common.c common: make uv__set_*_error() return -1 2012-02-23 05:57:36 -08:00
uv-common.h common: make uv__set_*_error() return -1 2012-02-23 05:57:36 -08:00