aboutsummaryrefslogtreecommitdiff
path: root/lib/fs.js
AgeCommit message (Expand)Author
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
2017-02-22fs: runtime deprecation for fs.SyncWriteStreamJames M Snell
2017-02-13fs: avoid emitting error EBADF for double closeMatteo Collina
2017-02-06fs: allow WHATWG URL and file: URLs as pathsJames M Snell
2017-02-03Revert "fs: allow WHATWG URL and file: URLs as paths"James M Snell
2017-02-03fs: allow WHATWG URL and file: URLs as pathsJames M Snell
2017-01-30lib: add static identifier codes for all deprecationsJames M Snell
2017-01-18fs: remove unused parameter for encodeRealpathResultJackson Tian
2017-01-14Revert "fs: ensure readFile[Sync] reads from the beginning"Sakthipriyan Vairamani (thefourtheye)
2017-01-14fs: ensure readFile[Sync] reads from the beginningNikolai Vavilov
2017-01-10fs: remove fs.read's string interfaceNikolai Vavilov
2016-12-26fs: support Uint8Array input to methodsAnna Henningsen
2016-12-23fs: cache non-symlinks in realpathSync.Jeremy Yallop
2016-12-19fs: remove needless assignment of nullFrancis Gulotta
2016-12-14fs: remove unused argument from copyObject()Ethan Arrowood
2016-12-14fs: do not pass Buffer when toString() failsBrian White
2016-11-16fs: export `realpathCacheKey` from `internal/fs`Anna Henningsen