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-03-24src: unconditionally include report featurecjihrig
2020-02-17src,lib: make ^C print a JS stack tracelegendecas
2019-12-01wasi: introduce initial WASI supportcjihrig
2019-11-21src: add file name to 'Module did not self-register' errorJeremy Apthorp
2019-11-17src: allow adding linked bindings to EnvironmentAnna Henningsen
2019-11-17src: do not use `std::function` for `OnScopeLeave`Anna Henningsen
2019-10-08fs: introduce `opendir()` and `fs.Dir`Jeremiah Senkpiel
2019-09-25src: add buildflag to force context-aware addonsShelley Vohr
2019-09-20http: remove legacy parserAnna Henningsen
2019-07-03src: use thread_local to declare modpendingGabriel Schulhof
2019-05-21src, lib: take control of prepareStackTraceGus Caplan
2019-04-13src: make a Environment-independent proxy class for NativeModuleLoaderJoyee Cheung
2019-04-12src: replace FromJust() with Check() when possibleSam Roberts
2019-03-12lib: move DTRACE_* probes out of global scopeJames M Snell
2019-03-12src: refactor coverage connectionJoyee Cheung
2019-02-22worker: improve integration with native addonsAnna Henningsen
2019-02-18process: start coverage collection before bootstrapJoyee Cheung
2019-02-03src,lib: remove dead `process.binding()` codeAnna Henningsen
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
2019-01-18src: merge into coreGireesh Punathil
2018-12-24src: move process.nextTick and promise setup into node_task_queue.ccJoyee Cheung
2018-12-21src: move more process methods initialization in bootstrap/node.jsJoyee Cheung
2018-12-20src: unload addons when environment quitsGabriel Schulhof
2018-12-18process: move POSIX credential accessors into node_credentials.ccJoyee Cheung
2018-12-18src: always compile and store code cache for native modulesJoyee Cheung
2018-12-11process: specialize building and storage of process.configJoyee Cheung
2018-12-06http: make parser choice a runtime flagAnna Henningsen
2018-12-01src: move C++ binding/addon related code into node_binding{.h, .cc}Joyee Cheung