summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-03-27n-api: ensure in-module exceptions are propagatedGabriel Schulhof
2018-03-27test: update link according to NIST bibliographyTobias Nießen
2018-03-27tls: drop NPN (next protocol negotiation) supportBen Noordhuis
2018-03-27stream: give error message if `write()` cb called twiceAnna Henningsen
2018-03-27n-api: bump version of n-api supportedMichael Dawson
2018-03-27test: improve tty.getColorDepth coverageRuben Bridgewater
2018-03-27assert: fix diff color outputRuben Bridgewater
2018-03-26src: drop CNNIC+StartCom certificate whitelistingBen Noordhuis
2018-03-26test: remove third param from assert.strictEqualdavis.okoth@kemsa.co.ke
2018-03-26test: add deprecation code to expectWarningDaniel Bevenius
2018-03-25console: don't swallow call stack exceeded errorsDan Kaplun
2018-03-25test: remove custom error messageDingDean
2018-03-25test: remove string literal from assertionsNathaniel Weeks
2018-03-25http: support server options on createServerWes Todd
2018-03-24test: remove message from assert.strictEqual()willhayslett
2018-03-25util: show Weak(Set|Map) entries in inspectRuben Bridgewater
2018-03-25util: improve iterator inspect outputRuben Bridgewater
2018-03-25Revert "process: add more version properties to release"Tobias Nießen
2018-03-25assert: improve assert.throwsRuben Bridgewater
2018-03-25lib: improve error handlingRuben Bridgewater
2018-03-25fs: fix error handlingRuben Bridgewater
2018-03-25process: fix error handlingRuben Bridgewater
2018-03-25crypto: fix error handlingRuben Bridgewater
2018-03-25lib,test: minor refactoringRuben Bridgewater
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-03-24test: rename regression tests more expressivelyUjjwal Sharma
2018-03-24test: refactor parallel/test-tls-ca-concat.jsjuggernaut451
2018-03-24fs: use encoding in readFileBenjamin Gruenbaum
2018-03-24lib,test: lint fixes for linter upgradeRich Trott
2018-03-23crypto: add ECDH.convertKey to convert public keysWei-Wei Wu
2018-03-23path: fix regression in posix.normalizeMichaël Zasso
2018-03-23fs,net: emit 'ready' for fs streams and socketsSameer Srivastava
2018-03-23repl: fix tab completion of inspector moduleMichaël Zasso
2018-03-22process: add more version properties to releaseGus Caplan
2018-03-22http2: do not emit our own close emit in Http2StreamJames M Snell
2018-03-22vm: migrate isContext to internal/errorsdustinnewman98
2018-03-22inspector: migrate errors from C++ to JSMichaël Zasso
2018-03-21n-api: re-write test_make_callbackGabriel Schulhof
2018-03-21cluster: add support for NODE_OPTIONS="--inspect"Sameer Srivastava
2018-03-21fs,cluster,net: assign error codes to remaining errorsMichaël Zasso
2018-03-21test: move ESM fixtures to fixtures dirMichaël Zasso
2018-03-21net: emit 'close' after 'end'Luigi Pinca
2018-03-21test: refactor test-cluster-send-deadlockLuigi Pinca
2018-03-20n-api: add napi_fatal_exceptionMathias Buus
2018-03-20test: refactor test-fs-readfile-tostring-failRich Trott
2018-03-19net: emit error on invalid address familycjihrig
2018-03-19test: fix flaky test-http2-ping-floodRich Trott
2018-03-19n-api: separate out async_hooks testGabriel Schulhof
2018-03-19fs: improve errors in watchFile and unwatchFileJoyee Cheung
2018-03-19fs: remove watcher state errors for fs.watchJoyee Cheung