summaryrefslogtreecommitdiff
path: root/lib/fs.js
AgeCommit message (Expand)AuthorFilesLines
2013-03-21Merge remote-tracking branch 'ry/v0.10' into masterisaacs1-1/+1
2013-03-20fs: make write/appendFileSync correctly set file modeRaymond Feng1-1/+1
2013-03-20bindings: update apiTrevor Norris1-1/+2
2013-03-13Revert "fs: Missing cb errors are deprecated, not a throw"isaacs1-24/+10
2013-03-13fs: Missing cb errors are deprecated, not a throwisaacs1-10/+24
2013-03-06stream: Remove bufferSize optionisaacs1-4/+2
2013-03-05stream: _write takes an encoding argumentisaacs1-2/+4
2013-03-01events: add check for listeners lengthTrevor Norris1-1/+1
2013-03-01fs: Support mode/flag options to read/append/writeFileisaacs1-43/+85
2013-02-28stream: There is no _read cb, there is only pushisaacs1-10/+10
2013-02-28lib, src: remove errno globalBen Noordhuis1-2/+2
2013-02-21stream: remove lowWaterMark featureisaacs1-1/+0
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