summaryrefslogtreecommitdiff
path: root/test/parallel
AgeCommit message (Expand)Author
2019-04-03lib: remove Atomics.wakeGus Caplan
2019-04-03module: fix repl require calling the same file againRuben Bridgewater
2019-04-03dgram: add support for UDP connected socketsSantiago Gimeno
2019-04-03util: improve error property inspectionRuben Bridgewater
2019-04-03util: improve `inspect()` compact number modeRuben Bridgewater
2019-04-03module: mark DEP0019 as End-of-LifeRuben Bridgewater
2019-04-03test: simplify date inspection testsRuben Bridgewater
2019-04-03util: `inspect()` should not exceed `breakLength`Ruben Bridgewater
2019-04-02test: remove test-trace-events-api-worker-disabled from flakyRich Trott
2019-04-02fs: remove experimental warning for fs.promisesAnna Henningsen
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-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-29dns: remove dns.promises experimental warningcjihrig
2019-03-29util: fix map entries inspectionRuben 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-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: move test-https-connect-localport to sequentialRich Trott
2019-03-24test: strengthen test-worker-profGireesh Punathil
2019-03-22timers: deprecate active() and _unrefActive()Jeremiah Senkpiel