190n
|
8dc95b041a
|
Fix bun --inspect-brk hanging (#18362)
|
2025-03-21 13:35:39 -07:00 |
|
Meghan Denny
|
211fd4fa06
|
deps: bump WebKit (#18349)
|
2025-03-21 04:40:45 -07:00 |
|
Dylan Conway
|
10665821c4
|
node:crypto: move Cipheriv and Decipheriv to native code (#18342)
|
2025-03-21 02:52:52 -07:00 |
|
Dylan Conway
|
a3585ff961
|
node:crypto: implement hkdf and hkdfSync (#18312)
|
2025-03-21 01:03:01 -07:00 |
|
Meghan Denny
|
f2c8e63ae1
|
update to llvm 19 and c++ 23 (#18317)
Co-authored-by: nektro <5464072+nektro@users.noreply.github.com>
|
2025-03-20 21:44:19 -07:00 |
|
pfg
|
40bfda0f87
|
Remove debug assertion failure for missing error code in switch case (#18345)
|
2025-03-20 21:29:12 -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 |
|
Meghan Denny
|
e602e2b887
|
Revert "disallow test() within test()" (#18338)
|
2025-03-20 20:12:20 -07:00 |
|
Jarred Sumner
|
8e246e1e67
|
Add precompiled header (#18321)
|
2025-03-20 19:27:46 -07:00 |
|
Kai Tamkun
|
f30ca39242
|
More node:http compatibility (#18339)
Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com>
|
2025-03-20 19:16:35 -07:00 |
|
Zack Radisic
|
9f68db4818
|
Implement vm.compileFunction and fix some node:vm tests (#18285)
|
2025-03-20 19:08:07 -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 |
|
Meghan Denny
|
2024fa09d7
|
js: fix many typescript errors (#18272)
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2025-03-19 22:39:24 -07:00 |
|
Jarred Sumner
|
46b2a58c25
|
Small improvements to internal types
|
2025-03-19 19:26:13 -07:00 |
|
Don Isaac
|
d871b2ebdc
|
fix(node): fix several whatwg tests (#18296)
|
2025-03-19 18:27:30 -07:00 |
|
Jarred Sumner
|
dc51dab7bc
|
Sort some arrays
|
2025-03-19 15:45:38 -07:00 |
|
Jarred Sumner
|
e39305dd91
|
Remove deprecated shim wrapper for zig <> c++ fns (#18269)
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
|
2025-03-19 15:40:08 -07:00 |
|
Ashcon Partovi
|
6e1f1c4da7
|
Initial support for node:test (#18140)
|
2025-03-19 11:49:00 -07:00 |
|
Don Isaac
|
982083b3e9
|
fix(node/http): misc fixes (#18294)
|
2025-03-18 21:22:39 -07:00 |
|
Jarred Sumner
|
40e222c43b
|
Reduce binary size by 400 KB (#18280)
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-18 21:02:01 -07:00 |
|
Kai Tamkun
|
c8634668e7
|
Fix connection event being emitted multiple times per socket in node:http (#18295)
|
2025-03-18 21:01:07 -07:00 |
|
Don Isaac
|
fa9bb75ad3
|
fix(uws): make Socket bindings safer (#18286)
Co-authored-by: DonIsaac <22823424+DonIsaac@users.noreply.github.com>
Co-authored-by: chloe caruso <git@paperclover.net>
|
2025-03-18 19:38:15 -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 |
|
190n
|
0c5ee31707
|
Correctly handle unknown type in FileSystem.DirEntry.addEntry (#18172)
Co-authored-by: 190n <7763597+190n@users.noreply.github.com>
|
2025-03-18 11:50:15 -07:00 |
|
Dylan Conway
|
c820b0c5e1
|
node:crypto: implement generatePrime(Sync) and checkPrime(Sync) (#18268)
|
2025-03-18 11:48:24 -07:00 |
|
Don Isaac
|
d09e381cbc
|
fix(css): :global in css modules (#18257)
|
2025-03-17 17:15:54 -07:00 |
|
190n
|
53d631f1bd
|
chore: address review feedback from #17820 (#18261)
|
2025-03-17 16:38:34 -07:00 |
|
pfg
|
74768449bc
|
disallow test() within test() (#18203)
|
2025-03-15 21:34:35 -07:00 |
|
Ciro Spaciari
|
ff97424667
|
fix(SQL) implement unix socket support (#18196)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-03-15 11:51:20 -07:00 |
|
Meghan Denny
|
50b36696f8
|
ci: upgrade to alpine 3.21 (#18054)
|
2025-03-14 23:52:39 -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 |
|
Dylan Conway
|
4214cc0aaa
|
followup #18044 and #17850 (#18205)
|
2025-03-14 21:26:12 -07:00 |
|
chloe caruso
|
d1c77f5061
|
fix dev server regressions from 1.2.5's hmr rewrite (#18109)
Co-authored-by: Zack Radisic <zack@theradisic.com>
Co-authored-by: zackradisic <56137411+zackradisic@users.noreply.github.com>
|
2025-03-14 21:24:14 -07:00 |
|
chloe caruso
|
60c0b9ab96
|
fix debug windows build (#18178)
|
2025-03-14 15:25:35 -07:00 |
|
Ciro Spaciari
|
7f948f9c3e
|
fix(sql) fix query parameters options (#18194)
|
2025-03-14 13:39:55 -07:00 |
|
Don Isaac
|
062a5b9bf8
|
fix(shell): remove unecessary allocations when printing errors (#17898)
|
2025-03-14 08:45:34 -07:00 |
|
Ciro Spaciari
|
5bedf15462
|
fix(crypto) Fix ED25519 from private (#18188)
|
2025-03-13 23:18:48 -07:00 |
|
Don Isaac
|
26f08fabd7
|
fix(ShadowRealm): give global objects a unique execution context id (#18179)
|
2025-03-13 21:00:35 -07:00 |
|
Jarred Sumner
|
05b48ce57c
|
Implement node:crypto DiffieHellman (in native code) (#17850)
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
|
2025-03-13 20:26:25 -07:00 |
|
Don Isaac
|
1ed87f4e83
|
fix: deadlock in Cow debug checks (#18173)
Co-authored-by: DonIsaac <22823424+DonIsaac@users.noreply.github.com>
|
2025-03-13 16:42:06 -07:00 |
|
Niklas Mollenhauer
|
b089558674
|
fix: removal of trailing slash in s3 presign (#18158)
|
2025-03-13 13:19:04 -07:00 |
|
Meghan Denny
|
3eec297282
|
js: no longer provide our own 'detect-libc' (#18138)
|
2025-03-13 12:40:37 -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 |
|
Ashcon Partovi
|
d7e08abce8
|
Fix setTimeout(() => {}) from emitting a warning (#18160)
|
2025-03-13 11:37:48 -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 |
|
Meghan Denny
|
c260223127
|
node: fix test-tls-translate-peer-certificate.js (#18136)
|
2025-03-12 21:00:22 -07:00 |
|
190n
|
cde668b54c
|
Better edge case handling in napi_value<->String conversion (#18107)
|
2025-03-12 18:15:00 -07:00 |
|