summaryrefslogtreecommitdiff
path: root/test/test-pingpong.js
Commit message (Expand)AuthorAgeFilesLines
* Modify the tests to use onExit hook.Ryan2009-06-081-85/+0
* Module system refactorRyan2009-06-081-1/+1
* Add connection.remoteAddress for server-side node.tcp.Connections.Ryan2009-06-051-0/+1
* Add "had_error" argument to the "onDisconnect" in node.tcp.ClientRyan2009-06-041-1/+2
* Change encoding setter/getter to setEncoding function.Ryan2009-05-201-2/+2
* Fix a bug in HTTP server when receiving half-closes.Ryan2009-05-191-3/+14
* Debugging http. Add simple test. (Does not pass.)Ryan2009-05-191-0/+1
* Clean up readyState handling. Add test.Ryan2009-05-181-1/+7
* Relatively large update to TCP API. No more "protocol".Ryan2009-05-141-22/+22
* Rename TCP classes to sit in node hierarchy.Ryan2009-05-141-2/+2
* update oi_socket - modify node code to matchRyan2009-05-051-2/+1
* Slight change in tcp connection constructorRyan2009-05-041-2/+2
* Begin refactor of http.cc. Remove libebb add http_parser.Ryan2009-05-031-1/+1
* rename Connection.disconnect -> Connection.closeRyan2009-05-031-2/+2
* add Connection::SendEOF. modify test accordingly.Ryan2009-05-031-21/+24
* Major refactor of network codeRyan2009-05-021-33/+44
* remove process.{cc,h} process.exit() now exit()Ryan2009-04-291-1/+1
* Create a node namespaceRyan2009-04-281-1/+1
* change localhost to 127.0.0.1 because macs suckRyan2009-04-231-3/+3
* improved ping pong test.Ryan2009-04-231-6/+7
* rename echoserver -> pingpongRyan2009-04-221-0/+51