libuv/src/unix
Ben Noordhuis 7d2ea31618 unix: fix event loop stall
Stop libev from entering the epoll_wait/kevent/port_getn/etc. syscall when
there are no active handles left, that will block indefinitely.
2012-06-04 23:36:50 +02:00
..
eio eio: don't use futimes() on linux 2012-02-06 20:35:56 +01:00
ev unix: implement timers in libuv 2012-05-31 03:08:34 +02:00
linux unix: replace ev_io with uv__io_t 2012-05-23 03:42:32 +02:00
async.c unix, windows: rework reference counting scheme 2012-05-17 07:07:53 +02:00
core.c unix: fix event loop stall 2012-06-04 23:36:50 +02:00
cygwin.c unix: move handle specific close logic out of core.c 2012-04-04 05:30:15 -07:00
darwin.c Revert "Fix memory leak in uv_exepath() on OSX." 2012-04-06 00:55:04 +02:00
dl.c unix: don't use setlocale() 2012-05-03 19:50:40 +02:00
error.c Merge branch 'v0.6' 2012-05-01 16:54:27 +02:00
freebsd.c Add more fixes for Dragonfly BSD. 2012-02-14 14:49:31 +01:00
fs.c unix, windows: rework reference counting scheme 2012-05-17 07:07:53 +02:00
internal.h unix: implement timers in libuv 2012-05-31 03:08:34 +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 timers in libuv 2012-05-31 03:08:34 +02:00
netbsd.c Remove unused variables on NetBSD. 2012-02-14 14:49:31 +01:00
openbsd.c unix: fix compiler warning 2012-03-27 17:34:18 +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: remap fds 0-2 to /dev/null if ignore flag set 2012-06-04 16:14:21 +02:00
stream.c unix: queue write reqs if stream is not connected 2012-06-04 16:55:04 +02:00
sunos.c unix: fix indentation in sunos.c 2012-05-29 00:09:47 +02: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: shave about 100 bytes off uv_udp_send_t 2012-05-23 23:21:08 +02:00
uv-eio.c unix: mark eio poll handles as internal 2012-05-30 02:33:50 +02:00
uv-eio.h move eio stuff into src/unix 2011-08-31 00:24:07 -07:00