wwqgtxx
24a9ff6d03
fix: disallow dialFunc be called after grpc transport has be closed
2025-04-04 13:33:00 +08:00
wwqgtxx
efa224373f
fix: shut it down more aggressively in grpc transport closing
2025-04-04 11:54:19 +08:00
wwqgtxx
7de24e26b4
fix: StreamGunWithConn not synchronously close the incoming net.Conn
2025-04-03 23:41:24 +08:00
wwqgtxx
7f1225b0c4
fix: grpc transport can't be closed
2025-04-03 22:41:05 +08:00
wwqgtxx
23ffe451f4
chore: using http/httptrace to get local/remoteAddr for grpc client
2025-04-03 19:47:49 +08:00
anytls
f61534602b
chore: anytls protocol version 2 ( #1936 )
2025-03-27 20:25:31 +08:00
Cesaryuan
dee5898e36
fix: memory leak due to unclosed session ( #1908 )
2025-03-15 13:27:29 +08:00
Cesaryuan
ff89bf0ea0
feat: add gost-plugin in which only ws and mws are currently supported. ( #1896 )
2025-03-13 13:28:40 +08:00
wwqgtxx
4bd3ae52bd
chore: dialer will consider the routing of the local interface when auto-detect-interface in tun is enabled
...
for #1881 #1819
2025-03-10 10:45:31 +08:00
anytls
a7e56f1c43
fix: anytls client close ( #1871 )
...
Co-authored-by: anytls <anytls>
2025-03-02 10:47:10 +08:00
wwqgtxx
d81c19a7c8
fix: grpc server panic
2025-02-26 13:17:26 +08:00
anytls
e2140e62ca
chore: update anytls ( #1863 )
...
Co-authored-by: anytls <anytls>
2025-02-26 11:17:12 +08:00
wwqgtxx
8d783c65c1
feat: inbound support grpc(lite)
2025-02-26 11:00:11 +08:00
wwqgtxx
91324b76d2
feat: inbound support trojan
2025-02-25 10:30:27 +08:00
Larvan2
5830afcbde
chore: add MinIdleSession option to AnyTLS configuration
2025-02-21 13:30:24 +08:00
anytls
e2b75b35bb
chore: update anytls ( #1851 )
...
* Implement deadline for `Stream`
* chore: code cleanup
* fix: buffer release
* fix: do not use buffer for `cmdUpdatePaddingScheme`
---------
Co-authored-by: anytls <anytls>
2025-02-19 15:54:56 +08:00
anytls
dc1145a484
fix: anytls padding send ( #1848 )
...
Co-authored-by: anytls <anytls>
2025-02-17 21:18:40 +08:00
wwqgtxx
b151e7d69c
chore: support fingerprint
for anytls
2025-02-17 20:14:54 +08:00
wwqgtxx
808fdcf624
chore: code cleanup
2025-02-17 19:43:58 +08:00
anytls
9962a0d091
feat: implement anytls client and server ( #1844 )
2025-02-17 18:51:11 +08:00
wwqgtxx
08dcef80bf
fix: mistaken using net.Dialer
...
https://github.com/MetaCubeX/mihomo/issues/1572
2024-10-09 12:04:56 +08:00
wwqgtxx
9cf3eb39f5
fix: hysteria1 outbound should be closed when proxy removed
2024-08-26 18:47:54 +08:00
wwqgtxx
345061a7cc
chore: support some chacha8 method
2024-07-19 22:08:05 +08:00
wwqgtxx
063836fe5d
chore: sync hysteria2 bbr changes
...
e0e75c4630
2024-06-05 11:56:27 +08:00
wwqgtxx
39eda257a7
chore: replace zhangyunhao116/fastrand to our metacubex/randv2
2024-05-31 13:07:48 +08:00
wwqgtxx
3195c678c7
chore: update quic-go to 0.44.0
2024-05-21 08:45:36 +08:00
wwqgtxx
df69a31e62
chore: stop using go:linkname for crypto/tls.aesgcmPreferred and update utls to 1.6.6
2024-05-19 11:32:22 +08:00
wwqgtxx
87877d1b80
fix: don't ignore http.NewRequest's error
2024-05-15 13:53:18 +08:00
wwqgtxx
7df1c26942
fix: fingerprint passing
2024-05-12 19:34:25 +08:00
wwqgtxx
89a097faa8
chore: update quic-go to 0.43.0
2024-04-28 13:24:33 +08:00
xishang0128
8ff56b5bb8
chore: Add InUser for http/socks/mixed
2024-04-25 11:48:53 +08:00
落心
0b4662e4b7
fixed: invalid argument to Intn ( #1133 )
2024-03-26 14:19:33 +08:00
Skyxim
0619c75276
fix: url format error when host is IPv6
...
[Bug] 使用IPV6地址+vmess+http伪装的配置引起内核panic MetaCubeX/mihomo#1063
2024-02-26 06:05:06 +00:00
wwqgtxx
5c1404f78e
chore: hysteria2 add udp-mtu
option
...
default value is `1200-3` to match old version quic-go's capability
2024-01-22 20:56:28 +08:00
wwqgtxx
90ea6ab278
chore: update quic-go to 0.41.0
2024-01-20 09:48:20 +08:00
wwqgtxx
33bc7914e9
chore: read waiter for pipe
2024-01-02 18:34:34 +08:00
wwqgtxx
f16ebf9bfe
chore: add leading slash to ws-path
2023-12-18 23:22:50 +08:00
wwqgtxx
cbec564af9
chore: adapt new ReadWait interfaces
2023-12-07 23:32:37 +08:00
wwqgtxx
f572e7fba8
fix: avoid gobwas/ws pbytes.GetLen panic
2023-12-06 12:02:50 +08:00
wwqgtxx
ed210ee403
fix: only using xsync with pointer to avoid unaligned 64-bit atomic operation
...
closed #783
2023-12-06 11:01:03 +08:00
Larvan2
1a0932c210
feat: support ARC for DNS cache
2023-12-03 08:37:05 +08:00
wwqgtxx
d773d335a2
chore: Update quic-go to v0.40.0
2023-11-30 22:22:45 +08:00
wwqgtxx
599ce784d2
chore: simplify fast open code
2023-11-30 20:16:55 +08:00
H1JK
5f7053c519
feat: Add v2ray httpupgrade fast open support
2023-11-24 13:02:00 +08:00
wwqgtxx
37791acb59
chore: upgrade xsync to v3
2023-11-23 10:24:01 +08:00
wwqgtxx
832dae3421
chore: direct append data to bufio.Reader's internal buffer as much as possible
2023-11-09 22:19:29 +08:00
wwqgtxx
fe7c1a2cdb
chore: using wk8/go-ordered-map/v2 replace internal StringMapSlice
2023-11-09 08:47:44 +08:00
wwqgtxx
17c9d507be
chore: hello mihomo
2023-11-03 21:58:21 +08:00
wwqgtxx
8c3557e96b
chore: support v2ray http upgrade server too
2023-11-03 13:58:53 +08:00
wwqgtxx
228990472d
fix: avoid tls panic
2023-11-03 12:04:22 +08:00