summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-30process: split execution into main scriptsJoyee Cheung
2019-01-30test: use fipsMode in test-crypto-fipsDaniel Bevenius
2019-01-30src: remove unused env_ field from env.hDaniel Bevenius
2019-01-29test: refactor test-http-client-timeout-option-with-agentRich Trott
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-29tools: make trailing commas consistent in .eslintrcRich Trott
2019-01-29test: add test for `worker.terminate()` + timeout fnsAnna Henningsen
2019-01-292019-01-29, Version 10.15.1 'Dubnium' (LTS)Shelley Vohr
2019-01-29test: move heapdump tests to pummelRich Trott
2019-01-29tls: fix malloc mismatch in SSL_set_tlsext_status_ocsp_resp callDavid Benjamin
2019-01-29test: exit sequence sanity testsGireesh Punathil
2019-01-29doc: document uniqueness of worker.threadIdAnna Henningsen
2019-01-29test: enable marking of failing coverage testsMichael Dawson
2019-01-29policy: ensure workers do not read fs for policyBradley Farias
2019-01-29src: remove unused field in node_http2.hgengjiawen
2019-01-28doc: revise breaking changes material in COLLABORATOR_GUIDERich Trott
2019-01-28timers: truncate decimal valuesJeremiah Senkpiel
2019-01-29doc: fix issue with worker_threads docsLee Byron
2019-01-29src: in-source comments and minor TLS cleanupsSam Roberts
2019-01-29src: remove unnecessary call to SSL_get_modeSam Roberts
2019-01-29tools: make test.py Queue part Python 3 compatiblegengjiawen
2019-01-29src: remove unused and unimplemented method in env.hgengjiawen
2019-01-29test: fix zlib-brotli output assumptionsAdam Majer
2019-01-29test: rewrite fs {f}utimes test fileJeremiah Senkpiel
2019-01-29doc: fix http.Agent timeout option descriptionLuigi Pinca
2019-01-29vm: mark scripts as shareable cross-originJeremy Apthorp
2019-01-28dns: use IDNA 2008 to encode non-ascii hostnamesBen Noordhuis
2019-01-28tools: make mkssldef.py Python 3 compatibleSakthipriyan Vairamani (thefourtheye)
2019-01-28test: remove pummel/test-execRich Trott
2019-01-28test: replace s_client in test-https-ci-reneg-attackRich Trott
2019-01-28build: make compress_json python3 compatibleSakthipriyan Vairamani (thefourtheye)
2019-01-28build: make configure.py compatible with python 3Sakthipriyan Vairamani (thefourtheye)
2019-01-28src: fix macro duplicate declaration in env.hgengjiawen
2019-01-28perf_hooks: clean up GC listenersAnna Henningsen
2019-01-27src: simplify inspector initialization in node::Start()Joyee Cheung
2019-01-27test: remove unused uncaughtException handlerAnna Henningsen
2019-01-27src: avoid race condition in tracing codeAnna Henningsen
2019-01-27report: represent numbers as numbersAnna Henningsen
2019-01-27report: refactor JSON writerAnna Henningsen
2019-01-27test: remove s_client from test-tls-ci-reneg-attackRich Trott
2019-01-27test: replace Google servers with localhostRich Trott
2019-01-27test: add test for net-socket-setTimeout callbackZYSzys
2019-01-27net,http2: merge setTimeout codeZYSzys
2019-01-27report: do not use `uv_default_loop()` as fallbackAnna Henningsen