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
2022-10-11fs: improve promise based readFile performance for big filesRuben Bridgewater
2022-09-27fs: remove unused option in `fs.fstatSync()`Livia Medeiros
2022-09-27src: make ReqWrap weakRafael Gonzaga
2022-09-27win: fix fs.realpath.native for long pathsStefanStojanovic
2022-09-26lib: reset `RegExp` statics before running user codeAntoine du Hamel
2022-07-12fs: refactor realpath with Map and SetLivia Medeiros
2022-06-13fs: use `kEmptyObject`LiviaMedeiros
2022-06-13lib: give names to promisified methodsLiviaMedeiros
2022-06-13lib: use null-prototype objects for property descriptorsAntoine du Hamel
2022-05-30fs: add trailing commasLiviaMedeiros
2022-05-30fs: make params in writing methods optionalLiviaMedeiros
2022-05-10fs: add `read(buffer[, options])` versionsLivia Medeiros
2022-05-10doc: clarify some default values in `fs.md`Livia Medeiros
2022-04-28doc: consolidate use of multiple-byte unitsAntoine du Hamel
2022-04-08fs: runtime deprecate string coercion in `fs.write`, `fs.writeFileSync`Livia Medeiros
2022-04-04fs: fix write methods param validation and docsLivia Medeiros
2022-03-27lib: update JSDoc for lintingRich Trott
2022-02-27fs: adjust default `length` for `fs.readSync` and fsPromises/`read`Livia Medeiros
2022-02-19fs: fix default `length` parameter for `fs.read`wbt
2022-02-14fs: fix cb/sync writev empty array behaviorBenjamin Gruenbaum
2022-02-11fs: refactor to use ES2020 syntax小菜
2022-02-05lib: replace validator and errorMohammed Keyvanzadeh
2022-02-05lib: add comments to empty catch statementsRich Trott
2021-12-21fs: correct param names in JSDoc commentsRich Trott
2021-12-13fs: accept URL as argument for `fs.rm` and `fs.rmSync`Antoine du Hamel
2021-12-07lib: use consistent types in JSDoc @returnsRich Trott
2021-12-02fs: propagate abortsignal reason in new AbortSignal constructorsJames M Snell
2021-11-29lib,test,tools: use consistent JSDoc typesRich Trott
2021-08-12fs: add recursive cp methodbcoe
2021-06-26fs: allow empty string for temp directory prefixVoltrex
2021-05-27lib: load internal/fs/watchers and internal/fs/read_file_context earlyJoyee Cheung
2021-04-28src: fix validation of negative offset to avoid abortJames M Snell
2021-04-28typings: add JSDoc typings for fsVoltrex
2021-04-13fs: use byteLength to handle ArrayBuffer viewsMichaël Zasso
2021-04-12fs: validate encoding to binding.writeString()cjihrig
2021-04-06fs: move constants to internal/fs/utils.jsDarshan Sen
2021-03-20fs: remove permissive rmdir recursiveAntoine du Hamel
2021-03-19lib: aggregate errors to avoid error swallowingAntoine du Hamel
2021-03-19fs: runtime deprecate rmdir recursive optionAntoine du Hamel
2021-03-13lib: use AbortError consistentlyJames M Snell
2021-03-03lib: remove use of array destructuringAntoine du Hamel
2021-03-01fs: fix flag and mode validationJames M Snell
2021-02-26fs: fix writeFile signal does not close fileNitzan Uziely
2021-02-26fs: fixup negative length in fs.truncateJames M Snell
2021-02-19bootstrap: include fs module into the builtin snapshotJoyee Cheung
2021-02-06fs: allow passing negative zero fdDarshan Sen
2021-02-05fs: use a default callback for fs.close()James M Snell
2021-02-05fs: add AbortSignal support to watchBenjamin Gruenbaum
2021-01-27fs: add validatePosition and use in read and readSyncDarshan Sen
2021-01-27lib: refactor to use validateFunctionZiJian Liu