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-01-05src: add kNoBrowserGlobals flag for EnvironmentCheng Zhao
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-11-17process: support hrtime in the snapshotJoyee Cheung
2021-09-26src: remove usage of AllocatedBuffer from udp_wrap.ccDarshan Sen
2021-09-18src: add --no-global-search-paths cli optionCheng Zhao
2021-09-18src: add option to disable global search pathsCheng Zhao
2021-09-10src: add option to disable loading native addonsDominic Elm
2021-08-17build: add option to hide console windowCheng Zhao
2021-06-22async_hooks: check for empty contexts before removingBryan English
2021-06-14src: fix multiple AddLinkedBinding() callsAnna Henningsen
2021-06-02src: set PromiseHooks by EnvironmentBryan English
2021-04-02net: make net.BlockList cloneableJames M Snell
2021-02-22perf_hooks: complete overhaul of the implementationJames M Snell
2021-02-19src: support serialization of binding dataJoyee Cheung
2021-02-08src: rename binding_data_name to type_name in BindingDataJoyee Cheung
2021-02-05src: refactor bookkeeping of bootstrap statusJoyee Cheung
2021-01-03src: reduce duplicated boilerplate with new env utility fnJames M Snell
2020-12-11src: add typedef for CleanupHookCallback callbackDaniel Bevenius
2020-11-02src: clean up embedder APIAnna Henningsen
2020-10-21src: add --heapsnapshot-near-heap-limit optionJoyee Cheung
2020-10-01Revert "src: runtime deprecate process.umask()"Beth Griggs
2020-09-04src: add get/set pair for env context awarenessShelley Vohr
2020-07-18src: snapshot Environment upon instantiationJoyee Cheung
2020-07-14src: add option to track unmanaged file descriptorsAnna Henningsen
2020-07-14async_hooks: improve resource stack performanceAnna Henningsen
2020-07-03src: remove unused fields from IsolateDataAnna Henningsen
2020-06-29src: allow embedders to disable esm loaderShelley Vohr
2020-06-25lib,src: remove cpu profiler idle notifierBen Noordhuis
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-25errors: print original exception contextbcoe
2020-05-22src: use enum for refed flag on native immediatesAnna Henningsen
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-21src: fix null deref in AllocatedBuffer::clearMatt Kulukundis
2020-04-06src: move fs state out of EnvironmentAnna Henningsen
2020-04-06src: move http parser state out of EnvironmentAnna Henningsen
2020-04-06src: move v8 stats buffers out of EnvironmentAnna Henningsen
2020-04-06src: move HTTP/2 state out of EnvironmentAnna Henningsen
2020-04-06src: make creating per-binding data structures easierAnna Henningsen
2020-04-02src: include AsyncWrap provider strings in snapshotAnna Henningsen
2020-04-02src: align PerformanceState class name with conventionsAnna Henningsen
2020-04-02embedding: provide hook for custom process.exit() behaviourAnna Henningsen
2020-04-01src: runtime deprecate process.umask()cjihrig
2020-03-23src: simplify IsolateData shortcut accessesAnna Henningsen
2020-03-21src: add LoadEnvironment() variant taking a stringAnna Henningsen
2020-03-21src: align worker and main thread code with embedder APIAnna Henningsen