Dylan Conway
|
a52f2f4a8d
|
fix(crypto): Cipheriv options without authTagLength (#18764)
|
2025-04-03 17:38:47 -07:00 |
|
pfg
|
d9c77be90d
|
node child process maxbuf support (#18293)
|
2025-04-03 17:03:26 -07:00 |
|
Alistair Smith
|
3e358a1708
|
fix Bun.env merging (#18753) and test for Bun.Encoding in Text{Encoder,Decoder} (#18754)
|
2025-04-03 15:56:48 -07:00 |
|
chloe caruso
|
976330f4e2
|
fix bundling regression with builtin modules (#18735)
|
2025-04-02 22:29:31 -07:00 |
|
Dylan Conway
|
0efbbd3870
|
fix(crypto): remove verifyError from DiffieHellman.prototype (#18710)
|
2025-04-02 14:24:36 -07:00 |
|
Inqnuam
|
946f41c01a
|
feat(s3Client): add support for ListObjectsV2 action (#16948)
|
2025-04-02 09:35:08 -07:00 |
|
Ciro Spaciari
|
4cea70a484
|
fix(node:http) fix fastify websockets (#18712)
|
2025-04-01 19:28:44 -07:00 |
|
Kai Tamkun
|
5392cd1d28
|
Call node:http request callback through AsyncContextFrame (#18711)
|
2025-04-01 19:27:45 -07:00 |
|
Zack Radisic
|
38a776a404
|
Implement uv_mutex_* fns and others (#18555)
|
2025-04-01 19:08:32 -07:00 |
|
Ciro Spaciari
|
575d2c40a8
|
fix(server) Fix empty stream response (#18707)
|
2025-04-01 19:08:04 -07:00 |
|
chloe caruso
|
c29933f823
|
implement require.extensions attempt 2 (#18686)
|
2025-04-01 14:31:16 -07:00 |
|
Ciro Spaciari
|
13068395c0
|
fix(crypto) check for undefined (#18702)
|
2025-04-01 12:36:02 -07:00 |
|
Jarred Sumner
|
4806e84cc1
|
Revert "remove many usingnamespace, introduce new ref count and ref leak debugging tools (#18353)"
This reverts commit a199b85f2b. It does not compile on Windows.
|
2025-04-01 08:35:51 -07:00 |
|
chloe caruso
|
a199b85f2b
|
remove many usingnamespace, introduce new ref count and ref leak debugging tools (#18353)
|
2025-03-31 17:17:38 -07:00 |
|
Alistair Smith
|
41d3f1bc9d
|
fix: declaring Bun Env should declare on process.env also (#18665)
|
2025-03-31 04:25:08 -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 |
|
Alistair Smith
|
0814abe21e
|
FIx some smaller issues in bun-types (#18642)
|
2025-03-31 03:41:13 -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 |
|
Jarred Sumner
|
c3e2bf0fc4
|
Update ban-words.test.ts
|
2025-03-31 02:14:36 -07:00 |
|
Jarred Sumner
|
78a9396038
|
Update ban-words.test.ts
|
2025-03-31 02:14:36 -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 |
|
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 |
|
Don Isaac
|
1b10b61423
|
test: disable failing shadcn tests in CI (#18603)
|
2025-03-29 01:48:59 -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 |
|
Alistair Smith
|
e83b5fb720
|
@types/bun: fix URLSearchParams, bring back old types test suite (#18598)
|
2025-03-28 17:51:52 -07:00 |
|
Don Isaac
|
a1ab2a4780
|
fix: Bun.write() with empty string creates a file (#18561)
|
2025-03-28 11:54:54 -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 |
|
Alistair Smith
|
f4ae8c7254
|
Fix AbortSignal static methods when DOM is missing (#18530)
|
2025-03-27 15:10:18 +00:00 |
|
Alistair Smith
|
2a9569cec4
|
@types/bun: Some small fixes for the test and Bun.env (#18528)
|
2025-03-27 13:32:23 +00: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 |
|
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 |
|
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 |
|