aboutsummaryrefslogtreecommitdiff
path: root/lib/internal/fs
AgeCommit message (Expand)Author
2019-10-05lib: introduce no-mixed-operators eslint rule to libZYSzys
2019-09-22fs: remove unnecessary argument checkRobert Nagy
2019-09-22stream: do not call _read() after destroy()Robert Nagy
2019-08-23fs: add recursive option to rmdir()cjihrig
2019-08-22fs: allow passing true to emitClose optionGiorgos Ntemiris
2019-08-19fs: use fs.writev() internallyRobert Nagy
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-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-05-02fs: align fs.ReadStream buffer pool writes to 8-byte boundaryptaylor
2019-04-28lib: print to stdout/stderr directly instead of using consoleJoyee Cheung
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-08fs: warn on non-portable mkdtemp() templatescjihrig
2019-04-07fs: improve readFile performanceRuben Bridgewater
2019-04-03lib: force using primordials for JSON, Math and ReflectMichaël Zasso
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-27lib: consolidate arrayBufferView validationRuben Bridgewater
2019-03-27lib: rename validateMode to parseModeRuben 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-18fs: use proper .destroy() implementation for SyncWriteStreamMatteo Collina
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-15fs, src, lib: fix `blksize` & `blocks` on WindowsRichard Lau
2019-02-10fs: harden validation of start option in createWriteStreamZYSzys
2019-02-08lib: replace 'assert' with 'internal/assert' for many built-insRich Trott
2019-01-09fs: extract start and end check into checkPositionZYSzys
2018-12-20lib: remove internal `util._extends()` usageRuben Bridgewater
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-08lib: improve error creation performanceRuben Bridgewater
2018-12-05lib: use ES6 class inheritance styleRuben Bridgewater
2018-12-05lib: remove `inherits()` usageRuben Bridgewater
2018-11-19fs: inline typeof checkdexterleng
2018-11-16fs: make process.binding('fs') internalMasashi Hirano
2018-11-13fs,net: standardize `pending` stream propertyAnna Henningsen
2018-10-26fs: default open/openSync flags argument to 'r'Ben Noordhuis
2018-10-24src: refactor FillStatsArrayRefael Ackermann
2018-10-21src,lib: move `natives` and `constants` to `internalBinding()`Anna Henningsen
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-09-27fs: consistently return symlink type from readdirKlaus Meinhardt
2018-09-22fs: improve fs.watch ENOSPC error messageAnna Henningsen