Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2009-06-12onBodyComplete was not getting called in HTTP serverRyan
2009-06-11Add 'localhost' to connect() to test for issue 3Ryan
2009-06-11Fix comment/test for Mac getaddinfo() bug.Ryan
2009-06-09Add HTTP proxy test. Fix bug in http.Server.Ryan
2009-06-09Add http server / http client test.Ryan
2009-06-08Modify the tests to use onExit hook.Ryan
2009-06-08Implement onExit() hook for modules.Ryan
2009-06-08Module system refactorRyan
2009-06-05Add connection.remoteAddress for server-side node.tcp.Connections.Ryan
2009-06-04Add "had_error" argument to the "onDisconnect" in node.tcp.ClientRyan
2009-06-01Fix bug: catting non-existent filesRyan
2009-05-25Remove error codes from file on_completion callbacks. Use file.onError.Ryan
2009-05-21Namespace File stuff in node.fsRyan
2009-05-20Add http.ServerRequest.setBodyEncoding. Needs test still.Ryan
2009-05-20Change encoding setter/getter to setEncoding function.Ryan
2009-05-20Clean up tests. Add docs.Ryan
2009-05-19HTTP Client: add fix to allow TCP connection to reconnect.Ryan
2009-05-19Fix a bug in HTTP server when receiving half-closes.Ryan
2009-05-19Debugging http. Add simple test. (Does not pass.)Ryan
2009-05-18Clean up readyState handling. Add test.Ryan
2009-05-15Relatively large update to TCP API. No more "protocol".Ryan
2009-05-14Rename TCP classes to sit in node hierarchy.Ryan
2009-05-14Add p() like in Ruby.Ryan
2009-05-14update node.htmlRyan
2009-05-05update oi_socket - modify node code to matchRyan
2009-05-04Slight change in tcp connection constructorRyan
2009-05-03Begin refactor of http.cc. Remove libebb add http_parser.Ryan
2009-05-03rename Connection.disconnect -> Connection.closeRyan
2009-05-03add Connection::SendEOF. modify test accordingly.Ryan
2009-05-02Major refactor of network codeRyan
2009-04-29Add test for setIntervalRyan
2009-04-29remove process.{cc,h} process.exit() now exit()Ryan
2009-04-29Create a node namespaceRyan
2009-04-23change localhost to 127.0.0.1 because macs suckRyan
2009-04-23WAF: fix the debug variant.Ryan
2009-04-23improved ping pong test.Ryan
2009-04-22rename echoserver -> pingpongRyan
2009-04-22beef up the echoserver testRyan
2009-04-22add echo test. remove debug printfsRyan
2009-04-21on_load -> onLoadRyan
2009-04-21clean up timers a bitRyan
2009-04-21remove debug messages from module loading.Ryan
2009-04-21debugging/improving the module frameworkRyan
2009-04-20remove old test filesRyan
2009-04-20ensure socket closure in very old test scriptsRyan
2009-04-20reimplement module loadingRyan
2009-04-18add File.stat File.exists File.strerrorRyan
2009-04-17file system methods to be queued.Ryan
2009-04-16add file.read only. raw encoding right now.Ryan
2009-04-16add stdout stderr global file objects. remove node.blocking.printRyan