deps: update uv to v1.0.0-rc1
authorFedor Indutny <fedor@indutny.com>
Fri, 19 Sep 2014 17:37:55 +0000 (21:37 +0400)
committerTimothy J Fontaine <tjfontaine@gmail.com>
Tue, 23 Sep 2014 15:18:41 +0000 (08:18 -0700)
commitc5f5d4cd11c2aec74fa03985405122d1ecb06f69
tree17accc5b501eb89e6810cac8df50b54901b6cfee
parent6e08bb94e8b1aaf913cf88106cb59f9d2ae85925
deps: update uv to v1.0.0-rc1
110 files changed:
deps/uv/.gitignore
deps/uv/.mailmap
deps/uv/AUTHORS
deps/uv/ChangeLog
deps/uv/Makefile.am
deps/uv/README.md
deps/uv/configure.ac
deps/uv/docs/make.bat [new file with mode: 0644]
deps/uv/docs/src/async.rst [new file with mode: 0644]
deps/uv/docs/src/check.rst [new file with mode: 0644]
deps/uv/docs/src/conf.py [new file with mode: 0644]
deps/uv/docs/src/design.rst [new file with mode: 0644]
deps/uv/docs/src/dll.rst [new file with mode: 0644]
deps/uv/docs/src/dns.rst [new file with mode: 0644]
deps/uv/docs/src/errors.rst [new file with mode: 0644]
deps/uv/docs/src/fs.rst [new file with mode: 0644]
deps/uv/docs/src/fs_event.rst [new file with mode: 0644]
deps/uv/docs/src/fs_poll.rst [new file with mode: 0644]
deps/uv/docs/src/handle.rst [new file with mode: 0644]
deps/uv/docs/src/idle.rst [new file with mode: 0644]
deps/uv/docs/src/index.rst [new file with mode: 0644]
deps/uv/docs/src/loop.rst [new file with mode: 0644]
deps/uv/docs/src/misc.rst [new file with mode: 0644]
deps/uv/docs/src/pipe.rst [new file with mode: 0644]
deps/uv/docs/src/poll.rst [new file with mode: 0644]
deps/uv/docs/src/prepare.rst [new file with mode: 0644]
deps/uv/docs/src/process.rst [new file with mode: 0644]
deps/uv/docs/src/request.rst [new file with mode: 0644]
deps/uv/docs/src/signal.rst [new file with mode: 0644]
deps/uv/docs/src/static/architecture.png [new file with mode: 0644]
deps/uv/docs/src/static/diagrams.key/Data/st0-311.jpg [new file with mode: 0644]
deps/uv/docs/src/static/diagrams.key/Data/st1-475.jpg [new file with mode: 0644]
deps/uv/docs/src/static/diagrams.key/Index.zip [new file with mode: 0644]
deps/uv/docs/src/static/diagrams.key/Metadata/BuildVersionHistory.plist [new file with mode: 0644]
deps/uv/docs/src/static/diagrams.key/Metadata/DocumentIdentifier [new file with mode: 0644]
deps/uv/docs/src/static/diagrams.key/Metadata/Properties.plist [new file with mode: 0644]
deps/uv/docs/src/static/diagrams.key/preview-micro.jpg [new file with mode: 0644]
deps/uv/docs/src/static/diagrams.key/preview-web.jpg [new file with mode: 0644]
deps/uv/docs/src/static/diagrams.key/preview.jpg [new file with mode: 0644]
deps/uv/docs/src/static/favicon.ico [new file with mode: 0644]
deps/uv/docs/src/static/logo.png [new file with mode: 0644]
deps/uv/docs/src/static/loop_iteration.png [new file with mode: 0644]
deps/uv/docs/src/stream.rst [new file with mode: 0644]
deps/uv/docs/src/tcp.rst [new file with mode: 0644]
deps/uv/docs/src/threading.rst [new file with mode: 0644]
deps/uv/docs/src/threadpool.rst [new file with mode: 0644]
deps/uv/docs/src/timer.rst [new file with mode: 0644]
deps/uv/docs/src/tty.rst [new file with mode: 0644]
deps/uv/docs/src/udp.rst [new file with mode: 0644]
deps/uv/include/uv-errno.h
deps/uv/include/uv-unix.h
deps/uv/include/uv-version.h
deps/uv/include/uv-win.h
deps/uv/include/uv.h
deps/uv/m4/.gitignore
deps/uv/m4/as_case.m4 [new file with mode: 0644]
deps/uv/m4/dtrace.m4 [new file with mode: 0644]
deps/uv/m4/libuv-check-flags.m4 [new file with mode: 0644]
deps/uv/src/fs-poll.c
deps/uv/src/unix/core.c
deps/uv/src/unix/darwin-proctitle.c
deps/uv/src/unix/fs.c
deps/uv/src/unix/fsevents.c
deps/uv/src/unix/getaddrinfo.c
deps/uv/src/unix/internal.h
deps/uv/src/unix/linux-core.c
deps/uv/src/unix/loop.c
deps/uv/src/unix/netbsd.c
deps/uv/src/unix/process.c
deps/uv/src/unix/stream.c
deps/uv/src/unix/timer.c
deps/uv/src/unix/udp.c
deps/uv/src/uv-common.c
deps/uv/src/uv-common.h
deps/uv/src/version.c
deps/uv/src/win/core.c
deps/uv/src/win/fs.c
deps/uv/src/win/getaddrinfo.c
deps/uv/src/win/getnameinfo.c
deps/uv/src/win/internal.h
deps/uv/src/win/loop-watcher.c
deps/uv/src/win/pipe.c
deps/uv/src/win/process.c
deps/uv/src/win/stream.c
deps/uv/src/win/tcp.c
deps/uv/src/win/timer.c
deps/uv/src/win/tty.c
deps/uv/src/win/udp.c
deps/uv/src/win/util.c
deps/uv/src/win/winapi.c
deps/uv/src/win/winapi.h
deps/uv/test/echo-server.c
deps/uv/test/test-default-loop-close.c [new file with mode: 0644]
deps/uv/test/test-fs.c
deps/uv/test/test-handle-fileno.c [new file with mode: 0644]
deps/uv/test/test-list.h
deps/uv/test/test-osx-select.c
deps/uv/test/test-pipe-close-stdout-read-stdin.c [new file with mode: 0644]
deps/uv/test/test-pipe-getsockname.c
deps/uv/test/test-socket-buffer-size.c [new file with mode: 0644]
deps/uv/test/test-spawn.c
deps/uv/test/test-tcp-write-after-connect.c [new file with mode: 0644]
deps/uv/test/test-tcp-write-queue-order.c
deps/uv/test/test-timer.c
deps/uv/test/test-udp-ipv6.c
deps/uv/test/test-udp-multicast-interface6.c
deps/uv/test/test-udp-send-unreachable.c [new file with mode: 0644]
deps/uv/test/test-watcher-cross-stop.c
deps/uv/uv.gyp
src/node_file.cc