1206 Commits (d3f3f2e455aa2792769634c76f5ee733e65a7b38)

Author SHA1 Message Date
Ryan Dahl b893859c34 Upgrade http parser, change node as needed. 15 years ago
Ryan Dahl 3456a16f71 Accept string representations of signals in node.kill and child.kill 15 years ago
Brandon Beacher 334d56d2be Added external interface for signal handlers. 15 years ago
Connor Dunn 2dbd0d3806 Add node.fs.sendfile() 15 years ago
Felix Geisendörfer 0dbf2d7792 Implemented Promise.timeout() and Promise.cancel() 15 years ago
Ryan Dahl f623fd7658 Normalize HTTP headers. 15 years ago
Ryan Dahl b76d853f0d Fix test-signal-handler.js on macintosh - pause before exit. 15 years ago
Felix Geisendörfer abbc624f52 Multipart test now uses a fixture instead of CURL 15 years ago
Brandon Beacher f068251494 Added signal handler. 15 years ago
Ryan Dahl 82465fc4b1 Do not use /bin/sh to create child processes. 15 years ago
Ryan Dahl 8185e1fd25 Remove include() add node.mixin() 15 years ago
Ryan Dahl 522909bcbf Parse queryString into req.uri.params 15 years ago
Ryan Dahl a8c0211e73 Bugfix: require() and include() should work in callbacks. 15 years ago
Ryan Dahl 095470854b Move tcp library to /tcp.js 15 years ago
Ryan Dahl f6657c3c9d Move http library to /http.js 15 years ago
Ryan Dahl 7abad8b7b3 API: Move node.puts(), node.exec() and others to /utils.js 15 years ago
Felix Geisendörfer 27c750154e Multipart stream parser 15 years ago
Ryan Dahl 106287c368 Tighten window on timer test. 15 years ago
Ryan Dahl e0ec0036ca Add connection.setNoDelay() to disable Nagle algorithm. 15 years ago
Ryan Dahl 07792afe0a Remove "raw" encoding. Rename "raws" to "binary". 15 years ago
Ryan Dahl cd70d4a9c0 Add "/file.js" buffered disk I/O object. 15 years ago
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