Cross-platform asynchronous I/O
Go to file
2011-06-29 19:50:49 +02:00
c-ares Remove WIN32_LEAN_AND_MEAN 2011-06-29 19:50:49 +02:00
ev unix: Remove c-ares and libev configure scripts 2011-06-27 18:29:35 +02:00
msvs IPv6 support 2011-06-28 14:11:21 +02:00
test unbreak 'make bench' 2011-06-28 21:11:33 +02:00
.gitignore c-ares unix 2011-06-15 14:23:46 +02:00
AUTHORS Add Matt to the authors 2011-06-28 14:11:47 +02:00
config-mingw.mk Windows: No configure build 2011-06-27 18:29:46 +02:00
config-unix.mk unix: Remove c-ares and libev configure scripts 2011-06-27 18:29:35 +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 unix: Remove c-ares and libev configure scripts 2011-06-27 18:29:35 +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 uv_ares utility methods put into new uv-common.c file 2011-06-28 18:53:09 +02:00
uv-common.h uv_ares utility methods put into new uv-common.c file 2011-06-28 18:53:09 +02:00
uv-darwin.c Rename uv_get_hrtime, uv_get_exepath to uv_hrtime, uv_exepath 2011-06-28 14:26:28 +02:00
uv-freebsd.c Rename uv_get_hrtime, uv_get_exepath to uv_hrtime, uv_exepath 2011-06-28 14:26:28 +02:00
uv-linux.c Rename uv_get_hrtime, uv_get_exepath to uv_hrtime, uv_exepath 2011-06-28 14:26:28 +02:00
uv-sunos.c Rename uv_get_hrtime, uv_get_exepath to uv_hrtime, uv_exepath 2011-06-28 14:26:28 +02:00
uv-unix.c Implement c-ares on unix. 2011-06-28 21:08:17 +02:00
uv-unix.h Implement c-ares on unix. 2011-06-28 21:08:17 +02:00
uv-win.c fix mingw build 2011-06-29 19:32:10 +02:00
uv-win.h fix mingw build 2011-06-29 19:32:10 +02:00
uv.h uv_ares utility methods put into new uv-common.c file 2011-06-28 18:53: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.