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/api
AgeCommit message (Expand)Author
2020-04-28src: delete MicroTaskPolicy namespaceJuan José Arboleda
2020-03-24lib: add option to disable __proto__Gus Caplan
2020-03-05src: pass resource object along with InternalMakeCallbackAnna Henningsen
2020-03-01src: don't run bootstrapper in CreateEnvironmentShelley Vohr
2020-02-27async_hooks: executionAsyncResource matches in hooksGerhard Stoebich
2020-02-27vm: lazily initialize primordials for vm contextsJoyee Cheung
2020-02-17async_hooks: add executionAsyncResourceMatteo Collina
2020-02-17src: remove dead code in InternalMakeCallbackGerhard Stoebich
2020-02-17worker: improve MessagePort performanceAnna Henningsen
2020-02-17process: report ArrayBuffer memory in `memoryUsage()`Anna Henningsen
2020-01-16src: remove node::InitializeV8Platform()Ben Noordhuis
2020-01-03src,test: use v8::Global instead of v8::PersistentAnna Henningsen
2019-11-30src: cleanup unused headersAlexandre Ferrando
2019-11-21src: remove custom tracking for SharedArrayBuffersAnna Henningsen
2019-11-17src: allow adding linked bindings to EnvironmentAnna Henningsen
2019-11-17src: do not use `std::function` for `OnScopeLeave`Anna Henningsen
2019-11-17src: run RunBeforeExitCallbacks as part of EmitBeforeExitAnna Henningsen
2019-11-17src: remove AsyncScope and AsyncCallbackScopeAnna Henningsen
2019-11-17src: use callback scope for main scriptAnna Henningsen
2019-11-05src: expose granular SetIsolateUpForNodeShelley Vohr
2019-10-31src: split up InitializeContextShelley Vohr
2019-10-14src: implement v8 host weakref hooksGus Caplan
2019-09-19src: re-delete Atomics.wakeGus Caplan
2019-09-06src: check microtasks before running themShelley Vohr
2019-08-27src: expose MaybeInitializeContext to allow existing contextsSamuel Attard
2019-07-15build: remove broken intel vtune supportBen Noordhuis
2019-07-05src: remove unused using declarations in src/apiDaniel Bevenius
2019-07-03src: configure v8 isolate with uv_get_constrained_memoryKelvin Jin
2019-06-19src: refactor uncaught exception handlingJoyee Cheung
2019-06-03src: split `RunBootstrapping()`Joyee Cheung
2019-06-03src: inline ProcessCliArgs in the Environment constructorJoyee Cheung
2019-05-26src: move DiagnosticFilename inlines into a -inl.hSam Roberts
2019-05-23src: remove env-inl.h from header filesSam Roberts
2019-05-21src, lib: take control of prepareStackTraceGus Caplan
2019-05-13src: remove util-inl.h from header filesSam Roberts
2019-04-26src: move OnMessage to node_errors.ccJoyee Cheung
2019-04-24src: do not require JS Context for `~AsyncResoure()`Anna Henningsen
2019-04-24src: add `Environment` overload of `EmitAsyncDestroy`Anna Henningsen
2019-04-23src: allow creating NodeMainInstance that does not own the isolateJoyee Cheung
2019-04-16src: use RAII to manage the main isolate dataJoyee Cheung
2019-04-15src: fix check for accepting Buffers into Node’s allocatorAnna Henningsen
2019-04-13lib: create primordials in every contextJoyee Cheung
2019-04-13src: make a Environment-independent proxy class for NativeModuleLoaderJoyee Cheung
2019-04-12src: replace FromJust() with Check() when possibleSam Roberts
2019-04-04src: move AsyncResource impl out of public headerBen Noordhuis
2019-04-03process: run RunBootstrapping in CreateEnvironmentJoyee Cheung
2019-04-02src: replace c-style castgengjiawen
2019-03-28src: fix data type when using uv_get_total_memory()gengjiawen
2019-03-27src: move TickInfo out of EnvironmentJoyee Cheung
2019-03-27src: move AsyncCallbackScope out of EnvironmentJoyee Cheung