summaryrefslogtreecommitdiff
path: root/lib/fs.js
AgeCommit message (Expand)AuthorFilesLines
2013-02-15fs: Change default WriteStream config, increase perfisaacs1-5/+1
2013-02-11fs: fix immediate WriteStream#end()Ben Noordhuis1-4/+6
2013-01-04fs: remove unused default option in WriteStreamShigeki Ohtsu1-1/+0
2013-01-04fs: pool size coincide with ReadStream bufferSizeShigeki Ohtsu1-4/+3
2012-12-28fs: make 'end' work with ReadStream without 'start'Ben Noordhuis1-1/+1
2012-12-28fs: remove fs.sendfile()Ben Noordhuis1-8/+0
2012-12-21lintisaacs1-1/+2
2012-12-20fs: add autoClose=true option to fs.createReadStreamFarid Neshat1-3/+10
2012-12-14fs: streams2isaacs1-282/+141
2012-12-13Merge remote-tracking branch 'ry/v0.8' into masterisaacs1-5/+17
2012-12-12fs: fix WriteStream fd leakBen Noordhuis1-3/+12
2012-12-12fs: fix ReadStream fd leakBen Noordhuis1-2/+5
2012-12-07fs: Raise error when null bytes detected in pathsisaacs1-14/+83
2012-12-04fs: add long stacktrace debugging facilityBen Noordhuis1-4/+23
2012-12-04fs: fix 'object is not a function' callback errorsBen Noordhuis1-27/+32
2012-10-11string_decoder: Add 'end' method, do base64 properlyisaacs1-0/+5
2012-09-28Merge remote-tracking branch 'ry/v0.8' into v0.8-mergeisaacs1-1/+4
2012-09-17fs: fix watchFile() missing deletion eventsBen Noordhuis1-1/+4
2012-08-27fs: Throw early on invalid encoding argsisaacs1-0/+32
2012-08-17Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis1-2/+2
2012-08-17windows: make junctions work againBert Belder1-2/+2
2012-08-08fs: fix ReferenceError in truncateSync()Ben Noordhuis1-1/+1
2012-08-06fs: fix naming of truncate/ftruncate functionsisaacs1-4/+52
2012-08-06fs: remove undocumented .destroy callbacksBen Noordhuis1-20/+8
2012-08-02fs: fix ReadStream / WriteStream missing callbackGil Pedersen1-2/+8
2012-08-01fs: fix readFileSync("/proc/cpuinfo") regressionBen Noordhuis1-2/+2
2012-07-23windows: correctly prep long path for fs.exists(Sync)Bert Belder1-2/+2
2012-07-09fs: make unwatchFile() remove a specific listenerBen Noordhuis1-4/+12
2012-06-28lintisaacs1-1/+1
2012-06-27windows: make fs.realpath(Sync) work with UNC pathsBert Belder1-42/+61
2012-06-26realpath: No sync cb() calling allowed.isaacs1-2/+2
2012-06-21Add --no-deprecation and --trace-deprecation flagsisaacs1-1/+1
2012-06-21fs: make fs.watchFile() interval default to 5007Ben Noordhuis1-6/+9
2012-06-21fs: make fs.watchFile() work on windowsBen Noordhuis1-5/+7
2012-06-20Fix fs.readfile('/dev/stdin')isaacs1-2/+2
2012-06-15domain: the EventEmitter constructor is now always called in nodecoreAndreas Madsen1-0/+6
2012-06-15windows: make symlinks tolerant to forward slashesBert Belder1-12/+22
2012-06-14Fix test-fs-realpath on Windowsisaacs1-1/+5
2012-06-12fs: fix infinite loop in fs.readFileSync()Ben Noordhuis1-6/+3
2012-06-12fs: fix infinite loop in fs.readFile()Ben Noordhuis1-6/+8
2012-06-12fs: fix fs.readFileSync to work on real empty fileShigeki Ohtsu1-1/+1
2012-06-12fs: fix typo in fs.readFile of lying size=0 statShigeki Ohtsu1-1/+1
2012-06-11fix fs.readFile with lying size=0 stat resultsisaacs1-13/+60
2012-06-11lintisaacs1-2/+2
2012-06-09Fix #3394 fs.realpath: Properly cache symlink targetsisaacs1-8/+8
2012-06-09Fix fs.realpath to work on Windowsisaacs1-11/+44
2012-06-09Expose posix realpath on windows as wellisaacs1-182/+144
2012-06-06fs: make callbacks run in global contextBen Noordhuis1-35/+48
2012-06-06fs: make fs.symlink() with no callback asyncBen Noordhuis1-1/+1
2012-05-27fs: no end emit after createReadStream.pause()Andreas Madsen1-1/+3