Cross-platform asynchronous I/O
Go to file
2011-06-25 17:47:40 +02:00
c-ares Make c-ares build on windows 2011-06-16 11:48:55 -07:00
ev Compile with -ansi 2011-03-29 16:42:13 -07:00
msvs Windows: getaddrinfo support 2011-06-23 01:31:17 +02:00
test benchmark-getaddrinfo: resolve more, use less concurrency 2011-06-25 17:47:39 +02:00
.gitignore c-ares unix 2011-06-15 14:23:46 +02:00
AUTHORS Igor, welcome back 2011-06-25 17:47:40 +02:00
config-mingw.mk Compile c-ares into libuv 2011-06-15 00:41:27 +02:00
config-unix.mk move uv_get_exepath() to platform files 2011-06-17 13:13:27 +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 c-ares integration on windows 2011-06-22 15:21:01 +02: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 Move uv_ip4_addr to uv-common.c 2011-06-17 18:56:43 +02:00
uv-darwin.c move uv_get_exepath() to platform files 2011-06-17 13:13:27 +02:00
uv-freebsd.c move uv_get_exepath() to platform files 2011-06-17 13:13:27 +02:00
uv-linux.c move uv_get_exepath() to platform files 2011-06-17 13:13:27 +02:00
uv-sunos.c Fixes #49. test-get-currentexe fails on solaris 2011-06-21 12:11:58 +02:00
uv-unix.c Windows: getaddrinfo support 2011-06-23 01:31:17 +02:00
uv-unix.h Windows: getaddrinfo support 2011-06-23 01:31:17 +02:00
uv-win.c uv_getaddrinfo: return int 2011-06-25 17:47:38 +02:00
uv-win.h Windows: getaddrinfo support 2011-06-23 01:31:17 +02:00
uv.h Add todo item for making ares handles private 2011-06-25 17:47:40 +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.