summaryrefslogtreecommitdiff
path: root/src/node_file.cc
AgeCommit message (Expand)Author
2018-04-23fs: return stats to JS in sync methodsJoyee Cheung
2018-04-18src: use v8:: namepace consistently in node_fileDaniel Bevenius
2018-04-14src: add sync trace to fsChin Huang
2018-04-04fs: refactor stats array to be more genericJoyee Cheung
2018-04-03src: rename req_wrap with -async/-sync suffixDaniel Bevenius
2018-03-29src: rename fs_req_wrap -> FSReqWrapSyncDaniel Bevenius
2018-03-26src: name all builtin init functions InitializeDaniel Bevenius
2018-03-25src: ensure that `SetImmediate()`s have `HandleScope`sAnna Henningsen
2018-03-19fs: fix memory leak in WriteStringJoyee Cheung
2018-03-15src: make `FileHandle` a (readonly) `StreamBase`Anna Henningsen
2018-03-02fs: remove unused SYNC_* helpersJoyee Cheung
2018-03-02fs: use SyncCall in WriteBuffersJoyee Cheung
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: 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