summaryrefslogtreecommitdiff
path: root/test/parallel
AgeCommit message (Expand)Author
2018-02-04test: verify the shell option works properly on execFilejvelezpo
2018-02-04timers: remove domain specific codeAnatoli Papirovski
2018-02-03vm: flip Module#link's signatureGus Caplan
2018-02-02string_decoder: reset decoder on endJustin Ridgewell
2018-02-02timers: runtime-deprecate {un}enroll()Jeremiah Senkpiel
2018-02-02assert: deprecate assert.fail partiallyRuben Bridgewater
2018-02-02process: fix reading zero-length env vars on win32Anna Henningsen
2018-02-02crypto: docs-only deprecate crypto.fips, replaceJames M Snell
2018-02-01src: allow --perf-(basic-)?prof in NODE_OPTIONSLeko
2018-02-01test: fix buildsRuben Bridgewater
2018-02-01util: add bigint formatting to util.inspectGus Caplan
2018-02-01test: fix test-tty-get-color-depthBartosz Sosnowski
2018-02-01test: speed up parallel/test-tls-session-cacheAnna Henningsen
2018-02-01tools: auto fix custom eslint ruleShobhit Chittora
2018-02-01fs: partition readFile against pool exhaustionJamie Davis
2018-02-01src: refactor stream callbacks and ownershipAnna Henningsen
2018-02-01http: process headers after setting up agentRod Vagg
2018-02-01test: fix flaky test-http-dns-errorBryan English
2018-02-01assert: use a default message in assertRuben Bridgewater
2018-02-01fs: throw errors from fs.fsyncSync in JSJoyee Cheung
2018-02-01fs: throw errors from fs.fdatasyncSync in JSJoyee Cheung
2018-02-01fs: throw errors from fs.ftruncateSync in JSJoyee Cheung
2018-01-31test: move tmpdir to submodule of commonRich Trott
2018-01-31crypto: runtime deprecate DEFAULT_ENCODINGJames M Snell
2018-01-31perf_hooks: add warning when too many entries in the timelineJames M Snell
2018-01-31url: expose the WHATWG URL API globallyMichaël Zasso
2018-01-30test: fix flaky test-process-fatal-execption-tickRich Trott
2018-01-30vm: add modulesGus Caplan
2018-01-30stream: avoid writeAfterEnd() while ending陈刚
2018-01-30test: adds tests for vm invalid argumentsGilles De Mey
2018-01-29stream: add type and range check for highWaterMarkTobias Nießen
2018-01-29cluster: add cwd to cluster.settingscjihrig
2018-01-29stream: do not emit readable if the stream endedMathias Buus
2018-01-29module: validate request in require.resolve.pathsJoyee Cheung
2018-01-29module: validate request in require.resolveJoyee Cheung
2018-01-29module: use internal/errors.js in module.requireJoyee Cheung
2018-01-29errors: improve the description of ERR_INVALID_ARG_VALUEJoyee Cheung
2018-01-29test: fix flaky test-fs-writeJoyee Cheung
2018-01-26timers: add internal [@@ refresh()] functionJeremiah Senkpiel
2018-01-26test: fix test-tls-server-verify.js on Windows CIRich Trott
2018-01-24test: update postmortem metadata testcjihrig
2018-01-24test: use correct size in test-stream-buffer-listLuigi Pinca
2018-01-24assert: stricter ifErrorRuben Bridgewater
2018-01-24assert: wrap original error in ifErrorRuben Bridgewater
2018-01-24buffer: coerce offset to integerRuben Bridgewater
2018-01-24tty: add getColorDepth functionRuben Bridgewater
2018-01-24assert: improve error messagesRuben Bridgewater
2018-01-24test: improve fs error message testJoyee Cheung
2018-01-23src: fix fs.write() externalized string handlingBen Noordhuis
2018-01-22inspector: --inspect-brk for es modulesGuy Bedford