summaryrefslogtreecommitdiff
path: root/src/node_file.cc
AgeCommit message (Expand)Author
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: use SyncCall in OpenFileHandleJoyee 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-21src: remove unnecessary Reset() callsBen Noordhuis
2018-02-19fs: fix potential segfault in async callsJoyee Cheung
2018-02-16src: changing node_file's usage of v8::ResolverJimmy Thomson
2018-02-11module: use undefined if no mainRich Trott
2018-02-10fs: fix stack overflow in fs.readdirSyncJoyee Cheung
2018-02-10src: resolve issues reported by coveritycjihrig
2018-02-08fs: fix misplaced errors in fs.symlinkSyncJoyee Cheung
2018-02-07src: don't abort when package.json is a directoryBen Noordhuis
2018-02-05fs: add initial set of fs.promises APIsJames M Snell
2018-02-05fs: add FileHandle object fd wrapperJames M Snell
2018-02-05fs: add FSReqPromiseJames M Snell
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