node/deps/uv
Ben Noordhuis 69ce415d38 uv: fix build on systems that don't have pipe2()
This is libuv commit 2fbcbe9, cherry-picked for node.
2011-08-05 17:16:47 +02:00
..
doc complete libuv upgrade. sorry 2011-07-07 11:32:12 -07:00
include Upgrade libuv to c834d5de9e4747e5138bed9140320b44622ab6de 2011-08-05 09:15:04 +02:00
msvs Upgrade libuv to 2e9a743 2011-08-01 20:26:26 -07:00
src uv: fix build on systems that don't have pipe2() 2011-08-05 17:16:47 +02:00
test Upgrade libuv to c834d5de9e4747e5138bed9140320b44622ab6de 2011-08-05 09:15:04 +02:00
.gitignore Upgrade libuv. 2011-06-17 19:53:19 +02:00
AUTHORS Upgrade libuv to 8fd916d6ddc9c7fd0e3e8e668efbc2d782e8e742 2011-06-29 19:35:17 +02:00
CMakeLists.txt cmake: Update for libuv. 2011-08-01 15:14:14 -07:00
LICENSE Upgrade libuv 2011-07-01 09:30:44 -07:00
Makefile Upgrade libuv to f5ff8694 2011-07-14 14:29:24 -07:00
README Upgrade libuv to e58a1abff02d7bacf89a56de9050e27690a97bc5 2011-06-07 18:59:44 +02:00
config-mingw.mk Upgrade libuv to 2e9a743 2011-08-01 20:26:26 -07:00
config-unix.mk Upgrade libuv to b2ed24d 2011-08-02 00:16:15 -07:00

README

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.