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
2021-11-10src: add and fix some preprocessor commentsTobias Nießen
2021-11-08src: make LoadEnvironment with string work with builtin modules pathMichaël Zasso
2021-07-23src: print native module id on native module not foundlegendecas
2021-07-19debugger: validate sec-websocket-accept response headerChris Opperwall
2021-07-11tls: move legacy code into own fileRobert Nagy
2021-06-26build: fix building with external builtinsMomtchil Momtchev
2021-06-10src: throw error in LoadBuiltinModuleSource when reading failsJoyee Cheung
2021-04-12src: refactor SecureContext InitializationJames M Snell
2021-03-15src: use non-deprecated V8 module APIsMichaël Zasso
2021-02-25src: use non-deprecated V8 module and script APIsMichaël Zasso
2021-01-30quic: remove quicJames M Snell
2020-10-08crypto: refactoring internals, add WebCryptoJames M Snell
2020-10-07src: use node:moduleName as builtin module filenameMichaël Zasso
2020-09-29module: named exports for CJS via static analysisGuy Bedford
2020-06-24src: reduce scope of code cache mutexAnna Henningsen
2020-06-16quic: initial QUIC implementationJames M Snell
2020-05-28src: remove unused using declarationsDaniel Bevenius
2020-05-22src: use MaybeLocal.ToLocal instead of IsEmptyDaniel Bevenius
2020-03-21src: add LoadEnvironment() variant taking a stringAnna Henningsen
2020-03-20src: prefer OnScopeLeave over shared_ptr<void>Anna Henningsen
2020-01-31build: enable loading internal modules from diskGus Caplan
2019-12-17wasi: require CLI flag to require() wasi modulecjihrig
2019-04-13src: make a Environment-independent proxy class for NativeModuleLoaderJoyee Cheung
2019-04-12src: replace FromJust() with Check() when possibleSam Roberts
2019-04-04src: port bootstrap/cache.js to C++Joyee Cheung
2019-03-21src: apply clang-tidy rule modernize-use-emplacegengjiawen
2019-03-06src: remove unused variable in node_native_module.ccgengjiawen
2019-02-25src: allocate Buffer memory using ArrayBuffer allocatorAnna Henningsen
2019-02-07src: use NULL check macros to check nullptrZYSzys
2019-02-02lib: save primordials during bootstrap and use it in builtinsJoyee Cheung
2019-01-30process: split execution into main scriptsJoyee Cheung
2019-01-29vm: mark scripts as shareable cross-originJeremy Apthorp
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
2019-01-16src: remove unused variablecjihrig
2019-01-15process: allow StartExecution() to take a main script IDJoyee Cheung
2019-01-12src: simplify NativeModule caching and remove redundant dataJoyee Cheung
2018-12-18src: always compile and store code cache for native modulesJoyee Cheung
2018-12-18src: remove code cache integrity checkJoyee Cheung
2018-12-11process: specialize building and storage of process.configJoyee Cheung
2018-12-04src: fix type mismatch warnings from missing privSam Roberts
2018-11-28src: use NativeModuleLoader to compile per_context.jsJoyee Cheung
2018-11-19src: use STL containers instead of v8 values for static module dataJoyee Cheung
2018-11-14src: compile native modules and their code cache in C++Joyee Cheung