dave caruso
|
bf8b6922bb
|
Fix memory leak when printing any error's source code. (#12831)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-07-26 14:14:16 -07:00 |
|
Dylan Conway
|
7aa05ec542
|
bump webkit (#12858)
Co-authored-by: dylan-conway <dylan-conway@users.noreply.github.com>
|
2024-07-26 14:13:58 -07:00 |
|
Meghan Denny
|
f95ae9baee
|
launch.json: remove BUN_DEBUG_ALL=1 from 'bun run' (#12845)
|
2024-07-26 04:14:45 -07:00 |
|
Meghan Denny
|
f7cb2da542
|
use .undefined literal instead of jsUndefined() call (#12834)
|
2024-07-26 04:03:55 -07:00 |
|
Meghan Denny
|
d966129992
|
bindings: better use of jsc api in Path_functionToNamespacedPath (#12836)
|
2024-07-26 04:02:31 -07:00 |
|
Meghan Denny
|
6cb5cd2a87
|
node:v8: expose DefaultDeserializer and DefaultSerializer exports (#12838)
|
2024-07-26 03:58:47 -07:00 |
|
Meghan Denny
|
080a2806af
|
uws: tidy use of ssl intFromBool (#12839)
|
2024-07-26 03:58:01 -07:00 |
|
Meghan Denny
|
92c83fcd9e
|
ipc: make IPCInstance.context void on windows instead of u0 (#12840)
|
2024-07-26 03:56:13 -07:00 |
|
Meghan Denny
|
277ed9d138
|
bindings: fix zig extern def of Bun__JSValue__deserialize (#12844)
|
2024-07-26 03:48:30 -07:00 |
|
Meghan Denny
|
879cb23163
|
cpp: missing uses of propertyNames (#12835)
|
2024-07-26 03:47:41 -07:00 |
|
Jarred Sumner
|
d321ee97c5
|
Move napi_new_instance to c++ (#12658)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2024-07-25 18:51:01 -07:00 |
|
Jarred Sumner
|
3bfeb83e7e
|
Fix [Symbol.dispose] on Bun.listen() & Bun.connect() + add types (#12739)
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2024-07-25 18:49:35 -07:00 |
|
Meghan Denny
|
5a18b7d2fc
|
fixes relationship between process.kill and process._kill (#12792)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-07-25 18:46:30 -07:00 |
|
Gert Goet
|
e75ef69fb4
|
Fix spacing of patch-command help (#12769)
|
2024-07-25 18:44:52 -07:00 |
|
Dylan Conway
|
78021e34ae
|
fix(bun:test): make sure test.each doesn't return .zero (#12828)
|
2024-07-25 18:24:16 -07:00 |
|
Dylan Conway
|
d7187592c0
|
fix(brotli): protect and unprotect buffer values (#12829)
|
2024-07-25 18:24:01 -07:00 |
|
Jarred Sumner
|
5f1b569c52
|
Fix crash when creating a new Worker with a numeric environment varia… (#12810)
|
2024-07-25 18:10:57 -07:00 |
|
dave caruso
|
e54fe5995b
|
fix(bundler): dont tree-shake imported enum if inlined and used (#12826)
|
2024-07-25 17:29:20 -07:00 |
|
Jarred Sumner
|
a2f68989a0
|
Retry on 5xx errors from npm registry (#12825)
|
2024-07-25 17:28:59 -07:00 |
|
Jarred Sumner
|
4a1e01d076
|
Use bun.New more (#12811)
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2024-07-25 15:35:02 -07:00 |
|
Jarred Sumner
|
dd8b0a5889
|
Clean up socket_async_http_abort_tracker after a lot of requests (#12816)
|
2024-07-25 15:34:48 -07:00 |
|
Jarred Sumner
|
8cadf66143
|
Add malloc zones to heapStats() on macOS in debug builds (#12815)
|
2024-07-25 15:33:43 -07:00 |
|
Jarred Sumner
|
77cd03dad1
|
Workaround for BUN-2WQ (#12806)
|
2024-07-25 15:33:17 -07:00 |
|
Meghan Denny
|
82b42ed851
|
node: more process.exitCode fixes (#12809)
|
2024-07-25 15:18:41 -07:00 |
|
Dylan Conway
|
2de82c0b3b
|
fix regression test
|
2024-07-25 14:07:57 -07:00 |
|
Jarred Sumner
|
30df04cd35
|
Add a couple feature flags
|
2024-07-25 05:52:50 -07:00 |
|
Jarred Sumner
|
585c8299d8
|
Clean up some stack trace printing logic (#12791)
|
2024-07-25 04:04:02 -07:00 |
|
Dylan Conway
|
375d8da8e6
|
fix(brotli): protect buffer jsvalues (#12800)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-07-25 04:01:53 -07:00 |
|
Jarred Sumner
|
0bd8db7162
|
Slightly reduce pointer lookups in hot code path (#12802)
|
2024-07-24 23:07:51 -07:00 |
|
Meghan Denny
|
d97260869d
|
replace JSValue .callWithThis with always explicit .call (#12789)
|
2024-07-24 23:07:28 -07:00 |
|
Jarred Sumner
|
fdb58dc861
|
Fixes #9555 (#12801)
|
2024-07-24 23:07:04 -07:00 |
|
Meghan Denny
|
5f118704ec
|
web-apis.md: make this list diff better; does not change presentation (#12795)
|
2024-07-24 22:27:32 -07:00 |
|
dave caruso
|
610c7f5e47
|
fix memory lifetime of define expressions (#12784)
|
2024-07-24 22:27:14 -07:00 |
|
Meghan Denny
|
1e0b20f514
|
node: fix observable value of process.exitCode (#12799)
|
2024-07-24 22:26:07 -07:00 |
|
Meghan Denny
|
f6c89f4c25
|
JSValue.toFmt doesn't need a globalThis param because ConsoleObject.Formatter already has one (#12790)
|
2024-07-24 22:03:51 -07:00 |
|
Meghan Denny
|
907cd8d45d
|
fix crash in populateStackTrace() (#12793)
|
2024-07-24 21:08:25 -07:00 |
|
Dylan Conway
|
ac4523e903
|
fix(napi): unref threadsafe functions on finalize (#12788)
|
2024-07-24 18:57:01 -07:00 |
|
Jarred Sumner
|
24574dddb2
|
Ensure LLVM 18 with Homebrew on macOS
|
2024-07-24 15:56:05 -07:00 |
|
Dylan Conway
|
2da57f6d7b
|
napi_threadsafe_function async tracker (#12780)
|
2024-07-24 15:27:51 -07:00 |
|
dave caruso
|
e2c3749965
|
fix(bundler): become smarter with __esm wrappers (#12729)
|
2024-07-24 02:00:20 -07:00 |
|
Jarred Sumner
|
57c6a7db35
|
libdeflate (#12741)
|
2024-07-24 01:30:31 -07:00 |
|
ippsav
|
c37891471a
|
Fix alignment calculation in Zone.create function (#12748)
|
2024-07-24 01:30:11 -07:00 |
|
Jarred Sumner
|
8ba0791dc8
|
Use one JSC::SourceProvider instead of 322 (#12761)
|
2024-07-24 01:26:09 -07:00 |
|
dave caruso
|
f9371e59f2
|
fix(bundler): fix part liveness calculation (#12758)
|
2024-07-23 23:49:01 -07:00 |
|
Jarred Sumner
|
79ddf0e47a
|
Fix assertion failure in bun build when entry point is a file loader (#12683)
Co-authored-by: dave caruso <me@paperdave.net>
|
2024-07-23 22:02:51 -07:00 |
|
David Stevens
|
177f3a8622
|
Fixes #12182 - update default port when server is created (#12201)
|
2024-07-23 11:07:38 -07:00 |
|
Ciro Spaciari
|
5a5f3d6b30
|
fix(http) timeout (#12728)
Co-authored-by: cirospaciari <cirospaciari@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-07-23 01:13:43 -07:00 |
|
Ivan Baksheev
|
4e5d759c37
|
fix(bundler): ignore external rules for entrypoint (#12736)
|
2024-07-23 00:33:18 -07:00 |
|
Jarred Sumner
|
1a702dfdc7
|
Add canary to cache key
|
2024-07-22 22:16:27 -07:00 |
|
Jarred Sumner
|
3ef84816a6
|
Update WebKit
|
2024-07-22 20:47:53 -07:00 |
|