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-03-13doc: expand fs.watch caveatsBartosz Sosnowski
2020-03-122020-03-11 Version 13.11.0 (Current)Myles Borins
2020-03-11fs: make fs.read params optionalLucas Holmquist
2020-03-10doc: remove personal pronoun usage in fs.mdRich Trott
2020-03-08doc: document fs.watchFile() bigint optioncjihrig
2020-02-19fs: add fs/promises alias moduleGus Caplan
2020-02-13doc: fix typo on fs docsJuan José Arboleda
2020-02-05doc: add example to fs.promises.readdirConor ONeill
2020-02-05doc: fs.write is not longer coercing stringsJuan José Arboleda
2020-02-05fs: validate the input data to be of expected typesRuben Bridgewater
2020-01-31fs: return first folder made by mkdir recursivebcoe
2020-01-25fs: watch signals for recursive incompatibilityEran Levin
2020-01-17doc: fix a broken link in fs.mdhimself65
2020-01-14doc: standardize on "host name" in fs.mdRich Trott
2020-01-12doc: use shorter fs.copyFile examplesRuben Bridgewater
2020-01-12fs: improve mode and flags validationRuben Bridgewater
2020-01-12doc: fix mode and flags being mistaken in fsRuben Bridgewater
2020-01-10doc: correct filehandle.[read|write|append]File()Bryan English
2020-01-082020-01-07, Version v13.6.0 (Current)Ruben Bridgewater
2020-01-04doc: use code markup/markdown in headersRuben Bridgewater
2019-12-29doc: update mode type for mkdir() functionscjihrig
2019-12-29doc: update mode type for fs open() functionscjihrig
2019-12-29doc: update mode type for fchmod() functionscjihrig
2019-12-29doc: update parameter type for fsPromises.chmod()cjihrig
2019-12-27doc: update parameter type for fs.chmod()Santosh Yadav
2019-12-27doc,fs: use code markup/markdown in headersRich Trott
2019-12-18fs: allow overriding fs for streamsRobert Nagy
2019-12-17doc: add note about fs.close() about undefined behaviorRobert Nagy
2019-12-04doc: remove usage of "Node" in favor of "Node.js"Rich Trott
2019-12-042019-12-03, Version 13.3.0 (Current)Ruben Bridgewater
2019-11-28fs: add ENFILE to rimraf retry logiccjihrig
2019-11-28fs: add retryDelay option to rimrafcjihrig
2019-11-28fs: remove rimraf's emfileWait optioncjihrig
2019-11-28fs: make rimraf default to 0 retriescjihrig
2019-11-28fs: 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-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
2019-09-27doc: fix some recent nitsVse Mozhet Byt
2019-09-16doc: use consistent unordered list styleNick Schonning