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 |
|
Meghan Denny
|
367b69dff5
|
bindings: fix createTypeError and createRangeError inheritance (#11341)
|
2024-05-28 16:54:08 -07:00 |
|
dave caruso
|
96f29e8555
|
fix(bundler): some sourcemap generation bugs (#11344)
Co-authored-by: paperdave <paperdave@users.noreply.github.com>
Co-authored-by: Meghan Denny <meghan@bun.sh>
Co-authored-by: nektro <nektro@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Le Michel <95184938+Ptitet@users.noreply.github.com>
Co-authored-by: Дмитрий Заводской <zawodskoj2@gmail.com>
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
Co-authored-by: HUMORCE <humorce@outlook.com>
Co-authored-by: huseeiin <122984423+huseeiin@users.noreply.github.com>
|
2024-05-28 16:51:35 -07:00 |
|
Jonny Burger
|
15603ab596
|
Lift http.createServer maxRequestBodySize (#11426)
|
2024-05-28 15:13:46 -07:00 |
|
Jarred Sumner
|
1041655ff6
|
Implement addAbortListener and getMaxListeners in node:events (#11392)
|
2024-05-28 15:13:27 -07:00 |
|
Jarred Sumner
|
34b02ada14
|
Move Timer into a separate file (#11408)
|
2024-05-27 16:40:34 -07:00 |
|
Dylan Conway
|
06231b51bd
|
fix(node:path): toNamespacedPath bugfix (#11406)
|
2024-05-27 15:36:54 -07:00 |
|
Dylan Conway
|
470e523c52
|
fix(install): semver tag parsing bugfix (#11387)
|
2024-05-27 02:17:43 -07:00 |
|
Jarred Sumner
|
e1eb4a4753
|
Improve unhandled error reporting in bun:test (#11386)
|
2024-05-27 01:55:33 -07:00 |
|
Дмитрий Заводской
|
ad5574b86f
|
Run deinit() on CallbackJob regardless of result type (#11379)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-05-26 20:02:32 -07:00 |
|
Jarred Sumner
|
99b979e5ca
|
Remove std.debug.print
@paperdave you left this
|
2024-05-25 23:22:29 -07:00 |
|
dave caruso
|
7be0669840
|
fix(bundler): more windows backslash stuff (#11333)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-05-25 21:52:59 -07:00 |
|
Jarred Sumner
|
59bbedf251
|
Update c-ares (#11361)
|
2024-05-25 21:36:19 -07:00 |
|
Jarred Sumner
|
c689b2b265
|
Speculative crash fix (#11337)
|
2024-05-24 18:29:50 -07:00 |
|
Jarred Sumner
|
5102a94430
|
Fixes #11297 (#11331)
|
2024-05-24 14:44:14 -07:00 |
|
Georgijs
|
5f7282fea3
|
Fire listeners that are removed during their event (#11329)
Co-authored-by: Georgijs Vilums <=>
Co-authored-by: gvilums <gvilums@users.noreply.github.com>
|
2024-05-24 14:07:03 -07:00 |
|
Jarred Sumner
|
d16c136e77
|
Fix linkat with O_TMPFILE on Ubuntu/non-privileged users
|
2024-05-24 01:10:28 -07:00 |
|
Dylan Conway
|
df83028546
|
fix(install): npm lockfile migration bugfix (#11311)
|
2024-05-24 00:19:56 -07:00 |
|
dave caruso
|
3d99c9af24
|
fix(bundler): unify code + codeWithSourceMapShifts (#11315)
|
2024-05-23 23:32:28 -07:00 |
|
dave caruso
|
ec082db67c
|
fix: fix sourcemap generation (rewrites bun.StringJoiner) (#11288)
|
2024-05-23 23:30:11 -07:00 |
|
Dylan Conway
|
d3fdb17321
|
add jest.setTimeout to bun test (#10687)
Co-authored-by: dylan-conway <dylan-conway@users.noreply.github.com>
|
2024-05-23 20:24:54 -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 |
|
Georgijs
|
2528caa598
|
fix out of bounds error for bun install (#11308)
Co-authored-by: Georgijs Vilums <=>
|
2024-05-23 17:54:12 -07:00 |
|
Jarred Sumner
|
260366f1a6
|
~2x faster uncached bun install on Windows (#11293)
|
2024-05-23 15:02:12 -07:00 |
|
Georgijs
|
6566b8a6d6
|
limit concurrent connection count for happy eyeballs (#11282)
Co-authored-by: Georgijs Vilums <=>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-05-23 00:05:03 -07:00 |
|
dave caruso
|
aff93ba9df
|
crash_handler: add note if this crash is from canary (#11281)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-05-22 18:31:06 -07:00 |
|
Georgijs
|
d50acbc0bd
|
Fix refConcurrent and unrefConcurrent (#11280)
Co-authored-by: Georgijs Vilums <=>
|
2024-05-22 16:57:05 -07:00 |
|
Jarred Sumner
|
12bb5d03a2
|
Always propagate error in EventEmitter (#11210)
Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com>
|
2024-05-22 16:39:42 -07:00 |
|
Ciro Spaciari
|
096cfeebc0
|
fix(fetch) allow Response to be GC'd before all the request body is received (#10933)
Co-authored-by: cirospaciari <cirospaciari@users.noreply.github.com>
|
2024-05-22 15:42:30 -07:00 |
|
Georgijs
|
81cebc789a
|
Fix workers on windows taking a long time to exit (#11271)
|
2024-05-22 14:04:50 -07:00 |
|
Eigil Sagafos
|
ce8474b2a1
|
Update http2 NotImplementedErrors to report issue 8823 (#11277)
|
2024-05-22 14:03:43 -07:00 |
|
Dylan Conway
|
cc0bce62e3
|
fix(install): adding packages in subdirectories of workspaces (#11254)
|
2024-05-21 22:46:26 -07:00 |
|
Jarred Sumner
|
6e6cfcd839
|
Bump + crash reporter uploading
|
2024-05-21 21:54:53 -07:00 |
|
Meghan Denny
|
e5de03b8eb
|
replace [bun.MAX_PATH_BYTES + 1]u8 with bun.PathBuffer (#11163)
|
2024-05-21 20:53:34 -07:00 |
|
Dylan Conway
|
bb13798d98
|
fix(install): workspace version added to package.json (#11241)
|
2024-05-21 17:25:40 -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
|
e98c235e30
|
feat: load sourcemaps at runtime when using a bun build --target=bun bundle (#10998)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-05-21 14:41:53 -07:00 |
|
Jarred Sumner
|
c03b35ecfc
|
Fix node:dns error code issue impacting MongoDB (#11235)
|
2024-05-21 14:41:00 -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
|
1c99cfebeb
|
crypto: fix digestToBytes and add tests (#11234)
|
2024-05-21 13:51:00 -07:00 |
|
Dylan Conway
|
33aaf3376b
|
use count instead of index for error output
|
2024-05-21 13:42:20 -07:00 |
|
Dylan Conway
|
fbde05b339
|
one
|
2024-05-21 13:38:04 -07:00 |
|
Jarred Sumner
|
bbaeeaeed2
|
Implement expect().toHaveReturned() && expect().toHaveReturnedTimes(n) (#11231)
|
2024-05-21 13:11:26 -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 |
|