summaryrefslogtreecommitdiff
path: root/test/parallel
AgeCommit message (Expand)Author
2018-03-02test: refactor test after reviewAndrew Johnston
2018-03-02http: prevent aborted event when already completedAndrew Johnston
2018-03-01loader: fix --inspect-brkGus Caplan
2018-02-28src: fix error message in async_hooks constructorDaniel Bevenius
2018-02-27fs: throw copyFileSync errors in JSJoyee Cheung
2018-02-27fs: throw fs.mkdtempSync errors in JS landJoyee Cheung
2018-02-27fs: throw fs.utimesSync errors in JS landJoyee Cheung
2018-02-27fs: throw fs.chownSync errors in JS landJoyee Cheung
2018-02-27fs: use SyncCall in OpenFileHandleJoyee Cheung
2018-02-27fs: throw realpathSync.native errors in JSJoyee Cheung
2018-02-27http: do not replace .read() in IncomingMessageMatteo Collina
2018-02-26fs: fix functions executed in wrong contextRuben Bridgewater
2018-02-26Revert "fs: Revert throw on invalid callbacks"Ruben Bridgewater
2018-02-26perf_hooks: emit trace events for marks, measures, and timerifyJames M Snell
2018-02-26http2: fix condition where data is lostMatteo Collina
2018-02-25util: use blue on non-windows systems for number/bigintGus Caplan
2018-02-25zlib: improve zlib errorsJoyee Cheung
2018-02-22events: preset `usingDomains` to falseMyles Borins
2018-02-22test: fix test-http-connectRuben Bridgewater
2018-02-22http: remove default 'drain' listener on upgradeLuigi Pinca
2018-02-22repl: fix tab-complete warningkillagu
2018-02-22http: remove default 'error' listener on upgradeLuigi Pinca
2018-02-22tools: enable eslint one-var ruleRuben Bridgewater
2018-02-22tools: enable eslint strict key-spacingRuben Bridgewater
2018-02-22tools: enable eslint no-undef-init ruleRuben Bridgewater
2018-02-22test: http2 compat response.write() error checksTrivikram
2018-02-22test: http2 stream.respond() error checksTrivikram
2018-02-22http: allow _httpMessage to be GC'edLuigi Pinca
2018-02-22test: use runWithInvalidFD() in tests expecting EBADFJoyee Cheung
2018-02-22errors: update all internal errorsRuben Bridgewater
2018-02-22fs: support as and as+ flags in stringToFlags()Sarat Addepalli
2018-02-22test: http2 client setNextStreamID errorsTrivikram
2018-02-22crypto: add docs & tests for cert.pubkey & cert.fingerprint256Hannes Magnusson
2018-02-22net: inline and simplify onSocketEndAnna Henningsen
2018-02-21test: check symbols in shared libYihong Wang
2018-02-21test: http2 errors on req.close()Trivikram
2018-02-21net: use `_final` instead of `on('finish')`Anna Henningsen
2018-02-20lint: move eslint to new plugin systemGus Caplan
2018-02-20test: actually test tty `getColorDepth()`Jeremiah Senkpiel
2018-02-20test: move getTTYfd() to common helpersJeremiah Senkpiel
2018-02-20test: http2 client settings invalid callbackTrivikram
2018-02-20test: http2 client ping errorsTrivikram
2018-02-20test: http2 client operations after destroyTrivikram
2018-02-19http2: make response.end() return thisMatteo Collina
2018-02-19http: OutgoingMessage.end() should return thisMatteo Collina
2018-02-19stream: writable.end should return this.Matteo Collina
2018-02-17tools: custom eslint autofix for inspector-check.jsShobhit Chittora
2018-02-17tools: auto fix custom crypto-check eslint ruleShobhit Chittora
2018-02-17lib: allow process kill by signal numberSam Roberts
2018-02-17test: refactor parallel/test-tls-pausejuggernaut451