Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-28doc: updated directory entry informationEileen
2020-04-28doc: fix usage of folder and directory terms in fs.mdkaran singh virdi
2020-04-142020-04-14, Version 13.13.0 (Current)v13.13.0Michaël Zasso
2020-04-11doc: clarify docs fs.watch exception may be emittedJuan José Arboleda
2020-04-11fs: make parameters optional for readSyncLucas Holmquist
2020-04-11doc: improve fs.read documentationHachimi Aa (Sfeir)
2020-03-30fs: add fs.readv()Sk Sajidul Kadir
2020-03-30doc: use uppercase on windows pathhimself65
2020-03-30doc: add missing changes: entry for mkdirAnna Henningsen
2020-03-24doc: expand fs.watch caveatsBartosz Sosnowski
2020-03-122020-03-11 Version 13.11.0 (Current)v13.11.0Myles Borins
2020-03-11fs: make fs.read params optionalLucas Holmquist
2020-03-11fs: return first folder made by mkdir recursivebcoe
2020-03-11doc: remove personal pronoun usage in fs.mdRich Trott
2020-03-10doc: document fs.watchFile() bigint optioncjihrig
2020-02-17doc: fix typo on fs docsJuan José Arboleda
2020-02-17doc: add example to fs.promises.readdirConor ONeill
2020-02-17doc: fix a broken link in fs.mdhimself65
2020-01-16doc: standardize on "host name" in fs.mdRich Trott
2020-01-16doc: correct filehandle.[read|write|append]File()Bryan English
2020-01-072020-01-07, Version v13.6.0 (Current)v13.6.0Ruben Bridgewater
2020-01-06doc: use code markup/markdown in headersRuben Bridgewater
2020-01-03doc: update mode type for mkdir() functionscjihrig
2020-01-03doc: update mode type for fs open() functionscjihrig
2020-01-03doc: update mode type for fchmod() functionscjihrig
2020-01-03doc: update parameter type for fsPromises.chmod()cjihrig
2020-01-03doc: update parameter type for fs.chmod()Santosh Yadav
2020-01-03doc,fs: use code markup/markdown in headersRich Trott
2020-01-03fs: allow overriding fs for streamsRobert Nagy
2019-12-18doc: add note about fs.close() about undefined behaviorRobert Nagy
2019-12-09doc: remove usage of "Node" in favor of "Node.js"Rich Trott
2019-12-032019-12-03, Version 13.3.0 (Current)v13.3.0Ruben Bridgewater
2019-11-30fs: add ENFILE to rimraf retry logiccjihrig
2019-11-30fs: add retryDelay option to rimrafcjihrig
2019-11-30fs: remove rimraf's emfileWait optioncjihrig
2019-11-30fs: make rimraf default to 0 retriescjihrig
2019-11-30fs: rename rimraf's maxBusyTries to maxRetriescjihrig
2019-11-052019-11-05, Version 13.1.0 (Current)v13.1.0Michaël Zasso
2019-10-31fs: add `bufferSize` option to `fs.opendir()`Anna Henningsen
2019-10-28doc: remove dashesRich Trott
2019-10-12doc: fix some recent nits in fs.mdVse Mozhet Byt
2019-10-12doc: 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-11doc: escape brackets not used as markdown reference linksNick Schonning
2019-10-10doc: add more info to fs.Dir and fix typosJeremiah Senkpiel
2019-10-10fs: remove options.encoding from Dir.read*()Jeremiah Senkpiel
2019-10-08fs: introduce `opendir()` and `fs.Dir`Jeremiah Senkpiel
2019-10-04doc: add explicit bracket for markdown reference linksNick Schonning
2019-10-01doc: fix type of atime/mtimeTATSUNO Yasuhiro
2019-09-30doc: clarify fs.symlink() usageSimon A. Eugster