summaryrefslogtreecommitdiff
path: root/src/node_file.cc
AgeCommit message (Expand)Author
2019-02-11src: remove redundant cast in node_file.ccgengjiawen
2019-02-08src: pass along errors from fs object creationsAnna Henningsen
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
2019-01-11src: declare process-related C++ methods in node_process.hJoyee Cheung
2018-12-16src: mark some global state as constAnna Henningsen
2018-11-16fs: make process.binding('fs') internalMasashi Hirano
2018-11-11src: fix v8 compiler warnings in srcDaniel Bevenius
2018-11-08benchmark: add dir and withFileTypes option readdir benchmarksJoyee Cheung
2018-11-08fs: replace pushValueToArray with pure C++ APIJoyee Cheung
2018-10-24src: refactor FillStatsArrayRefael Ackermann
2018-10-04src: name EmbededderGraph edges and use class names for nodesJoyee Cheung
2018-10-03src: use JS inheritance for `AsyncWrap`Anna Henningsen
2018-10-01src: unique_ptrs in few lambdasGireesh Punathil
2018-09-25src: cache and resue isolate and contex pointersGireesh Punathil
2018-09-24src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas
2018-09-17src: refactor `Environment::GetCurrent()` usageAnna Henningsen
2018-09-02src: rework (mostly internal) functions to use MaybesUjjwal Sharma
2018-09-01src: remove calls to deprecated v8 functions (BooleanValue)Ujjwal Sharma
2018-08-13fs: readdir optionally returning type informationBryan English
2018-08-11fs: implement mkdir recursive (mkdirp)Benjamin Coe
2018-08-01src: rename PROVIDER_FSREQWRAP to PROVIDER_FSREQCALLBACKJon Moss
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