Meghan Denny
|
144a9c2f6d
|
node: fix buffer.writeBigInt return value (#17695)
|
2025-02-25 20:47:55 -08:00 |
|
Meghan Denny
|
2db9ab4c72
|
synchronize all impls of ERR_INVALID_ARG_TYPE (#17158)
|
2025-02-25 15:35:14 -08:00 |
|
Meghan Denny
|
b829590356
|
node: remove NotImplementedError exception in perf_hooks (#17651)
|
2025-02-24 22:10:22 -08:00 |
|
Meghan Denny
|
94274b7198
|
node: fix test-buffer-alloc.js (#17642)
|
2025-02-24 20:08:09 -08:00 |
|
Meghan Denny
|
46246bb526
|
node: fix test-buffer-badhex.js (#17644)
|
2025-02-24 20:07:42 -08:00 |
|
pfg
|
211824bb3e
|
fix fake resume triggering real ref() (#17640)
|
2025-02-24 20:03:33 -08:00 |
|
Meghan Denny
|
b7e5a38975
|
node: bun wants to skip these (#17646)
|
2025-02-24 20:02:56 -08:00 |
|
Don Isaac
|
db5b915559
|
fix(node/net): better net.Server compatibility (#17638)
|
2025-02-24 19:24:10 -08:00 |
|
Meghan Denny
|
82c26f0a58
|
node: Buffer.prototype.indexOf on number wasn't relative to buffer start (#17631)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-02-24 14:26:40 -08:00 |
|
Don Isaac
|
61edc58362
|
feat(node/net): add SocketAddress (#17154)
Co-authored-by: DonIsaac <22823424+DonIsaac@users.noreply.github.com>
|
2025-02-24 11:18:16 -08:00 |
|
Meghan Denny
|
d862966631
|
node: test-buffer-write.js (#17450)
|
2025-02-22 00:24:44 -08:00 |
|
Kai Tamkun
|
bda1ad192d
|
Fix EINVAL when setting IPv6 multicast membership (#17478)
|
2025-02-21 18:34:40 -08:00 |
|
Ciro Spaciari
|
8f888be7d5
|
fix(tls) ECONNRESET behavior (#17505)
|
2025-02-21 18:33:42 -08:00 |
|
Meghan Denny
|
27c90786ca
|
node: implement process.binding('fs') (#17480)
|
2025-02-20 22:15:01 -08:00 |
|
Meghan Denny
|
275a34b014
|
node: fix test-buffer-bigint64.js (#17452)
|
2025-02-20 14:16:09 -08:00 |
|
Jarred Sumner
|
1b271fd45e
|
Avoid creating temporary strings when throwing errors (#17179)
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
|
2025-02-20 12:09:27 -08:00 |
|
Ciro Spaciari
|
1e6fdc9f15
|
fix(http2) altsvc + origin support (#17438)
|
2025-02-19 20:55:05 -08:00 |
|
Meghan Denny
|
5ae28d27a0
|
node: fix buffer includes+indexof (#16642)
|
2025-02-18 13:12:03 -08:00 |
|
chloe caruso
|
78e52006c5
|
Rewrite internal Web Streams to use less memory (#16860)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: pfg <pfg@pfg.pw>
|
2025-02-15 01:16:28 -08:00 |
|
pfg
|
905fbee768
|
Wake up stdin after it falls asleep (#17351)
|
2025-02-15 01:15:10 -08:00 |
|
Meghan Denny
|
0405e1451c
|
node: fix test-buffer-inspect.js (#17171)
|
2025-02-14 23:30:46 -08:00 |
|
Meghan Denny
|
b418b7794a
|
node:buffer: fix write (#17323)
|
2025-02-14 23:30:18 -08:00 |
|
Meghan Denny
|
600343fff7
|
node:buffer: fix test-buffer-resizable.js (#17350)
|
2025-02-14 23:29:09 -08:00 |
|
Meghan Denny
|
6353fa4806
|
node:buffer: fix read (#17299)
|
2025-02-12 23:37:36 -08:00 |
|
Shlomo
|
506ea28b36
|
feat: load full certificate bundles from NODE_EXTRA_CA_CERTS (#16782)
|
2025-02-12 11:42:31 -08:00 |
|
Meghan Denny
|
bdccbbc828
|
node: fix Buffer.from(arrayBuffer) (#17267)
|
2025-02-11 18:10:43 -08:00 |
|
Meghan Denny
|
251c2b7d06
|
node:fs: windows: fix integer cast truncating bits when using too large of a mode (#17249)
|
2025-02-11 00:12:28 -08:00 |
|
Meghan Denny
|
374195ea30
|
node: fix test-buffer-backing-arraybuffer.js (#17161)
|
2025-02-07 23:22:03 -08:00 |
|
Meghan Denny
|
180500181f
|
js: fix Buffer constructor and Buffer.from (#16731)
|
2025-02-07 15:13:21 -08:00 |
|
Don Isaac
|
146ec7791b
|
fix(node/assert): port more test cases from node (#16895)
Co-authored-by: DonIsaac <22823424+DonIsaac@users.noreply.github.com>
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2025-02-06 14:29:59 -08:00 |
|
Meghan Denny
|
8634ee3065
|
fix test-buffer-copy.js (#16640)
|
2025-02-04 20:19:22 -08:00 |
|
Meghan Denny
|
1819b01932
|
node: fix test-buffer-fill.js (#16738)
|
2025-02-04 19:52:11 -08:00 |
|
Meghan Denny
|
b39d84690c
|
implement process.binding('buffer') (#16741)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-02-04 17:59:48 -08:00 |
|
Dylan Conway
|
d4ce421982
|
Fix node:fs memory leak with AbortSignal (#16788)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-01-31 05:25:53 -08:00 |
|
chloe caruso
|
322098fa54
|
allow resolution to work when the source file does not exist (#16851)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-01-31 05:24:57 -08:00 |
|
Jarred Sumner
|
61bf221510
|
Get pnpm to run inside bun (#16934)
|
2025-01-31 04:22:03 -08:00 |
|
190n
|
91f2be57b5
|
fix(node:os): loadavg() return values on Darwin (#16922)
|
2025-01-30 17:08:44 -08:00 |
|
Don Isaac
|
b612bc4f47
|
feat(node/fs): add fs.glob, fs.globSync, and fs.promises.glob (#16676)
|
2025-01-30 13:20:19 -08:00 |
|
Don Isaac
|
c8f8d2c0bb
|
fix(node/http): re-export WebSocket, CloseEvent, and MessageEvent (#16888)
|
2025-01-29 18:52:02 -08:00 |
|
190n
|
af27f9e697
|
Allow WTF timers to participate in the event loop (#15557)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: 190n <190n@users.noreply.github.com>
Co-authored-by: 190n <7763597+190n@users.noreply.github.com>
|
2025-01-28 17:47:53 -08:00 |
|
Jarred Sumner
|
f826586e78
|
Remove incorrect assertion
|
2025-01-28 17:38:52 -08:00 |
|
Jarred Sumner
|
c8344dd3ed
|
Deflake AsyncLocalStorage test
|
2025-01-28 17:36:29 -08:00 |
|
Don Isaac
|
33fefdda6b
|
fix(node/fs): better validation in fs.Dir (#16806)
|
2025-01-28 13:38:28 -08:00 |
|
chloe caruso
|
c08f4abb6a
|
fix(node:fs): set allow above root (#16814)
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
|
2025-01-27 16:02:15 -08:00 |
|
Jarred Sumner
|
68ee83067e
|
Revert "Rewrite the internal Web Stream native bindings to use less m… (#16795)
|
2025-01-27 05:39:37 -08:00 |
|
Jarred Sumner
|
5262c7bffd
|
Fixes Bun.fileURLToPath throwing error when it should not (#16789)
|
2025-01-27 02:14:03 -08:00 |
|
Jarred Sumner
|
843cb38d3b
|
Fix memory leak in pathToFileURL (#16784)
|
2025-01-26 22:35:45 -08:00 |
|
Jarred Sumner
|
77be87b0a7
|
Fix process.stdin.ref (#16767)
|
2025-01-26 03:51:16 -08:00 |
|
Jarred Sumner
|
89eea169c0
|
Fixes #16739 (#16744)
|
2025-01-26 02:21:40 -08:00 |
|
Jarred Sumner
|
75a95aa5fa
|
Rewrite the internal Web Stream native bindings to use less memory (#16349)
|
2025-01-26 00:04:39 -08:00 |
|