summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-05-15tls: expose keylog event on TLSSocketAlba Mendez
2019-05-14inspector: added NodeRuntime domainAleksei Koziatinskii
2019-05-14vm: mark global proxy as side-effect-freeAnna Henningsen
2019-05-13src: remove util-inl.h from header filesSam Roberts
2019-05-13src: declare unused priv argumentSam Roberts
2019-05-13src: fix warnings about redefined BSWAP macrosSam Roberts
2019-05-13async_hooks: only disable promise hook if wantedAnna Henningsen
2019-05-12src: remove extra semicolons after macrosgengjiawen
2019-05-11src: extract common macro to util.hgengjiawen
2019-05-10src: elevate namespaces in node_worker.ccPreveen Padmanabhan
2019-05-10src: refactor deprecated UVException usage in pipe-wrap.ccgengjiawen
2019-05-09inspector: code cleanupEugene Ostroukhov
2019-05-09src: fix typosgengjiawen
2019-05-06src: make deleted function public in node_native_module.hgengjiawen
2019-05-06src: make deleted function public in node_main_instance.hgengjiawen
2019-05-06n-api: make napi_get_property_names return stringsAnna Henningsen
2019-05-05inspector: implement --cpu-prof-intervalJoyee Cheung
2019-05-05src: refactor V8ProfilerConnection::DispatchMessage()Joyee Cheung
2019-05-05tls: add --tls-min-v1.2 CLI switchSam Roberts
2019-05-04src: remove node_options-inl.h from header filesSam Roberts
2019-05-04util: inspect constructor closerRuben Bridgewater
2019-05-04src: remove unnecessary semicolons after macrosYang Guo
2019-05-03tls: disallow conflicting TLS protocol optionsSam Roberts
2019-05-03async_hooks: fixup do not reuse HTTPParserGerhard Stoebich
2019-05-02tls,cli: add --trace-tls command-line flagcjihrig
2019-05-02src: refactor V8ProfilerConnection to be more reusableJoyee Cheung
2019-05-02src: refactor profile initializationJoyee Cheung
2019-05-02src: move Environment::context out of strong propertiesJoyee Cheung
2019-05-01report: use const reference in node_report.ccgengjiawen
2019-04-30src: prefer v8::Global over node::PersistentAnna Henningsen
2019-04-29tls: allow enabling the TLS debug traceSam Roberts
2019-04-28process: reduce the number of internal frames in async stack traceJoyee Cheung
2019-04-27report: print common items first for readabilitygengjiawen
2019-04-27src: refactor deprecated UVException in node_file.ccgengjiawen
2019-04-26tls: include invalid method name in thrown errorSam Roberts
2019-04-26src: move OnMessage to node_errors.ccJoyee Cheung
2019-04-26src: use predefined AliasedBuffer types in the code baseJoyee Cheung
2019-04-26src: apply clang-tidy modernize-deprecated-headers found by Jenkins CIgengjiawen
2019-04-25crypto: update root certificatesSam Roberts
2019-04-24src: do not require JS Context for `~AsyncResoure()`Anna Henningsen
2019-04-24n-api: do not require JS Context for `napi_async_destroy()`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-232019-04-23, Version 12.0.0 (Current)Beth Griggs
2019-04-23src: use std::vector<size_t> instead of IndexArrayJoyee Cheung
2019-04-23src: enable context snapshot after running per-context scriptsJoyee Cheung
2019-04-23src: enable snapshot with per-isolate dataJoyee Cheung
2019-04-23src: implement IsolateData serialization and deserializationJoyee Cheung
2019-04-23src: allow creating NodeMainInstance that does not own the isolateJoyee Cheung
2019-04-22src: use uv_gettimeofday() to get microsecondscjihrig