deps: upgrade libuv to 9aab5d4
authorBen Noordhuis <info@bnoordhuis.nl>
Fri, 11 Jan 2013 12:49:45 +0000 (13:49 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Fri, 11 Jan 2013 13:00:19 +0000 (14:00 +0100)
commit31fc52ab53b5dde882ebadbbc912c2848c7b6a83
tree11aa3925416fc156a9ccee5f37415a31d9104c52
parentdc0c524ce681f53e2bd8f0974ed6aa3fd910054d
deps: upgrade libuv to 9aab5d4
65 files changed:
deps/uv/Makefile
deps/uv/checksparse.sh [new file with mode: 0755]
deps/uv/config-unix.mk
deps/uv/include/uv-private/uv-sunos.h
deps/uv/include/uv.h
deps/uv/src/fs-poll.c
deps/uv/src/unix/aix.c
deps/uv/src/unix/async.c
deps/uv/src/unix/core.c
deps/uv/src/unix/cygwin.c
deps/uv/src/unix/darwin.c
deps/uv/src/unix/freebsd.c
deps/uv/src/unix/fs.c
deps/uv/src/unix/getaddrinfo.c
deps/uv/src/unix/internal.h
deps/uv/src/unix/kqueue.c
deps/uv/src/unix/linux/linux-core.c
deps/uv/src/unix/linux/syscalls.c
deps/uv/src/unix/loop-watcher.c
deps/uv/src/unix/loop.c
deps/uv/src/unix/netbsd.c
deps/uv/src/unix/openbsd.c
deps/uv/src/unix/process.c
deps/uv/src/unix/signal.c
deps/uv/src/unix/stream.c
deps/uv/src/unix/sunos.c
deps/uv/src/unix/thread.c
deps/uv/src/unix/threadpool.c
deps/uv/src/unix/tty.c
deps/uv/src/unix/udp.c
deps/uv/src/win/core.c
deps/uv/src/win/loop-watcher.c
deps/uv/src/win/tty.c
deps/uv/test/benchmark-getaddrinfo.c
deps/uv/test/benchmark-list.h
deps/uv/test/benchmark-million-async.c [new file with mode: 0644]
deps/uv/test/benchmark-ping-pongs.c
deps/uv/test/benchmark-pump.c
deps/uv/test/benchmark-spawn.c
deps/uv/test/dns-server.c
deps/uv/test/runner-unix.c
deps/uv/test/runner.c
deps/uv/test/runner.h
deps/uv/test/task.h
deps/uv/test/test-async.c
deps/uv/test/test-condvar-consumer-producer.c [deleted file]
deps/uv/test/test-connection-fail.c
deps/uv/test/test-delayed-accept.c
deps/uv/test/test-embed.c
deps/uv/test/test-fs-event.c
deps/uv/test/test-fs.c
deps/uv/test/test-getsockname.c
deps/uv/test/test-ipc.c
deps/uv/test/test-list.h
deps/uv/test/test-multiple-listen.c
deps/uv/test/test-ping-pong.c
deps/uv/test/test-poll.c
deps/uv/test/test-ref.c
deps/uv/test/test-run-nowait.c [new file with mode: 0644]
deps/uv/test/test-run-once.c
deps/uv/test/test-shutdown-eof.c
deps/uv/test/test-spawn.c
deps/uv/test/test-stdio-over-pipes.c
deps/uv/test/test-threadpool-cancel.c
deps/uv/uv.gyp