Jarred Sumner
|
6fd47d6846
|
Improve the error message when Bun.serve() is passed a non-Response object (#11562)
Co-authored-by: dave caruso <me@paperdave.net>
|
2024-06-05 20:35:47 -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 |
|
Jarred Sumner
|
bab8c0c0b2
|
fix(windows): handle invalid utf16le in command line arguments (#11612)
|
2024-06-05 18:48:08 -07:00 |
|
Dylan Conway
|
3e4c0918a4
|
fix(install): invalidate manifest cache on registry change (#11606)
|
2024-06-05 18:44:36 -07:00 |
|
Jarred Sumner
|
fe7b04085a
|
Implement expect(value, customMessage?: string) (#11624)
Co-authored-by: dave caruso <me@paperdave.net>
|
2024-06-05 18:35:56 -07:00 |
|
MARCROCK22
|
e5ff1fdc25
|
fix: wrong help menu package names (#11611)
|
2024-06-05 18:31:26 -07:00 |
|
Dylan Conway
|
ac5f2e96c7
|
fix bun create test should create template from local folder (#11503)
|
2024-06-05 18:29:46 -07:00 |
|
Sushant Mishra
|
e76d212f18
|
fix: create_command telling to 'cd' when it should be omitted or cd . (#11567)
|
2024-06-05 13:30:22 -07:00 |
|
Jarred Sumner
|
c7a08f1ec5
|
Fixes #7263 (#11585)
|
2024-06-05 03:15:36 -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 |
|
Jarred Sumner
|
dc5023e26e
|
Fix possible leak in fetch when checkServerIdentity is used (#11580)
|
2024-06-04 19:52:26 -03:00 |
|
Dylan Conway
|
347dc264ac
|
fix(install): bun update keeps pinned versions (#11575)
|
2024-06-03 20:13:25 -07:00 |
|
Jarred Sumner
|
16d08564e1
|
Fix speculative race in fetch (#11579)
|
2024-06-03 19:15:31 -07:00 |
|
Dylan Conway
|
f56e6c7d54
|
fix(install): semver mistaking . as the beginning of pre/build tags (#11577)
|
2024-06-03 16:50:21 -07:00 |
|
Jarred Sumner
|
8806bf9c4e
|
Update process.versions (#11558)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-06-03 03:02:51 -07:00 |
|
Jarred Sumner
|
656ad7c7ae
|
Fix port exhaustion issue (#11512)
|
2024-06-03 02:16:58 -07:00 |
|
Jarred Sumner
|
30a9c394e8
|
Update libarchive (#11533)
|
2024-06-03 01:07:37 -07:00 |
|
Jarred Sumner
|
ff905ba5f5
|
Backport parts of d0250818dd (#11555)
|
2024-06-03 01:07:10 -07:00 |
|
Dylan Conway
|
c2eef9eded
|
fix(install): manifest package name mismatch (#11549)
|
2024-06-02 22:56:57 -07:00 |
|
Ciro Spaciari
|
1d89c5988e
|
refactor OOM errors (#11540)
|
2024-06-02 22:56:26 -07:00 |
|
Dylan Conway
|
c65a911a57
|
fix(install): lockfile printing bugfix (#11545)
|
2024-06-02 18:49:07 -07:00 |
|
Dylan Conway
|
8f5fbd50cd
|
fix(install): bun update with unresolved package (#11547)
|
2024-06-02 18:16:59 -07:00 |
|
Jarred Sumner
|
7fb25acf5f
|
Update zstd (#11534)
|
2024-06-02 03:10:47 -07:00 |
|
Jarred Sumner
|
9523ea3aea
|
Update mimalloc (#11532)
|
2024-06-02 01:19:54 -07:00 |
|
Jarred Sumner
|
6ca5896e86
|
Revert "feat: 🎨 Show better bun upgrade progress" (#11515)
|
2024-06-01 02:34:12 -07:00 |
|
dave caruso
|
9dd22f0d8d
|
fix submodules
|
2024-06-01 01:35:40 -07:00 |
|
dave caruso
|
00472fbb1c
|
fix release script
|
2024-06-01 01:29:11 -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 |
|
Ciro Spaciari
|
e3b7635fa4
|
fix(Bun.Socket) onDrain will only be called after handshake + docs update (#11499)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-05-31 18:33:06 -07:00 |
|
Dylan Conway
|
dc051ae810
|
Revert "fix windows todo"
This reverts commit ec09e6e238.
|
2024-05-31 17:44:35 -07:00 |
|
Dylan Conway
|
ec09e6e238
|
fix windows todo
|
2024-05-31 17:44:13 -07:00 |
|
Georgijs
|
d9f7d053d5
|
fix peer hoisting (#11473)
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
Co-authored-by: Georgijs Vilums <=>
Co-authored-by: dylan-conway <dylan-conway@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-05-31 17:12:33 -07:00 |
|
Jarred Sumner
|
fd55cdae34
|
Try deflaking child process test again (#11496)
|
2024-05-31 04:17:59 -07:00 |
|
dave caruso
|
c467fd9381
|
fix high cpu usage when using bun.build (#11455)
|
2024-05-31 00:05:33 -07:00 |
|
refi64
|
f127dbd127
|
Restore support for dynamic function names in tracebacks (#11475)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-05-31 00:04:28 -07:00 |
|
Dylan Conway
|
774d6a1efb
|
fix potential integer overflow (#11491)
|
2024-05-31 00:03:57 -07:00 |
|
Jarred Sumner
|
9693fc9183
|
Deflake child process test (#11488)
|
2024-05-30 21:05:57 -07:00 |
|
Jarred Sumner
|
61805b5344
|
Try fast timer then fallback to slow timer (#11486)
|
2024-05-30 20:16:21 -07:00 |
|
Toby Cm
|
8de0ec598b
|
feat: Show better bun upgrade progress (#11402)
Co-authored-by: dave caruso <me@paperdave.net>
|
2024-05-30 17:47:48 -07:00 |
|
Jarred Sumner
|
323011980c
|
Add fuzzer-like test of methods (#11436)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
Co-authored-by: Zack Radisic <zack@theradisic.com>
|
2024-05-30 15:12:29 -07:00 |
|
Georgijs
|
6a7c35cb52
|
Fix crash with multiple Bun.stderr.text() calls (#11472)
|
2024-05-30 14:18:32 -07:00 |
|
Dylan Conway
|
4b8f89cb73
|
Allow bun update to edit package.json (#11340)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-05-30 02:14:01 -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 |
|
Dylan Conway
|
922f9191b0
|
fix(install): re-link workspaces if necessary (#11457)
|
2024-05-30 01:40:28 -07:00 |
|
Meghan Denny
|
c456622161
|
node:fs/promises.cp should make path if dest does not exist (#11433)
|
2024-05-30 01:15:20 -07:00 |
|
Meghan Denny
|
2285735abd
|
node:zlib: allow passing brotli params in encode+decode options (#11429)
|
2024-05-29 00:51:00 -07:00 |
|
Meghan Denny
|
7f1880cafb
|
Bun.CryptoHasher: fix byteLength and add test (#11431)
|
2024-05-29 00:13:02 -07:00 |
|
Georgijs
|
370db08891
|
Replace Streams.Readable with a JS implementation (#11332)
Co-authored-by: Georgijs Vilums <=>
Co-authored-by: gvilums <gvilums@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-05-28 18:49:59 -07:00 |
|