summaryrefslogtreecommitdiff
path: root/lib/fs.js
AgeCommit message (Expand)Author
2018-01-11fs: extract out validateUint32 and validateLen functionsJon Moss
2018-01-11fs: extract out validatePath functionJon Moss
2018-01-11fs: extract out validateOffsetLengthWrite functionJon Moss
2018-01-11fs: extract out validateBuffer functionJon Moss
2018-01-11fs: extract out validateOffsetLengthRead functionJon Moss
2018-01-11fs: extract out validateFd functionJon Moss
2018-01-08fs: guarantee order of callbacks in ws.closeMatteo Collina
2017-12-28fs: throw fs.close errors in JSJoyee Cheung
2017-12-28fs: simplify the error context collection in C++Joyee Cheung
2017-12-27fs: validate path in fs.exists{Sync}Joyee Cheung
2017-12-27fs: validate path in fs.readFileJoyee Cheung
2017-12-24lib: combine similar error codesWeijia Wang
2017-12-24fs: migrate errors to internal/errorsSteven
2017-12-22fs: move type checking to jsJames M Snell
2017-12-13fs: move type checking for fs.read to jsJames M Snell
2017-12-13fs: move type checking in fs.futimes to jsJames M Snell
2017-12-13fs: move type checking for fs.fchown to jsJames M Snell
2017-12-13fs: move type checking for fs.fchmod to jsJames M Snell
2017-12-13fs: move type checking for fs.ftruncate to jsJames M Snell
2017-12-13fs: move type checking for fs.sync to jsJames M Snell
2017-12-13fs: move type checking for fs.fdatasync to jsJames M Snell
2017-12-13fs: move type checking on fs.fstat to jsJames M Snell
2017-12-13fs: move type checking for fs.close to jsJames M Snell
2017-12-08fs: use rest param & Reflect.apply in makeCallbackMithun Sasidharan
2017-11-25fs: throw fs.access errors in JSJoyee Cheung
2017-11-22fs: use arrow functions instead of `.bind` and `self`Weijia Wang
2017-11-15stream: remove usage of *State.highWaterMarkCalvin Metcalf
2017-11-13lib: replace string concatenation with templateSuryanarayana Murthy N
2017-11-12lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang
2017-11-09fs: expose realpath(3) bindingsBen Noordhuis
2017-10-19tools: enable additional eslint rulesAnatoli Papirovski
2017-10-19fs: account for buffer alloc failure in readFileAnna Henningsen
2017-10-18fs: remove no-longer-relevant commentBryan English
2017-10-16lib: use destructuring for some constantsWeijia Wang
2017-10-12lib: deprecate fd usage for fs.truncate(Sync)r1cebank
2017-10-02path: deprecate internal _makeLong, replaceJames M Snell
2017-10-01lib: faster type checks for some typesTimothy Gu
2017-09-21fs: refactor close to use destroyMatteo Collina
2017-09-08fs: add fs.copyFile{Sync}cjihrig
2017-08-31errors: convert 'fs'matzavinos
2017-08-10fs: invoke callbacks with undefined contextRich Trott
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-07-09fs: two minor optimizationsRuben Bridgewater
2017-07-07lib: remove excess indentationRich Trott
2017-07-07lib: use consistent indentation for ternariesRich Trott
2017-06-23benchmark,lib,test: use braces for multiline blockRich Trott
2017-06-19lib: fix typosRuben Bridgewater
2017-06-10fs: don't conflate data and callback in appendFileNikolai Vavilov
2017-06-07fs: expose Stats times as NumbersRefael Ackermann
2017-06-07fs: replace a bind() with a top-level functionMatteo Collina