node/test
Ryan 15d24d8002 Major refactor of network code
Here I massively change both the external and internal API of the TCP
sockets and servers.

This change introduces the concept of a protocol object like is found in
Twisted Python. I believe this allows for a much cleaner description of how
a socket behaves. What was once a single object "client" or "connection" is
now represented by two objects: a "connection" and a "protocol".

Well - I don't want to ramble too much because neither API is yet public or
documented.  Look the diff of test/test-pingpong.js to see how things have
changed.
2009-05-02 16:34:24 +02:00
..
fixtures debugging/improving the module framework 2009-04-21 13:52:21 +02:00
mjsunit.js everything is changed. i've waited much too long to commit. 2009-04-15 10:08:28 +02:00
test-file-open.js WAF: fix the debug variant. 2009-04-23 13:18:38 +02:00
test-pingpong.js Major refactor of network code 2009-05-02 16:34:24 +02:00
test-setTimeout.js Add test for setInterval 2009-04-29 14:12:24 +02:00
test-test.js on_load -> onLoad 2009-04-21 16:30:47 +02:00