summaryrefslogtreecommitdiff
path: root/src/node_file.cc
AgeCommit message (Expand)Author
2018-08-01src,lib: rename FSReqWrap to FSReqCallbackJon Moss
2018-07-29src: remove calls to deprecated v8 functions (NewFromUtf8)Ujjwal Sharma
2018-07-27src: use available ReqWrap instance for libuv reqJon Moss
2018-07-19src: use offset calc. instead of `req->data` in node_fileAnna Henningsen
2018-07-18src: avoid unnecessarily formatting a warningTobias Nießen
2018-06-30src: remove StreamBase::kFlagHasWritevAnna Henningsen
2018-06-27fs: undeprecate lchown()cjihrig
2018-06-07fs: support BigInt in fs.*stat and fs.watchFileJoyee Cheung
2018-06-07src, tools: add check for left leaning pointersDaniel Bevenius
2018-05-26src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen
2018-05-18src: remove 2nd `undefined` argument in node_file.ccDan Kang
2018-05-10src: unify ReqWrap libuv callingAnna Henningsen
2018-05-04src: refactor `BaseObject` internal field managementAnna Henningsen
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