Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-28src: use basename(argv0) for --trace-uncaught suggestionAnna Henningsen
2020-04-11src: refactor to avoid goto in node_file.ccTobias Nießen
2020-03-30fs: add fs.readv()Sk Sajidul Kadir
2020-03-24src: prefer OnScopeLeave over shared_ptr<void>Anna Henningsen
2020-03-24src: fix warn_unused_result compiler warningcjihrig
2020-03-11async_hooks: avoid resource reuse by FileHandleGerhard Stoebich
2020-03-11src: remove unused include from node_file.ccBen Noordhuis
2020-03-11fs: return first folder made by mkdir recursivebcoe
2020-03-05src: improve handling of internal field countingJames M Snell
2020-02-27src: prefer 3-argument Array::New()Anna Henningsen
2020-02-17fs: set path when mkdir recursive called on filebcoe
2020-02-17fs: bail on permission error in recursive directory creationbcoe
2020-02-17fs: unset FileHandle fd after closeAnna Henningsen
2020-01-16src: fix performance regression in node_file.ccBen Noordhuis
2020-01-16fs: add missing HandleScope to FileHandle.closeAnna Henningsen
2020-01-03module: self resolve bug fix and esm orderingGuy Bedford
2019-11-30src: clean up node_file.hAnna Henningsen
2019-11-17module: fix for empty object in InternalModuleReadJSONGuy Bedford
2019-10-08fs: introduce `opendir()` and `fs.Dir`Jeremiah Senkpiel
2019-09-20module: error for CJS .js load within type: moduleGuy Bedford
2019-09-02src: turn `GET_OFFSET()` into an inline functionAnna Henningsen
2019-08-17fs: allow int64 offset in fs.write/writeSync/fd.writeZach Bjornson
2019-08-17fs: use IsSafeJsInt instead of IsNumber for ftruncateZach Bjornson
2019-08-17fs: allow int64 offset in fs.read/readSync/fd.readZach Bjornson
2019-08-01src: allow generic C++ callables in SetImmediate()Anna Henningsen
2019-07-24module: implement "exports" proposal for CommonJSJan Krems
2019-06-13fs: 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-18src: inline macro DISALLOW_COPY_AND_ASSIGNgengjiawen
2019-03-12src: apply clang-tidy rule modernize-make-uniquegengjiawen
2019-03-10src: 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-17src: mark some global state as constAnna Henningsen