summaryrefslogtreecommitdiff
path: root/lib/fs.js
AgeCommit message (Expand)AuthorFilesLines
2015-01-31lib: reduce util.is*() usagecjihrig1-71/+71
2015-01-27fs: fix fd leak in ReadStream.destroy()Alex Kocharin1-3/+1
2015-01-21fs: make fs.access() flags read onlyJackson Tian1-10/+8
2015-01-21lib: use const to define constantscjihrig1-13/+13
2015-01-20fs: define constants with constcjihrig1-15/+15
2015-01-19fs: add error code on null byte pathscjihrig1-0/+1
2015-01-12Remove excessive copyright/license boilerplateisaacs1-21/+0
2015-01-12fs: undeprecate exists() and existsSync()cjihrig1-4/+4
2015-01-11fs: use ES6 octal literals for modeVladimir Kurchatkin1-21/+18
2014-12-19fs: deprecate exists() and existsSync()cjihrig1-4/+4
2014-12-15fs: add access() and accessSync()cjihrig1-0/+37
2014-12-09src: all wraps now use actual FunctionTemplateTrevor Norris1-39/+103
2014-12-09fs: resolve junction targets relative to their parentVincent Weevers1-3/+5
2014-11-22lib: turn on strict modeBen Noordhuis1-0/+2
2014-08-07Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine1-1/+7
2014-08-07fs: fix fs.readFileSync fd leak when get RangeErrorJackson Tian1-1/+7
2014-08-05fs: fs.readFile should not throw uncaughtExceptionJackson Tian1-4/+7
2014-06-11lib: remove unused variablesBrian White1-4/+0
2014-06-10Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine1-1/+1
2014-06-08fs: remove duplicate checkBrian White1-1/+1
2014-05-28fs: close file if fstat() fails in readFile()cjihrig1-1/+6
2014-05-28fs: close file if fstat() fails in readFile()cjihrig1-1/+6
2014-05-13fs: add consistent flag fall throughsColin Ihrig1-2/+4
2014-04-14fs: return blksize on stats objectTrevor Norris1-0/+2
2014-03-31fs: improve performance of all stat functionsJames Pickard1-1/+32
2014-02-08Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine1-0/+2
2014-02-06fs: make unwatchFile() insensitive to pathiamdoron1-0/+2
2014-01-30node: do not ever close stdioFedor Indutny1-2/+7
2014-01-29node: do not ever close stdioFedor Indutny1-2/+7
2013-11-15src: make buffer size errors more explicitTrevor Norris1-0/+5
2013-10-31fs: add recursive subdirectory support to fs.watchNick Simmons1-3/+6
2013-10-25Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine1-2/+2
2013-10-08fs: fix fs.truncate() file content zeroing bugBen Noordhuis1-2/+2
2013-09-27fs: remove duplicate !options caseJeff Switzer1-6/+0
2013-08-21Merge remote-tracking branch 'ry/v0.10'isaacs1-1/+1
2013-08-20fs: use correct self reference for autoClose testGil Pedersen1-1/+1
2013-08-15lib: remove unused variables and functionsBrian White1-6/+0
2013-08-01src: Replace macros with util functionsisaacs1-72/+72
2013-07-30fs: write strings directly to diskTrevor Norris1-35/+44
2013-07-24lib: macro-ify type checksBen Noordhuis1-74/+71
2013-07-20src, lib: update after internal api changeBen Noordhuis1-6/+5
2013-07-20src, lib: deduplicate errnoExceptionBen Noordhuis1-17/+2
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