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-03-21src: align worker and main thread code with embedder APIAnna Henningsen
2020-03-18lib: add option to disable __proto__Gus Caplan
2020-03-15src: unconditionally include report featurecjihrig
2020-03-10src: implement per-process native Debug() printerJoyee Cheung
2020-02-27src: move InternalCallbackScope to StartExecutionShelley Vohr
2020-02-25src: include large pages source unconditionallyGabriel Schulhof
2020-02-13src: allow to reuse env options handlingDenys Otrishko
2020-01-31build: enable loading internal modules from diskGus Caplan
2020-01-25src: reduce code duplication in BootstrapNodeDenys Otrishko
2020-01-24src: add C++-style sprintf utilityAnna Henningsen
2020-01-15src: use uv_guess_handle() to detect TTYscjihrig
2020-01-12tools: add clang-tidy rule in srcgengjiawen
2020-01-09src: remove uses of node::InitializeV8Platform()Ben Noordhuis
2019-12-27src: make large_pages node.cc include conditionalDenys Otrishko
2019-12-26src: port --bash-completion to C++Joyee Cheung
2019-12-22src: make --use-largepages a runtime optionGabriel Schulhof
2019-12-20bootstrap: use different scripts to setup different configurationsJoyee Cheung
2019-12-14build: auto-load ICU data from --with-icu-default-data-dirStephen Gallagher
2019-12-10src: fix the false isatty() issue on IBMiXu Meng
2019-11-18src: expose ability to set optionsShelley Vohr
2019-11-18src: enhance feature access `CHECK`s during bootstrapAnna Henningsen
2019-11-07src: use unique_ptr for InitializeInspector()Anna Henningsen
2019-11-07src: make WaitForInspectorDisconnect an exit hookAnna Henningsen
2019-11-07src: make EndStartedProfilers an exit hookAnna Henningsen
2019-11-06src: use callback scope for main scriptAnna Henningsen
2019-10-22cli: add --trace-uncaught flagAnna Henningsen
2019-10-21src: fewer uses of NODE_USE_V8_PLATFORMShelley Vohr
2019-10-19src: initialize openssl only onceSam Roberts
2019-08-01src: use non-deprecated overload of V8::SetFlagsFromStringMichaƫl Zasso
2019-07-30src: read break_node_first_line from the inspect optionsSamuel Attard
2019-07-28src: move relative uptime initMicha Hanselmann
2019-07-15build: remove broken intel vtune supportBen Noordhuis
2019-07-09src: implement runtime option --no-node-snapshot for debuggingJoyee Cheung
2019-07-06src: block SIGTTOU before calling tcsetattr()Ben Noordhuis
2019-07-02src: don't abort on EIO when restoring ttyBen Noordhuis
2019-06-19src: refactor uncaught exception handlingJoyee Cheung
2019-06-14src: forbid reset_handler for SIGSEGV handlingAnna Henningsen
2019-06-14src: reset SIGSEGV handler before crashingAnna Henningsen
2019-06-13src: restore stdio on program exitBen Noordhuis
2019-06-03src: split `RunBootstrapping()`Joyee Cheung
2019-06-03src: reorganize inspector and diagnostics initializationJoyee Cheung
2019-06-03src: create Environment properties in Environment::CreateProperties()Joyee Cheung
2019-05-23src: remove memory_tracker-inl.h from header filesSam Roberts
2019-05-23src: ignore SIGXFSZ, don't terminate (ulimit -f)Ben Noordhuis
2019-05-23src: remove freebsd SA_RESETHAND workaroundBen Noordhuis
2019-05-16src: enable V8's WASM trap handlersGus Caplan
2019-05-13src: remove util-inl.h from header filesSam Roberts
2019-05-09src: fix typosgengjiawen
2019-05-02src: refactor profile initializationJoyee Cheung
2019-04-28process: reduce the number of internal frames in async stack traceJoyee Cheung