uv: Upgrade to v0.11.14
authorTimothy J Fontaine <tjfontaine@gmail.com>
Tue, 29 Oct 2013 23:33:17 +0000 (16:33 -0700)
committerTimothy J Fontaine <tjfontaine@gmail.com>
Tue, 29 Oct 2013 23:33:17 +0000 (16:33 -0700)
commita35a212f258812bd178f7f002660a0ddc0bf10b2
tree32a27fca226d843207ccb93f08b5d12cd6b53ac6
parent613d76ef6a00ec091367de1e63bc51e3ab672cbd
uv: Upgrade to v0.11.14
78 files changed:
deps/uv/.gitignore
deps/uv/.mailmap
deps/uv/AUTHORS
deps/uv/ChangeLog
deps/uv/Makefile.am
deps/uv/README.md
deps/uv/common.gypi
deps/uv/configure.ac
deps/uv/include/uv-errno.h
deps/uv/include/uv-unix.h
deps/uv/include/uv.h
deps/uv/src/unix/aix.c
deps/uv/src/unix/async.c
deps/uv/src/unix/atomic-ops.h [new file with mode: 0644]
deps/uv/src/unix/core.c
deps/uv/src/unix/darwin-proctitle.c
deps/uv/src/unix/freebsd.c
deps/uv/src/unix/fsevents.c
deps/uv/src/unix/internal.h
deps/uv/src/unix/kqueue.c
deps/uv/src/unix/linux-core.c
deps/uv/src/unix/linux-inotify.c
deps/uv/src/unix/loop.c
deps/uv/src/unix/pipe.c
deps/uv/src/unix/process.c
deps/uv/src/unix/signal.c
deps/uv/src/unix/spinlock.h [new file with mode: 0644]
deps/uv/src/unix/stream.c
deps/uv/src/unix/sunos.c
deps/uv/src/unix/tcp.c
deps/uv/src/unix/tty.c
deps/uv/src/unix/udp.c
deps/uv/src/version.c
deps/uv/src/win/core.c
deps/uv/src/win/error.c
deps/uv/src/win/fs-event.c
deps/uv/src/win/fs.c
deps/uv/src/win/handle.c
deps/uv/src/win/pipe.c
deps/uv/src/win/stream.c
deps/uv/src/win/thread.c
deps/uv/src/win/tty.c
deps/uv/src/win/udp.c
deps/uv/src/win/winsock.c
deps/uv/test/benchmark-async.c
deps/uv/test/benchmark-million-timers.c
deps/uv/test/benchmark-ping-pongs.c
deps/uv/test/benchmark-pound.c
deps/uv/test/benchmark-pump.c
deps/uv/test/benchmark-udp-pummel.c
deps/uv/test/dns-server.c
deps/uv/test/runner-win.c
deps/uv/test/runner.c
deps/uv/test/task.h
deps/uv/test/test-active.c
deps/uv/test/test-close-order.c [new file with mode: 0644]
deps/uv/test/test-fs-event.c
deps/uv/test/test-fs-poll.c
deps/uv/test/test-fs.c
deps/uv/test/test-get-currentexe.c
deps/uv/test/test-ipc-send-recv.c
deps/uv/test/test-ipc.c
deps/uv/test/test-list.h
deps/uv/test/test-loop-stop.c
deps/uv/test/test-ping-pong.c
deps/uv/test/test-poll.c
deps/uv/test/test-ref.c
deps/uv/test/test-shutdown-close.c
deps/uv/test/test-signal-multiple-loops.c
deps/uv/test/test-spawn.c
deps/uv/test/test-stdio-over-pipes.c
deps/uv/test/test-tcp-bind-error.c
deps/uv/test/test-tcp-bind6-error.c
deps/uv/test/test-timer-again.c
deps/uv/test/test-timer.c
deps/uv/test/test-tty.c
deps/uv/test/test-udp-send-and-recv.c
deps/uv/uv.gyp