summaryrefslogtreecommitdiff
path: root/lib/fs.js
Commit message (Expand)AuthorAgeFilesLines
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-03-141-10/+10
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-03-041-5/+5
* fs: remove redundant callback checkZYSzys2019-02-101-1/+1
* fs: remove useless internalFSZYSzys2019-02-101-2/+1
* fs: make process.binding('fs') internalMasashi Hirano2019-01-141-1/+1
* lib: remove internal `util._extends()` usageRuben Bridgewater2019-01-141-10/+8
* doc,lib,test: capitalize comment sentencesRuben Bridgewater2018-12-251-6/+6
* tools: capitalize sentencesRuben Bridgewater2018-12-171-4/+4
* fs: simplify fs.promises warning logiccjihrig2018-12-051-4/+2
* lib: convert to arrow function in fs.jsexoego2018-11-291-15/+15
* src: prefer param function check over args lengthShelley Vohr2018-11-131-4/+4
* fs: remove unused catch bindingscjihrig2018-11-061-2/+2
* fs: handle result of access binding directly in fs.existsSyncJoyee Cheung2018-11-051-2/+5
* fs: default open/openSync flags argument to 'r'Ben Noordhuis2018-11-011-7/+12
* src,lib: move `natives` and `constants` to `internalBinding()`Anna Henningsen2018-10-211-1/+1
* url: provide pathToFileURL and fileURLToPathguybedford2018-09-041-50/+50
* fs: update read to work with any TypedArray/DataViewSarat Addepalli2018-08-241-12/+12
* fs: readdir optionally returning type informationBryan English2018-08-131-4/+19
* fs: implement mkdir recursive (mkdirp)Benjamin Coe2018-08-111-13/+32
* fs: require callback in readRuben Bridgewater2018-08-091-2/+3
* src,lib: rename FSReqWrap to FSReqCallbackJon Moss2018-08-011-33/+33
* lib,src: replace all C++ promises with JS promisesRuben Bridgewater2018-07-161-4/+1
* fs: throw ERR_INVALID_ARG_VALUE when buffer being written is emptyAdityaSrivast2018-07-151-0/+11
* fs: undeprecate lchown()cjihrig2018-06-271-24/+17
* fs: support BigInt in fs.*stat and fs.watchFileJoyee Cheung2018-06-071-22/+34
* lib: unmask mode_t values with 0o777Joyee Cheung2018-06-011-9/+9
* fs: fix reads with pos > 4GBMathias Buus2018-05-291-2/+2
* fs: don't limit ftruncate() length to 32 bitscjihrig2018-05-251-6/+2
* fs: add length validation to fs.truncate()cjihrig2018-05-251-0/+2
* fs: refactor fs moduleJames M Snell2018-05-201-952/+430
* fs: improve fchmod{Sync} validationcjihrig2018-05-191-2/+2
* fs: lazy load createPromise/promiseResolveJames M Snell2018-05-171-1/+1
* fs: lazy load the promises implJames M Snell2018-05-171-4/+7
* fs: consistent constants use and cleanupJames M Snell2018-05-171-22/+37
* fs: move SyncWriteStream to end-of-lifeJames M Snell2018-05-171-11/+0
* lib: mask mode_t type of arguments with 0o777Joyee Cheung2018-05-171-32/+31
* fs: improve argument handling for ReadStreamUjjwal Sharma2018-05-141-17/+38
* fs: use _final() for fs.WriteStreamJackson Tian2018-05-141-7/+7
* fs: make fs.promises non-enumerablecjihrig2018-05-111-1/+1
* fs: move fs/promises to fs.promisescjihrig2018-05-071-1/+17
* lib: named anonymous functionsCarrie Coxwell2018-05-031-4/+4
* fs: point isFd to isUint32Daniel Bevenius2018-04-281-3/+1
* lib: introduce internal/validatorsMichaƫl Zasso2018-04-261-7/+9
* fs: return stats to JS in sync methodsJoyee Cheung2018-04-231-31/+32
* fs: add 'close' event to FSWatcherAlec Larson2018-04-161-0/+5
* errors: validate input argumentsRuben Bridgewater2018-04-131-2/+2
* fs: fix missing 'error' event in (Read|Write)Stream#destroyKohei Hiraga2018-04-101-1/+1
* fs: make ReadStream throw TypeError on NaNUjjwal Sharma2018-04-061-2/+4
* fs: expose copy-on-write flags for fs.copyFile()cjihrig2018-04-051-1/+9
* fs: refactor stats array to be more genericJoyee Cheung2018-04-041-18/+11