summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-05-21src, lib: take control of prepareStackTraceGus Caplan
2019-05-20tls: expose built-in root certificatesBen Noordhuis
2019-05-20src: update UNREACHABLE macro to take a stringNitish Sakhawalkar
2019-05-19inspector: mark profile type constgengjiawen
2019-05-19inspector: fix typogengjiawen
2019-05-19async_hooks: don't reuse resource in HttpAgentGerhard Stoebich
2019-05-19worker: add ability to unshift message from MessagePortAnna Henningsen
2019-05-18process: mark process.env as side-effect-freeAnna Henningsen
2019-05-17worker: use special message as MessagePort close commandAnna Henningsen
2019-05-17worker: move `receiving_messages_` field to `MessagePort`Anna Henningsen
2019-05-17esm: --experimental-wasm-modules integration supportMyles Borins
2019-05-16src: enable V8's WASM trap handlersGus Caplan
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