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
path: root/src/env.h
AgeCommit message (Expand)Author
2022-05-10build: fix various shared library build issuesWilliam Marlow
2022-04-28lib,src: implement WebAssembly Web APITobias Nießen
2022-04-12net: make `server.address()` return an integer for `family`Antoine du Hamel
2022-03-23bootstrap: use SnapshotData to pass snapshot data aroundJoyee Cheung
2022-02-24src: allow preventing InitializeInspector in envShelley Vohr
2022-01-18doc: make contributing info more discoverableMichael Dawson
2022-01-06src: do IWYU for some STL includesDavid Sanders
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-18Revert "async_hooks: merge resource_symbol with owner_symbol"Darshan Sen
2021-11-17process: support hrtime in the snapshotJoyee Cheung
2021-11-10src: add x509.fingerprint512 to crypto module3nprob
2021-09-26src: remove usage of AllocatedBuffer from udp_wrap.ccDarshan Sen
2021-09-18src: add option to disable global search pathsCheng Zhao
2021-09-10src: add option to disable loading native addonsDominic Elm
2021-08-29crypto: add RSA-PSS params to asymmetricKeyDetailsTobias Nießen
2021-08-17build: add option to hide console windowCheng Zhao
2021-07-28async_hooks: merge resource_symbol with owner_symbolDarshan Sen
2021-07-02inspector: move inspector async hooks to environmentJoyee Cheung
2021-06-21src: allow to negate boolean CLI flagsMichaël Zasso
2021-06-14src: fix multiple AddLinkedBinding() callsAnna Henningsen
2021-06-10tools: refactor snapshot builderJoyee Cheung
2021-06-02src: set PromiseHooks by EnvironmentBryan English
2021-06-01src: fix typosbl-ue
2021-04-08bootstrap: print information for snapshot at environment exit in debugJoyee Cheung
2021-04-02net: add SocketAddress classJames M Snell
2021-04-02net: make net.BlockList cloneableJames M Snell
2021-03-25src: report idle time correctlyStephen Belanger
2021-02-22perf_hooks: complete overhaul of the implementationJames M Snell
2021-02-19src: support serialization of binding dataJoyee Cheung
2021-02-15perf_hooks: introduce createHistogramJames M Snell
2021-02-10node-api: allow retrieval of add-on file nameGabriel Schulhof
2021-02-05src: refactor bookkeeping of bootstrap statusJoyee Cheung
2021-01-30quic: remove quicJames M Snell
2021-01-23lib: support returning Safe collections from C++ExE Boss
2021-01-19buffer: introduce BlobJames M Snell
2021-01-18crypto: experimental (Ed/X)25519/(Ed/X)448 supportJames M Snell
2021-01-09crypto: introduce X509Certificate APIJames M Snell
2021-01-04child_process: add 'overlapped' stdio flagThiago Padilha
2021-01-03src: reduce duplicated boilerplate with new env utility fnJames M Snell
2020-12-11src: add typedef for CleanupHookCallback callbackDaniel Bevenius
2020-12-04src: rename AliasedBufferInfo->AliasedBufferIndexDaniel Bevenius
2020-11-02src: clean up embedder APIAnna Henningsen
2020-10-21src: add --heapsnapshot-near-heap-limit optionJoyee Cheung
2020-10-16net: add support for resolving DNS CAA recordsDanny Sonnenschein
2020-10-08crypto: refactoring internals, add WebCryptoJames M Snell
2020-10-07src: add check against non-weak BaseObjects at process exitAnna Henningsen
2020-10-01Revert "src: runtime deprecate process.umask()"Beth Griggs
2020-09-04src: add get/set pair for env context awarenessShelley Vohr