summaryrefslogtreecommitdiff
path: root/test/parallel
AgeCommit message (Expand)Author
2018-01-17tls: migrate C++ errors to internal/errors.jsJoyee Cheung
2018-01-17tls: migrate argument type-checking errorsJoyee Cheung
2018-01-16util: change util.inspect depth defaultRuben Bridgewater
2018-01-15module: refactor loaderGus Caplan
2018-01-15child_process: ignore undef/proto values of env现充
2018-01-14crypto: assign deprecation code for setAuthTag/GCMTobias Nießen
2018-01-14src: harden JSStream callbacksAnna Henningsen
2018-01-14tls: make deprecated tls.createSecurePair() use public APIAnna Henningsen
2018-01-11n-api: expose n-api version in process.versionsMichael Dawson
2018-01-11http2: remember sent headersJames M Snell
2018-01-11perf_hooks,http2: add performance.clear()James M Snell
2018-01-11test: fix spelling in test case commentsTobias Nießen
2018-01-11stream: added experimental support for for-awaitMatteo Collina
2018-01-11tools: move eslint from tools to tools/node_modulesMichaël Zasso
2018-01-11path: fix path.normalize for relative pathsWeijia Wang
2018-01-10stream: always defer 'readable' with nextTickMatteo Collina
2018-01-09lib: handle `throw undefined` in assert.throws()Ben Noordhuis
2018-01-09test: use smaller input file for test-zlib.jsRich Trott
2018-01-09test: replace assert.throws with expectsErrorsreepurnajasti
2018-01-09http2: use aliased buffer for perf stats, add statsJames M Snell
2018-01-09perf_hooks: fix scheduling regressionAnatoli Papirovski
2018-01-08http2: verify flood error and unsolicited framesJames M Snell
2018-01-08trace_events: stop tracing agent in process.exit()Andreas Madsen
2018-01-08fs: guarantee order of callbacks in ws.closeMatteo Collina
2018-01-06test: refactor test-replAnna Henningsen
2018-01-06test: fix flaky test-http-pipeline-floodAnatoli Papirovski
2018-01-06test: add more asserts to `test-internal-errors`Refael Ackermann
2018-01-06test: fix wrong error classes passed in as typeRuben Bridgewater
2018-01-05http2: verify that a dependency cycle may existJames M Snell
2018-01-05http2: implement maxSessionMemoryJames M Snell
2018-01-05buffer: check byteLength in readUInt(B|L)ERich Trott
2018-01-05buffer: check byteLength in readInt(B|L)ESebastian Van Sande
2018-01-05cluster: support windowsHide option for workersTodd Wong
2018-01-05test: rename regression testsTobias Nießen
2018-01-05test: fix flaky test-http-highwatermarkAnatoli Papirovski
2018-01-05test: fix flaky test-pipe-unrefAnatoli Papirovski
2018-01-05test: fix flaky http-writable-true-after-closeAnatoli Papirovski
2018-01-05test: fix crypto test case to use correct encodingTobias Nießen
2018-01-05test: simplify test-buffer-slice.jsWeijia Wang
2018-01-03http2: properly handle already closed stream errorJames M Snell
2018-01-03http2: add aligned padding strategyJames M Snell
2018-01-03http2: add initial support for originSetJames M Snell
2018-01-03test: fix require-deps-deprecation for installed depsBenjamin Zaslavsky
2018-01-03test: update references to archived repositoryTobias Nießen
2018-01-03http2: add altsvc supportJames M Snell
2018-01-02http2: strictly limit number on concurrent streamsJames M Snell
2018-01-02http2: perf_hooks integrationJames M Snell
2018-01-02timers: refactor setImmediate error handlingAnatoli Papirovski
2018-01-01test: improve readability of some crypto testsTobias Nießen
2017-12-30test: use countdown in test filesreepurnajasti