0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 15:30:56 +01:00
nodejs/deps/uv
2011-06-23 00:35:35 +02:00
..
c-ares Upgrade libuv. 2011-06-17 19:53:19 +02:00
ev Prevent "undefined symbol: ev_rt_now" link errors in third-party modules. 2011-06-23 00:35:35 +02: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.