summaryrefslogtreecommitdiff
path: root/lib/fs.js
Commit message (Expand)AuthorAgeFilesLines
* convert nonbuffer data to string in fs.writeFile/SyncDaniel Pihlström2011-07-231-2/+2
* fs: added an argument check in fs.watchFileYoshihiro Kikuchi2011-07-211-0/+4
* Remove StatWatcher's dep on C++ EventEmitterRyan Dahl2011-07-191-1/+28
* Fixed a typo in a comment: "realpatch" -> "realpath"Jörn Horstmann2011-07-041-1/+1
* GH-853 fs.lchown and fs.lchmodisaacs2011-04-201-0/+37
* GH-853 fs.fchmod and fs.fchownisaacs2011-04-201-0/+16
* Feature: WriteStream#bytesWritten propertyFelix Geisendörfer2011-04-141-0/+5
* Merge branch 'v0.4'Ryan Dahl2011-04-141-5/+6
|\
| * Allow omission of end option for range readsFelix Geisendörfer2011-04-131-5/+6
* | Merge branch 'v0.4'Ryan Dahl2011-04-031-3/+16
|\ \ | |/
| * Closes GH-535 Immediate pause/resume race conditionisaacs2011-04-011-1/+4
| * Retain buffers in fs.read/write()Jorge Chamorro Bieling2011-03-281-2/+12
* | Merge branch 'v0.4'Ryan Dahl2011-03-141-1/+30
|\ \ | |/
| * Update copyright headersRyan Dahl2011-03-141-0/+21
| * Revert "Closes GH-85 Emit error rather than throwing."Ryan Dahl2011-03-021-2/+1
| * Fix fs.WriteStream.end(data, [encoding]) throws TypeErrorkoichik2011-03-011-1/+9
| * Closes GH-85 Emit error rather than throwing.isaacs2011-02-271-1/+2
* | Closes GH-85 Emit error rather than throwing.isaacs2011-03-021-1/+2
* | fs.utimes() and fs.futimes() support.Ben Noordhuis2011-03-021-0/+39
|/
* Closes GH-687 Don't read fs read stream if not openisaacs2011-02-191-0/+3
* Refactor fs.open parameter handlingFelix Geisendörfer2011-02-151-3/+5
* Fix: fs.open callback did not fireFelix Geisendörfer2011-02-151-1/+2
* Fix fs.realpathSync on windowsBert Belder2011-02-081-1/+1
* Support caching for realpath, use in module loadisaacs2011-02-081-22/+76
* Support octal strings for modesisaacs2011-02-071-9/+22
* LintRyan Dahl2011-01-061-11/+19
* Rework fs.realpath, primordal windows compatibilityBert Belder2011-01-061-125/+144
* Implement WriteStream.destroySoonRyan Dahl2011-01-041-2/+2
* Implement new stream method, destroySoonRyan Dahl2011-01-041-0/+3
* more lintRyan Dahl2010-12-011-129/+154
* Fix variable leak.Evan Larkin2010-11-291-1/+1
* Implement new path.join behaviorisaacs2010-11-141-21/+27
* writeFile fixesisaacs2010-11-141-9/+13
* Removed range read optimization as it doesn't work with libeio.Chandra Sekar S2010-11-011-6/+4
* Handle cyclic links smarter in fs.realpathisaacs2010-10-271-6/+12
* Don't require events in fs.jsRyan Dahl2010-10-111-1/+0
* fs.ReadStream and fs.WriteStream derive from stream.StreamRyan Dahl2010-10-111-4/+5
* Removed deprecated methods from lib/fs.jsMicheil Smith2010-10-111-46/+0
* Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith2010-10-111-6/+6
* syntax fixes to pass jslintJoshaven Potter2010-10-061-2/+2
* Fix #325. Add test and check for zero-length file contents in fs.readFileSyncisaacs2010-10-041-1/+3
* fix encoding option on ReadStream, updated testMarco Rogers2010-10-011-0/+2
* fs.ReadStream: Passing null for file position on all reads except the first r...Evan Larkin2010-09-301-4/+6
* No longer using the global variable "stat" in unwatchFileEvan Larkin2010-09-301-0/+1
* writeable -> writableRyan Dahl2010-09-291-6/+6
* Remove require('buffer') in built-in libraries.Ryan Dahl2010-09-281-1/+0
* Don't use stat in fs.readFile[Sync]isaacs2010-09-221-51/+63
* Fixed fs.ReadStream() start: 0 bugTj Holowaychuk2010-09-221-4/+4
* Move constants out of process objectRyan Dahl2010-09-161-16/+17
* Safe constructors for fs.ReadStream and fs.WriteStreamRyan Dahl2010-09-161-0/+4