297 Commits (d88194d261ddf7f0b4b821158244ad0b4d0f1279)

Author SHA1 Message Date
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
Evan Larkin bc02d47b21 Fix variable leak. 14 years ago
isaacs 9996b459e1 Implement new path.join behavior 14 years ago
isaacs 589e27948b writeFile fixes 14 years ago
Chandra Sekar S 2b08bacd56 Removed range read optimization as it doesn't work with libeio. 14 years ago
isaacs 987cbbc191 Handle cyclic links smarter in fs.realpath 14 years ago
Ryan Dahl 901d5fd0d2 Don't require events in fs.js 14 years ago
Ryan Dahl 32aadd9400 fs.ReadStream and fs.WriteStream derive from stream.Stream 14 years ago
Micheil Smith 7bfefb5250 Removed deprecated methods from lib/fs.js 14 years ago
Micheil Smith e38eb0c5a4 Soft migration of sys -> util, Removal of deprecated utils module. 14 years ago
Joshaven Potter 3d4e4d8909 syntax fixes to pass jslint 14 years ago