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
2022-11-01fs: update todo messageYagiz Nizipli
2022-11-01fs: fix opts.filter issue in cpSyncTho
2022-11-01fs: add recursive watch to linuxYagiz Nizipli
2022-10-21lib: add lint rule to protect against `Object.prototype.then` pollutionAntoine du Hamel
2022-10-10fs: fix opts.filter issue in cp asyncTho
2022-10-10fs: add `FileHandle.prototype.readLines`Antoine du Hamel
2022-10-06fs: improve promise based readFile performance for big filesRuben Bridgewater
2022-10-03fs: add directory autodetection to fsPromises.symlink()Livia Medeiros
2022-09-29fs: don't hard code name in validatePosition()cjihrig
2022-09-12fs: remove coercion to string in writing methodsLivia Medeiros
2022-09-11fs: harden filehandle.read(params) typecheckLiviaMedeiros
2022-08-27lib: use safe `Promise` alternatives when availableAntoine du Hamel
2022-07-18fs: use signed types for stat dataLivia Medeiros
2022-06-27lib: refactor to avoid unsafe regex primordialsAntoine du Hamel
2022-06-11fs: use `kEmptyObject`LiviaMedeiros
2022-06-03fs: export constants from `fs/promises`Feng Yu
2022-06-03lib: use null-prototype objects for property descriptorsAntoine du Hamel
2022-05-18fs: add trailing commasLiviaMedeiros
2022-05-17fs: make params in writing methods optionalLiviaMedeiros
2022-05-15fs: remove unnecessary ?? operatorMorgan Roderick
2022-05-02fs: add `read(buffer[, options])` versionsLivia Medeiros
2022-04-20doc: consolidate use of multiple-byte unitsAntoine du Hamel
2022-04-04fs: fix write methods param validation and docsLivia Medeiros
2022-02-27fs: adjust default `length` for `fs.readSync` and fsPromises/`read`Livia Medeiros
2022-02-15fs: support copy of relative links with cp and cpSyncMarcos Bjoerkelund
2022-02-12fs: fix writev empty array error behaviorBenjamin Gruenbaum
2022-02-05lib: replace validator and errorMohammed Keyvanzadeh
2021-12-31fs: use async directory processing in cp()Colin Ihrig
2021-12-12lib: include return types in JSDocRich Trott
2021-12-10fs: fix error codes for `fs.cp`Antoine du Hamel
2021-12-10fs: fix `length` option being ignored during `read()`Shinho Ahn
2021-12-02fs: propagate abortsignal reason in new AbortSignal constructorsJames M Snell
2021-11-13stream: add errored and closed propsRobert Nagy
2021-11-12fs: nullish coalescing to respect zero positional readsOmar El-Mihilmy
2021-11-09test: add semicolons for linter updateRich Trott
2021-09-25fs: add stream utilities to `FileHandle`Antoine du Hamel
2021-09-17fs: make `open` and `close` stream override optional when unusedAntoine du Hamel
2021-08-21fs: combine require() and destructurecjihrig
2021-08-12fs: add recursive cp methodbcoe
2021-07-15fs: add FileHandle.prototype.readableWebStream()James M Snell
2021-07-13stream: implement streams to webstreams adaptersJames M Snell
2021-06-28lib: make lazyDOMException more commonXadillaX
2021-06-26fs: allow empty string for temp directory prefixVoltrex
2021-05-25fs: fix rmsync error swallowingNitzan Uziely
2021-05-19lib: make primordials Promise methods safeAntoine du Hamel
2021-05-17fs: fix async iterator partial writesNitzan Uziely
2021-05-11fs: fix error when writing buffers > INT32_MAXZach Bjornson
2021-05-06fs: use `assert` in `fsCall` argument checkingRongjian Zhang
2021-05-03stream: the position of _read() is wronghelloyou2012
2021-04-28src: fix validation of negative offset to avoid abortJames M Snell