summaryrefslogtreecommitdiff
path: root/lib/fs.js
AgeCommit message (Expand)Author
2019-12-03fs: fix existsSync for invalid symlink at win32Rongjian Zhang
2019-11-30lib: use static Number properties from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-19fs: make FSStatWatcher.start privateLucas Holmquist
2019-11-08fs: change var to letNadya
2019-10-12fs: make FSWatcher.start privateLucas Holmquist
2019-10-09http2: allow passing FileHandle to respondWithFDAnna Henningsen
2019-10-08fs: introduce `opendir()` and `fs.Dir`Jeremiah Senkpiel
2019-08-23fs: add recursive option to rmdir()cjihrig
2019-08-19fs: use consistent buffer array validationcjihrig
2019-08-19fs: validate writev fds consistentlycjihrig
2019-08-19lib: rename validateSafeInteger to validateIntegercjihrig
2019-08-16fs: add fs.writev() which exposes syscall writev()Anas Aboureada
2019-08-16fs: allow int64 offset in fs.write/writeSync/fd.writeZach Bjornson
2019-08-16fs: allow int64 offset in fs.read/readSync/fd.readZach Bjornson
2019-08-16lib: rename validateInteger to validateSafeIntegerZach Bjornson
2019-08-16fs: add default options for *stat()Tony Brix
2019-08-07fs: validate fds as int32scjihrig
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