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-10-04src: add detailed embedder process initialization APIAnna Henningsen
2022-07-26bootstrap: handle snapshot errors gracefullyJoyee Cheung
2022-04-28bootstrap: move embedded snapshot to SnapshotBuilderJoyee Cheung
2022-03-31build: add --node-snapshot-main configure optionJoyee Cheung
2022-03-23bootstrap: use SnapshotData to pass snapshot data aroundJoyee Cheung
2021-06-10tools: refactor snapshot builderJoyee Cheung
2021-05-26tools: use PrintCaughtException in the snapshot builderJoyee Cheung
2021-04-13bootstrap: mksnapshot should show JS errorBradley Farias
2021-02-05src: put (de)serialization code into node_snapshotable.h/ccJoyee Cheung
2020-11-27tools: use using-declaration consistentlyDaniel Bevenius
2020-10-06tools: add missing uv_setup_argv() callsAnna Henningsen
2020-07-18src: snapshot nodeJoyee Cheung
2020-07-18src: snapshot loadersJoyee Cheung
2020-07-18src: snapshot Environment upon instantiationJoyee Cheung
2020-07-18tools: enable Node.js command line flags in node_mksnapshotJoyee Cheung
2020-07-18src: add an ExternalReferenceRegistry classJoyee Cheung
2019-12-05doc: add documentation about node_mksnapshot and mkcodecacheJoyee Cheung
2019-09-02tools: fix mksnapshot blob wrong freeing operatorDavid Carlier
2019-08-20tools: make code cache and snapshot deterministicBen Noordhuis
2019-07-13src, tools: replace raw ptr with smart ptrGauthamBanasandra
2019-06-28tools: remove unused using declarationsDaniel Bevenius
2019-06-17tools: assert that the snapshot can be rehashed in node_mksnapshotJoyee Cheung
2019-05-26src: move DiagnosticFilename inlines into a -inl.hSam Roberts
2019-05-23src: remove env-inl.h from header filesSam Roberts
2019-04-23src: use std::vector<size_t> instead of IndexArrayJoyee Cheung
2019-04-23src: enable context snapshot after running per-context scriptsJoyee Cheung
2019-04-23tools: implement node_mksnapshotJoyee Cheung