summaryrefslogtreecommitdiff
path: root/lib/internal/fs
AgeCommit message (Expand)Author
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 ENFILE to rimraf retry logiccjihrig
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-11-24fs: change var to letÀlvar Pérez
2019-11-19fs: make FSStatWatcher.start privateLucas Holmquist
2019-11-05fs: add noop stub for FSWatcher.prototype.startLucas Holmquist
2019-10-28fs: add `bufferSize` option to `fs.opendir()`Anna Henningsen
2019-10-15doc: add missing deprecation codecjihrig
2019-10-13fs: do not emit 'finish' before 'open' on write empty fileRobert Nagy
2019-10-12fs: make FSWatcher.start privateLucas Holmquist
2019-10-12fs: add runtime deprecate for file stream open()Robert Nagy
2019-10-11fs: buffer dir entries in opendir()Anna Henningsen
2019-10-09fs: remove options.encoding from Dir.read*()Jeremiah Senkpiel
2019-10-09http2: allow passing FileHandle to respondWithFDAnna Henningsen
2019-10-08fs: introduce `opendir()` and `fs.Dir`Jeremiah Senkpiel
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