17 Commits (916d592be185eee86d16c87df120ed70f61186fa)

Author SHA1 Message Date
Ryan Dahl 5013bf1781 API: OutgoingMessage.prototype.finish() renamed to close() 15 years ago
Ryan Dahl ae85d9af97 API: Make request/response object closer to stream interface 15 years ago
Felix Geisendörfer 530328f12b CommonJS testing for node.js 15 years ago
Ryan Dahl 7a2e784ad7 Module refactor - almost CommonJS compatible now 15 years ago
Ryan Dahl ad0a4cefb8 Namespace EVERYTHING under process; introduce GLOBAL 15 years ago
Ryan Dahl 8185e1fd25 Remove include() add node.mixin() 15 years ago
Ryan Dahl f6657c3c9d Move http library to /http.js 15 years ago
Ryan Dahl 4b8f503fac Move mjsunit.js to system module directory. 15 years ago
Ryan 723c7d9f7c Replace onExit() with process.addListener("exit") 15 years ago
Ryan 31265be4a6 Depreciate onLoad 15 years ago
Ryan 3b0408ec1c Sync evcom after refactor; fix binding issues 15 years ago
Joshaven Potter 4b9f26c51a validate js 16 years ago
Ryan e4ba665c87 Fix ref/unref problem. Was doing opposite of what I should. 16 years ago
Ryan e876d6629e Fix unused variable warnings. 16 years ago
Ryan 65324866bc Implement Promises for file i/o 16 years ago
Ryan ed3d6a63d5 Further expand EventEmitter to TCP and HTTP 16 years ago
Ryan 3fed1a0954 Use v8's test runner 16 years ago
Urban Hafner ea290e727d Finished remote module loading 16 years ago
Urban Hafner ce85f84d15 Implementation of node.http.cat 16 years ago
Urban Hafner 79010540fc Test case for node.http.cat 16 years ago