Alistair Smith
|
2cca4efbe7
|
hex write
|
2025-05-16 16:46:26 -07:00 |
|
pfg
|
a7b46ebbfe
|
fastGet can throw (#19506)
Co-authored-by: Meghan Denny <meghan@bun.sh>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-05-14 22:14:20 -07:00 |
|
pfg
|
500199fe8b
|
More node tests (#19197)
|
2025-05-07 16:21:08 -07:00 |
|
Jarred Sumner
|
d8a69d6823
|
Enable ASAN with linux-x64-asan in CI
|
2025-05-02 10:44:09 -07:00 |
|
Dylan Conway
|
448340cf3f
|
fix test-fs-read-position-validation.mjs (#19287)
|
2025-04-26 04:43:53 -07:00 |
|
chloe caruso
|
3349c995b5
|
no usingnamespace, organize jsc namespace, enable -fincremental (#19122)
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2025-04-22 16:34:15 -07:00 |
|
chloe caruso
|
7d7512076b
|
remove more usingnamespace (#19042)
|
2025-04-17 19:04:05 -07:00 |
|
chloe caruso
|
4ec410e0d7
|
internal: make @import("bun") work in zig (#19096)
|
2025-04-17 12:32:47 -07:00 |
|
chloe caruso
|
be77711a4e
|
delete usingnamespace in bindings generator (#19020)
|
2025-04-15 12:14:47 -07:00 |
|
chloe caruso
|
903706dccf
|
file descriptor rewrite (#18790)
|
2025-04-15 09:37:11 -07:00 |
|
Jarred Sumner
|
879fdd7ef6
|
Bump Zig again (#18948)
|
2025-04-11 19:13:20 -07:00 |
|
chloe caruso
|
c1dc5f1b73
|
remove some usingnamespaces (#18765)
|
2025-04-10 14:16:30 -07:00 |
|
Jarred Sumner
|
e75d226943
|
Make shell more reliable (#18794)
|
2025-04-05 02:45:25 -07:00 |
|
Jarred Sumner
|
4806e84cc1
|
Revert "remove many usingnamespace, introduce new ref count and ref leak debugging tools (#18353)"
This reverts commit a199b85f2b. It does not compile on Windows.
|
2025-04-01 08:35:51 -07:00 |
|
chloe caruso
|
a199b85f2b
|
remove many usingnamespace, introduce new ref count and ref leak debugging tools (#18353)
|
2025-03-31 17:17:38 -07:00 |
|
Jarred Sumner
|
c3be6732d1
|
Fixes #18572 (#18578)
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2025-03-31 02:15:27 -07:00 |
|
Dylan Conway
|
a3585ff961
|
node:crypto: implement hkdf and hkdfSync (#18312)
|
2025-03-21 01:03:01 -07:00 |
|
Dylan Conway
|
c820b0c5e1
|
node:crypto: implement generatePrime(Sync) and checkPrime(Sync) (#18268)
|
2025-03-18 11:48:24 -07:00 |
|
190n
|
de4182f305
|
chore: upgrade zig to 0.14.0 (#17820)
Co-authored-by: 190n <7763597+190n@users.noreply.github.com>
Co-authored-by: Zack Radisic <56137411+zackradisic@users.noreply.github.com>
Co-authored-by: pfg <pfg@pfg.pw>
Co-authored-by: pfgithub <6010774+pfgithub@users.noreply.github.com>
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
|
2025-03-14 22:13:31 -07:00 |
|
Meghan Denny
|
1574df835e
|
zig: make JSValue.toBunString use JSError (#17648)
|
2025-02-25 13:04:44 -08:00 |
|
Meghan Denny
|
27c90786ca
|
node: implement process.binding('fs') (#17480)
|
2025-02-20 22:15:01 -08:00 |
|
Jarred Sumner
|
fad856c03c
|
Support fs.stat, fs.existsSync, fs.readFile, fs.promises.stat, fs.promises.readFile in bun build --compile (#17102)
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2025-02-06 00:06:52 -08:00 |
|
Meghan Denny
|
26d3688e53
|
zig: update to 0.14.0-dev (#16862)
Co-authored-by: nektro <5464072+nektro@users.noreply.github.com>
|
2025-02-01 01:11:02 -08:00 |
|
Dylan Conway
|
d4ce421982
|
Fix node:fs memory leak with AbortSignal (#16788)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-01-31 05:25:53 -08:00 |
|
Jarred Sumner
|
212944a5b6
|
Reduce memory usage of fs.readdir withFileTypes (#16897)
|
2025-01-31 04:25:58 -08:00 |
|
Meghan Denny
|
676e8d1632
|
zig: delete is_bindgen (#16858)
|
2025-01-28 23:51:24 -08:00 |
|
Jarred Sumner
|
b54f3f33f0
|
Clean up node:fs utimes, futimes , and lutimes (#16634)
|
2025-01-23 05:09:07 -08:00 |
|
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 |
|
Jarred Sumner
|
2465ccae53
|
Re-sync our Mutex implementation with zig stdlib (#16271)
|
2025-01-08 21:09:27 -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 |
|
Meghan Denny
|
68780faee2
|
fix windows build
|
2024-12-09 22:30:44 -08:00 |
|
Meghan Denny
|
53318c8b13
|
ci: run re-enable node tests on all platforms (#15572)
|
2024-12-09 19:08:30 -08:00 |
|
pfg
|
4c8cbecb08
|
Support flag parameter in readFileSync (#15595)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-12-05 13:41:44 -08:00 |
|
Meghan Denny
|
2d441d868b
|
zig: make throw use JSError (#15444)
|
2024-12-02 14:19:18 -08:00 |
|
Meghan Denny
|
215fdb4697
|
zig: make throwInvalidArgumentTypeValue use JSError (#15302)
Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com>
|
2024-11-26 17:17:12 -08:00 |
|
Meghan Denny
|
c3f63bcdc4
|
zig: make throwInvalidArguments use JSError (#15305)
|
2024-11-21 16:19:13 -08:00 |
|
Meghan Denny
|
1efab7f42d
|
zig: JSValue: make .get and .toSliceOrNull use JSError (#15270)
|
2024-11-20 13:26:41 -08:00 |
|
Meghan Denny
|
795f14c1d1
|
zig: align getTruthy to use JSError (#15199)
|
2024-11-19 18:46:08 -08:00 |
|
Meghan Denny
|
befb269b2d
|
zig: align fromJS methods to using JSError (#15165)
|
2024-11-15 22:14:18 -08:00 |
|
dave caruso
|
32ddf343ee
|
bake: csr, streaming ssr, serve integration, safer jsvalue functions, &more (#14900)
Co-authored-by: paperdave <paperdave@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-11-13 18:19:12 -08:00 |
|
Meghan Denny
|
35513a9d6d
|
zig: remove JSValue.isEmpty (#15128)
|
2024-11-13 16:04:13 -08:00 |
|
Meghan Denny
|
f8979b05b1
|
rid nearly all use of ExceptionRef in zig (#15100)
Co-authored-by: nektro <nektro@users.noreply.github.com>
|
2024-11-13 15:23:52 -08:00 |
|
Jarred Sumner
|
2b9abc20da
|
Use linux syscall interface more in I/O (#15067)
|
2024-11-11 14:47:04 -08:00 |
|
Jarred Sumner
|
781a392baa
|
Add micro-optimization to fs.readFile (#15076)
|
2024-11-11 10:35:17 -08:00 |
|