summaryrefslogtreecommitdiff
path: root/lib/fs.js
AgeCommit message (Expand)Author
2018-04-01tools: add 'spaced-comment' into eslint rulesWeijia Wang
2018-03-25lib,test: minor refactoringRuben Bridgewater
2018-03-23fs,net: emit 'ready' for fs streams and socketsSameer Srivastava
2018-03-21fs,cluster,net: assign error codes to remaining errorsMichaël Zasso
2018-03-19fs: improve errors in watchFile and unwatchFileJoyee Cheung
2018-03-19fs: remove watcher state errors for fs.watchJoyee Cheung
2018-03-17fs: fix `createReadStream(…, {end: n})` for non-seekable fdsAnna Henningsen
2018-03-10lib: remove unused internal error constructorsMichaël Zasso
2018-03-08fs: improve errors thrown from fs.watch()Joyee Cheung
2018-03-06stream: updated streams error handlingMathias Buus
2018-03-05lib: port errors to new systemMichaël Zasso
2018-03-04fs: replace duplicate conditions by functionSergey Golovin
2018-03-02fs: throw futimesSync errors in JSJoyee Cheung
2018-03-02fs: throw writeSync errors in JSJoyee Cheung
2018-03-02fs: throw fchownSync errors in JSJoyee Cheung
2018-03-02fs: throw fchmodSync errors in JSJoyee Cheung
2018-03-02fs: throw readSync errors in JSJoyee Cheung
2018-02-27fs: throw copyFileSync errors in JSJoyee Cheung
2018-02-27fs: throw fs.mkdtempSync errors in JS landJoyee Cheung
2018-02-27fs: throw fs.utimesSync errors in JS landJoyee Cheung
2018-02-27fs: throw fs.chownSync errors in JS landJoyee Cheung
2018-02-27fs: throw fs.chmodSync errors in JS landJoyee Cheung
2018-02-27fs: throw openSync errors in JSJoyee Cheung
2018-02-27fs: throw readdirSync errors in JSJoyee Cheung
2018-02-27fs: throw realpathSync.native errors in JSJoyee Cheung
2018-02-27fs: throw mkdirSync errors in JSJoyee Cheung
2018-02-27fs: throw rmdirSync errors in JSJoyee Cheung
2018-02-26fs: fix functions executed in wrong contextRuben Bridgewater
2018-02-26Revert "fs: Revert throw on invalid callbacks"Ruben Bridgewater
2018-02-22fs: use fs.access in fs.existsBartosz Sosnowski
2018-02-17fs: remove useless comments which duplicate names of variablesSergey Golovin
2018-02-17fs: move fs.promises API to fs/promisesMichaël Zasso
2018-02-17fs: move utility functions to internal/fsMichaël Zasso
2018-02-16fs: replace magic numbers by named constantsSergey Golovin
2018-02-14fs: fix typo in promises.lchmod & lchownSho Miyamoto
2018-02-14fs: extract binding error handling into a helperJoyee Cheung
2018-02-08fs: fix misplaced errors in fs.symlinkSyncJoyee Cheung
2018-02-08fs: throw errors on invalid paths synchronouslyJoyee Cheung
2018-02-07errors: move error creation helpers to errors.jsJoyee Cheung
2018-02-07fs: do not call new when creating uvExceptionJoyee Cheung
2018-02-06test: added input validation test for fchmodLuca Maraschi
2018-02-05fs: add initial set of fs.promises APIsJames M Snell
2018-02-01fs: partition readFile against pool exhaustionJamie Davis
2018-02-01fs: throw errors from fs.unlinkSync in JSJoyee Cheung
2018-02-01fs: throw errors from fs.fsyncSync in JSJoyee Cheung
2018-02-01fs: throw errors from fs.fdatasyncSync in JSJoyee Cheung
2018-02-01fs: throw errors from fs.ftruncateSync in JSJoyee Cheung
2018-02-01fs: throw errors from fs.renameSync in JSJoyee Cheung
2018-02-01fs: throw errors from fs.readlinkSync in JSJoyee Cheung
2018-02-01fs: throw errors from fs.linkSync in JSJoyee Cheung