Cross-platform asynchronous I/O
Go to file
2011-05-04 20:29:26 +02:00
ev Compile with -ansi 2011-03-29 16:42:13 -07:00
test More extensive test-callback-stack. Fails on windows now. 2011-05-04 17:10:33 +02:00
.gitignore Benchmark runner 2011-04-19 04:47:21 +02:00
AUTHORS Update AUTHORS 2011-04-21 09:23:18 -07:00
iocp-links.html add link to book 2011-04-09 09:38:16 -07:00
liboio-benchmark.vcxproj Windows: link with static crt 2011-05-04 00:41:49 +02:00
liboio-test.vcxproj Windows: link with static crt 2011-05-04 00:41:49 +02:00
liboio.sln Goodbye, solution items 2011-04-20 20:35:20 +02:00
liboio.vcxproj Windows: link with static crt 2011-05-04 00:41:49 +02:00
LICENSE Minor license update 2011-04-19 17:16:54 +02:00
Makefile Fix missing stddup def on unix 2011-04-30 13:28:14 -07:00
ngx-queue.h echo-server on unix works 2011-03-30 21:37:36 -07:00
oio-unix.c Fix some of the naming in private unix members 2011-05-03 17:08:02 -07:00
oio-unix.h Fix some of the naming in private unix members 2011-05-03 17:08:02 -07:00
oio-win.c Remove some debugging cruft 2011-05-04 20:29:26 +02:00
oio-win.h Windows: oio_shutdown kinda works 2011-05-04 04:00:17 +02:00
oio.h shutdown half-implemented on unix 2011-05-03 16:57:05 -07:00
README Add copyright headers, license file. 2011-04-18 11:11:30 -07:00
tree.h Windows: first shot at oio_timeout support 2011-04-12 20:39:14 +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/