Jarred Sumner
|
e9c653a1b6
|
Reduce CPU usage when using Bun.spawnSync with inherit (#19105)
|
2025-05-03 20:33:57 -07:00 |
|
Jarred Sumner
|
b47c3bb356
|
Fix crash involving importing invalid file URLs (#19451)
|
2025-05-02 22:44:07 -07:00 |
|
190n
|
7e63a7e228
|
restore "remove most static initializers" and investigate test (#19374)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-04-30 15:05:38 -07:00 |
|
Jarred Sumner
|
7230b88c5d
|
Clean up usage of .destroy in sinks (#19302)
|
2025-04-29 18:30:43 -07:00 |
|
Jarred Sumner
|
3ea7953474
|
Revert "investigate static-initializers.test.ts (#19352)"
This reverts commit b97cc6cb6c.
|
2025-04-29 14:24:31 -07:00 |
|
190n
|
b97cc6cb6c
|
investigate static-initializers.test.ts (#19352)
|
2025-04-29 14:23:20 -07:00 |
|
190n
|
7b134693d6
|
Revert "Remove most static initializers (#19298)" (#19353)
|
2025-04-28 15:54:31 -07:00 |
|
Meghan Denny
|
ec6cb8283e
|
bun.serve: use getBooleanStrict for tls.requestCert and tls.rejectUnauthorized (#19293)
|
2025-04-28 03:43:49 -07:00 |
|
Jarred Sumner
|
9ca2e1445c
|
Remove most static initializers (#19298)
|
2025-04-26 04:03:59 -07:00 |
|
Christoph
|
b7c5bd0922
|
Fix crash on empty text file import (#19165)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-04-25 23:42:41 -07:00 |
|
pfg
|
ea681fa9ec
|
test-assert-typedarray-deepequal (#19285)
|
2025-04-25 23:36:07 -07:00 |
|
Jarred Sumner
|
5152254b2b
|
Add test for non-reified static properties on the Bun global (#19270)
|
2025-04-25 00:07:34 -07:00 |
|
Dylan Conway
|
41388204b9
|
update webkit (#19238)
|
2025-04-23 23:21:22 -07:00 |
|
Jarred Sumner
|
9646bf1a38
|
Fixes #16671 (#19227)
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2025-04-23 16:42:33 -07:00 |
|
chloe caruso
|
903706dccf
|
file descriptor rewrite (#18790)
|
2025-04-15 09:37:11 -07:00 |
|
Don Isaac
|
caeea11706
|
fix(bun/test): it.failing for tests using done callbacks (#19018)
|
2025-04-14 19:29:05 -07:00 |
|
Jarred Sumner
|
27a580a4d5
|
Fix test using afterAll inside of a test
|
2025-04-14 17:25:17 -07:00 |
|
Alistair Smith
|
ab431f158a
|
@types/bun: declare ShellError and ShellPromise in the right place (#18955)
Co-authored-by: Don Isaac <donald.isaac@gmail.com>
|
2025-04-14 11:56:31 -07:00 |
|
Jarred Sumner
|
7d8a376d5e
|
Fixes #18956 (#18971)
|
2025-04-12 06:16:55 -07:00 |
|
Jarred Sumner
|
31b81637c8
|
Revert "fix(test): test.failing when tests use a done callback" (#18969)
|
2025-04-12 04:04:24 -07:00 |
|
Don Isaac
|
27f83c38af
|
fix(test): test.failing when tests use a done callback (#18930)
|
2025-04-10 14:52:29 -07:00 |
|
Don Isaac
|
75988aa14a
|
test(http): port over some of express' test suite (#18927)
|
2025-04-10 14:01:27 -07:00 |
|
chloe caruso
|
5f9f200e7e
|
require.resolve with paths option (#18851)
|
2025-04-08 14:07:03 -07:00 |
|
Jarred Sumner
|
e75d226943
|
Make shell more reliable (#18794)
|
2025-04-05 02:45:25 -07:00 |
|
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 |
|
Inqnuam
|
946f41c01a
|
feat(s3Client): add support for ListObjectsV2 action (#16948)
|
2025-04-02 09:35:08 -07:00 |
|
Ciro Spaciari
|
575d2c40a8
|
fix(server) Fix empty stream response (#18707)
|
2025-04-01 19:08:04 -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 |
|
Don Isaac
|
a1ab2a4780
|
fix: Bun.write() with empty string creates a file (#18561)
|
2025-03-28 11:54:54 -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 |
|
pfg
|
b40f5c9669
|
more cookie mistakes (#18517)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-03-26 22:33:44 -07:00 |
|
pfg
|
1d655a0232
|
cookie mistakes (#18513)
|
2025-03-26 20:51:20 -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
|
49ca2c86e7
|
More robust Bun.Cookie & Bun.CookieMap (#18359)
Co-authored-by: pfg <pfg@pfg.pw>
|
2025-03-26 02:51:41 -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 |
|
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 |
|
Jarred Sumner
|
60ae19bded
|
Revert "Introduce Bun.Cookie & Bun.CookieMap & request.cookies (in BunRequest) (#18073)"
This reverts commit 9888570456.
We will add it in Bun v1.2.7
|
2025-03-21 22:17:28 -07:00 |
|
Dylan Conway
|
10665821c4
|
node:crypto: move Cipheriv and Decipheriv to native code (#18342)
|
2025-03-21 02:52:52 -07:00 |
|
Jarred Sumner
|
9888570456
|
Introduce Bun.Cookie & Bun.CookieMap & request.cookies (in BunRequest) (#18073)
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Co-authored-by: pfg <pfg@pfg.pw>
|
2025-03-20 21:29:00 -07:00 |
|
Don Isaac
|
a8a7da3466
|
fix(spawn): memory leak in "pipe"d stdout/stderr (#18316)
Co-authored-by: DonIsaac <22823424+DonIsaac@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-03-20 12:15:32 -07:00 |
|
Jarred Sumner
|
da9c980d26
|
Fix shell crash in load test (#18320)
|
2025-03-20 11:36:43 -07:00 |
|
nmarks
|
27cf0d5eaf
|
Remove references to developers former name (#18319)
Co-authored-by: chloe caruso <git@paperclover.net>
|
2025-03-20 00:53:46 -07:00 |
|
chloe caruso
|
b5cbf16cb8
|
module pr 2 (#18266)
|
2025-03-20 00:45:44 -07:00 |
|
Don Isaac
|
c47e402025
|
fix: crash in Bun.inspect.table (#18256)
Co-authored-by: DonIsaac <22823424+DonIsaac@users.noreply.github.com>
|
2025-03-18 18:56:56 -07:00 |
|
pfg
|
74768449bc
|
disallow test() within test() (#18203)
|
2025-03-15 21:34:35 -07:00 |
|
190n
|
de4182f305
|
chore: upgrade zig to 0.14.0 (#17820)
Co-authored-by: 190n <7763597+190n@users.noreply.github.com>
Co-authored-by: Zack Radisic <56137411+zackradisic@users.noreply.github.com>
Co-authored-by: pfg <pfg@pfg.pw>
Co-authored-by: pfgithub <6010774+pfgithub@users.noreply.github.com>
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
|
2025-03-14 22:13:31 -07:00 |
|
Indigo
|
7d69ac03ec
|
sqlite: Enable passing options to Database.deserialize to enable strict mode (#17726)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-03-13 12:36:51 -07:00 |
|
pfg
|
d7a047a533
|
Fix #18131 (global catch-all route does not work with callback handler) (#18148)
|
2025-03-12 21:39:31 -07:00 |
|
Zack Radisic
|
01db86e915
|
Fix #18064 (#18134)
|
2025-03-12 16:08:16 -07:00 |
|