summaryrefslogtreecommitdiff
path: root/lib/fs.js
AgeCommit message (Expand)Author
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
2018-05-17fs: lazy load the promises implJames M Snell
2018-05-17fs: consistent constants use and cleanupJames M Snell
2018-05-17fs: move SyncWriteStream to end-of-lifeJames M Snell
2018-05-17lib: mask mode_t type of arguments with 0o777Joyee Cheung
2018-05-14fs: improve argument handling for ReadStreamUjjwal Sharma
2018-05-14fs: use _final() for fs.WriteStreamJackson Tian
2018-05-11fs: make fs.promises non-enumerablecjihrig
2018-05-07fs: move fs/promises to fs.promisescjihrig
2018-05-03lib: named anonymous functionsCarrie Coxwell
2018-04-28fs: point isFd to isUint32Daniel Bevenius
2018-04-26lib: introduce internal/validatorsMichaƫl Zasso
2018-04-23fs: return stats to JS in sync methodsJoyee Cheung
2018-04-16fs: add 'close' event to FSWatcherAlec Larson
2018-04-13errors: validate input argumentsRuben Bridgewater
2018-04-10fs: fix missing 'error' event in (Read|Write)Stream#destroyKohei Hiraga
2018-04-06fs: make ReadStream throw TypeError on NaNUjjwal Sharma
2018-04-05fs: expose copy-on-write flags for fs.copyFile()cjihrig
2018-04-04fs: refactor stats array to be more genericJoyee Cheung