summaryrefslogtreecommitdiff
path: root/doc/api/fs.md
AgeCommit message (Expand)Author
2019-12-03doc: remove usage of "Node" in favor of "Node.js"Rich Trott
2019-12-032019-12-03, Version 13.3.0 (Current)Ruben Bridgewater
2019-11-27fs: add ENFILE to rimraf retry logiccjihrig
2019-11-27fs: add retryDelay option to rimrafcjihrig
2019-11-27fs: remove rimraf's emfileWait optioncjihrig
2019-11-27fs: make rimraf default to 0 retriescjihrig
2019-11-27fs: rename rimraf's maxBusyTries to maxRetriescjihrig
2019-11-052019-11-05, Version 13.1.0 (Current)Michaël Zasso
2019-10-28fs: add `bufferSize` option to `fs.opendir()`Anna Henningsen
2019-10-26doc: remove dashesRich Trott
2019-10-12doc: fix some recent nits in fs.mdVse Mozhet Byt
2019-10-11doc: fs dir modifications may not be reflected by dir.readAnna Henningsen
2019-10-112019-10-11, Version 12.12.0 (Current)Ruben Bridgewater
2019-10-10doc: escape brackets not used as markdown reference linksNick Schonning
2019-10-09doc: add more info to fs.Dir and fix typosJeremiah Senkpiel
2019-10-09fs: remove options.encoding from Dir.read*()Jeremiah Senkpiel
2019-10-08fs: introduce `opendir()` and `fs.Dir`Jeremiah Senkpiel
2019-10-03doc: add explicit bracket for markdown reference linksNick Schonning
2019-09-30doc: fix type of atime/mtimeTATSUNO Yasuhiro
2019-09-30doc: clarify fs.symlink() usageSimon A. Eugster
2019-09-26doc: fix some recent nitsVse Mozhet Byt
2019-09-16doc: use consistent unordered list styleNick Schonning
2019-09-11src,lib: expose memory file mapping flagJoão Reis
2019-09-09doc: space around listsNick Schonning
2019-09-05doc: change urls directly from 'http' to 'https'Maledong
2019-09-042019-09-04, Version 12.10.0 (Current)Ruben Bridgewater
2019-09-03doc: change the 'txt' to 'console' for a commandMaledong
2019-08-31doc: add blanks around code fencesNick Schonning
2019-08-31doc: remove multiple consecutive blank linesNick Schonning
2019-08-26doc,fs: add extends for derived classesKamat, Trivikram
2019-08-23fs: add recursive option to rmdir()cjihrig
2019-08-22doc: add emitClose option for fs streamsRich Trott
2019-08-202019-08-20, Version 12.9.0 (Current)Michaël Zasso
2019-08-19fs: add writev() promises versioncjihrig
2019-08-16fs: add fs.writev() which exposes syscall writev()Anas Aboureada
2019-07-08doc: format Unix consistentlycjihrig
2019-07-03doc: add example for chmod in fs.mdJuan Roa
2019-07-03doc: provide an example to fs.stat()Felipe
2019-07-02doc: format try...catch consistentlycjihrig
2019-07-02doc: remove unnecessary stability specifierscjihrig
2019-06-23doc: add example code for fs.existsSync()nicolasrestrepo
2019-06-23doc: remove "note that" from fs.mdRich Trott
2019-06-14fs: add *timeNs properties to BigInt Stats objectsJoyee Cheung
2019-06-05doc: remove "encouraged" as hedging in fs.mdRich Trott
2019-06-05doc: remove "strongly recommended" as hedging in fs.mdRich Trott
2019-06-02doc: improve explanation for directory with fs.rename()Rich Trott
2019-06-01doc: warn about relying on fs gc close behaviorBenjamin Gruenbaum
2019-05-19doc: clarify behavior of fs.mkdirGaelan
2019-04-24doc: clarify behaviour of writeFile(fd)Sam Roberts
2019-04-232019-04-23, Version 12.0.0 (Current)Beth Griggs