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 |
|
Jarred Sumner
|
acf0b68299
|
Make request.method getter not allocate memory (#18961)
|
2025-04-11 20:59:38 -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 |
|
Ciro Spaciari
|
4ccf5c03dc
|
fix(crypto) fix setAAD undefined checks (#18905)
|
2025-04-09 16:50:08 -07:00 |
|
chloe caruso
|
9a329c04cc
|
pass test-module-globalpaths-nodepath.js (#18879)
|
2025-04-08 21:32:19 -07:00 |
|
Jarred Sumner
|
f677ac322c
|
Rename redis.disconnect to redis.close (#18880)
|
2025-04-08 19:59:08 -07:00 |
|
Jarred Sumner
|
03f3a59ff5
|
Always disable stop if necessary timer (#18882)
|
2025-04-08 19:17:20 -07:00 |
|
chloe caruso
|
4a44257457
|
pass test-require-exceptions.js (#18873)
|
2025-04-08 18:13:28 -07:00 |
|
Jarred Sumner
|
f912fd8100
|
Fix typo
|
2025-04-08 16:54:48 -07:00 |
|
Jarred Sumner
|
d028e1aaa3
|
Allow multiple arguments in set in RedisClient (#18860)
|
2025-04-08 14:23:06 -07:00 |
|
chloe caruso
|
5f9f200e7e
|
require.resolve with paths option (#18851)
|
2025-04-08 14:07:03 -07:00 |
|
190n
|
eee5d4fb4a
|
node:worker_threads low-hanging fruit (#18758)
Co-authored-by: 190n <7763597+190n@users.noreply.github.com>
Co-authored-by: Ashcon Partovi <ashcon@partovi.net>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
Co-authored-by: Don Isaac <donald.isaac@gmail.com>
Co-authored-by: chloe caruso <git@paperclover.net>
|
2025-04-08 05:29:53 -07:00 |
|
Ciro Spaciari
|
9eae7787a0
|
test(https) add test/js/node/test/parallel/test-https-simple.js (#18846)
|
2025-04-08 03:45:32 -07:00 |
|
Jarred Sumner
|
ec87a27d87
|
Introduce Bun.redis - a builtin Redis client for Bun (#18812)
|
2025-04-08 03:34:00 -07:00 |
|
Ciro Spaciari
|
95fead19f9
|
compat(express) allow GET with body on node:http (#18837)
|
2025-04-07 20:21:08 -07:00 |
|
Ciro Spaciari
|
a2efbd4ca2
|
fix(node:http) resume when reading and avoid unnecessary pause/resumes calls (#18804)
|
2025-04-07 17:30:16 -07:00 |
|
Jarred Sumner
|
e75d226943
|
Make shell more reliable (#18794)
|
2025-04-05 02:45:25 -07:00 |
|
chloe caruso
|
8414ef1562
|
preserve symlinks (#18550)
|
2025-04-03 19:14:02 -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 |
|
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 |
|
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
|
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 |
|
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
|
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 |
|
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 |
|
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 |
|
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
|
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 |
|