Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/fs.js
AgeCommit message (Expand)Author
2012-01-31fs: add O_EXCL support, exclusive open fileBen Noordhuis
2012-01-31fs, test: add file open mode testsBen Noordhuis
2012-01-21path fs: move `path.exists*` to `fs.exists*`Maciej Małecki
2012-01-06fs: add appendFile() and appendFileSync() functionsEmerson Macedo
2011-12-16document mode argument for fs.symlinkIgor Zinkovsky
2011-12-13fs: handle fractional or NaN ReadStream buffer sizeBen Noordhuis
2011-11-25Enable long paths on windowsAuthor: Igor Zinkovsky
2011-11-23Close #2166 Close the fd in lchmodisaacs
2011-11-08fs: fix fs.realpath on windows to return on errorBenjamin Pasero
2011-11-08fs: make mkdir() call callback if mode is omittedBen Noordhuis
2011-11-04fs: don't use octal values, not allowed in strict modeBen Noordhuis
2011-11-04stdout and stderr are blocking when referring to regular filesRyan Dahl
2011-11-03fs: make mkdir() default to 0777 permissionsBen Noordhuis
2011-10-13Fix test/pummel/test-watch-file.jsRyan Dahl
2011-10-07Fixing #1774 about issues when running node with --harmony_block_scoping v8 o...talltyler
2011-10-06Fixed a lot of jslint errors.Colton Baker
2011-09-23fix spellingIgor Zinkovsky
2011-09-23fs watcher bindingIgor Zinkovsky
2011-09-12fs: unguarded fs.watchFile cache statWatchers checking fixedThomas Shinnick
2011-09-12fs: add positioned file writing feature to fs.WriteStreamThomas Shinnick
2011-09-12fs: minor corrections from examining stream read positioningThomas Shinnick
2011-09-08Enable link, symlink, and readlink on windowsIgor Zinkovsky
2011-07-23convert nonbuffer data to string in fs.writeFile/SyncDaniel Pihlström
2011-07-21fs: added an argument check in fs.watchFileYoshihiro Kikuchi
2011-07-19Remove StatWatcher's dep on C++ EventEmitterRyan Dahl
2011-07-04Fixed a typo in a comment: "realpatch" -> "realpath"Jörn Horstmann
2011-04-21GH-853 fs.lchown and fs.lchmodisaacs
2011-04-21GH-853 fs.fchmod and fs.fchownisaacs
2011-04-15Feature: WriteStream#bytesWritten propertyFelix Geisendörfer
2011-04-14Merge branch 'v0.4'Ryan Dahl
2011-04-13Allow omission of end option for range readsFelix Geisendörfer
2011-04-04Merge branch 'v0.4'Ryan Dahl
2011-04-02Closes GH-535 Immediate pause/resume race conditionisaacs
2011-03-29Retain buffers in fs.read/write()Jorge Chamorro Bieling
2011-03-15Merge branch 'v0.4'Ryan Dahl
2011-03-15Update copyright headersRyan Dahl
2011-03-03Revert "Closes GH-85 Emit error rather than throwing."Ryan Dahl
2011-03-03Closes GH-85 Emit error rather than throwing.isaacs
2011-03-03fs.utimes() and fs.futimes() support.Ben Noordhuis
2011-03-01Fix fs.WriteStream.end(data, [encoding]) throws TypeErrorkoichik
2011-02-28Closes GH-85 Emit error rather than throwing.isaacs
2011-02-20Closes GH-687 Don't read fs read stream if not openisaacs
2011-02-16Refactor fs.open parameter handlingFelix Geisendörfer
2011-02-16Fix: fs.open callback did not fireFelix Geisendörfer
2011-02-09Fix fs.realpathSync on windowsBert Belder
2011-02-09Support caching for realpath, use in module loadisaacs
2011-02-08Support octal strings for modesisaacs
2011-01-07LintRyan Dahl
2011-01-07Rework fs.realpath, primordal windows compatibilityBert Belder
2011-01-04Implement WriteStream.destroySoonRyan Dahl