libuv/src/unix
2011-11-23 19:05:46 +01:00
..
eio Add support for DragonFly BSD by sharing code for FreeBSD. 2011-11-13 19:46:24 +01:00
ev ev: fix epoll_init file descriptor leak 2011-10-31 04:21:24 +01:00
cares.c Fixes #76. Unify OS error reporting 2011-09-27 19:05:33 -07:00
core.c sunos: add getaddrinfo() compatibility hack 2011-11-10 16:39:03 +00:00
cygwin.c cygwin: fix undefined _SC_PAGESIZE 2011-11-20 15:02:16 +01:00
darwin.c Change return type of uv_get_*_memory() functions 2011-10-21 10:09:59 -07:00
dl.c uv_kill 2011-11-02 14:34:07 -07:00
error.c unix: remove unused uv__translate_lib_error() function 2011-11-10 15:26:12 +00:00
freebsd.c Add support for DragonFly BSD by sharing code for FreeBSD. 2011-11-13 19:46:24 +01:00
fs.c unix: fix stray pointer free() when HAVE_FUTIMES=0 2011-11-22 00:00:52 +01:00
internal.h linux: fix build when compiling with -std=c89 -pedantic 2011-11-23 19:05:46 +01:00
kqueue.c unix: properly disarm kqueue fs watcher 2011-11-18 01:40:11 +01:00
linux.c unix: unbreak linux build, broken in 1997e10 2011-11-05 02:58:48 +01:00
netbsd.c Fix typo that broke libuv on NetBSD: psysconf() -> sysconf() 2011-11-13 19:42:57 +01:00
openbsd.c Change return type of uv_get_*_memory() functions 2011-10-21 10:09:59 -07:00
pipe.c make uv_pipe_connect return void 2011-11-04 16:06:53 -07:00
process.c linux: fall back to traditional syscalls if necessary 2011-11-09 15:38:51 +01:00
stream.c Set uv_write_t errno correctly 2011-11-16 13:02:18 -08:00
sunos.c sunos: check that event ports supports fs watching 2011-11-10 20:04:55 +01:00
tcp.c windows: add tests for uv_tcp_simultaneous_accepts 2011-11-01 01:13:13 -07:00
tty.c UNIX: Loop on blocking streams 2011-11-02 16:47:01 -07:00
udp.c add uv_udp_set_membership for unix multicast support 2011-10-11 21:25:20 +02:00
uv-eio.c move eio stuff into src/unix 2011-08-31 00:24:07 -07:00
uv-eio.h move eio stuff into src/unix 2011-08-31 00:24:07 -07:00