summaryrefslogtreecommitdiff
path: root/lib/fs.js
Commit message (Expand)AuthorAgeFilesLines
* fs: make readdir recursive algorithm iterativeEthan Arrowood2023-05-101-30/+58
* fs: add recursive option to readdir and opendirEthan Arrowood2023-04-201-0/+47
* src: make AliasedBuffers in the binding data weakJoyee Cheung2023-04-201-8/+8
* src,process: add permission modelRafael Gonzaga2023-02-231-2/+4
* fs: add trailing commas in source filesAntoine du Hamel2023-02-201-9/+9
* src, lib: fixup lint and format issues for DataQueue/BlobJames M Snell2023-02-191-0/+19
* lib: enforce use of trailing commas for functionsAntoine du Hamel2023-02-141-1/+1
* fs: add statfs() functionsColin Ihrig2023-01-291-0/+30
* bootstrap: lazy load non-essential modulesJoyee Cheung2022-12-091-15/+12
* fs: update todo messageYagiz Nizipli2022-11-011-1/+1
* fs: add recursive watch to linuxYagiz Nizipli2022-10-311-9/+17
* fs: improve promise based readFile performance for big filesRuben Bridgewater2022-10-061-0/+5
* fs: add validateBuffer to improve errorHirotaka Tagawa / wafuwafu132022-09-281-1/+1
* fs: remove unused option in `fs.fstatSync()`Livia Medeiros2022-09-141-2/+1
* src: make ReqWrap weakRafael Gonzaga2022-09-141-4/+0
* win: fix fs.realpath.native for long pathsStefanStojanovic2022-09-131-2/+2
* fs: remove coercion to string in writing methodsLivia Medeiros2022-09-121-24/+7
* fs: harden fs.readSync(buffer, options) typecheckLiviaMedeiros2022-09-111-7/+9
* fs: harden fs.read(params, callback) typecheckLiviaMedeiros2022-09-111-0/+3
* lib: reset `RegExp` statics before running user codeAntoine du Hamel2022-08-051-2/+2
* fs: refactor realpath with Map and SetLivia Medeiros2022-06-301-22/+22
* fs: use `kEmptyObject`LiviaMedeiros2022-06-111-28/+33
* lib: give names to promisified methodsLiviaMedeiros2022-06-051-2/+2
* lib: use null-prototype objects for property descriptorsAntoine du Hamel2022-06-031-7/+11
* fs: add trailing commasLiviaMedeiros2022-05-181-1/+1
* fs: make params in writing methods optionalLiviaMedeiros2022-05-181-8/+29
* fs: add `read(buffer[, options])` versionsLivia Medeiros2022-05-021-15/+22
* doc: clarify some default values in `fs.md`Livia Medeiros2022-05-021-10/+10
* doc: consolidate use of multiple-byte unitsAntoine du Hamel2022-04-201-1/+1
* fs: runtime deprecate string coercion in `fs.write`, `fs.writeFileSync`Livia Medeiros2022-04-081-0/+14
* fs: fix write methods param validation and docsLivia Medeiros2022-04-041-2/+3
* lib: update JSDoc for lintingRich Trott2022-03-271-2/+2
* fs: adjust default `length` for `fs.readSync` and fsPromises/`read`Livia Medeiros2022-02-271-5/+9
* fs: fix default `length` parameter for `fs.read`wbt2022-02-191-1/+1
* fs: fix cb/sync writev empty array behaviorBenjamin Gruenbaum2022-02-141-0/+9
* fs: refactor to use ES2020 syntax小菜2022-02-111-3/+2
* lib: replace validator and errorMohammed Keyvanzadeh2022-02-051-4/+3
* lib: add comments to empty catch statementsRich Trott2022-02-051-1/+3
* fs: correct param names in JSDoc commentsRich Trott2021-12-211-2/+2
* fs: accept URL as argument for `fs.rm` and `fs.rmSync`Antoine du Hamel2021-12-131-0/+2
* lib: use consistent types in JSDoc @returnsRich Trott2021-12-071-1/+1
* fs: propagate abortsignal reason in new AbortSignal constructorsJames M Snell2021-12-021-2/+2
* lib,test,tools: use consistent JSDoc typesRich Trott2021-11-291-6/+6
* fs: add recursive cp methodbcoe2021-08-111-0/+50
* fs: allow empty string for temp directory prefixVoltrex2021-06-261-7/+5
* lib: load internal/fs/watchers and internal/fs/read_file_context earlyJoyee Cheung2021-05-271-8/+3
* src: fix validation of negative offset to avoid abortJames M Snell2021-04-281-4/+4
* typings: add JSDoc typings for fsVoltrex2021-04-271-26/+771
* fs: use byteLength to handle ArrayBuffer viewsMichaël Zasso2021-04-121-5/+5
* fs: validate encoding to binding.writeString()cjihrig2021-04-111-1/+6