summaryrefslogtreecommitdiff
path: root/lib/fs.js
Commit message (Expand)AuthorAgeFilesLines
* Revert "fs: Missing cb errors are deprecated, not a throw"isaacs2013-03-131-24/+10
* fs: Missing cb errors are deprecated, not a throwisaacs2013-03-131-10/+24
* stream: Remove bufferSize optionisaacs2013-03-061-4/+2
* stream: _write takes an encoding argumentisaacs2013-03-051-2/+4
* events: add check for listeners lengthTrevor Norris2013-03-011-1/+1
* fs: Support mode/flag options to read/append/writeFileisaacs2013-03-011-43/+85
* stream: There is no _read cb, there is only pushisaacs2013-02-281-10/+10
* lib, src: remove errno globalBen Noordhuis2013-02-281-2/+2
* stream: remove lowWaterMark featureisaacs2013-02-211-1/+0
* fs: Change default WriteStream config, increase perfisaacs2013-02-151-5/+1
* fs: fix immediate WriteStream#end()Ben Noordhuis2013-02-111-4/+6
* fs: remove unused default option in WriteStreamShigeki Ohtsu2013-01-041-1/+0
* fs: pool size coincide with ReadStream bufferSizeShigeki Ohtsu2013-01-041-4/+3
* fs: make 'end' work with ReadStream without 'start'Ben Noordhuis2012-12-281-1/+1
* fs: remove fs.sendfile()Ben Noordhuis2012-12-281-8/+0
* lintisaacs2012-12-211-1/+2
* fs: add autoClose=true option to fs.createReadStreamFarid Neshat2012-12-201-3/+10
* fs: streams2isaacs2012-12-141-282/+141
* Merge remote-tracking branch 'ry/v0.8' into masterisaacs2012-12-131-5/+17
|\
| * fs: fix WriteStream fd leakBen Noordhuis2012-12-121-3/+12
| * fs: fix ReadStream fd leakBen Noordhuis2012-12-121-2/+5
* | fs: Raise error when null bytes detected in pathsisaacs2012-12-071-14/+83
* | fs: add long stacktrace debugging facilityBen Noordhuis2012-12-041-4/+23
* | fs: fix 'object is not a function' callback errorsBen Noordhuis2012-12-041-27/+32
* | string_decoder: Add 'end' method, do base64 properlyisaacs2012-10-111-0/+5
* | Merge remote-tracking branch 'ry/v0.8' into v0.8-mergeisaacs2012-09-281-1/+4
|\ \ | |/
| * fs: fix watchFile() missing deletion eventsBen Noordhuis2012-09-171-1/+4
* | fs: Throw early on invalid encoding argsisaacs2012-08-271-0/+32
* | Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis2012-08-171-2/+2
|\ \ | |/
| * windows: make junctions work againBert Belder2012-08-171-2/+2
* | fs: fix ReferenceError in truncateSync()Ben Noordhuis2012-08-081-1/+1
* | fs: fix naming of truncate/ftruncate functionsisaacs2012-08-061-4/+52
* | fs: remove undocumented .destroy callbacksBen Noordhuis2012-08-061-20/+8
|/
* fs: fix ReadStream / WriteStream missing callbackGil Pedersen2012-08-021-2/+8
* fs: fix readFileSync("/proc/cpuinfo") regressionBen Noordhuis2012-08-011-2/+2
* windows: correctly prep long path for fs.exists(Sync)Bert Belder2012-07-231-2/+2
* fs: make unwatchFile() remove a specific listenerBen Noordhuis2012-07-091-4/+12
* lintisaacs2012-06-281-1/+1
* windows: make fs.realpath(Sync) work with UNC pathsBert Belder2012-06-271-42/+61
* realpath: No sync cb() calling allowed.isaacs2012-06-261-2/+2
* Add --no-deprecation and --trace-deprecation flagsisaacs2012-06-211-1/+1
* fs: make fs.watchFile() interval default to 5007Ben Noordhuis2012-06-211-6/+9
* fs: make fs.watchFile() work on windowsBen Noordhuis2012-06-211-5/+7
* Fix fs.readfile('/dev/stdin')isaacs2012-06-201-2/+2
* domain: the EventEmitter constructor is now always called in nodecoreAndreas Madsen2012-06-151-0/+6
* windows: make symlinks tolerant to forward slashesBert Belder2012-06-151-12/+22
* Fix test-fs-realpath on Windowsisaacs2012-06-141-1/+5
* fs: fix infinite loop in fs.readFileSync()Ben Noordhuis2012-06-121-6/+3
* fs: fix infinite loop in fs.readFile()Ben Noordhuis2012-06-121-6/+8
* fs: fix fs.readFileSync to work on real empty fileShigeki Ohtsu2012-06-121-1/+1