Alistair Smith
|
90b3df2aac
|
types
|
2025-05-06 11:33:11 -07:00 |
|
Alistair Smith
|
f4d7d7b8e1
|
Merge branch 'main' of github.com:oven-sh/bun into ali/fix-test-tls-connect-timeout-option
|
2025-05-06 11:31:10 -07:00 |
|
Alistair Smith
|
52ef449eee
|
slightly improve types
|
2025-05-06 11:31:06 -07:00 |
|
Alistair Smith
|
307262df49
|
call SocketHandlers.error
|
2025-05-06 11:24:00 -07:00 |
|
Alistair Smith
|
333152dd79
|
works
|
2025-05-06 11:21:51 -07:00 |
|
Alistair Smith
|
ded202d57b
|
fix: parallel/test-cluster-eaddrinuse.js passing (#19444)
|
2025-05-05 17:08:18 -07:00 |
|
Meghan Denny
|
9e201eff9e
|
node:net: implement BlockList (#19277)
|
2025-05-01 16:09:44 -07:00 |
|
Jarred Sumner
|
032713c58c
|
Fix several lints (#19121)
|
2025-04-19 05:41:34 -07:00 |
|
Ciro Spaciari
|
218ee99155
|
compat(node:http) more compatibility improvements (#19063)
|
2025-04-18 19:57:02 -07:00 |
|
Meghan Denny
|
6c3aaefed2
|
node:net: fix Server.prototype.address() (#18771)
|
2025-04-03 23:43:35 -07:00 |
|
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 |
|