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
2020-04-11src: align PerformanceState class name with conventionsAnna Henningsen
2020-03-26src: use single ObjectTemplate for TextDecoderAnna Henningsen
2020-03-24src: simplify IsolateData shortcut accessesAnna Henningsen
2020-03-24src: update comment for SetImmediate()Anna Henningsen
2020-03-24esm: port loader code to JSAnna Henningsen
2020-03-11src: refactor debug category parsingJoyee Cheung
2020-03-10src: improve KVStore APIDenys Otrishko
2020-03-10src,http2: introduce node_http_commonJames M Snell
2020-03-05src: add node_crypto_common and refactorJames M Snell
2020-03-05perf,src: add HistogramBase and internal/histogram.jsJames M Snell
2020-02-17src: wrap HostPort in ExclusiveAccessBen Noordhuis
2020-02-17async_hooks: add executionAsyncResourceMatteo Collina
2020-02-17src: various minor improvements to node_urlJames M Snell
2020-02-17worker: improve MessagePort performanceAnna Henningsen
2020-02-17worker: add ability to take heap snapshot from parent threadAnna Henningsen
2020-02-17report: add support for WorkersAnna Henningsen
2020-02-17src: add interrupts to Environments/WorkersAnna Henningsen
2020-02-17src: remove AsyncRequestAnna Henningsen
2020-02-17src: add a threadsafe variant of SetImmediate()Anna Henningsen
2020-02-17src: exclude C++ SetImmediate() from countAnna Henningsen
2020-02-17src: better encapsulate native immediate listAnna Henningsen
2020-02-17crypto: add key type 'dh'Tobias Nießen
2020-01-16tools: add clang-tidy rule in srcgengjiawen
2020-01-16module: logical conditional exports orderingGuy Bedford
2020-01-03src: prevent hard coding stack trace limitlegendecas
2020-01-03tls: add PSK supportDenys Otrishko
2019-12-13module: conditional exports import conditionGuy Bedford
2019-12-09tls: expose IETF name for current cipher suiteSam Roberts
2019-12-01wasi: introduce initial WASI supportcjihrig
2019-11-30src: run native immediates during Environment cleanupAnna Henningsen
2019-11-29src: use uv_async_t for WeakRefsAnna Henningsen
2019-11-21src: mark ArrayBuffers with free callbacks as untransferableAnna Henningsen
2019-11-21src: remove keep alive option from SetImmediate()Anna Henningsen
2019-11-21src: introduce custom smart pointers for `BaseObject`sAnna Henningsen
2019-11-21src: remove custom tracking for SharedArrayBuffersAnna Henningsen
2019-11-17module: conditional exports with flagged conditionsGuy Bedford
2019-11-17module: fix for empty object in InternalModuleReadJSONGuy Bedford
2019-11-17src: allow adding linked bindings to EnvironmentAnna Henningsen
2019-11-17src: use unique_ptr for InitializeInspector()Anna Henningsen
2019-11-17src: remove AsyncScope and AsyncCallbackScopeAnna Henningsen
2019-10-28module: resolve self-referencesJan Krems
2019-10-23src: fewer uses of NODE_USE_V8_PLATFORMShelley Vohr
2019-10-14src: implement v8 host weakref hooksGus Caplan
2019-10-08fs: introduce `opendir()` and `fs.Dir`Jeremiah Senkpiel
2019-09-25worker: keep allocators for transferred SAB instances alive longerAnna Henningsen
2019-09-22process: initial SourceMap support via NODE_V8_COVERAGEBenjamin Coe
2019-09-12src: modified RealEnvStore methods to use libuv functionsDevendra Satram
2019-09-06worker: make transfer list behave like web MessagePortAnna Henningsen
2019-08-18http2: remove callback-based paddingAnna Henningsen
2019-08-15http2: only call into JS when necessary for session eventsAnna Henningsen