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
path: root/lib/fs.js
AgeCommit message (Expand)Author
2021-05-01fs: fix writeFile signal does not close fileNitzan Uziely
2021-05-01fs: use a default callback for fs.close()James M Snell
2021-04-30fs: add AbortSignal support to watchBenjamin Gruenbaum
2021-04-30fs: support abortsignal in writeFileBenjamin Gruenbaum
2021-04-30fs: add support for AbortSignal in readFileBenjamin Gruenbaum
2021-04-26lib: add throws option to fs.f/l/statSyncAndrew Casey
2020-12-07fs: remove unused assignmentRich Trott
2020-10-14lib: fix readFile flag option typoDaniil Demidovich
2020-10-14fs: remove extraneous assignments in rmdir()cjihrig
2020-10-14fs: add rm methodIan Sutherland
2020-10-06fs: do not throw exception after creating FSReqCallbackAnna Henningsen
2020-10-06fs: simplify realpathSynchimself65
2020-09-21fs: loosen validation to allow objects with an own toString functionJordan Harband
2020-06-30fs: fix realpath inode link cachingDenys Otrishko
2020-06-30fs: implement lutimesMaël Nison
2020-06-30fs: support util.promisify for fs.readvLucas Holmquist
2020-05-16tools: enable no-else-return lint ruleLuigi Pinca
2020-05-11fs: add .ref() and .unref() methods to watcher classesrickyes
2020-04-07fs: make parameters optional for readSyncLucas Holmquist
2020-03-30fs: fix fs.read when passing null valuehimself65
2020-03-30fs: add fs.readv()Sk Sajidul Kadir
2020-03-28fs: fixup error message for invalid options.recursiveJames M Snell
2020-03-11fs: make fs.read params optionalLucas Holmquist
2020-03-09fs: fix valid id range on chown, lchown, fchownhimself65
2020-03-07fs: fix writeFile[Sync] for non-seekable filesAlba Mendez
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-22lib,src: switch Buffer::kMaxLength to size_tBen Noordhuis
2020-01-12fs: improve mode and flags validationRuben Bridgewater
2020-01-05lib: replace Map global by the primordialsSebastien Ahkrin
2019-12-29fs: use consistent defaults in sync stat functionscjihrig
2019-12-16lib: enforce use of Promise from primordialsMichaël Zasso
2019-12-04fs: fix existsSync for invalid symlink at win32Rongjian Zhang
2019-11-30lib: use static Number properties from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-19fs: make FSStatWatcher.start privateLucas Holmquist
2019-11-09fs: change var to letNadya
2019-10-13fs: make FSWatcher.start privateLucas Holmquist
2019-10-10http2: allow passing FileHandle to respondWithFDAnna Henningsen
2019-10-08fs: introduce `opendir()` and `fs.Dir`Jeremiah Senkpiel
2019-08-23fs: add recursive option to rmdir()cjihrig
2019-08-19fs: use consistent buffer array validationcjihrig
2019-08-19fs: validate writev fds consistentlycjihrig
2019-08-19lib: rename validateSafeInteger to validateIntegercjihrig
2019-08-17fs: add fs.writev() which exposes syscall writev()Anas Aboureada
2019-08-17fs: allow int64 offset in fs.write/writeSync/fd.writeZach Bjornson
2019-08-17fs: allow int64 offset in fs.read/readSync/fd.readZach Bjornson
2019-08-17lib: rename validateInteger to validateSafeIntegerZach Bjornson
2019-08-17fs: add default options for *stat()Tony Brix