summaryrefslogtreecommitdiff
path: root/lib/fs.js
AgeCommit message (Expand)Author
2019-05-30lib: removed unnecessary fs.realpath `options` arg check + testsAlex Pry
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-30lib: remove Reflect.apply where appropriateAnatoli Papirovski
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-04errors: add more information in case of invalid callbacksRuben Bridgewater
2019-04-03lib: force using primordials for JSON, Math and ReflectMichaël Zasso
2019-04-02fs: remove experimental warning for fs.promisesAnna Henningsen
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-23lib: validate Error.captureStackTrace() callsRuben Bridgewater
2019-03-23lib: refactor Error.captureStackTrace() usageRuben Bridgewater
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-09fs: remove redundant callback checkZYSzys
2019-02-09fs: remove useless internalFSZYSzys
2018-12-20lib: remove internal `util._extends()` usageRuben Bridgewater
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-15fs: make writeFile consistent with readFile wrt fdSakthipriyan Vairamani (thefourtheye)
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-12-04fs: simplify fs.promises warning logiccjihrig
2018-11-29win, fs: detect if symlink target is a directoryBartosz Sosnowski
2018-11-28lib: convert to arrow function in fs.jsexoego
2018-11-16fs: make process.binding('fs') internalMasashi Hirano
2018-11-07src: prefer param function check over args lengthShelley Vohr
2018-11-06fs: remove unused catch bindingscjihrig
2018-11-03fs: handle result of access binding directly in fs.existsSyncJoyee Cheung
2018-10-26fs: default open/openSync flags argument to 'r'Ben Noordhuis
2018-10-21src,lib: move `natives` and `constants` to `internalBinding()`Anna Henningsen
2018-09-04url: provide pathToFileURL and fileURLToPathguybedford
2018-08-24fs: update read to work with any TypedArray/DataViewSarat Addepalli
2018-08-13fs: readdir optionally returning type informationBryan English
2018-08-11fs: implement mkdir recursive (mkdirp)Benjamin Coe
2018-08-09fs: require callback in readRuben Bridgewater
2018-08-01src,lib: rename FSReqWrap to FSReqCallbackJon Moss
2018-07-16lib,src: replace all C++ promises with JS promisesRuben Bridgewater
2018-07-15fs: throw ERR_INVALID_ARG_VALUE when buffer being written is emptyAdityaSrivast
2018-06-27fs: undeprecate lchown()cjihrig
2018-06-07fs: support BigInt in fs.*stat and fs.watchFileJoyee Cheung
2018-06-01lib: unmask mode_t values with 0o777Joyee Cheung
2018-05-29fs: fix reads with pos > 4GBMathias Buus
2018-05-25fs: don't limit ftruncate() length to 32 bitscjihrig
2018-05-25fs: add length validation to fs.truncate()cjihrig
2018-05-20fs: refactor fs moduleJames M Snell
2018-05-19fs: improve fchmod{Sync} validationcjihrig
2018-05-17fs: lazy load createPromise/promiseResolveJames M Snell