libuv/src/unix
Ben Noordhuis 1988f5e581 unix: put child process stdio fds in blocking mode
Remove the O_NONBLOCK flag from file descriptors 0-2, most applications don't
expect EAGAIN errors when dealing with stdio.
2012-09-12 01:48:05 +02:00
..
eio eio: don't use futimes() on linux 2012-02-06 20:35:56 +01:00
ev unix: fix memory leak in libev 2012-06-14 04:03:05 +02:00
linux unix: fix integer overflow in uv_hrtime 2012-08-18 03:55:13 +02:00
async.c unix: implement async handles in libuv 2012-06-11 04:19:31 +02:00
core.c unix: fix 'zero handles, one request' busy loop 2012-07-01 23:59:30 +02:00
cygwin.c unix: fix integer overflow in uv_hrtime 2012-08-18 03:55:13 +02:00
darwin.c unix: undo changes to uv_set_process_title() 2012-07-18 22:54:39 +02:00
dl.c unix: assume that dlopen() clobbers dlerror() 2012-06-28 01:54:02 +02:00
error.c unix: map errno ESPIPE 2012-08-23 00:32:56 +02:00
freebsd.c unix: fix integer overflow in uv_hrtime 2012-08-18 03:55:13 +02:00
fs.c unix: fix const correctness compiler warning 2012-08-20 16:18:38 +02:00
internal.h unix: revert 0971598, obsoleted by 889ab21 2012-07-02 00:00:20 +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 linux: fix 'two watchers, one path' segfault 2012-07-28 16:31:47 +02:00
netbsd.c unix: fix integer overflow in uv_hrtime 2012-08-18 03:55:13 +02:00
openbsd.c unix: fix integer overflow in uv_hrtime 2012-08-18 03:55:13 +02:00
pipe.c unix: fix uv_pipe_connect() with existing fd 2012-07-19 16:25:49 +02:00
poll.c unix: fix uv_poll CPU usage spike 2012-05-23 12:52:44 +02:00
process.c unix: put child process stdio fds in blocking mode 2012-09-12 01:48:05 +02:00
stream.c unix: fix EMFILE busy loop 2012-09-10 15:03:03 +02:00
sunos.c sunos: fix uv_cpu_info() on x86_64 2012-08-16 14:43:46 +02:00
tcp.c sunos: don't set TCP_KEEPALIVE 2012-09-04 01:20:33 +02:00
thread.c unix: don't abort() when trylock functions return EBUSY 2012-07-26 00:11:46 +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: fix memory leak in udp.c 2012-08-25 22:28:52 +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