summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-03-03esm: process proxy Symbol.toString fixGuy Bedford
2019-03-02doc,lib,test: rename node-report to reportcjihrig
2019-03-02test: rename node-report suite to reportcjihrig
2019-03-02test: improve validation of report outputcjihrig
2019-03-02events: add once method to use promises with EventEmitterMatteo Collina
2019-03-02worker: provide process.execArgvAnna Henningsen
2019-03-02console: prevent constructing console methodsThomas
2019-03-02report: add fallback for uv_getnameinfo() failuresRichard Lau
2019-03-01dns: refactor QueryWrap lifetime managementAnna Henningsen
2019-03-01test: verify heap buffer allocations occurAnna Henningsen
2019-03-01doc,test,repl: fix deprecation codecjihrig
2019-03-01readline: improve Unicode handlingAvi ד
2019-03-01module: fix stat cacheRuben Bridgewater
2019-03-01test: fix for activities in tick objects prune functionAlexander Sattelmaier
2019-03-01test: refactor tick objects prune functionAlexander Sattelmaier
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