357 Commits (2685464e34731d9ea14e97616309f4e7b7292551)

Author SHA1 Message Date
Ben Noordhuis 279e7e7341 fs: add O_EXCL support, exclusive open file 13 years ago
Ben Noordhuis 88b919ea56 fs, test: add file open mode tests 13 years ago
Maciej Małecki e10ed097cb path fs: move `path.exists*` to `fs.exists*` 13 years ago
Emerson Macedo aa67b1f375 fs: add appendFile() and appendFileSync() functions 13 years ago
Igor Zinkovsky d6bae2cb95 document mode argument for fs.symlink 13 years ago
Ben Noordhuis b1b3dc62ff fs: handle fractional or NaN ReadStream buffer size 13 years ago
Author: Igor Zinkovsky 1f16a7b6e5 Enable long paths on windows 13 years ago
isaacs 0ba78d5f36 Close #2166 Close the fd in lchmod 13 years ago
Benjamin Pasero b1bb17fd2b fs: fix fs.realpath on windows to return on error 13 years ago
Ben Noordhuis 04958e88a4 fs: make mkdir() call callback if mode is omitted 13 years ago
Ben Noordhuis 5fd012e67a fs: don't use octal values, not allowed in strict mode 13 years ago
Ryan Dahl a936768890 stdout and stderr are blocking when referring to regular files 13 years ago
Ben Noordhuis 11d68eb3fc fs: make mkdir() default to 0777 permissions 13 years ago
Ryan Dahl 7b4370e5f8 Fix test/pummel/test-watch-file.js 13 years ago
talltyler 10f97f9424 Fixing #1774 about issues when running node with --harmony_block_scoping v8 option 13 years ago
Colton Baker 87286cc737 Fixed a lot of jslint errors. 13 years ago
Igor Zinkovsky 66293f6e98 fix spelling 13 years ago
Igor Zinkovsky 8fe5712477 fs watcher binding 13 years ago
Thomas Shinnick 7dc2c492e9 fs: unguarded fs.watchFile cache statWatchers checking fixed 13 years ago
Thomas Shinnick e58c036c27 fs: add positioned file writing feature to fs.WriteStream 13 years ago
Thomas Shinnick e4ebeb630e fs: minor corrections from examining stream read positioning 13 years ago
Igor Zinkovsky 65e6ba9cce Enable link, symlink, and readlink on windows 13 years ago
Daniel Pihlström fa829b0fd3 convert nonbuffer data to string in fs.writeFile/Sync 14 years ago
Yoshihiro Kikuchi 3c4c36068e fs: added an argument check in fs.watchFile 13 years ago
Ryan Dahl 0a3fc1d9c8 Remove StatWatcher's dep on C++ EventEmitter 13 years ago
Jörn Horstmann ff50310cc5 Fixed a typo in a comment: "realpatch" -> "realpath" 14 years ago
Jörn Horstmann 8cecc50b9d Fixed a typo in a comment: "realpatch" -> "realpath" 14 years ago
isaacs 3935adced0 GH-853 fs.lchown and fs.lchmod 14 years ago
isaacs 5cfac21852 GH-853 fs.fchmod and fs.fchown 14 years ago
Felix Geisendörfer 80711b0ff9 Feature: WriteStream#bytesWritten property 14 years ago
Felix Geisendörfer 301f53c2aa Allow omission of end option for range reads 14 years ago
isaacs e1a72f0e2e Closes GH-535 Immediate pause/resume race condition 14 years ago
Jorge Chamorro Bieling e7604b1ea7 Retain buffers in fs.read/write() 14 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
Ryan Dahl fbe36a7ca9 Revert "Closes GH-85 Emit error rather than throwing." 14 years ago
isaacs 11a06fe1e4 Closes GH-85 Emit error rather than throwing. 14 years ago
Ben Noordhuis 1d5ff15a46 fs.utimes() and fs.futimes() support. 14 years ago
koichik 4e7c37b87c Fix fs.WriteStream.end(data, [encoding]) throws TypeError 14 years ago
isaacs f3d364122d Closes GH-85 Emit error rather than throwing. 14 years ago
isaacs 8b9dbdad27 Closes GH-687 Don't read fs read stream if not open 14 years ago
Felix Geisendörfer e56ee67e13 Refactor fs.open parameter handling 14 years ago
Felix Geisendörfer 29b0dc4ec8 Fix: fs.open callback did not fire 14 years ago
Bert Belder 8d70294c31 Fix fs.realpathSync on windows 14 years ago
isaacs 9bed5dcb2c Support caching for realpath, use in module load 14 years ago
isaacs 5f2e90934e Support octal strings for modes 14 years ago
Ryan Dahl 5a05992155 Lint 14 years ago
Bert Belder dea2331377 Rework fs.realpath, primordal windows compatibility 14 years ago
Ryan Dahl cda4d56bcf Implement WriteStream.destroySoon 14 years ago
Ryan Dahl 2957382991 Implement new stream method, destroySoon 14 years ago
Ryan Dahl 09329cbb04 more lint 14 years ago