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-05-02src: make --no-node-snapshot a per-process optionJoyee Cheung
2022-04-28bootstrap: move embedded snapshot to SnapshotBuilderJoyee Cheung
2022-04-28test_runner: add initial CLI runnerColin Ihrig
2022-03-31build: add --node-snapshot-main configure optionJoyee Cheung
2022-03-23bootstrap: use SnapshotData to pass snapshot data aroundJoyee Cheung
2022-03-09src: use `emplace_back` instead of `push_back`Yash Ladha
2022-01-05src: add kNoBrowserGlobals flag for EnvironmentCheng Zhao
2021-11-10src: add and fix some preprocessor commentsTobias Nießen
2021-11-04esm: add support for JSON import assertionAntoine du Hamel
2021-10-14src: add flags for controlling process behaviorCheng Zhao
2021-09-29v8: remove --harmony-top-level-awaitGeoffrey Booth
2021-09-08src: use Isolate::TryGetCurrent where appropriateAnna Henningsen
2021-06-29crypto: add OPENSSL_IS_BORINGSSL guardShelley Vohr
2021-06-21src: allow to negate boolean CLI flagsMichaël Zasso
2021-06-10tools: refactor snapshot builderJoyee Cheung
2021-06-08src,test: raise error for --enable-fips when no FIPSDaniel Bevenius
2021-06-07src: make InitializeOncePerProcess more flexibleShelley Vohr
2021-06-01src: fix typosbl-ue
2021-05-25src: use SPrintF in ProcessEmitWarningDarshan Sen
2021-05-24src: set CONF_MFLAGS_DEFAULT_SECTION for OpenSSL 3Daniel Bevenius
2021-05-17lib: support setting process.env.TZ on windowsJames M Snell
2021-03-16src,test: support dynamically linking OpenSSL 3.0Daniel Bevenius
2021-02-26crypto: make FIPS related options always awailableVít Ondruch
2021-02-15perf_hooks: introduce createHistogramJames M Snell
2021-02-08src: avoid implicit type conversionsMichaël Zasso
2021-02-05src: refactor bookkeeping of bootstrap statusJoyee Cheung
2020-11-02src: clean up embedder APIAnna Henningsen
2020-10-21src: add --heapsnapshot-near-heap-limit optionJoyee Cheung
2020-09-26src: fix incorrect SIGSEGV handling in NODE_USE_V8_WASM_TRAP_HANDLERAnatoly Korniltsev
2020-09-16src: enable wasm trap handler on windowsGus Caplan
2020-08-29perf_hooks: add idleTime and event loop utilTrevor Norris
2020-08-03module: unflag Top-Level AwaitMyles Borins
2020-07-18src: make code cache test work with snapshotsJoyee Cheung
2020-07-18src: snapshot Environment upon instantiationJoyee Cheung
2020-07-18src: add an ExternalReferenceRegistry classJoyee Cheung
2020-07-08src: exit explicitly after printing V8 helpAnna Henningsen
2020-06-25lib,src: remove cpu profiler idle notifierBen Noordhuis
2020-06-25src: tolerate EPERM returned from tcsetattrpatr0nus
2020-06-25src: remove _third_party_main supportAnna Henningsen
2020-06-01src: remove deprecated node debug commandJames M Snell
2020-05-31src: extract AllocatedBuffer from env.hJames M Snell
2020-05-18src: add default: case to silence compiler warningAnna Henningsen
2020-05-15cli: add `--trace-atomics-wait` flagAnna Henningsen
2020-05-13src: remove unused using declarations in node.ccDaniel Bevenius
2020-05-12src: use MaybeLocal.ToLocal instead of IsEmptyDaniel Bevenius
2020-05-06src: retrieve binding data from the contextJoyee Cheung
2020-04-06src: make creating per-binding data structures easierAnna Henningsen
2020-04-03Revert "embedding: make Stop() stop Workers"Anna Henningsen
2020-04-02embedding: make Stop() stop WorkersAnna Henningsen
2020-03-21src: provide a variant of LoadEnvironment taking a callbackAnna Henningsen