summaryrefslogtreecommitdiff
path: root/lib/fs.js
AgeCommit message (Expand)Author
2017-11-25fs: throw fs.access errors in JSJoyee Cheung
2017-11-22fs: use arrow functions instead of `.bind` and `self`Weijia Wang
2017-11-15stream: remove usage of *State.highWaterMarkCalvin Metcalf
2017-11-13lib: replace string concatenation with templateSuryanarayana Murthy N
2017-11-12lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang
2017-11-09fs: expose realpath(3) bindingsBen Noordhuis
2017-10-19tools: enable additional eslint rulesAnatoli Papirovski
2017-10-19fs: account for buffer alloc failure in readFileAnna Henningsen
2017-10-18fs: remove no-longer-relevant commentBryan English
2017-10-16lib: use destructuring for some constantsWeijia Wang
2017-10-12lib: deprecate fd usage for fs.truncate(Sync)r1cebank
2017-10-02path: deprecate internal _makeLong, replaceJames M Snell
2017-10-01lib: faster type checks for some typesTimothy Gu
2017-09-21fs: refactor close to use destroyMatteo Collina
2017-09-08fs: add fs.copyFile{Sync}cjihrig
2017-08-31errors: convert 'fs'matzavinos
2017-08-10fs: invoke callbacks with undefined contextRich Trott
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-07-09fs: two minor optimizationsRuben Bridgewater
2017-07-07lib: remove excess indentationRich Trott
2017-07-07lib: use consistent indentation for ternariesRich Trott
2017-06-23benchmark,lib,test: use braces for multiline blockRich Trott
2017-06-19lib: fix typosRuben Bridgewater
2017-06-10fs: don't conflate data and callback in appendFileNikolai Vavilov
2017-06-07fs: expose Stats times as NumbersRefael Ackermann
2017-06-07fs: replace a bind() with a top-level functionMatteo Collina
2017-06-01fs: promisify exists correctlyDan Fabulich
2017-06-01Revert "lib: lazy instantiation of fs.Stats dates"Anna Henningsen
2017-05-25fs: fix realpath{Sync} on resolving pipes/socketsEbrahim Byagowi
2017-05-25src,fs: calculate fs times without truncationDaniel Pihlstrom
2017-05-23lib: lazy instantiation of fs.Stats datesDaniel Pihlstrom
2017-05-22stream: add destroy and _destroy methods.Matteo Collina
2017-05-20fs: Revert throw on invalid callbacksMyles Borins
2017-05-11fs: refactor deprecated functions for readabilityRich Trott
2017-05-10fs: throw on invalid callbacks for async functionsSakthipriyan Vairamani (thefourtheye)
2017-05-09fs: support util.promisify for fs.read/fs.writeAnna Henningsen
2017-04-30fs: fix permanent deoptimizationsBrian White
2017-04-18tools,lib: enable strict equality lint ruleRich Trott
2017-03-24lib: use Object.create(null) directlyTimothy Gu
2017-03-22lib,src: make constants not inherit from ObjectSakthipriyan Vairamani (thefourtheye)
2017-03-21fs: (+/-)Infinity and NaN invalid unixtimestampLuca Maraschi
2017-03-17fs: avoid using forEachJames M Snell
2017-03-14fs: more realpath*() optimizationsBrian White
2017-03-14fs: include more fs.stat*() optimizationsBrian White
2017-03-10lib: remove sources of permanent deoptsBrian White
2017-03-10fs: replace regexp with functionBrian White
2017-03-10fs: avoid multiple conversions to stringBrian White
2017-03-10fs: avoid recompilation of closureBrian White
2017-03-10meta: restore original copyright headerJames M Snell
2017-02-25fs: improve performance for sync stat() functionsBrian White