0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/deps/uv
Ryan Dahl 95b409c578 Upgrade libuv.
Also remove c-ares since it's included in libuv now.

libuv version b7b7df090ca285e53eb51bf518c4e5064876596
2011-06-17 19:53:19 +02:00
..
c-ares Upgrade libuv. 2011-06-17 19:53:19 +02:00
ev Integrate libuv into build system 2011-05-13 00:54:00 -07:00
msvs Upgrade libuv. 2011-06-17 19:53:19 +02:00
test Upgrade libuv. 2011-06-17 19:53:19 +02:00
.gitignore Upgrade libuv. 2011-06-17 19:53:19 +02:00
AUTHORS Upgrade libuv. 2011-06-17 19:53:19 +02:00
config-mingw.mk Upgrade libuv. 2011-06-17 19:53:19 +02:00
config-unix.mk Upgrade libuv. 2011-06-17 19:53:19 +02:00
desired-api.md Upgrade libuv 2011-06-10 18:17:44 +02:00
iocp-links.html Integrate libuv into build system 2011-05-13 00:54:00 -07:00
LICENSE Integrate libuv into build system 2011-05-13 00:54:00 -07:00
Makefile Integrate libuv into build system 2011-05-13 00:54:00 -07:00
ngx-queue.h Integrate libuv into build system 2011-05-13 00:54:00 -07:00
README Upgrade libuv to e58a1abff02d7bacf89a56de9050e27690a97bc5 2011-06-07 18:59:44 +02:00
tree.h Integrate libuv into build system 2011-05-13 00:54:00 -07:00
uv-common.c Upgrade libuv. 2011-06-17 19:53:19 +02:00
uv-darwin.c Upgrade libuv. 2011-06-17 19:53:19 +02:00
uv-freebsd.c Upgrade libuv. 2011-06-17 19:53:19 +02:00
uv-linux.c Upgrade libuv. 2011-06-17 19:53:19 +02:00
uv-sunos.c Upgrade libuv. 2011-06-17 19:53:19 +02:00
uv-unix.c Upgrade libuv. 2011-06-17 19:53:19 +02:00
uv-unix.h Upgrade libuv to e58a1abff02d7bacf89a56de9050e27690a97bc5 2011-06-07 18:59:44 +02:00
uv-win.c Upgrade libuv. 2011-06-17 19:53:19 +02:00
uv-win.h Upgrade libuv 2011-06-10 18:17:44 +02:00
uv.h Upgrade libuv. 2011-06-17 19:53:19 +02:00

This is the new networking layer for Node. Its purpose is to abstract
IOCP on windows and libev on Unix systems. We intend to eventually contain
all platform differences in this library.

http://nodejs.org/

(This was previously called liboio)

Supported Platforms:

Microsoft Windows operating systems since Windows XP sp2. It can be built
with either Visual Studio or MinGW.

Linux 2.6 and MacOS using the GCC toolchain.

Solaris 121 and later using GCC toolchain.