summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2019-01-30, Version 11.9.0 (Current)v11.9.0-proposalMichaƫl Zasso2019-01-303-4/+95
* test: refactor test/common/report.jscjihrig2019-01-301-28/+24
* module: do not use `process.exit()`Anna Henningsen2019-01-302-5/+14
* module: silence ModuleJob unhandled rejection warningsAnna Henningsen2019-01-301-0/+5
* worker: export workerData to ESM workersAnna Henningsen2019-01-303-1/+21
* test: move client renegotiation tests to parallelRich Trott2019-01-302-15/+15
* test: use fipsMode in test-crypto-fipsDaniel Bevenius2019-01-301-1/+4
* src: remove unused env_ field from env.hDaniel Bevenius2019-01-301-2/+0
* test: refactor test-http-client-timeout-option-with-agentRich Trott2019-01-301-3/+3
* src: pass along errors from i18n converter instantiationAnna Henningsen2019-01-291-3/+5
* src: pass along errors from vm data wrapper creationAnna Henningsen2019-01-292-21/+25
* src: pass along errors from KeyObject instantiationAnna Henningsen2019-01-292-20/+21
* src: pass along errors from perf obj instantiationAnna Henningsen2019-01-293-14/+23
* src: pass along errors from process obj instantiationAnna Henningsen2019-01-297-49/+64
* src: pass along errors from stream obj instantiationAnna Henningsen2019-01-298-44/+40
* tools: make trailing commas consistent in .eslintrcRich Trott2019-01-291-9/+9
* test: add test for `worker.terminate()` + timeout fnsAnna Henningsen2019-01-291-0/+18
* test: move heapdump tests to pummelRich Trott2019-01-297-0/+0
* tls: fix malloc mismatch in SSL_set_tlsext_status_ocsp_resp callDavid Benjamin2019-01-291-9/+10
* test: exit sequence sanity testsGireesh Punathil2019-01-291-0/+24
* doc: document uniqueness of worker.threadIdAnna Henningsen2019-01-291-0/+2
* test: enable marking of failing coverage testsMichael Dawson2019-01-293-3/+8
* policy: ensure workers do not read fs for policyBradley Farias2019-01-295-16/+138
* src: remove unused field in node_http2.hgengjiawen2019-01-291-3/+0
* doc: revise breaking changes material in COLLABORATOR_GUIDERich Trott2019-01-291-12/+2
* timers: truncate decimal valuesJeremiah Senkpiel2019-01-293-4/+44
* doc: fix issue with worker_threads docsLee Byron2019-01-291-1/+1
* dns: use IDNA 2008 to encode non-ascii hostnamesBen Noordhuis2019-01-297-9/+51
* src: in-source comments and minor TLS cleanupsSam Roberts2019-01-298-39/+84
* src: remove unnecessary call to SSL_get_modeSam Roberts2019-01-291-2/+1
* tools: make test.py Queue part Python 3 compatiblegengjiawen2019-01-291-1/+4
* src: remove unused and unimplemented method in env.hgengjiawen2019-01-291-1/+0
* test: fix zlib-brotli output assumptionsAdam Majer2019-01-291-11/+15
* test: rewrite fs {f}utimes test fileJeremiah Senkpiel2019-01-291-106/+101
* doc: fix http.Agent timeout option descriptionLuigi Pinca2019-01-291-1/+1
* vm: mark scripts as shareable cross-originJeremy Apthorp2019-01-293-4/+4
* test: assert on client and server side seperatelySam Roberts2019-01-281-37/+100
* tls: workaround handshakedone in renegotiationShigeki Ohtsu2019-01-281-1/+4
* tls: make ossl 1.1.1 cipher list throw errorSam Roberts2019-01-281-1/+19
* deps: update archs files for OpenSSL-1.1.1aSam Roberts2019-01-281192-34930/+1444551
* doc: fix assembler requirement for OpenSSL-1.1.1Shigeki Ohtsu2019-01-281-5/+14
* deps: fix for non GNU assembler in AIXShigeki Ohtsu2019-01-283-23/+17
* deps: add only avx2 configs for OpenSSL-1.1.1Shigeki Ohtsu2019-01-286-14/+155
* deps: add s390 asm rules for OpenSSL-1.1.1Shigeki Ohtsu2019-01-283-0/+6
* deps: fix MacOS and Win build for OpenSSL-1.1.1Shigeki Ohtsu2019-01-286-2576/+8533
* deps: fix gyp/gypi for openssl-1.1.1Shigeki Ohtsu2019-01-284-0/+39
* deps: upgrade openssl sources to 1.1.1aSam Roberts2019-01-282570-125563/+254712
* tools: make mkssldef.py Python 3 compatibleSakthipriyan Vairamani (thefourtheye)2019-01-281-2/+2
* test: remove pummel/test-execRich Trott2019-01-281-133/+0
* test: replace s_client in test-https-ci-reneg-attackRich Trott2019-01-281-38/+34