summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-02-06src: move process.reallyExit impl into node_process_methods.ccJoyee Cheung
2019-02-06src: fix data type in node_crypto.ccgengjiawen
2019-02-05tls: in-line comments and other cleanupsSam Roberts
2019-02-05src: const_cast is necessary for 1.1.1, not 0.9.7Sam Roberts
2019-02-05src: refactor SSLError case statementSam Roberts
2019-02-05src: organize TLSWrap declarations by parentSam Roberts
2019-02-05src: remove unused TLWrap::EnableTrace()Sam Roberts
2019-02-05worker: add mutex lock to MessagePort ctorAnna Henningsen
2019-02-05src: split ownsProcessState off isMainThreadAnna Henningsen
2019-02-05src: add PrintLibuvHandleInformation debug helperAnna Henningsen
2019-02-05report: print libuv handle addresses as hexcjihrig
2019-02-05worker,etw: only enable ETW on the main threadAnna Henningsen
2019-02-05report: use libuv calls for OS and machine infocjihrig
2019-02-05crypto: don't crash X509ToObject on errorDavid Benjamin
2019-02-05crypto: fix malloc mixing in X509ToObjectDavid Benjamin
2019-02-05src: use `visibility("default")` exports on POSIXJeremy Apthorp
2019-02-04src: fix race condition in `~NodeTraceBuffer`Anna Henningsen
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