summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* fs: add support for async iterators to `fsPromises.writeFile`HiroyukiYagihashi2021-04-052-7/+111
* crypto: use correct webcrypto RSASSA-PKCS1-v1_5 algorithm nameFilip Skokan2021-04-054-8/+8
* test: add extra space in test failure outputQingyu Deng2021-04-051-2/+2
* module: improve error message for invalid data URLAntoine du Hamel2021-04-052-1/+25
* test: use faster variant for rssPooja D P2021-04-051-2/+2
* test: fix test-tls-no-sslv3 for OpenSSL 3Richard Lau2021-04-051-1/+1
* test: deflake test-fs-read-optional-paramsLuigi Pinca2021-04-051-4/+4
* src: fix error handling for CryptoJob::ToResultTobias Nießen2021-04-051-0/+31
* fs: fix chown abortDarshan Sen2021-04-051-4/+4
* test: improve clarity of ALS-enable-disable.jsDarkripper2142021-04-041-2/+2
* net: allow net.BlockList to use net.SocketAddress objectsJames M Snell2021-04-042-11/+91
* net: add SocketAddress classJames M Snell2021-04-041-0/+110
* net: make net.BlockList cloneableJames M Snell2021-04-042-4/+31
* readline: fix pre-aborted signal question handlingNitzan Uziely2021-04-041-0/+25
* readline: add AbortSignal support to interfaceNitzan Uziely2021-04-041-1/+56
* net,tls: add abort signal support to connectNitzan Uziely2021-04-045-0/+380
* http2: add specific error code for custom framesAnna Henningsen2021-04-041-2/+6
* url: forbid pipe in URL hostDarshan Sen2021-04-044-11/+66
* test: add DataView test case for v8 serdesRich Trott2021-04-041-0/+1
* test: split promisified timers test for coverage purposesRich Trott2021-03-293-160/+198
* perf_hooks: make Performance extend EventTargetMichaël Zasso2021-03-291-3/+0
* timers: fix arbitrary object clearImmediate errorsNitzan Uziely2021-03-292-0/+20
* tools: improve valid-typeof lint ruleRich Trott2021-03-291-9/+3
* test: fix typeof comparisonRich Trott2021-03-291-1/+1
* http2: treat non-EOF empty frames like other invalid framesAnna Henningsen2021-03-292-0/+39
* src: report idle time correctlyStephen Belanger2021-03-291-0/+43
* doc,tools: use only one level 1 header per pageRich Trott2021-03-291-19/+19
* test: increase wiggle room for memory in test-worker-resource-limitsRich Trott2021-03-291-2/+3
* test: add OpenSSL 3.0 checks to tls-passphraseDaniel Bevenius2021-03-291-2/+3
* test: add OpenSSL 3.0 checks to test-crypto-keygenDaniel Bevenius2021-03-291-3/+3
* test: fix deprecation warning in test-doctool-htmlAntoine du Hamel2021-03-231-1/+1
* crypto: fix DiffieHellman argument validationAntoine du Hamel2021-03-231-0/+6
* tty: validate file descriptor to avoid int32 overflowAntoine du Hamel2021-03-231-0/+1
* test: fix ibmi skip messageTobias Nießen2021-03-231-1/+1
* test: fix flaky test-vm-timeout-escape-promise-module-2Rich Trott2021-03-231-0/+0
* test: remove duplicated test for eventtargethimself652021-03-231-7/+0
* stream: pipeline accept Buffer as a valid first argumentNitzan Uziely2021-03-231-0/+16
* test: relax Y2K38 check in test-fs-utimes-y2K38Richard Lau2021-03-231-11/+14
* test: remove references to unsupported AIX versionsRichard Lau2021-03-231-7/+0
* test: remove skip for fixed test-benchmark-fsRich Trott2021-03-231-2/+0
* http: fix double AbortSignal registrationNitzan Uziely2021-03-234-12/+131
* test: account for OOM risks in heapsnapshot-near-heap-limit testsJoyee Cheung2021-03-233-17/+29
* http: add http.ClientRequest.getRawHeaderNames()simov2021-03-231-1/+14
* test: refactor code to use AbortSignal.abort()Wassim Chegham2021-03-2316-64/+27
* lib: add brand checks to AbortController and AbortSignalMattias Buelens2021-03-231-0/+60
* deps: add ngtcp2 and nghttp3James M Snell2021-03-232-2/+20
* test: improve test-arm-math-illegal-instructionmarsonya2021-03-231-27/+7
* child_process: add timeout to spawn and forkNitzan Uziely2021-03-232-0/+100
* node-api: stop ref gc during environment teardownGabriel Schulhof2021-03-233-0/+59
* crypto: fix crypto.verify callback invocation with a private keyobjectFilip Skokan2021-03-201-1/+3