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-09-30fs: use Promise.resolve from primordialsMichaël Zasso
2020-09-29fs: fix fs.promises.writeFile with typed arraysMichaël Zasso
2020-09-16fs: loosen validation to allow objects with an own toString functionJordan Harband
2020-09-11lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODINGDenys Otrishko
2020-08-14fs: guard against undefined behaviorRobert Nagy
2020-07-30fs: fix when path is buffer on fs.symlinkSynchimself65
2020-06-25fs: fix readdir failure when libuv returns UV_DIRENT_UNKNOWNKirill Shatskiy
2020-06-23fs: remove custom Buffer pool for streamsRobert Nagy
2020-06-23fs: implement lutimesMaël Nison
2020-06-21fs: document why isPerformingIO is requiredRobert Nagy
2020-06-14worker,fs: make FileHandle transferableAnna Henningsen
2020-05-27fs: reimplement read and write streams using stream.constructRobert Nagy
2020-05-23fs: unify style in preprocessSymlinkDestinationBartosz Sosnowski
2020-05-22fs: replace checkPosition with validateIntegerrickyes
2020-05-21win,fs: use namespaced path in absolute symlinksBartosz Sosnowski
2020-05-20fs: refactor the import of internalUtilrickyes
2020-05-16tools: enable no-else-return lint ruleLuigi Pinca
2020-05-15fs: forbid concurrent operations on Dir handleAnna Henningsen
2020-05-09fs: add .ref() and .unref() methods to watcher classesrickyes
2020-04-23fs: update validateOffsetLengthRead in utils.jsdaemon1024
2020-04-20fs: extract kWriteFileMaxChunkSize constantrickyes
2020-04-19fs: remove unnecessary else statementJesus Hernandez
2020-04-15fs: use finished over destroy w/ cbRobert Nagy
2020-04-10lib: removes unnecessary paramsJesus Hernandez
2020-03-30fs: add fs.readv()Sk Sajidul Kadir
2020-03-28fs: fixup error message for invalid options.recursiveJames M Snell
2020-02-29stream: fix multiple destroy callsRobert Nagy
2020-02-16fs: fix WriteStream autoClose orderRobert Nagy
2020-02-13lib: fix few comment typos in fs/watchers.jsDenys Otrishko
2020-02-13fs: validate the input data before opening fileZYSzys
2020-02-05fs: validate the input data to be of expected typesRuben Bridgewater
2020-01-22lib,src: switch Buffer::kMaxLength to size_tBen Noordhuis
2020-01-21fs: change streams to always emit close by defaultRobert Nagy
2020-01-20fs: do not emit 'close' twice if emitClose enabledRobert Nagy
2020-01-19fs: unset FileHandle fd after closeAnna Henningsen
2020-01-12fs: improve mode and flags validationRuben Bridgewater
2020-01-10fs: use async writeFile in FileHandle#appendFileBryan English
2020-01-05lib: replace use of Error with primordialsSebastien Ahkrin
2020-01-04lib: replace Set global by the primordialsSebastien Ahkrin
2020-01-03stream: enable autoDestroy by defaultRobert Nagy
2019-12-18fs: allow overriding fs for streamsRobert Nagy
2019-12-16lib: replace Symbol.asyncIterator by SymbolAsyncIteratorSebastien Ahkrin
2019-12-16lib: enforce use of Promise from primordialsMichaël Zasso
2019-12-14fs: remove unnecessary bindAnatoli Papirovski
2019-12-13lib: enforce use of BigInt from primordialsMichaël Zasso
2019-12-10fs: synchronize close with other I/O for streamsAnna Henningsen
2019-12-10fs: retry unlink operations in rimrafcjihrig
2019-12-10fs: only operate on buffers in rimrafcjihrig
2019-12-09fs: reduce unnecessary sync rimraf retriescjihrig
2019-12-09fs: add synchronous retries to rimrafcjihrig