summaryrefslogtreecommitdiff
path: root/lib/internal/fs/promises.js
AgeCommit message (Expand)Author
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
2019-11-30lib: use static Number properties from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-10-09http2: 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: add writev() promises versioncjihrig
2019-08-19lib: rename validateSafeInteger to validateIntegercjihrig
2019-08-16fs: allow int64 offset in fs.write/writeSync/fd.writeZach Bjornson
2019-08-16fs: allow int64 offset in fs.read/readSync/fd.readZach Bjornson
2019-08-16lib: rename validateInteger to validateSafeIntegerZach Bjornson
2019-08-10fs: close file descriptor of promisified truncateJoão Reis
2019-05-14fs: extract path conversion and validation to getValidatedPathZYSzys
2019-04-08fs: warn on non-portable mkdtemp() templatescjihrig
2019-04-03lib: force using primordials for JSON, Math and ReflectMichaël Zasso
2019-03-27lib: consolidate arrayBufferView validationRuben Bridgewater
2019-03-27lib: rename validateMode to parseModeRuben Bridgewater
2018-11-16fs: make process.binding('fs') internalMasashi Hirano
2018-10-26fs: default open/openSync flags argument to 'r'Ben Noordhuis
2018-10-21src,lib: move `natives` and `constants` to `internalBinding()`Anna Henningsen
2018-09-15fs: fix promisified fs.readdir withFileTypesAnatoli Papirovski
2018-09-04url: provide pathToFileURL and fileURLToPathguybedford
2018-08-13fs: readdir optionally returning type informationBryan English
2018-08-11fs: implement mkdir recursive (mkdirp)Benjamin Coe
2018-07-15fs: throw ERR_INVALID_ARG_VALUE when buffer being written is emptyAdityaSrivast
2018-07-10fs: fix fsPromises.lchmod error on non-MacMasashi Hirano
2018-07-04fs: support pseudofiles in promises.readFileTimothy Gu
2018-06-27fs: undeprecate lchown()cjihrig
2018-06-07fs: support BigInt in fs.*stat and fs.watchFileJoyee Cheung
2018-06-07fs: fix promises reads with pos > 4GBcjihrig
2018-06-01lib: unmask mode_t values with 0o777Joyee Cheung
2018-05-30fs: ensure options.flag defaults to 'r' in readFileUnknown
2018-05-25fs: don't limit ftruncate() length to 32 bitscjihrig
2018-05-19fs: drop duplicate API in promises modeСковорода Никита Андреевич
2018-05-17lib: mask mode_t type of arguments with 0o777Joyee Cheung
2018-05-15fs: refactor promises version of lchown and lchmodcjihrig
2018-05-08fs: fchmod->fchown in promises/lchownСковорода Никита Андреевич
2018-05-08fs: remove broken code in promises/writeСковорода Никита Андреевич
2018-05-07fs: move fs/promises to fs.promisescjihrig