chloe caruso
|
976330f4e2
|
fix bundling regression with builtin modules (#18735)
|
2025-04-02 22:29:31 -07:00 |
|
Jarred Sumner
|
b950f85705
|
Disable remap and resize in AllocationScope
|
2025-04-02 20:00:18 -07:00 |
|
Don Isaac
|
d7a8208ff5
|
build: do not include UBSan RT in bun-zig.o (#18726)
|
2025-04-02 18:31:31 -07:00 |
|
Dylan Conway
|
0efbbd3870
|
fix(crypto): remove verifyError from DiffieHellman.prototype (#18710)
|
2025-04-02 14:24:36 -07:00 |
|
Jarred Sumner
|
ebb03afae0
|
Bump WebKit (#18667)
|
2025-04-02 14:24:10 -07:00 |
|
Ashcon Partovi
|
b6f919caba
|
Fix build script outside of CI
|
2025-04-02 14:11:59 -07:00 |
|
Ashcon Partovi
|
c6076f2e4e
|
Fix updating dependency not cloning and re-building (#18708)
|
2025-04-02 12:51:04 -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 |
|
Ciro Spaciari
|
e7576bb204
|
fix #18636 (#18681)
|
2025-04-01 09:02:36 -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 |
|
Jarred Sumner
|
323d78df5e
|
Bump
|
2025-03-31 11:00:56 -07:00 |
|
Alistair Smith
|
adab0f64f9
|
quick fix for category rendering (#18669)
bun-v1.2.8
|
2025-03-31 05:50:34 -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
|
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 |
|
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 |
|
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 |
|
Jarred Sumner
|
43f7a241b9
|
Fix typo
|
2025-03-29 02:31:33 -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 |
|
Don Isaac
|
27cf65a1e2
|
refactor(uws): remove unused uws_res_write_headers (#18607)
|
2025-03-28 17:52:05 -07:00 |
|
Alistair Smith
|
e83b5fb720
|
@types/bun: fix URLSearchParams, bring back old types test suite (#18598)
|
2025-03-28 17:51:52 -07:00 |
|
Dylan Conway
|
ee89130991
|
remove zig and zls path
|
2025-03-28 15:40:22 -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 |
|
Don Isaac
|
451c1905a8
|
ci: do not lint cli fixture files (#18596)
|
2025-03-28 11:26:12 -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 |
|
Jarred Sumner
|
9ea577efc0
|
Update CONTRIBUTING.md
|
2025-03-27 21:25:14 -07:00 |
|
Jarred Sumner
|
54416dad05
|
Add bd package.json script
|
2025-03-27 21:24:38 -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 |
|