Cross-platform asynchronous I/O
Go to file
Alan Gutierrez 9468c6570a Check oio_err in connection_fail test.
* Renamed test_connection_fail to connection_fail following the conventions.
 * Mapped Windows error ERROR_CONNECTION_REFUSED to OIO_ECONNREFUSED.
 * Asserting that the oio_err in connection_fail is OIO_ECONNREFUSED.
2011-04-21 18:44:59 +08:00
ev Compile with -ansi 2011-03-29 16:42:13 -07:00
test Check oio_err in connection_fail test. 2011-04-21 18:44:59 +08:00
.gitignore Benchmark runner 2011-04-19 04:47:21 +02:00
AUTHORS Add copyright headers, license file. 2011-04-18 11:11:30 -07:00
iocp-links.html add link to book 2011-04-09 09:38:16 -07:00
liboio-benchmark.vcxproj Add unix files and documentation as non-compile items to the solution 2011-04-19 16:53:06 +02:00
liboio-test.vcxproj Add unix files and documentation as non-compile items to the solution 2011-04-19 16:53:06 +02:00
liboio.sln Goodbye, solution items 2011-04-20 20:35:20 +02:00
liboio.vcxproj Add unix files and documentation as non-compile items to the solution 2011-04-19 16:53:06 +02:00
LICENSE Minor license update 2011-04-19 17:16:54 +02:00
Makefile Add ping-pong benchmark 2011-04-18 23:51:53 -07:00
ngx-queue.h echo-server on unix works 2011-03-30 21:37:36 -07:00
oio-unix.c Revert "Remove oio_err - use ints" 2011-04-19 23:48:47 +02:00
oio-unix.h Revert "Remove oio_err - use ints" 2011-04-19 23:48:47 +02:00
oio-win.c Check oio_err in connection_fail test. 2011-04-21 18:44:59 +08:00
oio-win.h Revert "Remove oio_err - use ints" 2011-04-19 23:48:47 +02:00
oio.h Define oio_err earlier 2011-04-20 22:34:01 +02: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/