libuv/src/unix
Ben Noordhuis 94cb06fecf unix: make uv__nonblock() EINTR resilient
It's underspecified if and when ioctl(FIONBIO) or fcntl() can return EINTR.
Let's take the safe route.
2012-06-14 01:19:34 +02:00
..
eio eio: don't use futimes() on linux 2012-02-06 20:35:56 +01:00
ev unix: fix event loop stall 2012-06-06 05:12:28 +02:00
linux linux: add eventfd and eventfd2 syscalls 2012-06-11 04:20:03 +02:00
async.c unix: implement async handles in libuv 2012-06-11 04:19:31 +02:00
core.c unix: make uv__nonblock() EINTR resilient 2012-06-14 01:19:34 +02:00
cygwin.c unix, test: make NANOSEC a 64 bits unsigned int 2012-06-07 17:00:01 +02:00
darwin.c Revert "Fix memory leak in uv_exepath() on OSX." 2012-04-06 00:55:04 +02:00
dl.c unix: reset error status in uv_dlopen() 2012-06-12 01:48:21 +02:00
error.c Merge branch 'v0.6' 2012-05-01 16:54:27 +02:00
freebsd.c unix, test: make NANOSEC a 64 bits unsigned int 2012-06-07 17:00:01 +02:00
fs.c unix, windows: rework reference counting scheme 2012-05-17 07:07:53 +02:00
internal.h unix: simplify uv__make_pipe() and uv__make_socketpair() 2012-06-11 02:47:39 +02:00
kqueue.c unix, windows: rework reference counting scheme 2012-05-17 07:07:53 +02:00
loop-watcher.c unix: split up loop.c 2012-05-23 23:47:06 +02:00
loop.c unix: implement async handles in libuv 2012-06-11 04:19:31 +02:00
netbsd.c unix, test: make NANOSEC a 64 bits unsigned int 2012-06-07 17:00:01 +02:00
openbsd.c unix, test: make NANOSEC a 64 bits unsigned int 2012-06-07 17:00:01 +02:00
pipe.c unix: rework pending handle/req logic 2012-05-30 00:08:22 +02:00
poll.c unix: fix uv_poll CPU usage spike 2012-05-23 12:52:44 +02:00
process.c unix: simplify uv__make_pipe() and uv__make_socketpair() 2012-06-11 02:47:39 +02:00
stream.c unix: make uv_shutdown() return UV_ENOTCONN 2012-06-08 02:48:28 +02:00
sunos.c sunos: uv_interface_addresses needlessly #ifdef'd out 2012-06-07 10:51:45 -07:00
tcp.c unix: replace ev_io with uv__io_t 2012-05-23 03:42:32 +02:00
thread.c unix, windows: add semaphore functions 2012-06-03 04:04:05 +02:00
timer.c unix: implement timers in libuv 2012-05-31 03:08:34 +02:00
tty.c unix: turn field stream->blocking into a flag 2012-05-23 22:48:57 +02:00
udp.c unix: move memset out of recvmsg inner loop 2012-06-05 15:42:20 +02:00
uv-eio.c unix: uv_async handles should not be unref'ed automatically 2012-06-10 02:25:20 +02:00
uv-eio.h move eio stuff into src/unix 2011-08-31 00:24:07 -07:00