Jarred Sumner
|
75a95aa5fa
|
Rewrite the internal Web Stream native bindings to use less memory (#16349)
|
2025-01-26 00:04:39 -08:00 |
|
Meghan Denny
|
e5b9082319
|
fix test-buffer-zero-fill-cli.js (#16633)
|
2025-01-24 21:04:07 -08:00 |
|
Kai Tamkun
|
b3e75cee8b
|
dgram: reuseAddr/reusePort fixes (#16677)
|
2025-01-24 18:51:50 -08:00 |
|
Jarred Sumner
|
8c2c6fe548
|
Add x25519 support to generateKeyPair (#16725)
Co-authored-by: João Lucas de Oliveira Lopes <55464917+jlucaso1@users.noreply.github.com>
Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com>
|
2025-01-24 18:49:05 -08:00 |
|
Don Isaac
|
fb0f54840e
|
fix(node/url): respect process.noDeprecation in url.parse() (#16641)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-01-24 18:47:19 -08:00 |
|
Meghan Denny
|
7d7a306313
|
js: Buffer: alias toString as toLocaleString (#16732)
|
2025-01-24 18:43:08 -08:00 |
|
Meghan Denny
|
d414c78e01
|
fix test-buffer-concat.js (#16638)
|
2025-01-24 18:42:44 -08:00 |
|
Meghan Denny
|
cc3994cfba
|
js: ERR_INVALID_ARG_TYPE and ERR_BUFFER_OUT_OF_BOUNDS fixes (#16629)
|
2025-01-24 17:03:31 -08:00 |
|
Don Isaac
|
0d53353d36
|
fix(node/fs): fs.close and fs.Dir.closeSync (#16686)
|
2025-01-24 05:58:07 -08:00 |
|
Jarred Sumner
|
f7c5b0d5fc
|
Fix Stat constructor, remove native code allocation for stat objects (#16694)
|
2025-01-24 04:40:00 -08:00 |
|
Jarred Sumner
|
b54f3f33f0
|
Clean up node:fs utimes, futimes , and lutimes (#16634)
|
2025-01-23 05:09:07 -08:00 |
|
Meghan Denny
|
8882615b02
|
js: add buffer tests that pass now (#16635)
|
2025-01-23 03:26:16 -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 |
|
Kai Tamkun
|
0a0650feea
|
node:dgram compatibility improvements (#16446)
|
2025-01-20 20:49:49 -08:00 |
|
Jarred Sumner
|
cfbb62df16
|
Implement fs.statfs, fs.statfsSync fs.promises.statfs (#16519)
|
2025-01-20 00:39:18 -08:00 |
|
pfg
|
84984021cd
|
Pass more node tests in util and readline (#16425)
|
2025-01-18 23:58:35 -08:00 |
|
Jarred Sumner
|
20bd1a5b5f
|
Normalize algorithm names for hmac (#16506)
|
2025-01-18 12:10:56 -08:00 |
|
Don Isaac
|
288f256ce4
|
test(node): copy over passing parallel/child-process tests (#16383)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-01-18 03:01:30 +00:00 |
|
Don Isaac
|
b412e3647a
|
test(node/url): add more node:test parallel cases (#16404)
|
2025-01-17 21:03:09 +00:00 |
|
Jarred Sumner
|
7242c1b670
|
Implement X509Certificate in node:crypto (#16173)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
Co-authored-by: dylan-conway <35280289+dylan-conway@users.noreply.github.com>
|
2025-01-17 05:24:45 -08:00 |
|
Jarred Sumner
|
9579e4292b
|
Fix fs.mkdir recursive regression from Bun v1.1.44 (#16464)
|
2025-01-17 04:12:17 -08:00 |
|
Jarred Sumner
|
4c579150bd
|
Ignore --expose-internals in node tests
|
2025-01-16 23:59:54 -08:00 |
|
Meghan Denny
|
2d481e7bcb
|
fix more node:stream (#16385)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-01-16 22:40:39 -08:00 |
|
Ciro Spaciari
|
35a2ef07bf
|
fix(http2) fix sensitive headers (#16423)
|
2025-01-16 03:34:28 +00:00 |
|
190n
|
c1218b250d
|
Bump WebKit and re-enable IPInt (#16227)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Kai Tamkun <kai@tamkun.io>
|
2025-01-15 04:06:52 -08:00 |
|
Meghan Denny
|
c0e1da7280
|
ci: fix node-http2.test.js
|
2025-01-14 23:09:16 -08:00 |
|
chloe caruso
|
834ad11d48
|
get node:fs tests passing part 1 (#16270)
|
2025-01-14 20:53:02 -08:00 |
|
pfg
|
1e67665d33
|
More node tests passing (#16269)
|
2025-01-10 19:51:30 -08:00 |
|
Don Isaac
|
0372ca5c0a
|
test(node): get test-assert.js working (#15698)
Co-authored-by: Don Isaac <don@bun.sh>
Co-authored-by: DonIsaac <DonIsaac@users.noreply.github.com>
|
2025-01-10 00:45:43 +00:00 |
|
Jarred Sumner
|
5e003dccd2
|
Fixes #16277 (#16280)
|
2025-01-09 03:15:31 -08:00 |
|
Kai Tamkun
|
9bca80c1a2
|
DNS fixes (#15864)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-01-08 21:53:03 -08:00 |
|
Jarred Sumner
|
da2dd657b1
|
Fix various bugs with function names and source mappings involving eval and node:vm (#16212)
|
2025-01-07 20:21:50 -08:00 |
|
Jarred Sumner
|
7d58787dda
|
Module.findSourceMap shouldn't throw (#16229)
|
2025-01-07 18:01:28 -08:00 |
|
Jarred Sumner
|
c431ef1b7a
|
Replace 4 duplicate implementations of getting the sourceURL (#16205)
|
2025-01-07 00:34:58 -08:00 |
|
Meghan Denny
|
e1cfea4925
|
node: fix the rest of test-process (#16026)
|
2025-01-06 14:30:36 -08:00 |
|
Don Isaac
|
189684f173
|
feat(node/path): support matchesGlob (#15917)
|
2025-01-06 10:36:11 -08:00 |
|
Jarred Sumner
|
012d70f42e
|
Fix bug with PATH in Bun.spawn (#16067)
|
2025-01-02 16:03:42 -08:00 |
|
Jarred Sumner
|
1ae855223c
|
Bump WebKit (#16068)
|
2024-12-31 14:48:54 -08:00 |
|
Jarred Sumner
|
ed0980cf94
|
Make creating errors slightly faster (#16023)
|
2024-12-28 01:32:32 -08:00 |
|
Don Isaac
|
d8e644fc25
|
fix(node/path): crash when joining long paths (#16019)
|
2024-12-27 17:58:21 +00:00 |
|
Meghan Denny
|
4bcc5b25d9
|
node: fix all of test-event-emitter (#16009)
|
2024-12-27 01:34:49 -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 |
|
Jarred Sumner
|
774e30d383
|
Make originalLine and originalColumn getter calls not observable (#15951)
|
2024-12-23 03:40:51 -08:00 |
|
Jarred Sumner
|
1fa6d9e695
|
+2 passing node:events tests (#15952)
|
2024-12-23 01:45:13 -08:00 |
|
Jarred Sumner
|
4f8a6b33c4
|
+5 passing node:zlib tests (#15944)
|
2024-12-22 20:39:42 -08:00 |
|
dave caruso
|
8a4852b8b0
|
fix: pass homedir test (#15811)
Co-authored-by: paperdave <paperdave@users.noreply.github.com>
Co-authored-by: Ashcon Partovi <ashcon@partovi.net>
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
|
2024-12-20 00:36:59 -08:00 |
|
Jarred Sumner
|
ebc2eb5c5b
|
Support colors array in util.styleText (#15872)
|
2024-12-18 23:23:42 -08:00 |
|
Jarred Sumner
|
10990f5213
|
Fixes #3554 (#15870)
|
2024-12-18 22:54:11 -08:00 |
|
Jarred Sumner
|
ac6723eab7
|
+13 passing node:vm tests (#15865)
|
2024-12-18 19:41:37 -08:00 |
|
Jarred Sumner
|
ad1738d23c
|
Fix process.on from non-mainthread (#15825)
|
2024-12-17 16:51:19 -08:00 |
|