summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-02-04src: remove unimplemented method in node_http2.hgengjiawen
2019-02-04src: use nullptr in node_buffer.ccgengjiawen
2019-02-03src: remove main_isolateAnna Henningsen
2019-02-03src,lib: remove dead `process.binding()` codeAnna Henningsen
2019-02-03inspector,vm: remove --eval wrapperAnna Henningsen
2019-02-03src: handle errors while printing error objectsAnna Henningsen
2019-02-03src: use struct as arguments to node::AssertAnna Henningsen
2019-02-01tls: introduce client 'session' eventSam Roberts
2019-02-02src: remove unused AsyncResource constructor in node.hgengjiawen
2019-02-02src: remove unused method in js_stream.hgengjiawen
2019-02-02process: move DEP0062 (node --debug) to end-of-lifeJoyee Cheung
2019-02-02process: exit on --debug and --debug-brk after option parsingJoyee Cheung
2019-02-02process: expose process.features.inspectorJoyee Cheung
2019-02-02lib: save primordials during bootstrap and use it in builtinsJoyee Cheung
2019-02-01src: properly configure default heap limitsAli Ijaz Sheikh
2019-02-01report: separate release metadataRichard Lau
2019-02-01worker: refactor thread id managementAnna Henningsen
2019-02-01worker: throw for duplicates in transfer listAnna Henningsen
2019-02-01crypto: fix public key encoding name in commentDavid Benjamin
2019-01-31src: workaround MSVC compiler bugRefael Ackermann
2019-02-01src: move public C++ APIs into src/api/*.ccJoyee Cheung
2019-02-01src: move v8_platform implementation into node_v8_platform-inl.hJoyee Cheung
2019-01-31report: disambiguate glibc versionscjihrig
2019-01-31src: make `StreamPipe::Unpipe()` more resilientAnna Henningsen
2019-01-31src: make deleted functions public in node.hgengjiawen
2019-01-31src: simplify SlicedArgumentsAnna Henningsen
2019-01-31src: fix indentation in a few node_http2 enumsDaniel Bevenius
2019-01-30src: add debug check for inspector uv_async_tAnna Henningsen
2019-01-30src: add handle scope to `OnFatalError()`Anna Henningsen
2019-01-30src: turn ROUND_UP into an inline functionAnna Henningsen
2019-01-30report: use consistent format for dumpEventTimeAnna Henningsen
2019-01-30report: split up osVersion and machine valuescjihrig
2019-01-30inspector, trace_events: make sure messages are sent on a main threadEugene Ostroukhov
2019-01-30process: split execution into main scriptsJoyee Cheung
2019-01-30src: remove unused env_ field from env.hDaniel Bevenius
2019-01-29src: pass along errors from i18n converter instantiationAnna Henningsen
2019-01-29src: pass along errors from vm data wrapper creationAnna Henningsen
2019-01-29src: pass along errors from KeyObject instantiationAnna Henningsen
2019-01-29src: pass along errors from perf obj instantiationAnna Henningsen
2019-01-29src: pass along errors from process obj instantiationAnna Henningsen
2019-01-29src: pass along errors from stream obj instantiationAnna Henningsen
2019-01-29src: pass along errors from PromiseWrap instantiationAnna Henningsen
2019-01-29tls: fix malloc mismatch in SSL_set_tlsext_status_ocsp_resp callDavid Benjamin
2019-01-29src: remove unused field in node_http2.hgengjiawen
2019-01-29src: in-source comments and minor TLS cleanupsSam Roberts
2019-01-29src: remove unnecessary call to SSL_get_modeSam Roberts
2019-01-29src: remove unused and unimplemented method in env.hgengjiawen
2019-01-29vm: mark scripts as shareable cross-originJeremy Apthorp
2019-01-28src: fix macro duplicate declaration in env.hgengjiawen
2019-01-28perf_hooks: clean up GC listenersAnna Henningsen