Cross-platform asynchronous I/O
Go to file
2011-06-15 00:16:26 +02:00
c-ares Land c-ares in libuv 2011-06-15 00:16:26 +02:00
ev Compile with -ansi 2011-03-29 16:42:13 -07:00
msvs Add test-shutdown-eof to msvc project 2011-06-07 00:44:26 +02:00
test Correct uv_counter API 2011-06-12 15:55:17 +02:00
.gitignore Add mingw build results to .gitignore 2011-05-09 05:41:12 +02:00
AUTHORS Add Ben to AUTHORS 2011-06-13 12:31:03 -07:00
config-mingw.mk Remove -pedantic flag for now (too annoying) 2011-06-08 14:56:42 +02:00
config-unix.mk Remove EV_MULTIPLICITY=0 for ease of use 2011-06-08 15:13:02 +02:00
desired-api.md API Change: Move close_cb to uv_close from init functions 2011-06-08 05:44:22 -07:00
iocp-links.html add link to book 2011-04-09 09:38:16 -07:00
LICENSE oio -> uv 2011-05-11 20:21:49 -07:00
Makefile Makefile munging 2011-05-12 18:35:05 -07:00
ngx-queue.h echo-server on unix works 2011-03-30 21:37:36 -07:00
README Add doc on desired-api 2011-05-28 01:47:47 -07:00
tree.h oio -> uv 2011-05-11 20:21:49 -07:00
uv-common.c Silence g++ warning type qualifiers ignored on function return type. 2011-06-13 21:24:54 +02:00
uv-unix.c Correct uv_counter API 2011-06-12 15:55:17 +02:00
uv-unix.h accept_cb -> connection_cb 2011-06-07 14:12:25 +02:00
uv-win.c Correct uv_counter API 2011-06-12 15:55:17 +02:00
uv-win.h Use proper types instead of void pointers to store loop callbacks 2011-06-08 22:06:10 +02:00
uv.h Correct ssize_t detection 2011-06-14 20:28:09 +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.