libuv/include
Ben Noordhuis 9ab5ee2f39 include: document pipe path truncation behavior
Document the fact that the maximum path length for UNIX domain socket
paths is much less than _POSIX_PATH_MAX.

For most file systems, _POSIX_PATH_MAX is 1024 or 4096 bytes while
`sizeof(sockaddr_un.sun_path)` is typically between 92 and 108 bytes.
2013-10-22 12:12:59 +02:00
..
pthread-fixes.h build: switch to autotools 2013-07-02 01:21:16 +02:00
stdint-msvc2008.h build: switch to autotools 2013-07-02 01:21:16 +02:00
tree.h build: switch to autotools 2013-07-02 01:21:16 +02:00
uv-bsd.h build: switch to autotools 2013-07-02 01:21:16 +02:00
uv-darwin.h fsevents: use shared FSEventStream 2013-08-22 16:35:13 +04:00
uv-errno.h include: add E2BIG status code mapping 2013-10-20 14:00:29 +02:00
uv-linux.h linux,darwin,win: link-local IPv6 addresses 2013-07-04 15:43:20 +02:00
uv-sunos.h build: switch to autotools 2013-07-02 01:21:16 +02:00
uv-unix.h unix: fix SIGCHLD waitpid() race in process.c 2013-10-09 11:18:13 +02:00
uv-win.h unix, windows: add thread-local storage API 2013-08-25 15:51:07 +02:00
uv.h include: document pipe path truncation behavior 2013-10-22 12:12:59 +02:00