Meghan Denny
|
39342e34b1
|
node: define missing constants (#14211)
|
2024-10-02 14:35:16 -07:00 |
|
Meghan Denny
|
25083a4252
|
pm: print command name to stdout (#14266)
|
2024-10-02 02:24:37 -07:00 |
|
Meghan Denny
|
e831bbf4ca
|
node: implement more validators in native code (#14177)
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2024-10-01 21:55:05 -07:00 |
|
Jarred Sumner
|
d09df1af47
|
Deflake a test
|
2024-09-27 14:22:59 -07:00 |
|
Meghan Denny
|
05afe42f31
|
fix Buffer.fill with a non-null empty fill including uninitialized bytes (#14199)
|
2024-09-27 02:50:32 -07:00 |
|
Meghan Denny
|
7113206a7d
|
fix MAX_STRING_LENGTH constant value (#14196)
|
2024-09-27 02:48:04 -07:00 |
|
Meghan Denny
|
d42c032eec
|
cleanup some error handling in BunProcess (#14178)
|
2024-09-26 14:20:35 -07:00 |
|
Meghan Denny
|
80db770521
|
rework node:zlib to match internal js api and properly support async writes (#14079)
Co-authored-by: nektro <nektro@users.noreply.github.com>
|
2024-09-25 15:55:53 -07:00 |
|
Ashcon Partovi
|
117e1b3883
|
bun run prettier (#14153)
Co-authored-by: Electroid <Electroid@users.noreply.github.com>
|
2024-09-24 22:46:18 -07:00 |
|
Jarred Sumner
|
c298b23c45
|
Fix process.cwd on windows (#14081)
|
2024-09-21 01:32:23 -07:00 |
|
Jarred Sumner
|
b66d622c56
|
Bump WebKit (#13970)
|
2024-09-15 04:37:23 -04:00 |
|
Jarred Sumner
|
14c63229a1
|
Revert "various node:buffer fixes" (#13971)
|
2024-09-14 23:41:33 -04:00 |
|
Meghan Denny
|
3c2e798eab
|
various node:buffer fixes (#13757)
Co-authored-by: nektro <nektro@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-09-14 04:09:20 -04:00 |
|
Meghan Denny
|
ac53310fe9
|
misc node:zlib fixes [v2] (#13958)
|
2024-09-14 02:01:04 -04:00 |
|
Dylan Conway
|
5af782344f
|
fix(watch): use case insensitive path comparison (#13909)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-09-14 01:41:33 -04:00 |
|
dave caruso
|
c2c2048072
|
framework api: init / work in progress (#13215)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-09-12 16:44:03 -07:00 |
|
Ciro Spaciari
|
b1ca81a10d
|
fix(node:net, node:tls) add named pipe support on node:net and node:tls modules (#13838)
|
2024-09-12 14:06:45 -07:00 |
|
Dylan Conway
|
749632f125
|
fix(spawn): update cwd before searching for executable to run (#13845)
Co-authored-by: dylan-conway <dylan-conway@users.noreply.github.com>
|
2024-09-11 16:58:24 -07:00 |
|
Jarred Sumner
|
ed8e6115bb
|
Fix using decimal numbers for file descriptors (#13881)
|
2024-09-11 15:52:53 -07:00 |
|
Jarred Sumner
|
8d7d58606b
|
Add generator for $ERR_* as fake private globals (#13843)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-09-10 16:07:22 -07:00 |
|
190n
|
2071507a1b
|
Fix flaky process.cpuUsage tests (#13842)
|
2024-09-10 02:38:40 -07:00 |
|
Jarred Sumner
|
c7b874447f
|
Add missing timers.promises (#13834)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-09-09 17:17:52 -07:00 |
|
Ciro Spaciari
|
2b50554596
|
fix(node:http) always set headersSent to true after end (#13794)
Co-authored-by: cirospaciari <cirospaciari@users.noreply.github.com>
|
2024-09-09 17:08:17 -07:00 |
|
Jarred Sumner
|
8f5d78f498
|
Fix default value for zlib options (#13800)
|
2024-09-09 17:06:41 -07:00 |
|
Jarred Sumner
|
3e8a50ba57
|
workerData should default to null instead of undefined (#13835)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-09-09 16:48:12 -07:00 |
|
Jarred Sumner
|
945175961c
|
Set process._exiting to false by default (#13832)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-09-09 16:45:24 -07:00 |
|
Wilmer Paulino
|
a0939ca4f1
|
Switch asymmetric encryption implementation to BoringSSL (#13786)
|
2024-09-08 03:19:23 -07:00 |
|
Jarred Sumner
|
f0a4b9f96f
|
Copy fix from #13756 into separate PR (#13783)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-09-06 20:16:20 -07:00 |
|
Meghan Denny
|
8cd515f533
|
node:zlib: move deflate and gzip into native code (#11770)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-09-06 18:49:19 -07:00 |
|
Jarred Sumner
|
1458fcca4a
|
Run formatter
|
2024-09-06 18:13:08 -07:00 |
|
Ciro Spaciari
|
1011b44d78
|
fix(node:http) implement request.setTimeout and server.setTimeout (#13772)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-09-06 17:52:38 -07:00 |
|
Meghan Denny
|
ed7741a662
|
node:https: provide proper Agent definition (#11826)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-09-06 16:11:19 -07:00 |
|
Meghan Denny
|
981f1d4a60
|
fix bad translation in child-process-exec-timeout-kill.test.js (#13765)
|
2024-09-06 13:26:57 -07:00 |
|
Ciro Spaciari
|
36c5f843ec
|
feat(tls) add duplex upgrade (#13718)
|
2024-09-05 19:37:31 -07:00 |
|
Jarred Sumner
|
cd6785771e
|
run prettier and add back format action (#13722)
|
2024-09-03 21:32:52 -07:00 |
|
Jarred Sumner
|
b64f1e15b5
|
Fixes #13629 (#13660)
|
2024-09-01 22:40:31 -07:00 |
|
Ciro Spaciari
|
adb54f1849
|
fix(Server) handle requestIP after async call (#13532)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-08-30 19:13:53 -07:00 |
|
Grigory
|
59eb5515c5
|
fix(nodevm): align behavior with node (#13590)
|
2024-08-30 01:34:18 -07:00 |
|
Jarred Sumner
|
6faf657e32
|
Implement --max-http-header-size (#13577)
|
2024-08-29 00:38:47 -07:00 |
|
Jarred Sumner
|
952d44b675
|
Fixes #13581 (#13583)
|
2024-08-28 13:54:57 -07:00 |
|
Jarred Sumner
|
2ffcccc5b4
|
Fixes #5591 (#13541)
|
2024-08-26 16:09:48 -07:00 |
|
Ciro Spaciari
|
11d7a9d5e9
|
fix(randomInt) allow negatives and improve args validation (#13527)
|
2024-08-25 23:16:25 -07:00 |
|
Jarred Sumner
|
ac8f9052a2
|
Deflake fs.test.ts (#13538)
|
2024-08-25 21:43:16 -07:00 |
|
Jarred Sumner
|
b005ef43d4
|
Deflake fs.test.ts
|
2024-08-23 22:55:30 -07:00 |
|
Jarred Sumner
|
e97c65fd1e
|
Add 59 more node tests + copy node test fixtures (#13495)
|
2024-08-23 19:06:35 -07:00 |
|
Jarred Sumner
|
94ee538dc6
|
About 13% of node's test suite (#13468)
|
2024-08-22 18:00:25 -07:00 |
|
Dylan Conway
|
9cdda49485
|
fix(node:util): use Object.setPrototypeOf in inherits (#13480)
|
2024-08-22 17:58:00 -07:00 |
|
Jarred Sumner
|
2c84840222
|
Fix crash in buffer found in node tests (#13460)
|
2024-08-22 16:16:25 -07:00 |
|
Ciro Spaciari
|
74d5b93ffc
|
fix(dns.resolveSrv) (#13478)
|
2024-08-22 15:36:22 -07:00 |
|
Jarred Sumner
|
886c31f0c5
|
Fix expect.assertions() and done callback (#13463)
|
2024-08-22 15:26:58 -07:00 |
|