summaryrefslogtreecommitdiff
path: root/src/node_file.cc
Commit message (Expand)AuthorAgeFilesLines
* src: remove redundant cast in method AfterStringPathgengjiawen2019-03-011-1/+1
* src: apply clang-tidy rule modernize-deprecated-headersgengjiawen2019-02-271-3/+3
* src: remove unused macro in node_file.ccgengjiawen2019-02-171-4/+0
* src: remove redundant cast in node_file.ccgengjiawen2019-02-111-4/+2
* src: pass along errors from fs object creationsAnna Henningsen2019-02-081-19/+47
* src: reduce includes of node_internals.hJoyee Cheung2019-01-211-1/+1
* src: declare process-related C++ methods in node_process.hJoyee Cheung2019-01-111-1/+3
* src: mark some global state as constAnna Henningsen2018-12-161-2/+2
* fs: make process.binding('fs') internalMasashi Hirano2018-11-161-1/+1
* src: fix v8 compiler warnings in srcDaniel Bevenius2018-11-111-5/+14
* benchmark: add dir and withFileTypes option readdir benchmarksJoyee Cheung2018-11-081-53/+11
* fs: replace pushValueToArray with pure C++ APIJoyee Cheung2018-11-081-64/+10
* src: refactor FillStatsArrayRefael Ackermann2018-10-241-9/+9
* 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