713 Commits (85827bde344340daa7777f84db01a5a6fb8caede)

Author SHA1 Message Date
Ryan Dahl 4b8f503fac Move mjsunit.js to system module directory. 15 years ago
Ryan Dahl c8b143bf30 Absolute path names for require() refer to node.libraryPaths 15 years ago
Jon Crosby e57c16bc2d Add failing spec for node.fs.write 15 years ago
Ryan Dahl 083d150bc4 Add node.exec() 15 years ago
Ryan dbe116ddfe API: Change arguments of emit(), emitSuccess(), emitError() 15 years ago
Ryan 241950c1df Add isDirectory(), isFile(), isSocket(), ... methods to stats object. 15 years ago
Ryan 8890070b88 Introduce "raws" encoding. Raw String. 15 years ago
Ryan 1a2696f10a Almost completely remove onExit and onLoad. 15 years ago
Ryan 9dbd92476e Bugfix: Trap exceptions in URIParser. 15 years ago
Ryan 1bd5277233 Add test-mkdir-rmdir.js 15 years ago
Ryan b6eed30379 Sort files in readdir test. 15 years ago
Ryan 9b3e2ae192 Add node.fs.readdir() 15 years ago
Ryan aefbd57514 Add stack to promise.wait(). 15 years ago
Ryan afd9e714d3 Stack traces for mjsunit errors, better error reporting function. 15 years ago
Ryan 7beea2cd5f Upgrade evcom; Add setTimeout method to node.tcp.Connection 15 years ago
Ryan ad9d683f9f API: rename node.Process to node.ChildProcess 15 years ago
Ryan 116f4dea05 lint 15 years ago
Ryan 723c7d9f7c Replace onExit() with process.addListener("exit") 15 years ago
Ryan 31265be4a6 Depreciate onLoad 15 years ago
Ryan 18d0511777 promise.block() renamed to promise.wait() 15 years ago
Ryan db42ad959d API: All EventEmitters emit "newListener" when listeners are added. 15 years ago
Ryan 19f182a39f Experimental support for Promise.block() 15 years ago
Ryan 82cb1b5acb API: Remove buffered file object (node.File) 15 years ago
Ryan 8658999c7d Refactor node.Process to take advantage of evcom_reader/writer. 15 years ago
Ryan 17c6a67f15 Introduce node.stdio 15 years ago
Ryan 0727fcc9ed Speed up test-tcp-throttle.js 15 years ago
Ryan 316e2833f0 Use flat object instead of array-of-arrays for HTTP headers. 15 years ago
Ryan 368ea93bfe Upgrade evcom - fix API issues. 15 years ago
Ryan 7aaab320b3 API: tcp.Connection "disconnect" event renamed to "close". 15 years ago
Ryan dd5ae3183b Enable test-tcp-many-clients. 15 years ago
Ryan 3b0408ec1c Sync evcom after refactor; fix binding issues 15 years ago
Ryan 738d20f6f0 (evcom) Add fix for pausing against big buffers. 15 years ago
Ryan 94e8721771 Add connection.readPause() and connection.readResume() 15 years ago
Ryan 75fc21537a Bugfix: response.setBodyEncoding("ascii") not working. 15 years ago
Ryan 9b3baf3d50 Bugfix: node.encodeUtf8 was broken. (Connor Dunn) 15 years ago
Ryan e111ccc014 Add Felix Geisendörfer's HTTP stress test. 15 years ago
Ryan 4f46c47773 node.fs.File was not passing args to promise callbacks. 15 years ago
Ryan 9d3ed1bb92 Bugfix: negative integers in raw encoding stream. 15 years ago
Ryan b27f8ba06d Default to chunked for client requests without C-Length. 15 years ago
Ryan 41d89f611f Add DNS API. 15 years ago
Ryan d41197e02c Disable test-tcp-many-clients.js. It's broken on macintosh - don't want to fix right now. 15 years ago
Ryan b1588e78d9 Fix utf8 scripts, add test. Thanks Urban. 15 years ago
Ryan 1b6bbc619d Bugfix: Server-side clients not attached between creation and on_connect. 15 years ago
Ryan 5e2a6f8c46 Upgrade evnet to fix close() bug. Add test for bug. 15 years ago
Ryan 041af82b8c Bugfix: Sockets not properly reattached if reconnected during disconnect event. 16 years ago
Joshaven Potter 4b9f26c51a validate js 16 years ago
Ryan 7879e7fd25 small cleanups 16 years ago
Ryan 8047b912c0 Change 'new node.tcp.Connection' to 'node.tcp.createConnection' 16 years ago
Ryan d56552dc66 Remove node.Process constructor from API 16 years ago
Ryan e4ba665c87 Fix ref/unref problem. Was doing opposite of what I should. 16 years ago