Jarred Sumner
|
b34703914c
|
Fix build
|
2025-03-31 04:20:52 -07:00 |
|
Jarred Sumner
|
f3da1b80bc
|
Use macOS signpost api for tracing (#14871)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
Co-authored-by: Don Isaac <donald.isaac@gmail.com>
Co-authored-by: DonIsaac <DonIsaac@users.noreply.github.com>
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
2025-03-31 04:13:11 -07:00 |
|
Jarred Sumner
|
c3be6732d1
|
Fixes #18572 (#18578)
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2025-03-31 02:15:27 -07:00 |
|
Ciro Spaciari
|
e2ce3bd4ce
|
fix(node:http) http.request empty requests should not always be transfer-encoding: chunked (#18649)
|
2025-03-31 02:10:31 -07:00 |
|
Jarred Sumner
|
fee911194a
|
Remove dead code from js_printer (#18619)
|
2025-03-29 04:46:23 -07:00 |
|
Jarred Sumner
|
358a1db422
|
Clean up some mimalloc-related code (#18618)
|
2025-03-29 04:01:55 -07:00 |
|
Jarred Sumner
|
8929d65f0e
|
Remove some dead code (#18617)
|
2025-03-29 03:18:08 -07:00 |
|
Don Isaac
|
f14e26bc85
|
fix: crash when Bun.write is called on a typedarray-backed Blob (#18600)
|
2025-03-29 03:04:10 -07:00 |
|
Ciro Spaciari
|
7021c42cf2
|
fix(node:http) fix post regression (#18599)
Co-authored-by: cirospaciari <6379399+cirospaciari@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
2025-03-29 01:50:26 -07:00 |
|
Kai Tamkun
|
bb9128c0e8
|
Fix a node:http UAF (#18564)
|
2025-03-28 22:02:49 -07:00 |
|
Jarred Sumner
|
f38d35f7c9
|
Revert #18562 #18478 (#18610)
|
2025-03-28 20:23:49 -07:00 |
|
Don Isaac
|
f0dfa109bb
|
fix(cli/pack): excluded entries nested within included dirs (#18509)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-03-28 19:05:37 -07:00 |
|
Don Isaac
|
27cf65a1e2
|
refactor(uws): remove unused uws_res_write_headers (#18607)
|
2025-03-28 17:52:05 -07:00 |
|
Dylan Conway
|
0a4f36644f
|
avoid encoding as double in napi_create_double if possible (#18585)
|
2025-03-28 15:16:32 -07:00 |
|
Don Isaac
|
a1ab2a4780
|
fix: Bun.write() with empty string creates a file (#18561)
|
2025-03-28 11:54:54 -07:00 |
|
Jarred Sumner
|
accccbfdaf
|
2x faster headers.get, headers.delete, headers.has (#18571)
|
2025-03-28 01:15:00 -07:00 |
|
pfg
|
8e0c8a143e
|
Fix for test-stdin-from-file closing fd '0' (#18559)
|
2025-03-27 21:38:50 -07:00 |
|
chloe caruso
|
8f4575c0e4
|
fix: detection module type from extension (#18562)
|
2025-03-27 20:47:31 -07:00 |
|
Dylan Conway
|
c7edb24520
|
fix(install): resolution order and unused resolutions (#18560)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-03-27 20:46:58 -07:00 |
|
Ciro Spaciari
|
325acfc230
|
fix(node:http) fix regression where we throw ECONNRESET and/or ERR_STREAM_WRITE_AFTER_END after socket.end() (#18539)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-03-27 18:27:19 -07:00 |
|
Ciro Spaciari
|
dac7f22997
|
fix(CSRF) remove undefined's and add more checks for bad tokens (#18535)
|
2025-03-27 17:47:00 -07:00 |
|
chloe caruso
|
70ddfb55e6
|
implement require.extensions (#18478)
|
2025-03-27 14:58:24 -07:00 |
|
Zack Radisic
|
5c0fa6dc21
|
Better error message for NAPI modules which access unsupported libuv functions (#18503)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-03-26 23:57:10 -07:00 |
|
Grigory
|
53f311fdd9
|
fix(nodevm): allow options props to be undefined (#18465)
|
2025-03-26 22:35:02 -07:00 |
|
pfg
|
b40f5c9669
|
more cookie mistakes (#18517)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-03-26 22:33:44 -07:00 |
|
Vladlen Grachev
|
317e9d23ab
|
Fix CSS Modules when code splitting enabled (#18435)
Co-authored-by: Don Isaac <donald.isaac@gmail.com>
|
2025-03-26 21:45:22 -07:00 |
|
Don Isaac
|
11bb3573ea
|
build: shave 30s off debug builds (#18516)
Co-authored-by: DonIsaac <22823424+DonIsaac@users.noreply.github.com>
|
2025-03-26 21:42:13 -07:00 |
|
Ciro Spaciari
|
39cf0906d1
|
fix(fetch) handle aborted connection inside start (#18512)
|
2025-03-26 20:52:49 -07:00 |
|
pfg
|
1d655a0232
|
cookie mistakes (#18513)
|
2025-03-26 20:51:20 -07:00 |
|
Ciro Spaciari
|
a548c2ec54
|
fix(node:http) properly signal server drain after draining the socket buffer (#18479)
|
2025-03-26 16:41:17 -07:00 |
|
Don Isaac
|
75144ab881
|
fix: reflect-metadata import order (#18086)
Co-authored-by: DonIsaac <22823424+DonIsaac@users.noreply.github.com>
|
2025-03-26 16:19:45 -07:00 |
|
Jarred Sumner
|
1dbeed20a9
|
Port https://github.com/WebKit/WebKit/pull/43041 (#18507)
|
2025-03-26 16:16:48 -07:00 |
|
pfg
|
f4ab2e4986
|
Remove two usingnamespace & ptrCast on function pointer (#18486)
|
2025-03-26 14:41:14 -07:00 |
|
Jarred Sumner
|
57cda4a445
|
Clean-up after #18485 (#18489)
|
2025-03-26 04:46:35 -07:00 |
|
Jarred Sumner
|
49ca2c86e7
|
More robust Bun.Cookie & Bun.CookieMap (#18359)
Co-authored-by: pfg <pfg@pfg.pw>
|
2025-03-26 02:51:41 -07:00 |
|
Ciro Spaciari
|
a08a9c5bfb
|
compat(http) more compatibility in cookies (#18446)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-03-26 01:30:29 -07:00 |
|
Kai Tamkun
|
ee8a839500
|
Fix node:http UAF (#18485)
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2025-03-25 23:31:04 -07:00 |
|
Dylan Conway
|
8ee962d79f
|
Fix #14881 (#18483)
|
2025-03-25 20:51:36 -07:00 |
|
Ciro Spaciari
|
4c3d652f00
|
chore(fetch) split fetch from response.zig (#18475)
|
2025-03-25 20:44:27 -07:00 |
|
Dylan Conway
|
c21fca08e2
|
fix node:crypto hash name regression (#18481)
|
2025-03-25 20:43:41 -07:00 |
|
Alistair Smith
|
57381d43ed
|
types: Rewrite to avoid conflicts and allow for doc generation (#18024)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-03-25 14:33:30 -07:00 |
|
Kai Tamkun
|
60acfb17f0
|
node:http compatibility (options.lookup) (#18395)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-03-24 23:49:02 -07:00 |
|
Jarred Sumner
|
8735a3f4d6
|
-200 KB binary size (#18415)
|
2025-03-24 23:28:21 -07:00 |
|
Ciro Spaciari
|
1656bca9ab
|
improve(fetch) (#18187)
|
2025-03-24 23:24:16 -07:00 |
|
Dylan Conway
|
43af1a2283
|
maybe fix crash in test-crypto-prime.js (#18450)
|
2025-03-24 22:46:28 -07:00 |
|
Jarred Sumner
|
84a21234d4
|
Split bun crypto APIs into more files (#18431)
|
2025-03-24 17:22:05 -07:00 |
|
Jarred Sumner
|
50eaea19cb
|
Move TextDecoder, TextEncoderStreamEncoder, TextEncoder, EncodingLabel into separate files (#18430)
|
2025-03-24 17:10:48 -07:00 |
|
Jarred Sumner
|
438d8555c6
|
Split ServerWebSocket & NodeHTTPResponse into more files (#18432)
|
2025-03-24 17:09:30 -07:00 |
|
chloe caruso
|
163a51c0f6
|
fix BUN-604 (#18447)
|
2025-03-24 17:05:01 -07:00 |
|
pfg
|
8df7064f73
|
Don't crash when server.fetch() is called on a server without a fetch() handler (#18151)
Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com>
|
2025-03-24 16:55:34 -07:00 |
|