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
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
2010-09-14Bug in realpath with symlinks to absolute folder paths which have children.isaacs
2010-09-10Fix fs.realpathSync('/')Ryan Dahl
2010-09-09Fix issue #262. Allow fs.realpath to traverse above the current working direc...isaacs
2010-09-08Fix style; undefined reference bugRyan Dahl
2010-09-08Do not emit WriteStream's drain event before ws.write has been called.Tobie Langel
2010-09-08Avoid closing a WriteStream before it has been opened.Tobie Langel
2010-09-08Avoid missing ref error in WriteStream.prototype.destroy().Tobie Langel
2010-09-08Increase ReadStream bufferSize to 64kRyan Dahl
2010-09-05typo: forceClose -> destroy for WriteStreamsRyan Dahl
2010-08-31fix for fs.readFile to return string when encoding specified on zero length readMarco Rogers
2010-08-31Fixed async fs writes with length 0, it should fire the callbackMarco Rogers
2010-08-23Modify fs.open to use accept a callback without a modeRussell Haering
2010-08-17detect 0 length fs writes with testsMarco Rogers
2010-08-11Close fd on readFile(emptyfile)Ryan Dahl
2010-07-21Support for reading byte ranges from files using fs.createReadStream.Chandra Sekar S
2010-07-17fs.writeSync should return bytes writtenRyan Dahl
2010-07-16instanceof Buffer to Buffer.isBuffer()Ryan Dahl
2010-06-16fs.writeFile accepts BuffersAaron Heckmann
2010-06-16Fixed incorrect mask for determining fs.Stats typesPeter Dekkers
2010-06-16Refactor: Utf8Decoder -> StringDecoderRyan Dahl
2010-06-14Fix: fs.writeFile could not handle utf8Felix Geisendörfer
2010-06-03Fix: fs.readFile would execute callbacks twiceFelix Geisendörfer
2010-05-30API: readFileSync without encoding argument now returns a BufferRyan Dahl
2010-05-27Bugfix: fs.ReadStream.setEncodingRyan Dahl
2010-05-27Adding experimental support for fs.chown and fs.chownSync.Micheil Smith
2010-05-25fs.ReadStream should emit BuffersRyan Dahl
2010-05-21Deprecate string interface for fs.read()Felix Geisendörfer
2010-05-21Revert "Deprecate string interface for fs.read()"Ryan Dahl
2010-05-21Deprecate string interface for fs.read()Felix Geisendörfer