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
2022-08-23src: fix multiple format string bugsTobias Nießen
2022-08-08src: disambiguate terms used to refer to builtins and addonsJoyee Cheung
2022-07-21src: merge NativeModuleEnv into NativeModuleLoaderJoyee Cheung
2022-07-17build: remove dtrace & etw supportBen Noordhuis
2022-04-23lib,src: implement WebAssembly Web APITobias Nießen
2022-04-11src: fix alphabetically sorted binding listTobias Nießen
2022-03-31build: add --node-snapshot-main configure optionJoyee Cheung
2021-09-10src: add option to disable loading native addonsDominic Elm
2021-08-12url,buffer: implement URL.createObjectURLJames M Snell
2021-04-08bootstrap: print information for snapshot at environment exit in debugJoyee Cheung
2021-01-30quic: remove quicJames M Snell
2020-10-10src: move node_binding to modern THROW_ERR*James M Snell
2020-09-04src: add get/set pair for env context awarenessShelley Vohr
2020-08-11net: introduce net.BlockListJames M Snell
2020-07-18src: snapshot loadersJoyee Cheung
2020-06-19domain: remove native domain codeStephen Belanger
2020-06-16quic: initial QUIC implementationJames M Snell
2020-06-16test: add common/udppair utilityJames M Snell
2020-05-28src: use NewFromUtf8Literal in GetLinkedBindingDaniel Bevenius
2020-05-06src: retrieve binding data from the contextJoyee Cheung
2020-03-15src: unconditionally include report featurecjihrig
2020-01-28src,lib: make ^C print a JS stack tracelegendecas
2019-11-30wasi: introduce initial WASI supportcjihrig
2019-11-19src: add file name to 'Module did not self-register' errorJeremy Apthorp
2019-11-08src: allow adding linked bindings to EnvironmentAnna Henningsen
2019-11-07src: 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