summaryrefslogtreecommitdiff
path: root/src/node_file.cc
Commit message (Expand)AuthorAgeFilesLines
* src: name EmbededderGraph edges and use class names for nodesJoyee Cheung2018-10-041-0/+4
* src: use JS inheritance for `AsyncWrap`Anna Henningsen2018-10-031-5/+5
* src: unique_ptrs in few lambdasGireesh Punathil2018-10-011-6/+3
* src: cache and resue isolate and contex pointersGireesh Punathil2018-09-251-66/+83
* src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas2018-09-241-2/+8
* src: refactor `Environment::GetCurrent()` usageAnna Henningsen2018-09-171-4/+3
* src: rework (mostly internal) functions to use MaybesUjjwal Sharma2018-09-021-2/+3
* src: remove calls to deprecated v8 functions (BooleanValue)Ujjwal Sharma2018-09-011-1/+1
* fs: readdir optionally returning type informationBryan English2018-08-131-43/+174
* fs: implement mkdir recursive (mkdirp)Benjamin Coe2018-08-111-7/+151
* src: rename PROVIDER_FSREQWRAP to PROVIDER_FSREQCALLBACKJon Moss2018-08-011-1/+1
* src,lib: rename FSReqWrap to FSReqCallbackJon Moss2018-08-011-10/+10
* src: remove calls to deprecated v8 functions (NewFromUtf8)Ujjwal Sharma2018-07-291-2/+2
* src: use available ReqWrap instance for libuv reqJon Moss2018-07-271-3/+6
* src: use offset calc. instead of `req->data` in node_fileAnna Henningsen2018-07-191-8/+8
* src: avoid unnecessarily formatting a warningTobias Nießen2018-07-181-5/+3
* src: remove StreamBase::kFlagHasWritevAnna Henningsen2018-06-301-1/+1
* fs: undeprecate lchown()cjihrig2018-06-271-1/+31
* fs: support BigInt in fs.*stat and fs.watchFileJoyee Cheung2018-06-071-23/+36
* src, tools: add check for left leaning pointersDaniel Bevenius2018-06-071-1/+1
* src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen2018-05-261-26/+26
* src: remove 2nd `undefined` argument in node_file.ccDan Kang2018-05-181-1/+3
* src: unify ReqWrap libuv callingAnna Henningsen2018-05-101-19/+21
* src: refactor `BaseObject` internal field managementAnna Henningsen2018-05-041-1/+1
* fs: return stats to JS in sync methodsJoyee Cheung2018-04-231-11/+19
* src: use v8:: namepace consistently in node_fileDaniel Bevenius2018-04-181-3/+3
* src: add sync trace to fsChin Huang2018-04-141-1/+76
* fs: refactor stats array to be more genericJoyee Cheung2018-04-041-107/+19
* src: rename req_wrap with -async/-sync suffixDaniel Bevenius2018-04-031-171/+176
* src: rename fs_req_wrap -> FSReqWrapSyncDaniel Bevenius2018-03-291-37/+37
* src: name all builtin init functions InitializeDaniel Bevenius2018-03-261-5/+5
* src: ensure that `SetImmediate()`s have `HandleScope`sAnna Henningsen2018-03-251-0/+1
* fs: fix memory leak in WriteStringJoyee Cheung2018-03-191-13/+30
* src: make `FileHandle` a (readonly) `StreamBase`Anna Henningsen2018-03-151-9/+193
* fs: remove unused SYNC_* helpersJoyee Cheung2018-03-021-18/+0
* fs: use SyncCall in WriteBuffersJoyee Cheung2018-03-021-7/+13
* fs: throw futimesSync errors in JSJoyee Cheung2018-03-021-7/+14
* fs: throw writeSync errors in JSJoyee Cheung2018-03-021-24/+39
* fs: throw fchownSync errors in JSJoyee Cheung2018-03-021-7/+14
* fs: throw fchmodSync errors in JSJoyee Cheung2018-03-021-6/+12
* fs: throw readSync errors in JSJoyee Cheung2018-03-021-26/+25
* fs: throw copyFileSync errors in JSJoyee Cheung2018-02-271-8/+15
* fs: throw fs.mkdtempSync errors in JS landJoyee Cheung2018-02-271-6/+11
* fs: throw fs.utimesSync errors in JS landJoyee Cheung2018-02-271-8/+13
* fs: throw fs.chownSync errors in JS landJoyee Cheung2018-02-271-9/+14
* fs: throw fs.chmodSync errors in JS landJoyee Cheung2018-02-271-6/+10
* fs: use SyncCall in OpenFileHandleJoyee Cheung2018-02-271-10/+17
* fs: throw openSync errors in JSJoyee Cheung2018-02-271-10/+14
* fs: throw readdirSync errors in JSJoyee Cheung2018-02-271-9/+23
* fs: throw realpathSync.native errors in JSJoyee Cheung2018-02-271-6/+18