summaryrefslogtreecommitdiff
path: root/test/parallel
AgeCommit message (Expand)Author
2018-01-23src: fix fs.write() externalized string handlingBen Noordhuis
2018-01-22inspector: --inspect-brk for es modulesGuy Bedford
2018-01-21promises: refactor rejection handlingAnatoli Papirovski
2018-01-21test: use countdown timerMandeep Singh
2018-01-21test: check fs.read and fs.readsync inputOmar Crisostomo
2018-01-21http: free the parser before emitting 'upgrade'Luigi Pinca
2018-01-21test: fix flaky cluster unix socket testBen Noordhuis
2018-01-21http: fix parsing of binary upgrade response bodyBen Noordhuis
2018-01-20util: implement util.getSystemErrorName()Joyee Cheung
2018-01-19http2: add checks for server close callbackJames M Snell
2018-01-19test: refactor test-http-parserJon Moss
2018-01-18test: add assertions for TextEncoder/DecoderSho Miyamoto
2018-01-18http2: refactor read mechanismAnna Henningsen
2018-01-18timers: allow Immediates to be unrefedAnatoli Papirovski
2018-01-18test: improve console testsRuben Bridgewater
2018-01-18test: add standard console testswandalen
2018-01-18child_process: do not ignore proto values of envAnatoli Papirovski
2018-01-18fs: fix options.end of fs.ReadStream()陈刚
2018-01-18test: remove trivial buffer importssreepurnajasti
2018-01-17buffer: throw when filling with empty bufferscjihrig
2018-01-17test: use shorthand propertiesTobias Nießen
2018-01-17test: simplify loadDHParam in TLS testTobias Nießen
2018-01-17cluster: resolve relative unix socket pathslaino
2018-01-17test: improve to use template stringsreepurnajasti
2018-01-17test: test error messages from fs.realpath{Sync}Joyee Cheung
2018-01-17test: verify errors thrown from fs stat APIsJoyee Cheung
2018-01-17fs: throw fs.fstat{Sync} errors in JSJoyee Cheung
2018-01-16assert: throw without args in okRuben Bridgewater
2018-01-16assert: improve simple assertRuben Bridgewater
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