1910 Commits (c383befd257f451a12ccd4454784941f1bb9c41a)

Author SHA1 Message Date
isaacs e733dc3bc3 Fix #3388 Support listening on file descriptors 13 years ago
isaacs a11bf99ce0 Fix #3407 os.tmpDir() 13 years ago
Bert Belder 10f85fadfe Fix child_process.kill oddities 13 years ago
Ben Noordhuis 0385b17ce0 fs: fix infinite loop in fs.readFileSync() 13 years ago
Ben Noordhuis 408bfece51 fs: fix infinite loop in fs.readFile() 13 years ago
Bert Belder bb2ce1a108 cluster: don't silently drop messages when the write queue gets big 13 years ago
Shigeki Ohtsu e3a2dd1b13 fs: fix fs.readFileSync to work on real empty file 13 years ago
Shigeki Ohtsu 4eb2804db9 fs: fix typo in fs.readFile of lying size=0 stat 13 years ago
isaacs 6ce013dd4b fix fs.readFile with lying size=0 stat results 13 years ago
isaacs d53cdc5378 Add Buffer.concat method 13 years ago
Bert Belder cfa28690db cluster: don't silently drop messages when the write queue gets big 13 years ago
isaacs 1358632e67 Remove auto-unref 13 years ago
isaacs 54a4f99c4e lint 13 years ago
isaacs 131a67e7ef Fix #3394 fs.realpath: Properly cache symlink targets 13 years ago
isaacs 424bca15c8 Fix fs.realpath to work on Windows 13 years ago
isaacs 6332a4cf00 Expose posix realpath on windows as well 13 years ago
Andreas Madsen 535e109a3a domain: run now return callback result 13 years ago
Andreas Madsen 77cfbd9f2d domain: dry decorate using util._extend 13 years ago
Marc Harter 569acea0ee Fix #3379 prevent domain.intercept passing 1st arg to cb 13 years ago
Charlie McConnell 4b021a3541 child_process: expose UV_PROCESS_DETACHED as options.detached 13 years ago
Fedor Indutny 3116522e7c child_process: spawn().ref() and spawn().unref() 13 years ago
Ben Noordhuis 463d6bac8b fs: make callbacks run in global context 13 years ago
Ben Noordhuis c381662cac fs: make fs.symlink() with no callback async 13 years ago
isaacs 28e851c169 Warn about running npm in the repl 13 years ago
koichik 0742f5629c Revert "punycode: Update to v1.0.0" 13 years ago
Ben Noordhuis f0a561fe67 net: rename flag FLAG_SHUTDOWNQUED 13 years ago
Simon Sturmer 9a998d5e24 http: don't lowercase http req header until later 13 years ago
Fedor Indutny af98fc9d5f child_process: new stdio API for .spawn() method 13 years ago
Andreas Madsen 2ae9b69871 fs: no end emit after createReadStream.pause() 13 years ago
Ben Noordhuis fa9aa1c961 net: fix 'close' event emit order 13 years ago
Shigeki Ohtsu f721d02c8a http: fix duplicated variable declaration 13 years ago
Maciej Małecki c96df0e37a stream: don't call `cleanup` twice on `end` and `close` 13 years ago
Andreas Madsen 1f3e4a76f9 fs: no end emit after createReadStream.pause() 13 years ago
Igor Zinkovsky 39e25528eb windows: enable creating directory junctions with fs.symlink 13 years ago
Ben Noordhuis 039fac633e deps: upgrade libuv to a478847 13 years ago
Nathan Rajlich a608f65b24 repl: preserve the cursor when redisplaying the prompt on SIGCONT 13 years ago
Nathan Rajlich 3f69c71157 readline: explicitly disable and re-enable "raw mode" on Ctrl+Z 13 years ago
Nathan Rajlich 2b9967fbcc readline: move the "setRawMode" logic into a private function 13 years ago
Andreas Madsen 81a4edcf6a cluster: remove NODE_UNIQUE_ID from env on startup 13 years ago
Andreas Madsen a039bad299 fs.watch should not require a listener arguments 13 years ago
isaacs 1a2255ab44 Faster fs.readFile and fs.readFileSync 13 years ago
isaacs a3753b496e Revert "Fix #3242 Actually deprecate 'binary' buffer encoding" 13 years ago
isaacs 9fc7283a40 Fix #3270 Escape url.parse delims 13 years ago
Adam Malcontenti-Wilson 4099d1eeba http: make http.get() accept a URL 13 years ago
isaacs 1665b4a2a3 lint 13 years ago
Kevin Bowman dfcdd5b8aa fs: add sync open flags 'rs' and 'rs+' 13 years ago
isaacs faa4d9ff5f Re-apply http fixes from v0.6 branch properly 13 years ago
Ben Noordhuis 9ae6d8fee3 http: fix client request.end() EPIPE race 13 years ago
isaacs 9611354f08 lint 13 years ago
isaacs 01103d077b Guard against emitting 'end' twice on http responses 13 years ago