Jarred-Sumner
577fc18fd9
bun run prettier
2025-07-01 18:30:17 +00:00
Cursor Agent
eac2f0dc8d
Preserve AsyncLocalStorage context in fs.watch callback
...
Co-authored-by: jarred <jarred@bun.sh >
2025-07-01 18:11:52 +00:00
Meghan Denny
ca59ed04bd
node: sync updated tests ( #20625 )
2025-06-30 14:52:50 -07:00
Jarred Sumner
034bcf2b57
Deflake
...
These tests should not have been marked as passing.
test/js/node/test/parallel/test-cluster-worker-kill-signal.js
test/js/node/test/parallel/test-child-process-prototype-tampering.mjs
2025-06-28 23:45:34 -07:00
Jarred Sumner
386743b508
Revert "node: fix test-net-bytes-stats.js" ( #20693 )
2025-06-27 17:38:18 -07:00
Meghan Denny
1789f92991
node: fix test-net-server-capture-rejection.js ( #20646 )
2025-06-27 14:42:52 -07:00
Meghan Denny
c863341bf4
node: fix test-net-connect-custom-lookup-non-string-address.mjs ( #20648 )
2025-06-27 14:42:25 -07:00
Meghan Denny
ea7068a531
node: fix test-net-bytes-stats.js ( #20629 )
2025-06-26 01:48:23 -07:00
Meghan Denny
4cf31f6a57
node: sync test-net-connect-options-invalid.js ( #20607 )
2025-06-24 22:46:56 -07:00
Meghan Denny
3f257a2905
node: fix test-timers-invalid-clear.js ( #20624 )
2025-06-24 22:39:20 -07:00
Jarred Sumner
90e3d6c898
Fix flushHeaders streaming ( #20577 )
...
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Jarred Sumner <Jarred-Sumner@users.noreply.github.com >
Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com >
2025-06-24 18:48:23 -07:00
Meghan Denny
e8b652a5d9
node: fix test-net-better-error-messages-path.js ( #20609 )
2025-06-24 17:48:06 -07:00
Meghan Denny
354391a263
zig: socket: fix uaf in handleError, onOpen, onWritable ( #20604 )
2025-06-24 17:31:58 -07:00
Ciro Spaciari
17120cefdc
fix(http2) fix remoteSettings not emitting on default settings ( #20622 )
2025-06-24 17:31:19 -07:00
Meghan Denny
7d9dd67586
node: fix test-net-connect-keepalive.js ( #20610 )
2025-06-24 02:56:50 -07:00
Meghan Denny
ccb0ed13c2
node: fix test-net-listen-fd0.js ( #20611 )
2025-06-24 02:56:40 -07:00
Meghan Denny
050a9cecb7
node: sync test-net-connect-no-arg.js ( #20608 )
2025-06-24 01:02:38 -07:00
Jarred Sumner
c7b1e5c709
Fix fs.watchFile ignoring atime ( #20575 )
...
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2025-06-22 18:22:41 -07:00
Michael H
25dbe5cf3f
fs.glob set onlyFiles: false so it can match folders (#20510 )
2025-06-21 23:45:38 -07:00
Jarred Sumner
37505ad955
Deflake test/js/node/fs/abort-signal-leak-read-write-file-fixture.ts on Windows
2025-06-21 23:43:55 -07:00
Michael H
770c1c8327
fix test-child-process-fork-exec-argv.js ( #19639 )
...
Co-authored-by: 190n <ben@bun.sh >
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com >
2025-06-20 11:53:36 -07:00
Michael H
3aedf0692c
make options argument not required for fs.promises.glob ( #20480 )
2025-06-19 12:55:32 -07:00
Jarred Sumner
775c3b1987
Update WebKit ( #20413 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Jarred Sumner <Jarred-Sumner@users.noreply.github.com >
2025-06-16 14:01:58 -07:00
pfg
c44515eaaf
Support --unhandled-rejections flag and rejectionHandled event ( #19874 )
...
Co-authored-by: pfgithub <6010774+pfgithub@users.noreply.github.com >
2025-06-13 19:05:05 -07:00
pfg
e0924ef226
Implement require('tls').getCACertificates() ( #20364 )
...
Co-authored-by: pfgithub <6010774+pfgithub@users.noreply.github.com >
2025-06-13 17:30:04 -07:00
Meghan Denny
5763a8e533
node:zlib: add zstd ( #20313 )
...
Co-authored-by: nektro <5464072+nektro@users.noreply.github.com >
2025-06-12 14:20:28 -07:00
Jarred Sumner
9fd18361f2
Revert "node:net: fix crash calling getsockname on native server handle ( #20286 )"
...
This reverts commit de6739c401 .
2025-06-09 21:59:17 -07:00
Meghan Denny
de6739c401
node:net: fix crash calling getsockname on native server handle ( #20286 )
2025-06-09 21:57:57 -07:00
Ciro Spaciari
24bc236eb7
compat(http2) fix flow protocol ( #20051 )
...
Co-authored-by: cirospaciari <6379399+cirospaciari@users.noreply.github.com >
2025-06-05 17:34:30 -07:00
Kai Tamkun
817d0464f6
Add support for node:vm.SyntheticModule ( #19878 )
2025-06-04 19:41:26 -07:00
190n
d7970946eb
Delete flaky tests from #20065 ( #20189 )
2025-06-04 16:44:31 -07:00
pfg
014fb6be8f
test-tls-check-server-identity ( #20170 )
2025-06-04 16:44:15 -07:00
Meghan Denny
bfd7fc06c7
fix test-net-server-max-connections.js ( #20034 )
...
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
Co-authored-by: nektro <5464072+nektro@users.noreply.github.com >
Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com >
2025-06-03 22:50:08 -07:00
Ali
95346bd919
fixed SharedArrayBuffer crashing on transfer ( #20130 )
2025-06-02 23:05:52 -07:00
Meghan Denny
ceaaed4848
node: more now passing tests ( #20065 )
2025-06-02 23:03:47 -07:00
Meghan Denny
abaa69183b
write test in server.spec.ts better ( #20150 )
2025-06-02 23:03:05 -07:00
Meghan Denny
3e1075410b
Delete test-net-allow-half-open.js
...
turned out to be flaky
2025-06-02 19:01:49 -07:00
Meghan Denny
7a790581e0
Revert "fix test-net-bytes-stats.js" ( #20154 )
2025-06-02 18:15:39 -07:00
Stanislaw Wozniak
b2a728e45d
bug: Do not duplicate Transfer-Encoding header ( #20116 )
...
Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com >
2025-06-01 15:54:04 -07:00
Dylan Conway
ce8767cdc8
add HTTPParser ( #20049 )
...
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2025-05-31 16:21:08 -07:00
Grigory
6bbd1e0685
fix(NodeValidator): make object check less strict ( #19047 )
...
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
2025-05-30 22:10:29 -07:00
Jarred Sumner
fd894f5a65
Fix test-child-process-server-close ( #20062 )
2025-05-30 00:15:26 -07:00
Jarred Sumner
a398bd62a3
Add passing node tests ( #20052 )
2025-05-29 22:53:28 -07:00
Jarred Sumner
aa404b14c4
Fix http Expect header handling ( #20026 )
...
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com >
Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com >
2025-05-29 20:03:32 -07:00
Jarred Sumner
a4819b41e9
Fix setSourceMapsEnabled node test ( #20039 )
...
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2025-05-29 18:04:31 -07:00
Jarred Sumner
f5bfda9699
Fix http socket encoding check ( #20031 )
...
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2025-05-29 17:05:51 -07:00
Meghan Denny
576f66c149
fix test-net-server-drop-connections.js ( #19995 )
2025-05-29 13:55:25 -07:00
Meghan Denny
b111e6db02
fix test-net-connect-handle-econnrefused.js ( #19993 )
2025-05-29 11:32:54 -07:00
Meghan Denny
ffffb634c6
fix test-net-bytes-stats.js ( #20003 )
2025-05-29 11:32:13 -07:00
Meghan Denny
d109183d3e
fix test-net-better-error-messages-port.js ( #20008 )
2025-05-29 11:31:53 -07:00