Zack Radisic
|
a09e633b6f
|
shell: Fix memory leak, lazily create ShellInterpreter object (#11830)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-06-17 20:08:00 -07:00 |
|
Dylan Conway
|
8b4ec84fb1
|
fix(install): use correct lockfile when printing install summary (#11930)
|
2024-06-17 19:30:16 -07:00 |
|
dave caruso
|
ae656e8a4c
|
fix(windows): dont call SetConsoleMode on stdin (#11927)
|
2024-06-17 15:11:01 -07:00 |
|
Ciro Spaciari
|
422c17d76c
|
fix(http) mark completed true (#11926)
|
2024-06-17 15:09:20 -07:00 |
|
Jarred Sumner
|
77192072c8
|
[bun:sqlite] Support unprefixed bindings, safe integers / BigInt, as(Class) (#11887)
|
2024-06-16 23:44:07 -07:00 |
|
Dylan Conway
|
fa952b163c
|
fix(install): tarball extracting bugfix (#11864)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-06-15 00:22:16 -07:00 |
|
Dylan Conway
|
eedb3e530c
|
fix(install): handle transitive folder dependencies (#10445)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-06-15 00:08:40 -07:00 |
|
Ciro Spaciari
|
48cefe14bd
|
fix(WebSocket) don't touch casing on custom headers and don't use lowercased versions of well know headers (#11855)
|
2024-06-14 11:36:33 -07:00 |
|
Jarred Sumner
|
22be784714
|
Print like curl (#11865)
|
2024-06-14 01:57:20 -07:00 |
|
Jarred Sumner
|
ae5b1280e1
|
Fixes #11866 (#11867)
|
2024-06-14 01:50:36 -07:00 |
|
Dylan Conway
|
e9d1e7ac5e
|
fix(install): return non-zero exit code when tarballs fail to download (#11828)
|
2024-06-14 01:15:53 -07:00 |
|
Dylan Conway
|
9ad75c6b3a
|
fix(install): possible sentinel mismatch when reading workspaces (#11856)
|
2024-06-13 16:54:04 -07:00 |
|
Ciro Spaciari
|
2f7cd38d81
|
fix(SSL) Fix clients write retry (#11849)
|
2024-06-13 13:00:24 -07:00 |
|
Ciro Spaciari
|
b8ca523bfb
|
fix(Blob/stream) blob from fetch now reliable returns type, blob name can be set (#11815)
|
2024-06-13 12:55:41 -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 |
|
Jarred Sumner
|
6c55ff6008
|
Fixes #11747 (#11829)
|
2024-06-12 19:59:53 -07:00 |
|
Meghan Denny
|
ba5dd63eb6
|
allow node:fs.promises.{read,write,append}File to accept a FileHandle (#11800)
|
2024-06-12 18:26:15 -07:00 |
|
Grigory
|
49516c8d40
|
fix(bun_shim_impl): pass env to CreateProcessW (#11817)
Co-authored-by: dave caruso <me@paperdave.net>
|
2024-06-12 16:50:57 -07:00 |
|
Dylan Conway
|
bd6a605120
|
fix(install): ensure capacity of preinstall_state before cleaning lockfile (#11792)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-06-11 14:56:21 -07:00 |
|
Ciro Spaciari
|
6ff074ae27
|
followup on PR #11788 organize test imports and assert (#11791)
Co-authored-by: cirospaciari <cirospaciari@users.noreply.github.com>
|
2024-06-11 13:31:47 -07:00 |
|
Jarred Sumner
|
dc144f9519
|
In AbortSignal, use Ref explicitly to ensure its alive (#11790)
|
2024-06-11 13:31:33 -07:00 |
|
Ciro Spaciari
|
7c8701c96e
|
fix(WebSocket) fix ref count so finalize is called (#11788)
|
2024-06-11 11:49:12 -07:00 |
|
Ciro Spaciari
|
27d0912f9d
|
fix(AbortSignal.any) fire dependents signals (#11789)
|
2024-06-11 11:42:48 -07:00 |
|
Ludvig Hozman
|
ee30e8660c
|
feat(https/fetch): Support custom ca/cert/key in fetch (#11322)
Co-authored-by: Liz3 (Yann HN) <accs@liz3.net>
|
2024-06-11 10:36:32 -03:00 |
|
Jarred Sumner
|
1b8a72e724
|
Fixes #11703 (#11776)
|
2024-06-11 03:52:40 -07:00 |
|
Dylan Conway
|
791ba794e8
|
add BUN_FEATURE_FLAG_LAST_MODIFIED_PRETEND_304 (#11767)
|
2024-06-10 20:58:02 -07:00 |
|
Dylan Conway
|
5e619ee337
|
fix(install): manifest parsing and peer dependency bugfix (#11763)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-06-10 20:29:16 -07:00 |
|
Dylan Conway
|
6e6c10bc1f
|
Remove duplicated code for binding for Object.values (#11765)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-06-10 19:36:27 -07:00 |
|
Dylan Conway
|
5b48bb1d5d
|
Fix cloning File with structuredClone (#11766)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-06-10 19:35:09 -07:00 |
|
Jarred Sumner
|
b521b06147
|
Speculative fix for #11742 (#11743)
|
2024-06-10 19:00:45 -07:00 |
|
Jarred Sumner
|
99b9be7a34
|
Sentinel-terminate file contents (#11738)
|
2024-06-09 19:37:57 -07:00 |
|
Jarred Sumner
|
4786c6139e
|
Clean up some expect() matchers (#11721)
|
2024-06-09 03:42:36 -07:00 |
|
Jarred Sumner
|
25a09d8858
|
Disable bun patch in release builds until #11719 is fixed
cc @zackradisic
|
2024-06-08 23:08:00 -07:00 |
|
Jarred Sumner
|
731a85f80d
|
Prevent extremely unlikely division by zero
|
2024-06-08 23:08:00 -07:00 |
|
Ciro Spaciari
|
1ba57351b0
|
fix(Bun.serve) fix mimetype with utf16 (#11695)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-06-08 22:34:06 -07:00 |
|
Jarred Sumner
|
ccb76c20e9
|
Fixes #11677 (#11698)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-06-08 22:05:41 -07:00 |
|
Ciro Spaciari
|
376c02e62c
|
fix(Bun.serve) fix async upgrade using custom protocols (#11707)
|
2024-06-08 21:21:49 -07:00 |
|
Nithin K Joy
|
80e4e60e57
|
feat: Implemented some jest-extended methods (#9741)
Co-authored-by: Ashcon Partovi <ashcon@partovi.net>
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2024-06-08 20:59:43 -07:00 |
|
Ciro Spaciari
|
5df1c2689e
|
fix napi ref/unref (#11690)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-06-08 14:39:23 -07:00 |
|
Ciro Spaciari
|
60af985863
|
fix(fs.watchFile) (#11669)
|
2024-06-07 22:54:10 -07:00 |
|
Ciro Spaciari
|
8ac8e4dc5f
|
fix(fs:watch) fix missing char in filename (#11693)
Co-authored-by: cirospaciari <cirospaciari@users.noreply.github.com>
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2024-06-07 22:46:35 -07:00 |
|
Jarred Sumner
|
1dcd1bba3d
|
Revert "fix(fs:watch) fix missing char in filename" (#11691)
|
2024-06-07 17:34:20 -07:00 |
|
Ciro Spaciari
|
0bbef7eb94
|
fix(fs:watch) fix missing char in filename (#11686)
|
2024-06-07 17:33:59 -07:00 |
|
dave caruso
|
2e44ee019a
|
Fix crash when throwing an exception in setTimeout (#11670)
|
2024-06-06 22:15:27 -07:00 |
|
Dylan Conway
|
5b09384f01
|
add memrchr to strings.lastIndexOfChar on linux (#11671)
|
2024-06-06 22:01:28 -07:00 |
|
dave caruso
|
2cba070756
|
fix(bundler): Do not emit useless constructor (#11668)
|
2024-06-06 19:02:06 -07:00 |
|
Meghan Denny
|
c6187e3e3a
|
correct node:crypto.randomInt behavior and accept a callback (#11505)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-06-06 18:24:26 -07:00 |
|
Zack Radisic
|
c85dd4e3bf
|
feat: bun patch (#11470)
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
Co-authored-by: zackradisic <zackradisic@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-06-06 17:48:05 -07:00 |
|
Dylan Conway
|
12f070d1a0
|
fix #11649 (#11659)
|
2024-06-06 17:26:39 -07:00 |
|
Dylan Conway
|
10608ea7d8
|
fix(bun:test): deepEquals undefined properties bugfix (#11661)
|
2024-06-06 17:01:45 -07:00 |
|