Merge branch 'v0.4'
[platform/upstream/nodejs.git] / lib / fs.js
2011-03-15 Ryan DahlMerge branch 'v0.4'
2011-03-15 Ryan DahlUpdate copyright headers
2011-03-03 Ryan DahlRevert "Closes GH-85 Emit error rather than throwing."
2011-03-03 isaacsCloses GH-85 Emit error rather than throwing.
2011-03-03 Ben Noordhuisfs.utimes() and fs.futimes() support.
2011-03-01 koichikFix fs.WriteStream.end(data, [encoding]) throws TypeError
2011-02-28 isaacsCloses GH-85 Emit error rather than throwing.
2011-02-20 Ryan DahlMerge branch 'v0.4'
2011-02-20 isaacsCloses GH-687 Don't read fs read stream if not open
2011-02-18 Ryan DahlMerge branch 'v0.4'
2011-02-15 Felix GeisendörferRefactor fs.open parameter handling
2011-02-15 Felix GeisendörferFix: fs.open callback did not fire
2011-02-09 Bert BelderFix fs.realpathSync on windows
2011-02-09 isaacsSupport caching for realpath, use in module load
2011-02-07 isaacsSupport octal strings for modes
2011-01-11 Ryan DahlMerge branch 'vanilla-libeio'
2011-01-07 Ryan DahlLint
2011-01-06 Bert BelderRework fs.realpath, primordal windows compatibility
2011-01-04 Bert BelderMerge branch 'master' of git://github.com/ry/node
2011-01-04 Ryan DahlImplement WriteStream.destroySoon
2011-01-04 Ryan DahlImplement new stream method, destroySoon
2010-12-02 Ryan Dahlmore lint
2010-11-30 Evan LarkinFix variable leak.
2010-11-15 isaacsImplement new path.join behavior
2010-11-14 isaacswriteFile fixes
2010-11-01 Chandra Sekar SRemoved range read optimization as it doesn't work...
2010-10-28 isaacsHandle cyclic links smarter in fs.realpath
2010-10-11 Ryan DahlDon't require events in fs.js
2010-10-11 Ryan Dahlfs.ReadStream and fs.WriteStream derive from stream...
2010-10-11 Micheil SmithRemoved deprecated methods from lib/fs.js
2010-10-11 Micheil SmithSoft migration of sys -> util, Removal of deprecated...
2010-10-07 Joshaven Pottersyntax fixes to pass jslint
2010-10-04 isaacsFix #325. Add test and check for zero-length file conte...
2010-10-01 Marco Rogersfix encoding option on ReadStream, updated test
2010-10-01 Evan Larkinfs.ReadStream: Passing null for file position on all...
2010-09-30 Evan LarkinNo longer using the global variable "stat" in unwatchFile
2010-09-29 Ryan Dahlwriteable -> writable
2010-09-28 Ryan DahlRemove require('buffer') in built-in libraries.
2010-09-23 isaacsDon't use stat in fs.readFile[Sync]
2010-09-22 Tj HolowaychukFixed fs.ReadStream() start: 0 bug
2010-09-17 Ryan DahlMove constants out of process object
2010-09-17 Ryan DahlSafe constructors for fs.ReadStream and fs.WriteStream
2010-09-14 isaacsBug in realpath with symlinks to absolute folder paths...
2010-09-10 Ryan DahlFix fs.realpathSync('/')
2010-09-09 isaacsFix issue #262. Allow fs.realpath to traverse above...
2010-09-08 Ryan DahlFix style; undefined reference bug
2010-09-08 Tobie LangelDo not emit WriteStream's drain event before ws.write...
2010-09-08 Tobie LangelAvoid closing a WriteStream before it has been opened.
2010-09-08 Tobie LangelAvoid missing ref error in WriteStream.prototype.destroy().
2010-09-08 Ryan DahlIncrease ReadStream bufferSize to 64k
2010-09-05 Ryan Dahltypo: forceClose -> destroy for WriteStreams
2010-08-30 Marco Rogersfix for fs.readFile to return string when encoding...
2010-08-30 Marco RogersFixed async fs writes with length 0, it should fire...
2010-08-23 Russell HaeringModify fs.open to use accept a callback without a mode
2010-08-17 Marco Rogersdetect 0 length fs writes with tests
2010-08-10 Ryan DahlClose fd on readFile(emptyfile)
2010-07-21 Chandra Sekar SSupport for reading byte ranges from files using fs...
2010-07-17 Ryan Dahlfs.writeSync should return bytes written
2010-07-15 Ryan Dahlinstanceof Buffer to Buffer.isBuffer()
2010-06-16 Aaron Heckmannfs.writeFile accepts Buffers
2010-06-16 Peter DekkersFixed incorrect mask for determining fs.Stats types
2010-06-16 Ryan DahlRefactor: Utf8Decoder -> StringDecoder
2010-06-14 Felix GeisendörferFix: fs.writeFile could not handle utf8
2010-06-03 Felix GeisendörferFix: fs.readFile would execute callbacks twice
2010-05-29 Ryan DahlAPI: readFileSync without encoding argument now returns...
2010-05-27 Ryan DahlBugfix: fs.ReadStream.setEncoding
2010-05-26 Micheil SmithAdding experimental support for fs.chown and fs.chownSync.
2010-05-24 Ryan Dahlfs.ReadStream should emit Buffers
2010-05-20 Felix GeisendörferDeprecate string interface for fs.read()
2010-05-20 Ryan DahlRevert "Deprecate string interface for fs.read()"
2010-05-20 Felix GeisendörferDeprecate string interface for fs.read()
2010-05-20 isaacsFix a leaking global
2010-05-19 Felix GeisendörferDeprecate string interface for fs.write()
2010-05-18 Ryan Dahlfs.WriteStream.write should support buffer
2010-05-15 Andrew JohnstonAdded posix fsync and fdatasync to fs module
2010-05-13 Elijah InsuaHandle empty files with fs.readFile
2010-05-12 Ben NoordhuisSupport for fstat(2) through fs.fstat() and fs.fstatSyn...
2010-05-07 isaacsAdd binding.close to fs.readFile
2010-05-07 Tim Caswellfs.readFile uses a buffer internally and will return...
2010-05-06 Jonathan KnezekChanged undefined pos to null to prevent hanging on...
2010-04-28 Ryan Dahlfs.FileWriteStream -> fs.WriteStream, fs.FileReadStream...
2010-04-28 Felix GeisendörferGet rid of coupling for stdin
2010-04-28 Felix GeisendörferSupport for FileReadStream.setEncoding
2010-04-28 Felix GeisendörferGet rid of coupling for stdout
2010-04-28 Ryan DahlRemove callback argument to FileWriteStream.prototype...
2010-04-23 Brian HammondLeave pos as undefined to allow reads from unseekable...
2010-04-14 Rhys JonesMerge branch 'master' into openssl
2010-04-12 Tim CaswellReplace slow and broken for..in loops with faster for...
2010-04-11 isaacstrailing whitespace fixes
2010-04-08 Ryan DahlUpdate stream API: forceClose() -> destroy(), close...
2010-04-08 Ryan DahlPut file stream methods into prototype, small style...
2010-04-08 Ryan DahlRename binding reference in fs.js
2010-03-31 Johan DahlbergBugfix: watchFile, unwatch, watch causes error
2010-03-15 Ryan DahlMerge branch 'master' into net2
2010-03-15 Ryan DahlLoad c++ modules on demand
2010-03-15 Ryan DahlLazy load fs.readFile
2010-03-15 Ryan DahlInclude lib/ directory in node executable. Compile...
2010-03-12 Ryan DahlMerge branch 'master' into HEAD
2010-03-11 Ryan DahlFix undefined reference in fs.js
2010-03-11 Ryan DahlMake relative ref to sys in fs module.
next