summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-04-01test: add IPv6 brackets but no port to test-dnsRich Trott
2019-04-01crypto: use EVP_PKEY_X448 in GetEphemeralKeyInfocjihrig
2019-04-01test: remove unused triggerAsyncId param in testJuan José Arboleda
2019-04-01crypto: don't crash on unknown asymmetricKeyTypeFilip Skokan
2019-04-01test: fix error code typocjihrig
2019-03-31stream: do not unconditionally call `_read()` on `resume()`Anna Henningsen
2019-03-30worker: use copy of process.envAnna Henningsen
2019-03-30readline: replace quadratic regex with linear oneThomas
2019-03-30test: simplify for loop in test-buffer-zero-fill-cli.jsJuan José Arboleda
2019-03-30buffer: use stricter `from()` input validationRuben Bridgewater
2019-03-30net: remove usage of require('util')dnlup
2019-03-30util: add subclass and null prototype support for errors in inspectRuben Bridgewater
2019-03-30url: add ws: and wss: to slashedProtocol setLuigi Pinca
2019-03-30crypto: decode missing passphrase errorsTobias Nießen
2019-03-29test: add known_issues test for fs.copyFile()Rich Trott
2019-03-29dns: remove dns.promises experimental warningcjihrig
2019-03-29util: fix map entries inspectionRuben Bridgewater
2019-03-29test: remove test-path-parse-6229.js from known issuesRuben Bridgewater
2019-03-29test: move hasCrypto checkRuben Bridgewater
2019-03-29test: do not require flags when executing a fileRuben Bridgewater
2019-03-28crypto: add crypto.sign() and crypto.verify()Brian White
2019-03-28tls: return an OpenSSL error from renegotiateSam Roberts
2019-03-28crypto: add openssl specific error propertiesSam Roberts
2019-03-28test: update postmortem metadata test for V8 7.4cjihrig
2019-03-28crypto: allow undefined for saltLength and paddingTobias Nießen
2019-03-28util: improve proxy inspectionRuben Bridgewater
2019-03-28path: fix win32 parse regressionRuben Bridgewater
2019-03-28test: refactor path parse testRuben Bridgewater
2019-03-28test: add test about unencrypted PKCS#8 private key for RSADaiki Ihara
2019-03-27util: don't set the prototype of callbackified functionsRuben Bridgewater
2019-03-27util: rename callbackified functionRuben Bridgewater
2019-03-27util: increase function length when using `callbackify()`Ruben Bridgewater
2019-03-27esm: phase two of new esm implementationguybedford
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-27module: throw an error for invalid package.json main entriesRuben Bridgewater
2019-03-27child_process: rename _validateStdtio to getValidStdioRuben Bridgewater
2019-03-26tools: remove eslint rule no-let-in-for-declarationgengjiawen
2019-03-26process: global.process, global.Buffer gettersGuy Bedford
2019-03-25tools: enable getter-return lint rulecjihrig
2019-03-25repl: fix terminal default settingRuben Bridgewater
2019-03-25net: do not manipulate potential user codeRuben Bridgewater
2019-03-25process: make stdout and stderr emit 'close' on destroyMatteo Collina
2019-03-25crypto: add support for x25119 and x448 KeyObjectsFilip Skokan
2019-03-24test: delete pummel/test-dtrace-jsstackRich Trott
2019-03-24test: refactor test-https-connect-localportRich Trott
2019-03-24test: replace localhost IP with 'localhost' for TLS conformityRich Trott
2019-03-24test: use common.PORT instead of hardcoded numberRich Trott
2019-03-24test: move test-https-connect-localport to sequentialRich Trott
2019-03-23test: refactor test-dgram-broadcast-multi-processRich Trott
2019-03-24test: strengthen test-worker-profGireesh Punathil