summaryrefslogtreecommitdiff
path: root/lib/fs.js
Commit message (Expand)AuthorAgeFilesLines
* lib,src: fix consistent spacing inside bracesSebastiaan Deckers2017-07-211-4/+4
* fs: two minor optimizationsRuben Bridgewater2017-07-091-13/+11
* lib: remove excess indentationRich Trott2017-07-071-15/+16
* lib: use consistent indentation for ternariesRich Trott2017-07-071-3/+2
* benchmark,lib,test: use braces for multiline blockRich Trott2017-06-231-3/+6
* lib: fix typosRuben Bridgewater2017-06-191-2/+2
* fs: don't conflate data and callback in appendFileNikolai Vavilov2017-06-101-1/+1
* fs: expose Stats times as NumbersRefael Ackermann2017-06-071-0/+4
* fs: replace a bind() with a top-level functionMatteo Collina2017-06-071-1/+6
* fs: promisify exists correctlyDan Fabulich2017-06-011-1/+10
* Revert "lib: lazy instantiation of fs.Stats dates"Anna Henningsen2017-06-011-72/+4
* fs: fix realpath{Sync} on resolving pipes/socketsEbrahim Byagowi2017-05-251-5/+13
* src,fs: calculate fs times without truncationDaniel Pihlstrom2017-05-251-0/+2
* lib: lazy instantiation of fs.Stats datesDaniel Pihlstrom2017-05-231-4/+70
* stream: add destroy and _destroy methods.Matteo Collina2017-05-221-6/+5
* fs: Revert throw on invalid callbacksMyles Borins2017-05-201-16/+44
* fs: refactor deprecated functions for readabilityRich Trott2017-05-111-6/+4
* fs: throw on invalid callbacks for async functionsSakthipriyan Vairamani (thefourtheye)2017-05-101-44/+16
* fs: support util.promisify for fs.read/fs.writeAnna Henningsen2017-05-091-0/+6
* fs: fix permanent deoptimizationsBrian White2017-04-301-7/+5
* tools,lib: enable strict equality lint ruleRich Trott2017-04-181-0/+1
* lib: use Object.create(null) directlyTimothy Gu2017-03-241-6/+5
* lib,src: make constants not inherit from ObjectSakthipriyan Vairamani (thefourtheye)2017-03-221-2/+2
* fs: (+/-)Infinity and NaN invalid unixtimestampLuca Maraschi2017-03-211-2/+2
* fs: avoid using forEachJames M Snell2017-03-171-4/+5
* fs: more realpath*() optimizationsBrian White2017-03-141-40/+56
* fs: include more fs.stat*() optimizationsBrian White2017-03-141-53/+100
* lib: remove sources of permanent deoptsBrian White2017-03-101-3/+3
* fs: replace regexp with functionBrian White2017-03-101-16/+37
* fs: avoid multiple conversions to stringBrian White2017-03-101-8/+8
* fs: avoid recompilation of closureBrian White2017-03-101-35/+51
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* fs: improve performance for sync stat() functionsBrian White2017-02-251-6/+20
* fs: runtime deprecation for fs.SyncWriteStreamJames M Snell2017-02-221-7/+9
* fs: avoid emitting error EBADF for double closeMatteo Collina2017-02-131-13/+12
* fs: allow WHATWG URL and file: URLs as pathsJames M Snell2017-02-061-3/+89
* Revert "fs: allow WHATWG URL and file: URLs as paths"James M Snell2017-02-031-89/+3
* fs: allow WHATWG URL and file: URLs as pathsJames M Snell2017-02-031-3/+89
* lib: add static identifier codes for all deprecationsJames M Snell2017-01-301-2/+2
* fs: remove unused parameter for encodeRealpathResultJackson Tian2017-01-181-2/+2
* Revert "fs: ensure readFile[Sync] reads from the beginning"Sakthipriyan Vairamani (thefourtheye)2017-01-141-5/+5
* fs: ensure readFile[Sync] reads from the beginningNikolai Vavilov2017-01-141-5/+5
* fs: remove fs.read's string interfaceNikolai Vavilov2017-01-101-80/+2
* fs: support Uint8Array input to methodsAnna Henningsen2016-12-261-6/+7
* fs: cache non-symlinks in realpathSync.Jeremy Yallop2016-12-231-0/+1
* fs: remove needless assignment of nullFrancis Gulotta2016-12-191-1/+0
* fs: remove unused argument from copyObject()Ethan Arrowood2016-12-141-2/+2
* fs: do not pass Buffer when toString() failsBrian White2016-12-141-7/+4
* fs: export `realpathCacheKey` from `internal/fs`Anna Henningsen2016-11-161-5/+1
* lib,test: remove unneeded escaping of /Rich Trott2016-11-091-4/+4