Jarred Sumner
|
46b2a58c25
|
Small improvements to internal types
|
2025-03-19 19:26:13 -07:00 |
|
Ciro Spaciari
|
4c93b72906
|
compat(http2) more http2 compatibility improvements (#18060)
Co-authored-by: cirospaciari <6379399+cirospaciari@users.noreply.github.com>
|
2025-03-11 19:46:05 -07:00 |
|
Meghan Denny
|
ba7f59355f
|
js: de-class-ify node:net.Socket (#17997)
|
2025-03-10 23:37:11 -07:00 |
|
Meghan Denny
|
85f49a7a1a
|
node: fix test-net-server-listen-options-signal.js (#17782)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-03-07 00:32:05 -08:00 |
|
Meghan Denny
|
6ba858dfbb
|
node: fix test-net-connect-reset.js (#17823)
|
2025-03-07 00:31:41 -08:00 |
|
Don Isaac
|
4840217156
|
fix(node/net): infinite loop when connect is called without args (#17921)
|
2025-03-05 19:00:08 -08:00 |
|
Meghan Denny
|
99d85be529
|
node: fix test-net-connect-options-invalid.js (#17824)
|
2025-03-03 21:57:13 -08:00 |
|
Meghan Denny
|
2d0cadc949
|
node: fix test-net-server-unref-persistent.js (#17751)
|
2025-03-03 21:56:28 -08:00 |
|
Meghan Denny
|
7882418c5f
|
node: fix test-net-localerror.js (#17806)
|
2025-02-28 19:26:20 -08:00 |
|
Meghan Denny
|
12a2f412fc
|
node: fix test-net-listen-close-server.js (#17809)
|
2025-02-28 19:24:59 -08:00 |
|
Meghan Denny
|
11979f69eb
|
node: fix test-net-server-call-listen-multiple-times.js (#17785)
|
2025-02-27 23:03:48 -08:00 |
|
Meghan Denny
|
cc481465b5
|
node: fix test-net-socket-timeout.js (#17745)
|
2025-02-26 22:41:38 -08:00 |
|
Meghan Denny
|
ad766f2402
|
node: fix test-net-socket-no-halfopen-enforcer.js (#17747)
|
2025-02-26 22:15:27 -08:00 |
|
Don Isaac
|
db5b915559
|
fix(node/net): better net.Server compatibility (#17638)
|
2025-02-24 19:24:10 -08:00 |
|
Don Isaac
|
61edc58362
|
feat(node/net): add SocketAddress (#17154)
Co-authored-by: DonIsaac <22823424+DonIsaac@users.noreply.github.com>
|
2025-02-24 11:18:16 -08:00 |
|
Ciro Spaciari
|
8f888be7d5
|
fix(tls) ECONNRESET behavior (#17505)
|
2025-02-21 18:33:42 -08: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 |
|
Don Isaac
|
81ecf7556c
|
ci: repair lint setup and run it in CI (#15720)
Co-authored-by: Don Isaac <don@bun.sh>
|
2025-01-08 07:12:18 +00:00 |
|
Meghan Denny
|
e1cfea4925
|
node: fix the rest of test-process (#16026)
|
2025-01-06 14:30:36 -08:00 |
|
Ciro Spaciari
|
c1eba5886f
|
fix(net) signal should destroy the connection and propagate the error properly (#15624)
|
2024-12-06 16:10:33 -08:00 |
|
Ciro Spaciari
|
471fe7b886
|
fix(net/tls) fix reusePort, allowHalfOpen, FIN before reconnect (#15452)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-11-27 21:30:30 -08:00 |
|
ippsav
|
910e479d29
|
Fix node:net not handling path in listen (#15162)
Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com>
|
2024-11-15 10:35:14 -08:00 |
|
Ciro Spaciari
|
183c661c40
|
net compatibility improvements (#14933)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-11-07 22:03:53 -08:00 |
|
Ciro Spaciari
|
85fd471d9d
|
fix(net) fix bytesWritten drain (#14949)
|
2024-11-01 19:43:42 -07:00 |
|
Ciro Spaciari
|
5236d974b5
|
revert
|
2024-11-01 17:25:59 -07:00 |
|
Ciro Spaciari
|
6e448619d0
|
fix drain event, drain must be called only after internal buffer is drained
|
2024-11-01 17:23:00 -07:00 |
|
Jarred Sumner
|
b1e9e3b31b
|
Add bytesWritten property to Bun.Socket, fix encoding issue in node:net (#14516)
Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com>
|
2024-10-31 17:54:07 -07:00 |
|
Ciro Spaciari
|
fe8d0079ec
|
tls(Server) fix connectionListener and make alpnProtocol more compatible with node.js (#14695)
Co-authored-by: cirospaciari <cirospaciari@users.noreply.github.com>
|
2024-10-21 01:58:14 +00:00 |
|
Ciro Spaciari
|
409e674526
|
feat(node:http2) Implement HTTP2 server support (#14286)
Co-authored-by: cirospaciari <cirospaciari@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-10-15 16:28:21 -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 |
|
Ciro Spaciari
|
36c5f843ec
|
feat(tls) add duplex upgrade (#13718)
|
2024-09-05 19:37:31 -07:00 |
|
Ciro Spaciari
|
bac38b8967
|
fix(tls/fetch) Better SSLWrapper for http proxy and start of Duplex support on tls (#12750)
Co-authored-by: cirospaciari <cirospaciari@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-08-30 23:22:58 -07:00 |
|
Jarred Sumner
|
fea302ee1d
|
Add missing destroySoon (#13555)
|
2024-08-26 18:09:05 -07:00 |
|
Jarred Sumner
|
2ffcccc5b4
|
Fixes #5591 (#13541)
|
2024-08-26 16:09:48 -07:00 |
|
Ciro Spaciari
|
f9af7be5ae
|
fix(net) make sure to always end the connection when destroy is called (#13412)
|
2024-08-19 15:55:05 -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
|
a5bd94f582
|
node:net.Server listen handler should be bound to the server (#13290)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-08-14 19:00:57 -07:00 |
|
Meghan Denny
|
5bc45e2721
|
node:net.Socket#{ref,unref} are supposed to return this (#13291)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-08-14 17:23:39 -07:00 |
|
Ciro Spaciari
|
eec5abd0da
|
fix(net) remove unnecessary closeNT call (#13282)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-08-14 01:51:40 -07:00 |
|
Ciro Spaciari
|
460d6edbda
|
fix(net/tls) we need to call end when we got FIN if allowHalfOpen is false (#13212)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-08-13 00:24:37 -07:00 |
|
Meghan Denny
|
1e6fa76637
|
rework node:net.connect arg parsing (#10970)
|
2024-05-14 17:20:19 -07:00 |
|
Meghan Denny
|
1589a1230d
|
Revert "Align arguments of connect() in node:tls and node:net to Node (#10854)" (#10908)
|
2024-05-07 20:33:42 -07:00 |
|
Henrik Storck
|
6217d78567
|
fix: Align arguments of connect() in node:tls and node:net to Node (#10870)
Co-authored-by: dave caruso <me@paperdave.net>
|
2024-05-07 15:03:38 -07:00 |
|
Georgijs
|
7bfcc2c9e3
|
support onread in net (#10753)
Co-authored-by: Georgijs Vilums <=>
Co-authored-by: gvilums <gvilums@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-05-04 20:35:28 -07:00 |
|
Georgijs
|
ec6110e7e3
|
allow connecting a socket again after its connection was closed (#10781)
Co-authored-by: Georgijs Vilums <=>
Co-authored-by: gvilums <gvilums@users.noreply.github.com>
|
2024-05-02 20:36:58 -07:00 |
|
dave caruso
|
a52dd7853d
|
final steps to getting dd-trace to work (#10568)
|
2024-04-27 00:07:44 -07:00 |
|
Meghan Denny
|
181d6a0a83
|
node:net: stub out [get|set]DefaultAutoSelectFamily[AttemptTimeout] (#10529)
|
2024-04-26 14:35:34 -07:00 |
|
Meghan Denny
|
0f8d74e3dc
|
node:*: fix some typescript errors (#10310)
* node:*: fix some typescript errors
* add dom to tsconfig
* fix url regression
* fix diagnostics_channel regression
* use $isJSArray instead of ArrayIsArray
* $isArray wasnt actually a real builtin
* Revert "$isArray wasnt actually a real builtin"
This reverts commit 319926b538.
* Apply formatting changes
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
Co-authored-by: Ashcon Partovi <ashcon@partovi.net>
|
2024-04-22 18:24:07 -07:00 |
|
Ciro Spaciari
|
e0f583df75
|
feat(SNI) Bun.serve/tls (#10364)
* add SNI support
* add some Bun.serve tests
* more tests
* wip move addServername to
* move addServerName
* clean
* fix types
* cleanup
* make TS happy
* opsie revert back
* version this
* internals
* opsie
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-04-19 17:11:05 -07:00 |
|
Meghan Denny
|
df190815df
|
node: convert remaining js packages to ts (#10289)
|
2024-04-16 15:42:24 -07:00 |
|