summaryrefslogtreecommitdiff
path: root/src/node_file.cc
Commit message (Expand)AuthorAgeFilesLines
* src: turn `GET_OFFSET()` into an inline functionAnna Henningsen2019-09-021-4/+7
* fs: allow int64 offset in fs.write/writeSync/fd.writeZach Bjornson2019-08-161-4/+6
* fs: use IsSafeJsInt instead of IsNumber for ftruncateZach Bjornson2019-08-161-1/+1
* fs: allow int64 offset in fs.read/readSync/fd.readZach Bjornson2019-08-161-5/+7
* src: allow generic C++ callables in SetImmediate()Anna Henningsen2019-08-011-10/+8
* module: implement "exports" proposal for CommonJSJan Krems2019-07-231-1/+3
* fs: add *timeNs properties to BigInt Stats objectsJoyee Cheung2019-06-141-4/+7
* src: remove memory_tracker-inl.h from header filesSam Roberts2019-05-231-0/+1
* src: remove util-inl.h from header filesSam Roberts2019-05-131-1/+1
* src: refactor deprecated UVException in node_file.ccgengjiawen2019-04-271-3/+3
* src: use predefined AliasedBuffer types in the code baseJoyee Cheung2019-04-261-2/+2
* src: apply clang-tidy rule modernize-use-equals-defaultgengjiawen2019-04-241-1/+1
* fs: fix infinite loop with async recursive mkdir on WindowsRichard Lau2019-04-161-16/+32
* src: replace FromJust() with Check() when possibleSam Roberts2019-04-121-21/+21
* src: port coverage serialization to C++Joyee Cheung2019-04-061-2/+5
* src: store onread callback in internal fieldAnna Henningsen2019-03-261-1/+1
* src: apply clang-tidy rule modernize-use-emplacegengjiawen2019-03-211-2/+2
* src: elevate v8 namespaces for PropertyAttributegengjiawen2019-03-181-2/+5
* src: inline macro DISALLOW_COPY_AND_ASSIGNgengjiawen2019-03-171-2/+2
* src: apply clang-tidy rule modernize-make-uniquegengjiawen2019-03-121-3/+3
* src: apply clang-tidy various improvementgengjiawen2019-03-091-3/+3
* src: remove templating from StreamBaseJon Moss2019-03-081-2/+3
* 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