Jarred Sumner
|
c2a5451e93
|
Fix argument validation with callbacks in node:fs (#12412)
|
2024-07-07 20:18:07 -07:00 |
|
Jarred Sumner
|
b8c70ba6cf
|
Deflake node-tls-connect test
|
2024-07-07 09:28:53 -07:00 |
|
Jarred Sumner
|
ee25618197
|
Use bun.ComptimeStringMap instead of std.StaticStringMap (#12351)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-07-04 23:05:51 -07:00 |
|
Vadzim
|
4f3ef07455
|
Fix crash on aborted timer (#12348)
|
2024-07-04 16:20:59 -07:00 |
|
Jarred Sumner
|
c486a049a8
|
Implement buffer.resolveObjectURL (#12324)
|
2024-07-03 19:17:20 -07:00 |
|
Ashcon Partovi
|
d105b048b1
|
Use Buildkite for CI (#11477)
|
2024-06-27 14:56:07 -07:00 |
|
Jarred Sumner
|
d5e3ea0ab7
|
Make node:v8 getHeapStatistics more plausible (#12139)
|
2024-06-25 00:17:51 -07:00 |
|
dave caruso
|
21b5bdf8b5
|
fix: execArgv sometimes could include user args (#11987)
|
2024-06-20 16:14:54 -07:00 |
|
Jarred Sumner
|
864cbc1555
|
Fixes #301 (#11988)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-06-20 16:14:26 -07:00 |
|
Ciro Spaciari
|
422c17d76c
|
fix(http) mark completed true (#11926)
|
2024-06-17 15:09:20 -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 |
|
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 |
|
Jarred Sumner
|
4786c6139e
|
Clean up some expect() matchers (#11721)
|
2024-06-09 03:42:36 -07:00 |
|
Jarred Sumner
|
c5010e9a12
|
Deflake child_process test
|
2024-06-08 23:08:00 -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 |
|
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
|
6a756bf979
|
Implement blob: URLs in fetch, import, and Worker (#11537)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
Co-authored-by: dave caruso <me@paperdave.net>
|
2024-06-05 18:49:03 -07:00 |
|
dave caruso
|
bb8c0d97ba
|
Fix runtime stack trace computation (#11581)
Co-authored-by: paperdave <paperdave@users.noreply.github.com>
|
2024-06-05 00:26:03 -07:00 |
|
Jarred Sumner
|
2580d199a4
|
fix some worker-related stability issues (#11494)
|
2024-06-04 23:29:21 -07:00 |
|
Jarred Sumner
|
fd55cdae34
|
Try deflaking child process test again (#11496)
|
2024-05-31 04:17:59 -07:00 |
|
Jarred Sumner
|
75b64d9b8e
|
Deflake child_process test (#11495)
|
2024-05-31 02:21:51 -07:00 |
|
dave caruso
|
c467fd9381
|
fix high cpu usage when using bun.build (#11455)
|
2024-05-31 00:05:33 -07:00 |
|
Jarred Sumner
|
323011980c
|
Add fuzzer-like test of methods (#11436)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
Co-authored-by: Zack Radisic <zack@theradisic.com>
|
2024-05-30 15:12:29 -07:00 |
|
Ciro Spaciari
|
55c5ed3d3e
|
fix(tests) update http2 cert in tests (#11462)
|
2024-05-30 13:24:27 -07:00 |
|
Ciro Spaciari
|
a8fcb48609
|
fix(test) handle connect errors on node-tls-context (#11463)
|
2024-05-30 13:24:08 -07:00 |
|
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 |
|
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 |
|
Jarred Sumner
|
4d03105614
|
Make dns tests use promises instead of done (#11347)
Co-authored-by: Georgijs <48869301+gvilums@users.noreply.github.com>
|
2024-05-28 17:30:52 -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 |
|
Dylan Conway
|
06231b51bd
|
fix(node:path): toNamespacedPath bugfix (#11406)
|
2024-05-27 15:36:54 -07:00 |
|
Jarred Sumner
|
e1eb4a4753
|
Improve unhandled error reporting in bun:test (#11386)
|
2024-05-27 01:55:33 -07:00 |
|
Jarred Sumner
|
fdbccef110
|
Speed up a couple tests (#11369)
|
2024-05-26 04:09:28 -07:00 |
|
Meghan Denny
|
aa3aa888d5
|
ci: windows: fix dns.getServers test (#11309)
Co-authored-by: nektro <nektro@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-05-25 01:43:13 -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 |
|
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 |
|
Jarred Sumner
|
0905e43049
|
Test gardening (#11285)
|
2024-05-23 19:54:36 -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 |
|
Jarred Sumner
|
c03b35ecfc
|
Fix node:dns error code issue impacting MongoDB (#11235)
|
2024-05-21 14:41:00 -07:00 |
|
Georgijs
|
6e55612d36
|
fix http2 test on windows (#11236)
Co-authored-by: gvilums <gvilums@users.noreply.github.com>
|
2024-05-21 14:36:08 -07:00 |
|
Meghan Denny
|
1c99cfebeb
|
crypto: fix digestToBytes and add tests (#11234)
|
2024-05-21 13:51:00 -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 |
|
Georgijs
|
4df387d59f
|
happy eyeballs (#11206)
Co-authored-by: Georgijs Vilums <=>
Co-authored-by: gvilums <gvilums@users.noreply.github.com>
|
2024-05-20 22:12:14 -07:00 |
|