summaryrefslogtreecommitdiff
path: root/lib/fs.js
Commit message (Expand)AuthorAgeFilesLines
* lib: removed unnecessary fs.realpath `options` arg check + testsAlex Pry2019-05-301-4/+2
* Revert "lib: print to stdout/stderr directly instead of using console"Richard Lau2019-05-261-2/+18
* fs: extract path conversion and validation to getValidatedPathZYSzys2019-05-141-96/+49
* lib: remove Reflect.apply where appropriateAnatoli Papirovski2019-04-301-4/+2
* lib: print to stdout/stderr directly instead of using consoleJoyee Cheung2019-04-281-18/+2
* lib: enforce the use of Object from primordialsMichaël Zasso2019-04-121-1/+1
* fs: warn on non-portable mkdtemp() templatescjihrig2019-04-081-1/+4
* fs: improve readFile performanceRuben Bridgewater2019-04-071-7/+5
* errors: add more information in case of invalid callbacksRuben Bridgewater2019-04-041-4/+4
* lib: force using primordials for JSON, Math and ReflectMichaël Zasso2019-04-031-0/+2
* fs: remove experimental warning for fs.promisesAnna Henningsen2019-04-021-5/+2
* benchmark,doc,lib: capitalize more commentsRuben Bridgewater2019-03-271-6/+6
* lib: consolidate arrayBufferView validationRuben Bridgewater2019-03-271-1/+1
* lib: rename validateMode to parseModeRuben Bridgewater2019-03-271-9/+9
* lib: validate Error.captureStackTrace() callsRuben Bridgewater2019-03-231-0/+2
* lib: refactor Error.captureStackTrace() usageRuben Bridgewater2019-03-231-9/+12
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-03-101-10/+10
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-02-281-5/+5
* fs: remove redundant callback checkZYSzys2019-02-091-1/+1
* fs: remove useless internalFSZYSzys2019-02-091-2/+1
* lib: remove internal `util._extends()` usageRuben Bridgewater2018-12-201-10/+8
* doc,lib,test: capitalize comment sentencesRuben Bridgewater2018-12-171-6/+6
* fs: make writeFile consistent with readFile wrt fdSakthipriyan Vairamani (thefourtheye)2018-12-151-2/+2
* tools: capitalize sentencesRuben Bridgewater2018-12-101-4/+4
* fs: simplify fs.promises warning logiccjihrig2018-12-041-4/+2
* win, fs: detect if symlink target is a directoryBartosz Sosnowski2018-11-291-1/+32
* lib: convert to arrow function in fs.jsexoego2018-11-281-15/+15
* fs: make process.binding('fs') internalMasashi Hirano2018-11-161-1/+1
* src: prefer param function check over args lengthShelley Vohr2018-11-071-4/+4
* fs: remove unused catch bindingscjihrig2018-11-061-2/+2
* fs: handle result of access binding directly in fs.existsSyncJoyee Cheung2018-11-031-2/+5
* fs: default open/openSync flags argument to 'r'Ben Noordhuis2018-10-261-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