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
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
2020-08-17src: allow instances of net.BlockList to be created internallyJames M Snell
2020-08-01n-api: support type-tagging objectsGabriel Schulhof
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-14async_hooks: improve resource stack performanceAnna Henningsen
2020-07-06quic: refactor qlog handlingJames M Snell
2020-07-06quic: remove onSessionDestroy callbackJames M Snell
2020-07-03src: remove unused fields from IsolateDataAnna Henningsen
2020-07-01quic: remove unused callback functionJames M Snell
2020-07-01quic: consolidate onSessionClose and onSessionSilentCloseJames M Snell
2020-07-01quic: cleanups for QuicSocketJames M Snell
2020-06-29src: allow embedders to disable esm loaderShelley Vohr
2020-06-26vm: add run-after-evaluate microtask modeAnna Henningsen
2020-06-25lib,src: remove cpu profiler idle notifierBen Noordhuis
2020-06-25worker: add public method for marking objects as untransferableAnna Henningsen
2020-06-24quic: updates to implement for h3-29James M Snell
2020-06-22crypto: allow KeyObjects in postMessageTobias Nießen
2020-06-22src: rename internal key handles to KeyObjectHandleTobias Nießen
2020-06-19domain: remove native domain codeStephen Belanger