summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-03-01src: clean up `StreamPipe` in destructorAnna Henningsen
2019-03-01worker: refactor thread life cycle managementGireesh Punathil
2019-03-01repl: deprecate REPLServer.rliRuben Bridgewater
2019-03-01util: group array elements togetherRuben Bridgewater
2019-03-01util: add compact depth modeRuben Bridgewater
2019-02-28n-api: implement date objectJarrod Connolly
2019-02-28util: fix proxy inspectionRuben Bridgewater
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-28util: prevent leaking internal propertiesRuben Bridgewater
2019-02-28lib: don't use `util.inspect()` internalsRuben Bridgewater
2019-02-28util: mark iterator entries as suchRuben Bridgewater
2019-02-28stream: make _read() be called indefinitely if the user wants soMatteo Collina
2019-02-28http: prevent slowloris with keepalive connectionsMatteo Collina
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