summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-04-08crypto: add support for RSA-PSS keysTobias Nießen
2019-04-08buffer: fix custom inspection with extra propertiesRuben Bridgewater
2019-04-07assert: fix rejects stack trace and operatorRuben Bridgewater
2019-04-06test: fix test-repl-require-after-writeMichaël Zasso
2019-04-06buffer: add {read|write}Big[U]Int64{BE|LE} methodsNikolai Vavilov
2019-04-06lib: remove `env: node` in eslint config for lib filesJoyee Cheung
2019-04-06src: port coverage serialization to C++Joyee Cheung
2019-04-05test: cover napi_get/set/has_named_property()Gabriel Schulhof
2019-04-05report: add support for UDP connected socketsRichard Lau
2019-04-04test: fix test-benchmark-moduleRich Trott
2019-04-05test: test vm.runInNewContext() filename optionBen Noordhuis
2019-04-04crypto: fail early if passphrase is too longTobias Nießen
2019-04-04crypto: fix crash of encrypted private key export without cipherFilip Skokan
2019-04-04src: prevent crash in TTYWrap::InitializeThomas
2019-04-04buffer: fix concat error messageRuben Bridgewater
2019-04-04module: inline try catchRuben Bridgewater
2019-04-04errors: add more information in case of invalid callbacksRuben Bridgewater
2019-04-04util: use minimal object inspection with %s specifierRuben Bridgewater
2019-04-04src: port bootstrap/cache.js to C++Joyee Cheung
2019-04-04src: implement MemoryRetainer in EnvironmentJoyee Cheung
2019-04-03doc: fix default maxBuffer sizekohta ito
2019-04-03lib: remove Atomics.wakeGus Caplan
2019-04-03test: make module test pass with NODE_PENDING_DEPRECATIONAnna Henningsen
2019-04-03module: fix repl require calling the same file againRuben Bridgewater
2019-04-03dgram: add support for UDP connected socketsSantiago Gimeno
2019-04-02report: add cwd to reportcjihrig
2019-04-03process: run RunBootstrapping in CreateEnvironmentJoyee Cheung
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-02test: move test that creates 1Gb file to pummelRich Trott
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