summaryrefslogtreecommitdiff
path: root/lib/internal/fs/utils.js
AgeCommit message (Expand)Author
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
2019-11-30lib: enforce use of primordial NumberSebastien Ahkrin
2019-11-30lib: use static Number properties from primordialsMichaël Zasso
2019-11-30lib: replace Date.now function by primordial DateNowTchoupinax
2019-11-27fs: add retryDelay option to rimrafcjihrig
2019-11-27fs: remove rimraf's emfileWait optioncjihrig
2019-11-27fs: make rimraf default to 0 retriescjihrig
2019-11-27fs: rename rimraf's maxBusyTries to maxRetriescjihrig
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-10-08fs: introduce `opendir()` and `fs.Dir`Jeremiah Senkpiel
2019-10-05lib: introduce no-mixed-operators eslint rule to libZYSzys
2019-08-23fs: add recursive option to rmdir()cjihrig
2019-08-19fs: add writev() promises versioncjihrig
2019-08-16fs: allow int64 offset in fs.write/writeSync/fd.writeZach Bjornson
2019-08-06fs: fix (temporary) for esm packageRobert Nagy
2019-06-17fs: document the Date conversion in Stats objectsJoyee Cheung
2019-06-14fs: add *timeNs properties to BigInt Stats objectsJoyee Cheung
2019-05-26Revert "lib: print to stdout/stderr directly instead of using console"Richard Lau
2019-05-14fs: extract path conversion and validation to getValidatedPathZYSzys
2019-04-28lib: print to stdout/stderr directly instead of using consoleJoyee Cheung
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-26fs: reduce usage of require('util')toshi1127
2019-03-23lib: refactor Error.captureStackTrace() usageRuben Bridgewater
2019-03-21lib: use Array#includes instead of Array#indexOfWeijia Wang
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-15fs, src, lib: fix `blksize` & `blocks` on WindowsRichard Lau
2018-12-20lib: remove internal `util._extends()` usageRuben Bridgewater
2018-12-08lib: improve error creation performanceRuben Bridgewater
2018-10-21src,lib: move `natives` and `constants` to `internalBinding()`Anna Henningsen
2018-09-27fs: consistently return symlink type from readdirKlaus Meinhardt
2018-09-20lib: refactor variable declarationsZYSzys
2018-09-13fs: ensure readdir() callback is only called oncecjihrig
2018-08-24fs: update read to work with any TypedArray/DataViewSarat Addepalli
2018-08-13fs: readdir optionally returning type informationBryan English
2018-07-15fs: throw ERR_INVALID_ARG_VALUE when buffer being written is emptyAdityaSrivast
2018-06-10tools: add BigInt to globalsNikolai Vavilov
2018-06-07fs: support BigInt in fs.*stat and fs.watchFileJoyee Cheung
2018-05-20fs: refactor fs moduleJames M Snell
2018-05-17lib: mask mode_t type of arguments with 0o777Joyee Cheung
2018-05-07fs: move fs/promises to fs.promisescjihrig