Jarred Sumner
|
2064e844a5
|
Add compile option to Bun.build
|
2024-08-30 00:35:46 -07:00 |
|
Jarred Sumner
|
b53c25e5f8
|
Redo napi cleanup hooks (#13487)
|
2024-08-23 21:09:56 -07:00 |
|
Jarred Sumner
|
02ff16d95c
|
Support Worker, relative file paths in standalone executables, and partially directories (#13421)
|
2024-08-20 13:05:40 -07:00 |
|
Ciro Spaciari
|
eb8ed27a4a
|
fix(ipc/subprocess) (#13414)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-08-20 05:19:23 -07:00 |
|
Ciro Spaciari
|
1367e5e85a
|
fix(ipc) fix closing edge case (#13413)
|
2024-08-19 15:53:36 -07:00 |
|
Meghan Denny
|
fd75ca7585
|
implement node:cluster (#11492)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: nektro <nektro@users.noreply.github.com>
Co-authored-by: cirospaciari <ciro.spaciari@gmail.com>
|
2024-08-18 00:12:42 -07:00 |
|
Jarred Sumner
|
3a245dd248
|
upgrade webkit (#13192)
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
Co-authored-by: Zack Radisic <zack@theradisic.com>
|
2024-08-12 23:17:17 -07:00 |
|
Ciro Spaciari
|
b972ed6540
|
fix(IPC) make IPC on windows compatible with node.js (#13258)
|
2024-08-12 20:14:43 -07:00 |
|
Jarred Sumner
|
7aaf935711
|
Handle OOM better (#13142)
|
2024-08-09 00:43:54 -07:00 |
|
dave caruso
|
2680deb5d3
|
feat: bun build --compile --sourcemap (#13047)
|
2024-08-06 13:51:11 -07:00 |
|
Jarred Sumner
|
cacbaba524
|
Make signal.abort() from native code fast (#13064)
|
2024-08-05 15:50:36 -07:00 |
|
Jarred Sumner
|
59c5c0fe48
|
Fix memory leak when requiring or importing modules that get GC'd later (#12997)
|
2024-08-01 12:05:37 -07:00 |
|
Meghan Denny
|
8efcc61a7b
|
windows: cleanup logging of NODE_CHANNEL_FD (#12930)
|
2024-07-29 19:16:02 -07:00 |
|
Jarred Sumner
|
51257d5668
|
Add BUN_FEATURE_FLAG_DISABLE_ASYNC_TRANSPILER feature flag
|
2024-07-29 01:37:59 -07:00 |
|
Jarred Sumner
|
a5ba02804f
|
Use typed allocators in more places (#12899)
|
2024-07-28 18:37:35 -07:00 |
|
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 |
|
Meghan Denny
|
f7cb2da542
|
use .undefined literal instead of jsUndefined() call (#12834)
|
2024-07-26 04:03:55 -07:00 |
|
Meghan Denny
|
92c83fcd9e
|
ipc: make IPCInstance.context void on windows instead of u0 (#12840)
|
2024-07-26 03:56:13 -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 |
|
Meghan Denny
|
82b42ed851
|
node: more process.exitCode fixes (#12809)
|
2024-07-25 15:18:41 -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 |
|
Jarred Sumner
|
57c6a7db35
|
libdeflate (#12741)
|
2024-07-24 01:30:31 -07:00 |
|
Jarred Sumner
|
e866793eb3
|
Fix Windows assertion failures
|
2024-07-10 18:08:04 -07:00 |
|
dave caruso
|
02b589b2ce
|
fix a crash in remapping stacks (#12477)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-07-10 16:39:05 -07:00 |
|
dave caruso
|
5137213f86
|
heavy revision on heap_breakdown's safety (#12445)
|
2024-07-09 14:29:00 -07:00 |
|
Dylan Conway
|
a36a01e235
|
fix(--watch): ref or create new module specifier strings (#12442)
|
2024-07-08 19:55:21 -07:00 |
|
dave caruso
|
688ddbda74
|
feat(bundler): implement enum inlining / more constant folding (#12144)
Co-authored-by: paperdave <paperdave@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-07-03 04:23:17 -07:00 |
|
Jarred Sumner
|
b0018465cc
|
WebKit upgrade (#12246)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-07-01 23:27:59 -07:00 |
|
dave caruso
|
b76376f8a6
|
chore: upgrade zig to 0.13.0 (#9965)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Grigory <grigory.orlov.set@gmail.com>
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
Co-authored-by: Meghan Denny <hello@nektro.net>
Co-authored-by: Kenta Iwasaki <63115601+lithdew@users.noreply.github.com>
Co-authored-by: John-David Dalton <john.david.dalton@gmail.com>
Co-authored-by: Dale Seo <5466341+DaleSeo@users.noreply.github.com>
Co-authored-by: Zack Radisic <56137411+zackradisic@users.noreply.github.com>
Co-authored-by: paperdave <paperdave@users.noreply.github.com>
Co-authored-by: Georgijs Vilums <georgijs.vilums@gmail.com>
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
|
2024-06-20 13:48:39 -07:00 |
|
dave caruso
|
ba6e421e3b
|
log the error when file watcher fails to start (#11986)
|
2024-06-19 22:37:45 -07:00 |
|
huseeiin
|
85baa0f3c0
|
typo (#11957)
|
2024-06-18 13:39:20 -07:00 |
|
Jarred Sumner
|
22be784714
|
Print like curl (#11865)
|
2024-06-14 01:57:20 -07:00 |
|
Jarred Sumner
|
c44d489ed0
|
Support NODE_TLS_REJECT_UNAUTHORIZED=0 at runtime and implement BUN_CONFIG_VERBOSE_FETCH (#11833)
|
2024-06-13 04:30:15 -07:00 |
|
dave caruso
|
2e44ee019a
|
Fix crash when throwing an exception in setTimeout (#11670)
|
2024-06-06 22:15:27 -07:00 |
|
Jarred Sumner
|
6a756bf979
|
Implement blob: URLs in fetch, import, and Worker (#11537)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
Co-authored-by: dave caruso <me@paperdave.net>
|
2024-06-05 18:49:03 -07:00 |
|
dave caruso
|
bb8c0d97ba
|
Fix runtime stack trace computation (#11581)
Co-authored-by: paperdave <paperdave@users.noreply.github.com>
|
2024-06-05 00:26:03 -07:00 |
|
Jarred Sumner
|
2580d199a4
|
fix some worker-related stability issues (#11494)
|
2024-06-04 23:29:21 -07:00 |
|
Ciro Spaciari
|
1d89c5988e
|
refactor OOM errors (#11540)
|
2024-06-02 22:56:26 -07:00 |
|
dave caruso
|
18bba0dc44
|
revert sourcemap-related logging change (#11510)
|
2024-05-31 23:26:43 -07:00 |
|
dave caruso
|
0a5fa2dd8c
|
fix sourcemap printing with multiple chunks sharing the same file (#11509)
|
2024-05-31 23:10:02 -07:00 |
|
Jarred Sumner
|
45d0c1432b
|
rewrite timers for setTimeout, setInterval, setImmediate (#11419)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
Co-authored-by: Georgijs Vilums <=>
Co-authored-by: Georgijs <48869301+gvilums@users.noreply.github.com>
Co-authored-by: Georgijs Vilums <georgijs.vilums@gmail.com>
Co-authored-by: gvilums <gvilums@users.noreply.github.com>
|
2024-05-30 02:11:12 -07:00 |
|
dave caruso
|
96f29e8555
|
fix(bundler): some sourcemap generation bugs (#11344)
Co-authored-by: paperdave <paperdave@users.noreply.github.com>
Co-authored-by: Meghan Denny <meghan@bun.sh>
Co-authored-by: nektro <nektro@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Le Michel <95184938+Ptitet@users.noreply.github.com>
Co-authored-by: Дмитрий Заводской <zawodskoj2@gmail.com>
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
Co-authored-by: HUMORCE <humorce@outlook.com>
Co-authored-by: huseeiin <122984423+huseeiin@users.noreply.github.com>
|
2024-05-28 16:51:35 -07:00 |
|
Jarred Sumner
|
c689b2b265
|
Speculative crash fix (#11337)
|
2024-05-24 18:29:50 -07:00 |
|
Meghan Denny
|
ecb6c810c8
|
replace [bun.MAX_PATH_BYTES]u8 with bun.PathBuffer (#11162)
|
2024-05-21 15:55:49 -07:00 |
|
dave caruso
|
e98c235e30
|
feat: load sourcemaps at runtime when using a bun build --target=bun bundle (#10998)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-05-21 14:41:53 -07:00 |
|
Jarred Sumner
|
16920a552f
|
Make unhandled exceptions in Bun.serve() within a test() or expect() call fail the test like any other exception (#11141)
|
2024-05-17 18:11:43 -07:00 |
|
Jarred Sumner
|
c4840f8a58
|
Fix BUN_CONFIG_NO_CLEAR_TERMINAL_ON_RELOAD env var (#11078)
|
2024-05-14 18:22:21 -07:00 |
|
Georgijs
|
c378febf5b
|
Implement process.on("uncaughtException", ...) (#10902)
Co-authored-by: Georgijs Vilums <=>
Co-authored-by: gvilums <gvilums@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-05-08 17:38:31 -07:00 |
|
Jarred Sumner
|
3970339483
|
Use error handling callback in more places, emit 1015 when WSS TLS handshaking fails, micro-optimize ServerWebSocket, fix bug in util.inspect exceptions (#10633)
|
2024-04-29 13:57:23 -07:00 |
|