summaryrefslogtreecommitdiff
path: root/src/node_file.cc
AgeCommit message (Expand)Author
2019-11-30src: clean up node_file.hAnna Henningsen
2019-11-08module: fix for empty object in InternalModuleReadJSONGuy Bedford
2019-10-08fs: introduce `opendir()` and `fs.Dir`Jeremiah Senkpiel
2019-09-19module: error for CJS .js load within type: moduleGuy Bedford
2019-09-02src: turn `GET_OFFSET()` into an inline functionAnna Henningsen
2019-08-16fs: allow int64 offset in fs.write/writeSync/fd.writeZach Bjornson
2019-08-16fs: use IsSafeJsInt instead of IsNumber for ftruncateZach Bjornson
2019-08-16fs: allow int64 offset in fs.read/readSync/fd.readZach Bjornson
2019-08-01src: allow generic C++ callables in SetImmediate()Anna Henningsen
2019-07-23module: implement "exports" proposal for CommonJSJan Krems
2019-06-14fs: add *timeNs properties to BigInt Stats objectsJoyee Cheung
2019-05-23src: remove memory_tracker-inl.h from header filesSam Roberts
2019-05-13src: remove util-inl.h from header filesSam Roberts
2019-04-27src: refactor deprecated UVException in node_file.ccgengjiawen
2019-04-26src: use predefined AliasedBuffer types in the code baseJoyee Cheung
2019-04-24src: apply clang-tidy rule modernize-use-equals-defaultgengjiawen
2019-04-16fs: fix infinite loop with async recursive mkdir on WindowsRichard Lau
2019-04-12src: replace FromJust() with Check() when possibleSam Roberts
2019-04-06src: port coverage serialization to C++Joyee Cheung
2019-03-26src: store onread callback in internal fieldAnna Henningsen
2019-03-21src: apply clang-tidy rule modernize-use-emplacegengjiawen
2019-03-18src: elevate v8 namespaces for PropertyAttributegengjiawen
2019-03-17src: inline macro DISALLOW_COPY_AND_ASSIGNgengjiawen
2019-03-12src: apply clang-tidy rule modernize-make-uniquegengjiawen
2019-03-09src: apply clang-tidy various improvementgengjiawen
2019-03-08src: remove templating from StreamBaseJon Moss
2019-03-01src: remove redundant cast in method AfterStringPathgengjiawen
2019-02-27src: apply clang-tidy rule modernize-deprecated-headersgengjiawen
2019-02-17src: remove unused macro in node_file.ccgengjiawen
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