summaryrefslogtreecommitdiff
path: root/test/parallel
AgeCommit message (Expand)Author
2019-07-22stream: add null push transform in async_iteratorDavid Mark Clements
2019-07-22inspector: add inspector.waitForDebugger()Aleksei Koziatinskii
2019-07-22http2: compat req.completeRobert Nagy
2019-07-22policy: add policy-integrity to mitigate policy tamperingBradley Farias
2019-07-22lib: rename lib/internal/readline.jscjihrig
2019-07-20test: changed function to arrow functionHarshitha KP
2019-07-20vm: remove usage of public util moduleKaren He
2019-07-20test,win: cleanup exec-timeout processesJoão Reis
2019-07-20tty: expose stream API from readline methodscjihrig
2019-07-20repl: fix some repl context issuesRuben Bridgewater
2019-07-20repl: fix autocomplete while using .loadRuben Bridgewater
2019-07-20test: make repl tests more resilientRuben Bridgewater
2019-07-20http: add response.writableFinishedRobert Nagy
2019-07-20readline: expose stream API in cursorTo()cjihrig
2019-07-20readline: expose stream API in moveCursor()cjihrig
2019-07-20readline: expose stream API in clearLine()cjihrig
2019-07-20http: expose headers on an http.ClientRequest "information" eventAustin Wright
2019-07-20test: use openssl_is_fips instead of hasFipsCryptoDaniel Bevenius
2019-07-20module: increase code coverage of cjs loaderAndrey Melikhov
2019-07-20inspector: do not change async call stack depth if the worker is doneEugene Ostroukhov
2019-07-20stream: use readableEncoding public api for child_processZYSzys
2019-07-20zlib: do not coalesce multiple `.flush()` callsAnna Henningsen
2019-07-20path: using .relative() should not return a trailing slashRuben Bridgewater
2019-07-20readline: expose stream API in clearScreenDown()cjihrig
2019-07-20perf_hooks: add HttpRequest statistics monitoring #28445vmarchaud
2019-07-20http2: override authority with optionsLuigi Pinca
2019-07-20src: implement runtime option --no-node-snapshot for debuggingJoyee Cheung
2019-07-20worker: fix passing multiple SharedArrayBuffers at onceAnna Henningsen
2019-07-20src: allow fatal exceptions to be enhancedcjihrig
2019-07-20process: refactor unhandledRejection logiccjihrig
2019-07-20test: refactor test-fs-write-syncGabriela Niño
2019-07-20test: change the repeat Buffer.from('blerg'); statmentsMiken
2019-07-20http: improve parser error messagesAnna Henningsen
2019-07-20test: create home for test-npm-installDaniel Bevenius
2019-07-20test: unmark test-gc-http-client-onerror flakyRich Trott
2019-07-20build: remove --code-cache-path help optionDaniel Bevenius
2019-07-20test: switch the argument order for the assertionIvan Villa
2019-07-20test: fix assertion argument order in test-https-agent.jsJulian Correa
2019-07-20worker: assign missing deprecation codeJames M Snell
2019-07-20readline: fix position computationBenoît Zugmeyer
2019-07-20test: increase test-resource-usage.js validationcjihrig
2019-07-02build: expose napi_build_version variableNickNaso
2019-07-02lib: fix stack overflow check to not break on primitiveskball
2019-07-02test: add test to doesNotThrow; validate if actual with regexestrada9166
2019-07-02test: add tests to assert.ok and improve coverageestrada9166
2019-07-02http2: remove square brackets from parsed hostnameLuigi Pinca
2019-07-02process: expose uv_rusage on process.resourcesUsage()vmarchaud
2019-07-02esm: ensure cwd-relative imports for module --evalGuy Bedford
2019-07-02http2: propagate session destroy code to streamscjihrig
2019-07-02test: fixing broken testmelinamejia95