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-24lib: add option to disable __proto__Gus Caplan
2020-03-24src: unconditionally include report featurecjihrig
2020-03-11src: implement per-process native Debug() printerJoyee Cheung
2020-02-27src: move InternalCallbackScope to StartExecutionShelley Vohr
2020-02-27src: include large pages source unconditionallyGabriel Schulhof
2020-02-17src: allow to reuse env options handlingDenys Otrishko
2020-02-17build: enable loading internal modules from diskGus Caplan
2020-02-17src: reduce code duplication in BootstrapNodeDenys Otrishko
2020-02-17src: add C++-style sprintf utilityAnna Henningsen
2020-01-16src: use uv_guess_handle() to detect TTYscjihrig
2020-01-16tools: add clang-tidy rule in srcgengjiawen
2020-01-16src: remove uses of node::InitializeV8Platform()Ben Noordhuis
2020-01-03src: make large_pages node.cc include conditionalDenys Otrishko
2020-01-03src: port --bash-completion to C++Joyee Cheung
2020-01-03src: make --use-largepages a runtime optionGabriel Schulhof
2020-01-03bootstrap: use different scripts to setup different configurationsJoyee Cheung
2019-12-18build: auto-load ICU data from --with-icu-default-data-dirStephen Gallagher
2019-12-10src: fix the false isatty() issue on IBMiXu Meng
2019-11-19src: expose ability to set optionsShelley Vohr
2019-11-19src: enhance feature access `CHECK`s during bootstrapAnna Henningsen
2019-11-17src: use unique_ptr for InitializeInspector()Anna Henningsen
2019-11-17src: make WaitForInspectorDisconnect an exit hookAnna Henningsen
2019-11-17src: make EndStartedProfilers an exit hookAnna Henningsen
2019-11-17src: use callback scope for main scriptAnna Henningsen
2019-10-23cli: add --trace-uncaught flagAnna Henningsen
2019-10-23src: fewer uses of NODE_USE_V8_PLATFORMShelley Vohr
2019-10-23src: 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
2019-04-23src: use std::vector<size_t> instead of IndexArrayJoyee Cheung