Commit Graph

868 Commits

Author SHA1 Message Date
Ashcon Partovi
1fe01a8750 fix: test-set-incoming-message-header.js 2025-03-20 15:15:45 -07:00
Ashcon Partovi
e9ff7a618a fix: test-http-response-no-headers.js 2025-03-20 15:09:17 -07:00
Ashcon Partovi
aaebe43299 fix: test-http-write-head.js 2025-03-20 15:08:32 -07:00
Ashcon Partovi
04000a9822 fix: test-http-client-request-options.js 2025-03-20 13:14:50 -07:00
Ashcon Partovi
0cd7cd6528 fix: test-http-correct-hostname.js 2025-03-20 12:56:11 -07:00
Ashcon Partovi
9a1a080d49 fix: deviate from fetch() spec and allow status codes up to 999 2025-03-20 12:48:58 -07:00
Ashcon Partovi
62de1caa02 fix: test-http-server-multiheaders2.js 2025-03-19 17:01:00 -07:00
Ashcon Partovi
124fe6cbac fix: test-http-server-multiheaders.js 2025-03-19 17:00:14 -07:00
Ashcon Partovi
93bac50410 fix: test-http-outgoing-internal-headernames-setter.js 2025-03-19 16:03:48 -07:00
Ashcon Partovi
91b16deebf fix: test-http-request-dont-override-options.js 2025-03-19 15:41:01 -07:00
Ashcon Partovi
f5af325b24 fix: test-http-agent-getname.js 2025-03-19 15:34:18 -07:00
Ashcon Partovi
3010388b2d fix: test-http-wget.js 2025-03-19 15:21:37 -07:00
Ashcon Partovi
d89a6eb948 fix: test-http-listening.js 2025-03-19 15:18:58 -07:00
Ashcon Partovi
7ebdf39223 fix: test-http-byteswritten.js 2025-03-19 15:15:29 -07:00
Ashcon Partovi
99f667685e fix: test-http-outgoing-settimeout.js 2025-03-19 14:45:14 -07:00
Ashcon Partovi
c0716aebfe fix: test-http-header-obstext.js 2025-03-19 14:29:07 -07:00
Ashcon Partovi
b58a8ea979 fix: test-http-response-setheaders.js 2025-03-19 14:23:18 -07:00
Ashcon Partovi
e054c11e10 fix: test-http-timeout-overflow.js 2025-03-19 13:48:49 -07:00
Ashcon Partovi
53cbffe733 fix: test-http-request-methods.js 2025-03-19 13:31:17 -07:00
Ashcon Partovi
e462ba3b64 fix: test-http-default-port.js 2025-03-19 11:51:12 -07:00
Ashcon Partovi
6e1f1c4da7 Initial support for node:test (#18140) 2025-03-19 11:49:00 -07:00
Don Isaac
982083b3e9 fix(node/http): misc fixes (#18294) 2025-03-18 21:22:39 -07:00
Dylan Conway
c820b0c5e1 node:crypto: implement generatePrime(Sync) and checkPrime(Sync) (#18268) 2025-03-18 11:48:24 -07:00
pfg
74768449bc disallow test() within test() (#18203) 2025-03-15 21:34:35 -07:00
Dylan Conway
4214cc0aaa followup #18044 and #17850 (#18205) 2025-03-14 21:26:12 -07:00
Meghan Denny
d7aee40387 node: fix test-buffer-creation-regression.js (#18184) 2025-03-13 21:44:43 -07:00
Don Isaac
26f08fabd7 fix(ShadowRealm): give global objects a unique execution context id (#18179) 2025-03-13 21:00:35 -07:00
Jarred Sumner
05b48ce57c Implement node:crypto DiffieHellman (in native code) (#17850)
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
2025-03-13 20:26:25 -07:00
Ciro Spaciari
beb32770f0 fix(tests) move to the right folder (#18130) 2025-03-13 12:40:49 -07:00
Meghan Denny
3eec297282 js: no longer provide our own 'detect-libc' (#18138) 2025-03-13 12:40:37 -07:00
Meghan Denny
c260223127 node: fix test-tls-translate-peer-certificate.js (#18136) 2025-03-12 21:00:22 -07:00
Meghan Denny
e834a80b7b node: fix test-tls-timeout-server-2.js (#18143) 2025-03-12 19:31:22 -07:00
chloe caruso
85376147a4 node:module compatibility pt 1 (#18106) 2025-03-12 15:47:41 -07:00
Meghan Denny
d2ecce272c node: fix test-net-server-close-before-calling-lookup-callback.js (#18103) 2025-03-12 14:21:24 -07:00
Meghan Denny
7ee0b428d6 node: fix test-tls-connect-simple.js (#18094) 2025-03-12 14:20:39 -07:00
Meghan Denny
9482e4c86a node: fix test-tls-close-event-after-write.js (#18098) 2025-03-12 14:20:14 -07:00
Meghan Denny
42276a9500 node: fix test-tls-connect-hwm-option.js (#18096) 2025-03-12 14:20:02 -07:00
Meghan Denny
9636852224 node: fix test-tls-client-abort2.js (#18099) 2025-03-12 14:19:22 -07:00
Meghan Denny
5f72715a42 node: fix test-tls-invoke-queued.js (#18091) 2025-03-12 14:19:08 -07:00
Ciro Spaciari
c60b5dd4d6 compat(http) more compat in http (#18074) 2025-03-12 14:18:51 -07:00
Meghan Denny
42c474a21f node: fix test-net-socket-end-callback.js (#18102) 2025-03-12 14:17:29 -07:00
Meghan Denny
04078fbf61 node: fix test-tls-0-dns-altname.js (#18100) 2025-03-12 14:17:18 -07:00
Zack Radisic
28ebbb3f20 Fix node:vm test (#18081) 2025-03-12 14:16:03 -07:00
Meghan Denny
0345414ded node: fix test-net-reuseport.js (#18104) 2025-03-12 12:25:39 -07:00
pfg
fdd181d68d Even more child process tests passing (#18052) 2025-03-11 22:52:12 -07:00
Meghan Denny
29870cb572 node: fix test-tls-interleave.js (#18092) 2025-03-11 20:33:42 -07:00
Meghan Denny
32223e90e3 node: fix test-tls-transport-destroy-after-own-gc.js (#18087) 2025-03-11 20:33:25 -07:00
Meghan Denny
31198cdbd9 node: fix test-tls-connect-pipe.js (#18095) 2025-03-11 20:33:13 -07:00
Meghan Denny
971f2b1ed7 node: fix test-tls-destroy-whilst-write.js (#18093) 2025-03-11 20:32:52 -07:00
Ciro Spaciari
4c93b72906 compat(http2) more http2 compatibility improvements (#18060)
Co-authored-by: cirospaciari <6379399+cirospaciari@users.noreply.github.com>
2025-03-11 19:46:05 -07:00