2011-03-15 |
Ryan Dahl | Merge branch 'v0.4' |
blob | commitdiff | raw |
2011-03-15 |
Ryan Dahl | Update copyright headers |
blob | commitdiff | raw | diff to current |
2011-03-03 |
Ryan Dahl | Revert "Closes GH-85 Emit error rather than throwing." |
blob | commitdiff | raw | diff to current |
2011-03-03 |
isaacs | Closes GH-85 Emit error rather than throwing. |
blob | commitdiff | raw | diff to current |
2011-03-03 |
Ben Noordhuis | fs.utimes() and fs.futimes() support. |
blob | commitdiff | raw | diff to current |
2011-03-01 |
koichik | Fix fs.WriteStream.end(data, [encoding]) throws TypeError |
blob | commitdiff | raw | diff to current |
2011-02-28 |
isaacs | Closes GH-85 Emit error rather than throwing. |
blob | commitdiff | raw | diff to current |
2011-02-20 |
Ryan Dahl | Merge branch 'v0.4' |
blob | commitdiff | raw | diff to current |
2011-02-20 |
isaacs | Closes GH-687 Don't read fs read stream if not open |
blob | commitdiff | raw | diff to current |
2011-02-18 |
Ryan Dahl | Merge branch 'v0.4' |
blob | commitdiff | raw | diff to current |
2011-02-15 |
Felix Geisendörfer | Refactor fs.open parameter handling |
blob | commitdiff | raw | diff to current |
2011-02-15 |
Felix Geisendörfer | Fix: fs.open callback did not fire |
blob | commitdiff | raw | diff to current |
2011-02-09 |
Bert Belder | Fix fs.realpathSync on windows |
blob | commitdiff | raw | diff to current |
2011-02-09 |
isaacs | Support caching for realpath, use in module load |
blob | commitdiff | raw | diff to current |
2011-02-07 |
isaacs | Support octal strings for modes |
blob | commitdiff | raw | diff to current |
2011-01-11 |
Ryan Dahl | Merge branch 'vanilla-libeio' |
blob | commitdiff | raw | diff to current |
2011-01-07 |
Ryan Dahl | Lint |
blob | commitdiff | raw | diff to current |
2011-01-06 |
Bert Belder | Rework fs.realpath, primordal windows compatibility |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Bert Belder | Merge branch 'master' of git://github.com/ry/node |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Ryan Dahl | Implement WriteStream.destroySoon |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Ryan Dahl | Implement new stream method, destroySoon |
blob | commitdiff | raw | diff to current |
2010-12-02 |
Ryan Dahl | more lint |
blob | commitdiff | raw | diff to current |
2010-11-30 |
Evan Larkin | Fix variable leak. |
blob | commitdiff | raw | diff to current |
2010-11-15 |
isaacs | Implement new path.join behavior |
blob | commitdiff | raw | diff to current |
2010-11-14 |
isaacs | writeFile fixes |
blob | commitdiff | raw | diff to current |
2010-11-01 |
Chandra Sekar S | Removed range read optimization as it doesn't work... |
blob | commitdiff | raw | diff to current |
2010-10-28 |
isaacs | Handle cyclic links smarter in fs.realpath |
blob | commitdiff | raw | diff to current |
2010-10-11 |
Ryan Dahl | Don't require events in fs.js |
blob | commitdiff | raw | diff to current |
2010-10-11 |
Ryan Dahl | fs.ReadStream and fs.WriteStream derive from stream... |
blob | commitdiff | raw | diff to current |
2010-10-11 |
Micheil Smith | Removed deprecated methods from lib/fs.js |
blob | commitdiff | raw | diff to current |
2010-10-11 |
Micheil Smith | Soft migration of sys -> util, Removal of deprecated... |
blob | commitdiff | raw | diff to current |
2010-10-07 |
Joshaven Potter | syntax fixes to pass jslint |
blob | commitdiff | raw | diff to current |
2010-10-04 |
isaacs | Fix #325. Add test and check for zero-length file conte... |
blob | commitdiff | raw | diff to current |
2010-10-01 |
Marco Rogers | fix encoding option on ReadStream, updated test |
blob | commitdiff | raw | diff to current |
2010-10-01 |
Evan Larkin | fs.ReadStream: Passing null for file position on all... |
blob | commitdiff | raw | diff to current |
2010-09-30 |
Evan Larkin | No longer using the global variable "stat" in unwatchFile |
blob | commitdiff | raw | diff to current |
2010-09-29 |
Ryan Dahl | writeable -> writable |
blob | commitdiff | raw | diff to current |
2010-09-28 |
Ryan Dahl | Remove require('buffer') in built-in libraries. |
blob | commitdiff | raw | diff to current |
2010-09-23 |
isaacs | Don't use stat in fs.readFile[Sync] |
blob | commitdiff | raw | diff to current |
2010-09-22 |
Tj Holowaychuk | Fixed fs.ReadStream() start: 0 bug |
blob | commitdiff | raw | diff to current |
2010-09-17 |
Ryan Dahl | Move constants out of process object |
blob | commitdiff | raw | diff to current |
2010-09-17 |
Ryan Dahl | Safe constructors for fs.ReadStream and fs.WriteStream |
blob | commitdiff | raw | diff to current |
2010-09-14 |
isaacs | Bug in realpath with symlinks to absolute folder paths... |
blob | commitdiff | raw | diff to current |
2010-09-10 |
Ryan Dahl | Fix fs.realpathSync('/') |
blob | commitdiff | raw | diff to current |
2010-09-09 |
isaacs | Fix issue #262. Allow fs.realpath to traverse above... |
blob | commitdiff | raw | diff to current |
2010-09-08 |
Ryan Dahl | Fix style; undefined reference bug |
blob | commitdiff | raw | diff to current |
2010-09-08 |
Tobie Langel | Do not emit WriteStream's drain event before ws.write... |
blob | commitdiff | raw | diff to current |
2010-09-08 |
Tobie Langel | Avoid closing a WriteStream before it has been opened. |
blob | commitdiff | raw | diff to current |
2010-09-08 |
Tobie Langel | Avoid missing ref error in WriteStream.prototype.destroy(). |
blob | commitdiff | raw | diff to current |
2010-09-08 |
Ryan Dahl | Increase ReadStream bufferSize to 64k |
blob | commitdiff | raw | diff to current |
2010-09-05 |
Ryan Dahl | typo: forceClose -> destroy for WriteStreams |
blob | commitdiff | raw | diff to current |
2010-08-30 |
Marco Rogers | fix for fs.readFile to return string when encoding... |
blob | commitdiff | raw | diff to current |
2010-08-30 |
Marco Rogers | Fixed async fs writes with length 0, it should fire... |
blob | commitdiff | raw | diff to current |
2010-08-23 |
Russell Haering | Modify fs.open to use accept a callback without a mode |
blob | commitdiff | raw | diff to current |
2010-08-17 |
Marco Rogers | detect 0 length fs writes with tests |
blob | commitdiff | raw | diff to current |
2010-08-10 |
Ryan Dahl | Close fd on readFile(emptyfile) |
blob | commitdiff | raw | diff to current |
2010-07-21 |
Chandra Sekar S | Support for reading byte ranges from files using fs... |
blob | commitdiff | raw | diff to current |
2010-07-17 |
Ryan Dahl | fs.writeSync should return bytes written |
blob | commitdiff | raw | diff to current |
2010-07-15 |
Ryan Dahl | instanceof Buffer to Buffer.isBuffer() |
blob | commitdiff | raw | diff to current |
2010-06-16 |
Aaron Heckmann | fs.writeFile accepts Buffers |
blob | commitdiff | raw | diff to current |
2010-06-16 |
Peter Dekkers | Fixed incorrect mask for determining fs.Stats types |
blob | commitdiff | raw | diff to current |
2010-06-16 |
Ryan Dahl | Refactor: Utf8Decoder -> StringDecoder |
blob | commitdiff | raw | diff to current |
2010-06-14 |
Felix Geisendörfer | Fix: fs.writeFile could not handle utf8 |
blob | commitdiff | raw | diff to current |
2010-06-03 |
Felix Geisendörfer | Fix: fs.readFile would execute callbacks twice |
blob | commitdiff | raw | diff to current |
2010-05-29 |
Ryan Dahl | API: readFileSync without encoding argument now returns... |
blob | commitdiff | raw | diff to current |
2010-05-27 |
Ryan Dahl | Bugfix: fs.ReadStream.setEncoding |
blob | commitdiff | raw | diff to current |
2010-05-26 |
Micheil Smith | Adding experimental support for fs.chown and fs.chownSync. |
blob | commitdiff | raw | diff to current |
2010-05-24 |
Ryan Dahl | fs.ReadStream should emit Buffers |
blob | commitdiff | raw | diff to current |
2010-05-20 |
Felix Geisendörfer | Deprecate string interface for fs.read() |
blob | commitdiff | raw | diff to current |
2010-05-20 |
Ryan Dahl | Revert "Deprecate string interface for fs.read()" |
blob | commitdiff | raw | diff to current |
2010-05-20 |
Felix Geisendörfer | Deprecate string interface for fs.read() |
blob | commitdiff | raw | diff to current |
2010-05-20 |
isaacs | Fix a leaking global |
blob | commitdiff | raw | diff to current |
2010-05-19 |
Felix Geisendörfer | Deprecate string interface for fs.write() |
blob | commitdiff | raw | diff to current |
2010-05-18 |
Ryan Dahl | fs.WriteStream.write should support buffer |
blob | commitdiff | raw | diff to current |
2010-05-15 |
Andrew Johnston | Added posix fsync and fdatasync to fs module |
blob | commitdiff | raw | diff to current |
2010-05-13 |
Elijah Insua | Handle empty files with fs.readFile |
blob | commitdiff | raw | diff to current |
2010-05-12 |
Ben Noordhuis | Support for fstat(2) through fs.fstat() and fs.fstatSyn... |
blob | commitdiff | raw | diff to current |
2010-05-07 |
isaacs | Add binding.close to fs.readFile |
blob | commitdiff | raw | diff to current |
2010-05-07 |
Tim Caswell | fs.readFile uses a buffer internally and will return... |
blob | commitdiff | raw | diff to current |
2010-05-06 |
Jonathan Knezek | Changed undefined pos to null to prevent hanging on... |
blob | commitdiff | raw | diff to current |
2010-04-28 |
Ryan Dahl | fs.FileWriteStream -> fs.WriteStream, fs.FileReadStream... |
blob | commitdiff | raw | diff to current |
2010-04-28 |
Felix Geisendörfer | Get rid of coupling for stdin |
blob | commitdiff | raw | diff to current |
2010-04-28 |
Felix Geisendörfer | Support for FileReadStream.setEncoding |
blob | commitdiff | raw | diff to current |
2010-04-28 |
Felix Geisendörfer | Get rid of coupling for stdout |
blob | commitdiff | raw | diff to current |
2010-04-28 |
Ryan Dahl | Remove callback argument to FileWriteStream.prototype... |
blob | commitdiff | raw | diff to current |
2010-04-23 |
Brian Hammond | Leave pos as undefined to allow reads from unseekable... |
blob | commitdiff | raw | diff to current |
2010-04-14 |
Rhys Jones | Merge branch 'master' into openssl |
blob | commitdiff | raw | diff to current |
2010-04-12 |
Tim Caswell | Replace slow and broken for..in loops with faster for... |
blob | commitdiff | raw | diff to current |
2010-04-11 |
isaacs | trailing whitespace fixes |
blob | commitdiff | raw | diff to current |
2010-04-08 |
Ryan Dahl | Update stream API: forceClose() -> destroy(), close... |
blob | commitdiff | raw | diff to current |
2010-04-08 |
Ryan Dahl | Put file stream methods into prototype, small style... |
blob | commitdiff | raw | diff to current |
2010-04-08 |
Ryan Dahl | Rename binding reference in fs.js |
blob | commitdiff | raw | diff to current |
2010-03-31 |
Johan Dahlberg | Bugfix: watchFile, unwatch, watch causes error |
blob | commitdiff | raw | diff to current |
2010-03-15 |
Ryan Dahl | Merge branch 'master' into net2 |
blob | commitdiff | raw | diff to current |
2010-03-15 |
Ryan Dahl | Load c++ modules on demand |
blob | commitdiff | raw | diff to current |
2010-03-15 |
Ryan Dahl | Lazy load fs.readFile |
blob | commitdiff | raw | diff to current |
2010-03-15 |
Ryan Dahl | Include lib/ directory in node executable. Compile... |
blob | commitdiff | raw | diff to current |
2010-03-12 |
Ryan Dahl | Merge branch 'master' into HEAD |
blob | commitdiff | raw | diff to current |
2010-03-11 |
Ryan Dahl | Fix undefined reference in fs.js |
blob | commitdiff | raw | diff to current |
2010-03-11 |
Ryan Dahl | Make relative ref to sys in fs module. |
blob | commitdiff | raw | diff to current |
next |