summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-02-28test: eliminate port collisionGireesh Punathil
2019-02-28repl: hide editor mode if not used in a terminalRuben Bridgewater
2019-02-28repl: add new line on ctrl+dRuben Bridgewater
2019-02-28repl: add more informationRuben Bridgewater
2019-02-27src: apply clang-tidy rule modernize-deprecated-headersgengjiawen
2019-02-26test: simplify node-report/test-exception.jscjihrig
2019-02-26test: increase getReport() coveragecjihrig
2019-02-26test: increase triggerReport() coveragecjihrig
2019-02-26test: consolidate triggerReport() testscjihrig
2019-02-26report: refactor triggerReport()cjihrig
2019-02-26inspector: return Error objects on errorcjihrig
2019-02-26http: validate timeout in ClientRequest()cjihrig
2019-02-26url: handle quasi-WHATWG URLs in urlToOptions()cjihrig
2019-02-24worker: serialize errors if stack getter throwsRich Trott
2019-02-23crypto: fix unencrypted DER PKCS8 parsingTobias Nießen
2019-02-22worker: improve integration with native addonsAnna Henningsen
2019-02-22test: remove node-report/test-api.jscjihrig
2019-02-22test: simplify test-api-nohooks.jscjihrig
2019-02-21test: improve performance of test-crypto-timing-safe-equal-benchmarksRich Trott
2019-02-21buffer: harden validation of buffer allocation sizeZYSzys
2019-02-21http2: shrink memory to match read dataAnna Henningsen
2019-02-21crypto: make ConvertKey clear openssl error stackBen Noordhuis
2019-02-21build,test: guard eslint with crypto checkDaniel Bevenius
2019-02-21test: add test for dynamically enabling node.async_hooks tracingJoyee Cheung
2019-02-21test: add test for node.async_hooks tracing in workersJoyee Cheung
2019-02-20report: remove verbose settingcjihrig
2019-02-20util: update set iterator entries inspectionRuben Bridgewater
2019-02-20test,inspector: add heap allocation tracker testAnna Henningsen
2019-02-20test: increase run time in test-worker-profAnna Henningsen
2019-02-20test: simplify test-api-getreport.jscjihrig
2019-02-20src: only call .ReThrow() if not terminatingAnna Henningsen
2019-02-19test: remove unnecessary default tmpdir value in testRich Trott
2019-02-19process: move test-process-uptime to parallelJoyee Cheung
2019-02-19module: revert module._compile to original state if module is patchedUjjwal Sharma
2019-02-19src: apply clang-tidy rule performance-unnecessary-value-paramgengjiawen
2019-02-19src: remove `process.binding('config').debugOptions`Joyee Cheung
2019-02-18test: consolidate assertions in ipv6only testRich Trott
2019-02-18benchmark,test: refactoringRefael Ackermann
2019-02-18test: increase coverage of node_report_module.ccRichard Lau
2019-02-18test: simplify test-worker-syntax-errorRich Trott
2019-02-18worker: ignore --abort-on-uncaught-exception for terminate()Anna Henningsen
2019-02-18src: apply clang-tidy rule modernize-use-overridegengjiawen
2019-02-18test: fix flaky test-worker-ref-onexitAnna Henningsen
2019-02-17test,worker: posting undefined/null message to message portlegendecas
2019-02-17n-api: do not call into JS when that is not allowedAnna Henningsen
2019-02-17src: check HasCaught() in JSStream callsAnna Henningsen
2019-02-17vm: do not overwrite error when creating contextAnna Henningsen
2019-02-16test: silence compiler warning in openssl-bindingDaniel Bevenius
2019-02-15test,worker: add more tests for worker.ref()/.unref()Anna Henningsen
2019-02-15worker: use fake MessageEvent for port.onmessageAnna Henningsen