summaryrefslogtreecommitdiff
path: root/src/node_file.cc
AgeCommit message (Expand)Author
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
2018-02-01fs: throw errors from fs.symlinkSync in JSJoyee Cheung
2018-01-24fs: use AliasedBuffer for fs_stats_field_arrayJoyee Cheung
2018-01-23src: fix fs.write() externalized string handlingBen Noordhuis
2018-01-20src: clean up argument assertions in node_file.ccJoyee Cheung
2018-01-19src: validate args length in Access and CloseSakthipriyan Vairamani (thefourtheye)
2018-01-19src: fix -Wunused-but-set-variable warningsBen Noordhuis
2018-01-18fs: encapsulate FSReqWrap moreJames M Snell
2018-01-17fs: throw fs.fstat{Sync} errors in JSJoyee Cheung
2018-01-17fs: throw fs.lstat{Sync} errors in JSJoyee Cheung
2018-01-17fs: throw fs.stat{Sync} errors in JSJoyee Cheung
2018-01-17fs: return errno and take fs_req_wrap in SyncCallJoyee Cheung
2018-01-17fs: migrate ASYNC_CALL to AsyncCallJoyee Cheung
2017-12-28fs: throw fs.close errors in JSJoyee Cheung
2017-12-28fs: simplify the error context collection in C++Joyee Cheung
2017-12-22fs: move type checking to jsJames M Snell
2017-12-18fs: remove unused macroJames M Snell
2017-12-18fs: refactor After for easier maintainabilityJames M Snell
2017-12-18fs: refactor FSReqWrap and AfterJames M Snell
2017-12-15src: remove unused functioncjihrig
2017-12-13fs: remove unnecessary throw on fs.mkdtempJames 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-01src: use non-deprecated versions of `->To*()` utilsLeko
2017-11-28module: rename internalModuleReadFile to internalModuleReadJSONJohn-David Dalton
2017-11-25fs: throw fs.access errors in JSJoyee Cheung
2017-11-17src: rename req-wrap -> req_wrapDaniel Bevenius
2017-11-15module: speed up package.json parsing moreBen Noordhuis
2017-11-13src: explicitly register built-in modulesYihong Wang
2017-11-09src: fix UB in InternalModuleReadFile()Ben Noordhuis
2017-11-09fs: expose realpath(3) bindingsBen Noordhuis
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-09-14src: refactor `#include` handlingAnna Henningsen
2017-09-08fs: add fs.copyFile{Sync}cjihrig
2017-08-24src: use proper errors as coming from StringBytesAnna Henningsen
2017-08-23src: reduce code duplicationJames M Snell
2017-08-23src: fixup strings, reduce duplicationJames M Snell