summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-02-09crypto: include 'Buffer' in error output of Hash.update methodAmit Zur
2019-02-09http2: makes response.writeHead return the responseMark S. Everitt
2019-02-09http: makes response.writeHead return the responseMark S. Everitt
2019-02-08worker: use correct ctor for error serializationAnna Henningsen
2019-02-08perf_hooks: implement histogram based apiJames M Snell
2019-02-08src: allow --perf-prof-unwinding-info in NODE_OPTIONSTom Gallacher
2019-02-08src: allow --perf-basic-prof-only-functions in NODE_OPTIONSTom Gallacher
2019-02-08test: refactor to block-scopeLakshmiSwethaG
2019-02-08assert: create internal/assert micro-moduleRich Trott
2019-02-08test: exit sequence sanity testsGireesh Punathil
2019-02-07test: refactor test-http-agent-timeout-optionLuigi Pinca
2019-02-06test: clarify confusion over "client" in commentSam Roberts
2019-02-06test: use mustCall(), not global state checksSam Roberts
2019-02-06test: use common.mustCall(), and log the eventsSam Roberts
2019-02-06test: use mustCall in ephemeralkeyinfo testSam Roberts
2019-02-06test: send a bad record only after connection doneSam Roberts
2019-02-06test: end tls gracefully, rather than destroySam Roberts
2019-02-06test: pin regression test for #8074 to TLS 1.2Sam Roberts
2019-02-06test: do not race connection and rejectionSam Roberts
2019-02-06test: do not assume tls handshake orderSam Roberts
2019-02-06test: do not assume server gets secure connectionSam Roberts
2019-02-06test: wait for TCP connect, not TLS handshakeSam Roberts
2019-02-06test: add util.isDeepStrictEqual edge case testsRich Trott
2019-02-06test: add BigInt test for isDeepStrictEqualRich Trott
2019-02-06tls: null not valid as a renegotiate callbackSam Roberts
2019-02-06child_process: close pipe ends that are re-pipedGireesh Punathil
2019-02-06test: remove obsolete codeRuben Bridgewater
2019-02-06repl: simplify and improve completionRuben Bridgewater
2019-02-06deps: patch to fix *.onion MX query on c-aresXadillaX
2019-02-05process: stub unsupported worker methodscjihrig
2019-02-05test,tracing: use close event to wait for stdioAnna Henningsen
2019-02-05src: add PrintLibuvHandleInformation debug helperAnna Henningsen
2019-02-05test: relax expectations in test-icu-transcodeYang Guo
2019-02-04tls: check arg types of renegotiate()Sam Roberts
2019-02-04test: add hasCrypto to worker-cleanexit-with-moduleloadDaniel Bevenius
2019-02-03inspector,vm: remove --eval wrapperAnna Henningsen
2019-02-03src: handle errors while printing error objectsAnna Henningsen
2019-02-01test: refactor test-http-agent-timeout-optionLuigi Pinca
2019-02-01tls: introduce client 'session' eventSam Roberts
2019-02-02process: move DEP0062 (node --debug) to end-of-lifeJoyee Cheung
2019-02-01test: exclude additional test for coverageMichael Dawson
2019-02-02process: expose process.features.inspectorJoyee Cheung
2019-02-01report: separate release metadataRichard Lau
2019-02-01http: return HTTP 431 on HPE_HEADER_OVERFLOW errorAlbert Still
2019-02-01worker: throw for duplicates in transfer listAnna Henningsen
2019-02-01test, tools: suppress addon function cast warningsDaniel Bevenius
2019-02-01test: run html/webappapis/timers WPTJoyee Cheung
2019-02-01test: pull html/webappapis/timers WPTJoyee Cheung
2019-01-31http: make timeout event work with agent timeoutLuigi Pinca
2019-01-30inspector, trace_events: make sure messages are sent on a main threadEugene Ostroukhov