chloe caruso
|
5819fe49a7
|
node fs compat pr #2 (#16422)
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
Co-authored-by: Meghan Denny <meghan@bun.sh>
Co-authored-by: dylan-conway <35280289+dylan-conway@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-01-21 10:28:35 -08:00 |
|
Jarred Sumner
|
cfbb62df16
|
Implement fs.statfs, fs.statfsSync fs.promises.statfs (#16519)
|
2025-01-20 00:39:18 -08:00 |
|
Dylan Conway
|
3128beed67
|
fix fs.mkdir regression (#16497)
|
2025-01-19 16:07:18 -08:00 |
|
chloe caruso
|
1a54379521
|
node:fs mkdir: disable linux statx path (#16478)
this path is observed to not be stable, prioritize correctness
|
2025-01-17 18:40:17 -08:00 |
|
Jarred Sumner
|
9579e4292b
|
Fix fs.mkdir recursive regression from Bun v1.1.44 (#16464)
|
2025-01-17 04:12:17 -08:00 |
|
Meghan Denny
|
68089a099f
|
zig: else branch is implicitly void (#16406)
|
2025-01-15 15:14:43 -08:00 |
|
chloe caruso
|
834ad11d48
|
get node:fs tests passing part 1 (#16270)
|
2025-01-14 20:53:02 -08:00 |
|
Meghan Denny
|
e1cfea4925
|
node: fix the rest of test-process (#16026)
|
2025-01-06 14:30:36 -08:00 |
|
Jarred Sumner
|
be959e111a
|
Do not assert valid windows path in chdirOSPath because the SetCurrentDirectoryW function will validate the path
|
2024-12-31 21:08:07 -08:00 |
|
Jarred Sumner
|
2b2ca3275c
|
Improve stack overflow, show more properties in Error objects (#15985)
Co-authored-by: Dave Caruso <me@paperdave.net>
|
2024-12-25 21:47:13 -08:00 |
|
dave caruso
|
77acfa23a7
|
pass all upstream node:os tests, all supported node:async_hooks tests (#15802)
|
2024-12-16 22:22:54 -08:00 |
|
Jarred Sumner
|
3ce6ffa6be
|
Make git dependencies faster + further optimize bun install (#15771)
|
2024-12-14 19:42:23 -08:00 |
|
Jarred Sumner
|
2ccdf0122c
|
Fix edgecase with socketpair() impacting shell and spawn (#15725)
|
2024-12-12 01:23:40 -08:00 |
|
Meghan Denny
|
b7bd5a4cf5
|
zig: remove noop JSGlobalObject.ptr() (#15268)
|
2024-11-19 19:45:40 -08:00 |
|
Dylan Conway
|
910efec0b7
|
fix auto-install on windows when symlinks aren't available (#15182)
|
2024-11-16 00:43:12 -08:00 |
|
Jarred Sumner
|
2b9abc20da
|
Use linux syscall interface more in I/O (#15067)
|
2024-11-11 14:47:04 -08:00 |
|
Meghan Denny
|
27a1b2413b
|
patches to allow linux-musl to bootstrap (#14994)
|
2024-11-05 17:22:05 -08:00 |
|
Ciro Spaciari
|
f8d5b2e6e2
|
Fix module resolution cache keys (#14901)
Co-authored-by: dave caruso <me@paperdave.net>
Co-authored-by: cirospaciari <cirospaciari@users.noreply.github.com>
|
2024-10-30 22:06:21 -07:00 |
|
Dylan Conway
|
489890deb1
|
fix(install): check cached package.jsons (#14899)
|
2024-10-29 18:55:52 -07:00 |
|
Dylan Conway
|
e448c4cc3b
|
fs.mkdir empty string bugfix (#14510)
|
2024-10-16 18:55:49 -07:00 |
|
Dylan Conway
|
5fd0a61ae2
|
CA support for bun install (#14416)
|
2024-10-11 13:16:26 -07:00 |
|
Jarred Sumner
|
29e1ba044d
|
Make this log better
|
2024-10-05 00:00:19 -07:00 |
|
Dylan Conway
|
267afa2934
|
implement bun pm pack (#13723)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: dylan-conway <dylan-conway@users.noreply.github.com>
|
2024-09-07 03:55:09 -07:00 |
|
Jarred Sumner
|
cacbaba524
|
Make signal.abort() from native code fast (#13064)
|
2024-08-05 15:50:36 -07:00 |
|
Dylan Conway
|
13907c4c29
|
fix(build): assertion failure when cross-compiling on windows (#12862)
Co-authored-by: dylan-conway <dylan-conway@users.noreply.github.com>
|
2024-07-26 17:29:01 -07:00 |
|
Jarred Sumner
|
226f42e04a
|
Rewrite js_ast.NewBaseStore (#12388)
Co-authored-by: dave caruso <me@paperdave.net>
|
2024-07-10 21:57:40 -07:00 |
|
Jarred Sumner
|
f1151a84ad
|
On Windows, fix fs.writeFile(1, fs.writeFile(2, fs.writeFile(\\nul (#12410)
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
|
2024-07-10 19:49:36 -07:00 |
|
Jarred Sumner
|
ea1135a464
|
[bundows] Skip unnecessary GetFinalPathNameByHandle (#10338)
Co-authored-by: Ashcon Partovi <ashcon@partovi.net>
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-07-09 16:21:13 -07:00 |
|
Jarred Sumner
|
9ae870546b
|
On Windows, support Bun.stdin, Bun.stdout, Bun.stderr in Bun.write when the other argument is a file (#12411)
Co-authored-by: dave caruso <me@paperdave.net>
|
2024-07-08 18:03:48 -07:00 |
|
Zack Radisic
|
bf14a09a23
|
install: fix issues with patching hoisted dependencies in workspaces (#12141)
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
Co-authored-by: dylan-conway <dylan-conway@users.noreply.github.com>
|
2024-07-01 17:44:18 -07:00 |
|
Dylan Conway
|
da27f22622
|
fix(install): install binaries for packages installed multiple times (#11886)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: dylan-conway <dylan-conway@users.noreply.github.com>
|
2024-06-28 03:24:39 -07:00 |
|
Zack Radisic
|
d563b6485a
|
Use slow move-based fallback for renameatConcurrently (#12048)
Co-authored-by: zackradisic <zackradisic@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-06-21 20:41:22 -07:00 |
|
Dylan Conway
|
3b199cde59
|
remove glibc memfd_create from required symbols (#12050)
Co-authored-by: dylan-conway <dylan-conway@users.noreply.github.com>
|
2024-06-21 19:02:27 -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 |
|
Dylan Conway
|
dd22c71612
|
fix(shell): handle cwd paths with non ascii characters (#11990)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-06-19 23:53:50 -07:00 |
|
Zack Radisic
|
7c27f3f9b4
|
Patch (#11858)
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: zackradisic <zackradisic@users.noreply.github.com>
|
2024-06-18 16:34:10 -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 |
|
Jarred Sumner
|
99b9be7a34
|
Sentinel-terminate file contents (#11738)
|
2024-06-09 19:37:57 -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 |
|
Jarred Sumner
|
656ad7c7ae
|
Fix port exhaustion issue (#11512)
|
2024-06-03 02:16:58 -07:00 |
|
Jarred Sumner
|
5102a94430
|
Fixes #11297 (#11331)
|
2024-05-24 14:44:14 -07:00 |
|
Jarred Sumner
|
d16c136e77
|
Fix linkat with O_TMPFILE on Ubuntu/non-privileged users
|
2024-05-24 01:10:28 -07:00 |
|
dave caruso
|
c3157e2c50
|
fix(windows spawn): use Job Object to manage subprocesses of subprocesses (#11240)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-05-23 19:59:39 -07:00 |
|
Jarred Sumner
|
0b821c6e25
|
Save to package manifest cache async, only check disk once (#11304)
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2024-05-23 19:54:18 -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
|
0457d6a748
|
fix(win): bugs with files in roots / bugs with resolver and unc shares (#11155)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-05-21 13:51:47 -07:00 |
|
Meghan Denny
|
16e0f6e671
|
make WindowsFileAttributes a packed struct and add a windows junction test (#11161)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-05-19 14:28:43 -07:00 |
|
dave caruso
|
d0cacfc2ac
|
fix junction/pnpm on window (#11157)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-05-17 19:32:44 -07:00 |
|
Zack Radisic
|
303f86af41
|
Glob support for workspace names in bun install (#10462)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: zackradisic <zackradisic@users.noreply.github.com>
|
2024-05-01 11:01:55 -07:00 |
|
Ashcon Partovi
|
589f941aea
|
UDP support (#7271)
Co-authored-by: Georgijs Vilums <georgijs@bun.sh>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: gvilums <gvilums@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
Co-authored-by: Georgijs <48869301+gvilums@users.noreply.github.com>
Co-authored-by: Georgijs Vilums <=>
|
2024-04-26 15:25:24 -07:00 |
|