summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-06deps: patch to fix *.onion MX query on c-aresXadillaX
2019-02-06src: remove redundant method in node_worker.hgengjiawen
2019-02-06src: delete unreachable code in node_perf.hgengjiawen
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-05process: stub unsupported worker methodscjihrig
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-05tls: don't shadow the tls global with a localSam 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-05test,tracing: use close event to wait for stdioAnna 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-05test: relax expectations in test-icu-transcodeYang Guo
2019-02-05src: use `visibility("default")` exports on POSIXJeremy Apthorp
2019-02-04doc: improve doc on unintended breaking changesRich Trott
2019-02-04deps: remove OpenSSL git and travis configurationSam Roberts
2019-02-04src: fix race condition in `~NodeTraceBuffer`Anna Henningsen
2019-02-04test: do not fail SLOW tests if they are not slowYang Guo
2019-02-04tls: check arg types of renegotiate()Sam Roberts
2019-02-04src: remove unimplemented method in node_http2.hgengjiawen
2019-02-04src: use nullptr in node_buffer.ccgengjiawen
2019-02-04test: add hasCrypto to worker-cleanexit-with-moduleloadDaniel Bevenius
2019-02-03tools: replace deprecated ESLint configurationRich Trott
2019-02-03tools: update ESLint to 5.13.0Rich Trott
2019-02-03tools: update dmn in update-estlint.shRich Trott
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-03doc: document os.userInfo() throwing SystemErrorRaido Kuli
2019-02-03benchmark: use consistent coding style in assert/*Rich Trott
2019-02-02tools: improve prerequisites for test-all-suitesRich Trott
2019-02-02doc: fix machine field in example reportcjihrig
2019-02-01doc: remove redundant LTS/Current information in Collaborator GuideRich Trott
2019-02-01tools: exclude benchmark code from coverage reportRich Trott
2019-02-01test: refactor test-http-agent-timeout-optionLuigi Pinca
2019-02-01tls: introduce client 'session' eventSam Roberts
2019-02-01tools: add test-all-suites to MakefileRich Trott
2019-02-02tools: make test.py Python 3 compatibleSakthipriyan Vairamani (thefourtheye)
2019-02-02src: remove unused AsyncResource constructor in node.hgengjiawen