summaryrefslogtreecommitdiff
path: root/lib/internal/fs
AgeCommit message (Expand)Author
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
2018-09-20lib: refactor variable declarationsZYSzys
2018-09-15fs: fix promisified fs.readdir withFileTypesAnatoli Papirovski
2018-09-13fs: ensure readdir() callback is only called oncecjihrig
2018-09-04url: provide pathToFileURL and fileURLToPathguybedford
2018-08-28fs: make fs_event_wrap binding internalcjihrig
2018-08-24fs: update read to work with any TypedArray/DataViewSarat Addepalli
2018-08-14lib: extract validateNumber validatorJon Moss
2018-08-13fs: readdir optionally returning type informationBryan English
2018-08-11fs: implement mkdir recursive (mkdirp)Benjamin Coe
2018-08-05lib,src: standardize `owner_symbol` for handlesAnna Henningsen
2018-08-01src,lib: rename FSReqWrap to FSReqCallbackJon Moss
2018-07-29fs: reduce memory retention when streaming small filesAnna Henningsen
2018-07-15fs: throw ERR_INVALID_ARG_VALUE when buffer being written is emptyAdityaSrivast