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
2020-02-17src: fix ignore GCC -Wcast-function-type for older compilersDenys Otrishko
2020-02-17src: ignore GCC -Wcast-function-type for v8.hDaniel Bevenius
2020-01-16src: remove node::InitializeV8Platform()Ben Noordhuis
2020-01-03src,test: use v8::Global instead of v8::PersistentAnna Henningsen
2019-12-18src: unregister Isolate with platform before disposingAnna Henningsen
2019-11-21src: remove custom tracking for SharedArrayBuffersAnna Henningsen
2019-11-19src: expose ability to set optionsShelley Vohr
2019-11-17src: allow adding linked bindings to EnvironmentAnna Henningsen
2019-11-17src: deprecate two- and one-argument AtExit()Anna Henningsen
2019-11-17src: remove unimplemented method from node.hAnna Henningsen
2019-11-05src: isolate->Dispose() order consistencyShelley Vohr
2019-11-05src: expose granular SetIsolateUpForNodeShelley Vohr
2019-10-23src: make implementing CancelPendingDelayedTasks for platform optionalAnna Henningsen
2019-08-27src: expose MaybeInitializeContext to allow existing contextsSamuel Attard
2019-07-15src: lint #defines in src/node.hTariq Ramlall
2019-06-14src: forbid reset_handler for SIGSEGV handlingAnna Henningsen
2019-06-14src: do not use posix feature macro in node.hAnna Henningsen
2019-05-22src: remove util-inl.h include in node.hAnna Henningsen
2019-05-16src: enable V8's WASM trap handlersGus Caplan
2019-05-13src: remove util-inl.h from header filesSam Roberts
2019-04-24src: do not require JS Context for `~AsyncResoure()`Anna Henningsen
2019-04-24src: add `Environment` overload of `EmitAsyncDestroy`Anna Henningsen
2019-04-24src: apply clang-tidy rule modernize-use-equals-defaultgengjiawen
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-03-21src: remove `AddPromiseHook()`Anna Henningsen
2019-03-16src: shutdown node in-flightGireesh Punathil
2019-03-13embedding: make `NewIsolate()` API more flexibleAnna Henningsen
2019-03-13embedding: refactor public `ArrayBufferAllocator` APIAnna Henningsen
2019-03-13src: clean up MultiIsolatePlatform interfaceAnna Henningsen
2019-03-11src: deprecate AddPromiseHook()Anna Henningsen
2019-03-09src: add public API for linked bindingsAnna Henningsen
2019-02-27src: apply clang-tidy rule modernize-deprecated-headersgengjiawen
2019-02-18src: apply clang-tidy rule modernize-use-overridegengjiawen
2019-02-07src: refactor to nullptr in cpp codegengjiawen
2019-02-05src: use `visibility("default")` exports on POSIXJeremy Apthorp
2019-02-02src: remove unused AsyncResource constructor in node.hgengjiawen
2019-01-31src: make deleted functions public in node.hgengjiawen
2018-11-07src: fix Set() usage in node.hcjihrig
2018-11-02src: fix CreatePlatform header param mismatchShelley Vohr
2018-10-21src,test: add public wrapper for Environment::GetCurrentShelley Vohr
2018-10-11src: fix usage of deprecated v8::Date::NewMichaƫl Zasso
2018-10-04src: remove long-deprecated APIs without `Isolate*` argAnna Henningsen
2018-10-04src: use default parameters for `UVException()`Anna Henningsen
2018-10-04src: deprecate `UVException()` without `Isolate*`Anna Henningsen
2018-10-04src: deprecate V8 date conversion helpersAnna Henningsen
2018-10-04src: remove public API for option variablesAnna Henningsen
2018-10-02src: fix indentation for `AsyncResource`Anna Henningsen
2018-09-24src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas