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
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
2011-01-04Implement new stream method, destroySoonRyan Dahl
2010-12-02more lintRyan Dahl
2010-11-30Fix variable leak.Evan Larkin
2010-11-15Implement new path.join behaviorisaacs
2010-11-14writeFile fixesisaacs
2010-11-01Removed range read optimization as it doesn't work with libeio.Chandra Sekar S
2010-10-28Handle cyclic links smarter in fs.realpathisaacs
2010-10-12Don't require events in fs.jsRyan Dahl
2010-10-12fs.ReadStream and fs.WriteStream derive from stream.StreamRyan Dahl
2010-10-12Removed deprecated methods from lib/fs.jsMicheil Smith
2010-10-12Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith
2010-10-07syntax fixes to pass jslintJoshaven Potter
2010-10-04Fix #325. Add test and check for zero-length file contents in fs.readFileSyncisaacs
2010-10-02fix encoding option on ReadStream, updated testMarco Rogers
2010-10-01fs.ReadStream: Passing null for file position on all reads except the first r...Evan Larkin
2010-10-01No longer using the global variable "stat" in unwatchFileEvan Larkin
2010-09-30writeable -> writableRyan Dahl
2010-09-28Remove require('buffer') in built-in libraries.Ryan Dahl
2010-09-23Don't use stat in fs.readFile[Sync]isaacs
2010-09-22Fixed fs.ReadStream() start: 0 bugTj Holowaychuk
2010-09-17Move constants out of process objectRyan Dahl
2010-09-17Safe constructors for fs.ReadStream and fs.WriteStreamRyan Dahl