125 Commits (e4ebeb630e770569480cdd6124bd9ad98f027803)

Author SHA1 Message Date
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
isaacs 8ff7954165 Fix #325. Add test and check for zero-length file contents in fs.readFileSync 14 years ago
Marco Rogers 4a7562d28f fix encoding option on ReadStream, updated test 14 years ago
Evan Larkin 914ff78df6 fs.ReadStream: Passing null for file position on all reads except the first read of a range read. 14 years ago
Evan Larkin 43ddc04bb0 No longer using the global variable "stat" in unwatchFile 14 years ago
Ryan Dahl f323f34353 writeable -> writable 14 years ago
Ryan Dahl 069d973d74 Remove require('buffer') in built-in libraries. 14 years ago
isaacs 4d0456f827 Don't use stat in fs.readFile[Sync] 14 years ago
Tj Holowaychuk 893ebe7230 Fixed fs.ReadStream() start: 0 bug 14 years ago
Ryan Dahl 6eca948ca2 Move constants out of process object 14 years ago
Ryan Dahl bbbcd1fee0 Safe constructors for fs.ReadStream and fs.WriteStream 14 years ago