summaryrefslogtreecommitdiff
path: root/lib/fs.js
AgeCommit message (Expand)Author
2015-03-12fs: use stat.st_size only to read regular filesSantiago Gimeno
2015-03-08fs: fix .write() not coercing non-string valuesJeremiah Senkpiel
2015-03-05fs: remove unnecessary usage of .hasOwnProperty()Jonathan Ong
2015-02-21fs: add type checking to makeCallback()cjihrig
2015-02-21fs: properly handle fd passed to truncate()Bruno Jouhier
2015-02-19fs: ensure nullCheck() callback is a functioncjihrig
2015-02-10fs: improve `readFile` performanceVladimir Kurchatkin
2015-01-31lib: reduce util.is*() usagecjihrig
2015-01-27fs: fix fd leak in ReadStream.destroy()Alex Kocharin
2015-01-21fs: make fs.access() flags read onlyJackson Tian
2015-01-21lib: use const to define constantscjihrig
2015-01-20fs: define constants with constcjihrig
2015-01-19fs: add error code on null byte pathscjihrig
2015-01-12Remove excessive copyright/license boilerplateisaacs
2015-01-12fs: undeprecate exists() and existsSync()cjihrig
2015-01-11fs: use ES6 octal literals for modeVladimir Kurchatkin
2014-12-19fs: deprecate exists() and existsSync()cjihrig
2014-12-15fs: add access() and accessSync()cjihrig
2014-12-09src: all wraps now use actual FunctionTemplateTrevor Norris
2014-12-09fs: resolve junction targets relative to their parentVincent Weevers
2014-11-22lib: turn on strict modeBen Noordhuis
2014-08-07Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine
2014-08-07fs: fix fs.readFileSync fd leak when get RangeErrorJackson Tian
2014-08-05fs: fs.readFile should not throw uncaughtExceptionJackson Tian
2014-06-11lib: remove unused variablesBrian White
2014-06-10Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-06-08fs: remove duplicate checkBrian White
2014-05-28fs: close file if fstat() fails in readFile()cjihrig
2014-05-28fs: close file if fstat() fails in readFile()cjihrig
2014-05-13fs: add consistent flag fall throughsColin Ihrig
2014-04-14fs: return blksize on stats objectTrevor Norris
2014-03-31fs: improve performance of all stat functionsJames Pickard
2014-02-08Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-02-06fs: make unwatchFile() insensitive to pathiamdoron
2014-01-30node: do not ever close stdioFedor Indutny
2014-01-29node: do not ever close stdioFedor Indutny
2013-11-15src: make buffer size errors more explicitTrevor Norris
2013-10-31fs: add recursive subdirectory support to fs.watchNick Simmons
2013-10-25Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-10-08fs: fix fs.truncate() file content zeroing bugBen Noordhuis
2013-09-27fs: remove duplicate !options caseJeff Switzer
2013-08-21Merge remote-tracking branch 'ry/v0.10'isaacs
2013-08-20fs: use correct self reference for autoClose testGil Pedersen
2013-08-15lib: remove unused variables and functionsBrian White
2013-08-01src: Replace macros with util functionsisaacs
2013-07-30fs: write strings directly to diskTrevor Norris
2013-07-24lib: macro-ify type checksBen Noordhuis
2013-07-20src, lib: update after internal api changeBen Noordhuis
2013-07-20src, lib: deduplicate errnoExceptionBen Noordhuis
2013-03-21Merge remote-tracking branch 'ry/v0.10' into masterisaacs