Jarred Sumner
|
6faf657e32
|
Implement --max-http-header-size (#13577)
|
2024-08-29 00:38:47 -07:00 |
|
Ciro Spaciari
|
11d7a9d5e9
|
fix(randomInt) allow negatives and improve args validation (#13527)
|
2024-08-25 23:16:25 -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 |
|
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 |
|
Meghan Denny
|
7fd072f4af
|
node:fs: use bun.assert to fix zig linter (#13353)
|
2024-08-16 18:23:45 -07:00 |
|
Meghan Denny
|
d4237b0757
|
node:fs: mode+flags message cleanup (#13332)
|
2024-08-15 23:19:25 -07:00 |
|
Meghan Denny
|
715ff7f323
|
node:fs: add additional error handling for flags and mode (#13321)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-08-15 13:13:11 -07:00 |
|
Meghan Denny
|
30edb594a8
|
node:fs: use libuv callbacks instead of custom workpool for some operations on windows (#13278)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-08-14 14:57:25 -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 |
|
Jarred Sumner
|
7aaf935711
|
Handle OOM better (#13142)
|
2024-08-09 00:43:54 -07:00 |
|
Meghan Denny
|
c63c55cbb1
|
node:fs: fix assertion when chown is passed non-numbers (#13113)
|
2024-08-07 02:29:50 -07:00 |
|
dave caruso
|
2680deb5d3
|
feat: bun build --compile --sourcemap (#13047)
|
2024-08-06 13:51:11 -07:00 |
|
Jarred Sumner
|
e1aadd0d7a
|
Fix missing user-provided reason in fs.watch abort (#13118)
|
2024-08-06 00:37:17 -07:00 |
|
Jarred Sumner
|
cacbaba524
|
Make signal.abort() from native code fast (#13064)
|
2024-08-05 15:50:36 -07:00 |
|
Meghan Denny
|
a0ebb051b0
|
implement node:util.getSystemErrorName() (#12837)
|
2024-07-27 00:20:50 -07:00 |
|
Jarred Sumner
|
8a78b2241d
|
Rename JSC.Node.StringOrBuffer -> StringOrBuffer
|
2024-07-26 14:50:30 -07:00 |
|
Meghan Denny
|
f7cb2da542
|
use .undefined literal instead of jsUndefined() call (#12834)
|
2024-07-26 04:03:55 -07:00 |
|
Meghan Denny
|
82b42ed851
|
node: more process.exitCode fixes (#12809)
|
2024-07-25 15:18:41 -07:00 |
|
Dylan Conway
|
375d8da8e6
|
fix(brotli): protect buffer jsvalues (#12800)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-07-25 04:01:53 -07:00 |
|
Meghan Denny
|
d97260869d
|
replace JSValue .callWithThis with always explicit .call (#12789)
|
2024-07-24 23:07:28 -07:00 |
|
Jarred Sumner
|
57c6a7db35
|
libdeflate (#12741)
|
2024-07-24 01:30:31 -07:00 |
|
Jarred Sumner
|
03024e6b4e
|
Fix truncating in BigIntStats (#12643)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-07-19 20:00:32 -07:00 |
|
Jarred Sumner
|
34e493f945
|
Experiment: disable -fPIC and relro (#12582)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-07-17 02:33:46 -07:00 |
|
190n
|
ff0dc62314
|
Accept undefined as explicit second argument for path.*.basename (#12609)
|
2024-07-16 16:37:21 -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 |
|
dave caruso
|
5137213f86
|
heavy revision on heap_breakdown's safety (#12445)
|
2024-07-09 14:29:00 -07:00 |
|
Jarred Sumner
|
25252c9b46
|
Use memmove in path handling code (#12413)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-07-09 11:22:54 -07:00 |
|
Jarred Sumner
|
c2a5451e93
|
Fix argument validation with callbacks in node:fs (#12412)
|
2024-07-07 20:18:07 -07:00 |
|
Jarred Sumner
|
e7031b07ae
|
Fix memory leak in withFileTypes: true in fs.readdir (#12393)
|
2024-07-06 20:22:55 -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 |
|
Jarred Sumner
|
7f3e6f23f6
|
Refactor ZigString -> toJS (#12242)
|
2024-06-29 00:21:42 -07:00 |
|
Jarred Sumner
|
de3ad9840b
|
5% faster fs.readdirSync for small directories on macOS (#12101)
|
2024-06-24 10:11:58 -03:00 |
|
dave caruso
|
21b5bdf8b5
|
fix: execArgv sometimes could include user args (#11987)
|
2024-06-20 16:14:54 -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 |
|
Jarred Sumner
|
1b8a72e724
|
Fixes #11703 (#11776)
|
2024-06-11 03:52:40 -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 |
|
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 |
|
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 |
|
Ciro Spaciari
|
1d89c5988e
|
refactor OOM errors (#11540)
|
2024-06-02 22:56:26 -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 |
|
Dylan Conway
|
06231b51bd
|
fix(node:path): toNamespacedPath bugfix (#11406)
|
2024-05-27 15:36:54 -07:00 |
|
Meghan Denny
|
e5de03b8eb
|
replace [bun.MAX_PATH_BYTES + 1]u8 with bun.PathBuffer (#11163)
|
2024-05-21 20:53:34 -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
|
396dc78522
|
node:fs: add Dirent.path and .parentPath fields (#11135)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-05-21 11:24:05 -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 |
|
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 |
|