summaryrefslogtreecommitdiff
path: root/lib/internal/fs
AgeCommit message (Expand)Author
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
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-14lib,src: make `StatWatcher` a `HandleWrap`Anna Henningsen
2018-06-10tools: add BigInt to globalsNikolai Vavilov
2018-06-07fs: support BigInt in fs.*stat and fs.watchFileJoyee Cheung
2018-06-07fs: fix promises reads with pos > 4GBcjihrig
2018-06-03fs: do not crash when using a closed fs event watcherJoyee Cheung
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-20fs: refactor fs moduleJames M Snell
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