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-03-07src: fix unchecked return warning from coverityMichael Dawson
2022-01-12v8: make writeHeapSnapshot throw if fopen failsAntonio Román
2022-01-01src: split out async stack corruption detection from inline fnAnna Henningsen
2022-01-01src: store native async execution resources as `v8::Local`Anna Henningsen
2021-12-03src: use a higher limit in the NearHeapLimitCallbackJoyee Cheung
2021-10-15src: ensure V8 initialized before marking milestoneShelley Vohr
2021-06-21src: allow to negate boolean CLI flagsMichaël Zasso
2021-06-02src: set PromiseHooks by EnvironmentBryan English
2021-05-26src: remove redundant v8 namespaces in `env.cc`Juan José Arboleda
2021-05-25src: use SPrintF in ProcessEmitWarningDarshan Sen
2021-04-08bootstrap: print information for snapshot at environment exit in debugJoyee Cheung
2021-03-25src: report idle time correctlyStephen Belanger
2021-02-19src: support serialization of binding dataJoyee Cheung
2021-02-07src: add context for TODO comment in env.ccYash Ladha
2021-02-06src: use make_shared for safe allocationYash Ladha
2021-02-05src: refactor bookkeeping of bootstrap statusJoyee Cheung
2021-01-23lib: support returning Safe collections from C++ExE Boss
2020-12-09src: remove identical V macroDaniel Bevenius
2020-12-08src: add missing context scopesAnna Henningsen
2020-12-04src: remove some duplication in DeserializePropsDaniel Bevenius
2020-12-01src: use ToLocal in DeserializePropertiesDaniel Bevenius
2020-11-02src: clean up embedder APIAnna Henningsen
2020-10-21src: add --heapsnapshot-near-heap-limit optionJoyee Cheung
2020-10-08src: fix compiler warning in env.ccAnna Henningsen
2020-10-07src: add check against non-weak BaseObjects at process exitAnna Henningsen
2020-09-04src: disallow JS execution during exit()Anna Henningsen
2020-08-12worker: fix --abort-on-uncaught-exception handlingAnna Henningsen
2020-08-07src: spin shutdown loop while immediates are pendingAnna Henningsen
2020-07-20src: add callback scope for native immediatesAnna Henningsen
2020-07-18src: make code cache test work with snapshotsJoyee Cheung
2020-07-18src: snapshot Environment upon instantiationJoyee Cheung
2020-07-18src: split the main context initialization from Environemnt ctorJoyee Cheung
2020-07-14src: add option to track unmanaged file descriptorsAnna Henningsen
2020-07-06src: fix unused namespace memberNikola Glavina
2020-07-03src: remove unused fields from IsolateDataAnna Henningsen
2020-06-25lib,src: remove cpu profiler idle notifierBen Noordhuis
2020-06-14src: introduce BaseObject base FunctionTemplateAnna Henningsen
2020-06-12src: do not track BaseObjects via cleanup hooksAnna Henningsen
2020-05-31src: turn AllocatedBuffer into thin wrapper around v8::BackingStoreJames M Snell
2020-05-31src: extract AllocatedBuffer from env.hJames M Snell
2020-05-23src: remove BeforeExit callback listBen Noordhuis
2020-05-22src: use enum for refed flag on native immediatesAnna Henningsen
2020-05-20src: reduce duplication in RegisterHandleCleanupsDaniel Bevenius
2020-05-16src: distinguish refed/unrefed threadsafe ImmediatesAnna Henningsen
2020-05-14src: remove deprecated FinalizationRegistry hooksGus Caplan
2020-05-09src: split out callback queue implementation from EnvironmentAnna Henningsen
2020-05-06src: retrieve binding data from the contextJoyee Cheung
2020-04-18src: elevate v8 namespacesNimit
2020-04-10src: flush V8 interrupts from Environment dtorAnna Henningsen
2020-04-10src: make `Environment::interrupt_data_` atomicAnna Henningsen