Commit Graph

1812 Commits

Author SHA1 Message Date
gVisor bot
d3bfbe06dc chore: rebuild tuic client's code 2022-11-26 23:53:59 +08:00
gVisor bot
3afe8226e3 chore: clear config field name (be compatible with old field name) 2022-11-26 21:35:47 +08:00
gVisor bot
c3d449af71 chore: tuic add fast-open support 2022-11-26 21:14:56 +08:00
gVisor bot
c838c04b34 chore: update github action 2022-11-26 20:11:43 +08:00
gVisor bot
53aafa9e62 chore: update demo 2022-11-26 19:48:16 +08:00
gVisor bot
7fde98c9df feat: support fast_open for hysteria, and unified parameter naming 2022-11-26 19:37:32 +08:00
gVisor bot
5e6b33327b chore: tuic use a udp pool too and auto close when outbound is garbage collected 2022-11-25 22:42:28 +08:00
gVisor bot
fd80dbfdf3 chroe: wrong variable 2022-11-25 20:53:08 +08:00
gVisor bot
69b223041c chore: tuic use a simple client pool 2022-11-25 20:14:05 +08:00
gVisor bot
29df286610 fix: tuic better stream close 2022-11-25 19:14:09 +08:00
gVisor bot
10e194a238 fix: tuic set MaxOpenStreams 2022-11-25 18:32:30 +08:00
gVisor bot
947f029a4a chore: split tuic's tcp and udp client 2022-11-25 17:15:45 +08:00
gVisor bot
29dd58edaa fix: tuic stream close 2022-11-25 16:06:56 +08:00
gVisor bot
ac47ee6bc0 fix: tuic err handle 2022-11-25 13:03:36 +08:00
gVisor bot
71c8ef54e6 chore: tuic add max_udp_relay_packet_size 2022-11-25 12:43:23 +08:00
gVisor bot
5e23e5c490 fix: tuic panic 2022-11-25 12:10:33 +08:00
gVisor bot
25540e6c96 chore: better tuic conn close 2022-11-25 11:32:52 +08:00
gVisor bot
b2939ad863 fix: prefer ipv6 not working 2022-11-25 11:12:22 +08:00
gVisor bot
45cd046df8 fix: don't close tuic when read timeout 2022-11-25 11:04:28 +08:00
gVisor bot
d9157e77db fix: tuic typo 2022-11-25 10:45:06 +08:00
gVisor bot
65b60a3468 chore: tuic add cubic,new_reno,bbr congestion_controller 2022-11-25 10:33:37 +08:00
gVisor bot
0f4a0a7275 chore: add tuic outbound
close #133
2022-11-25 08:08:14 +08:00
gVisor bot
4adfea87f7 chore: add retry in tunnel dial 2022-11-24 12:32:35 +08:00
gVisor bot
add8f84da3 fix: geosite match 2022-11-21 10:33:42 +08:00
gVisor bot
271ae04f1e fix: catch context.DeadlineExceeded too 2022-11-19 23:16:20 +08:00
gVisor bot
cc32f639ed fix: adjust log 2022-11-19 23:07:49 +08:00
gVisor bot
e3c162d833 fix: better error return 2022-11-19 23:06:27 +08:00
gVisor bot
60b6d68339 fix: better error check 2022-11-19 23:03:14 +08:00
gVisor bot
f26bc212e1 fix: DoH recreate the connection multiple times 2022-11-19 22:48:04 +08:00
gVisor bot
a79d7c80cb chore: Adjust error of dialer 2022-11-19 10:57:33 +08:00
gVisor bot
6afa624bf3 chore: return context error 2022-11-19 10:50:13 +08:00
gVisor bot
bcef894237 chore: Adjust the return 2022-11-19 10:47:03 +08:00
gVisor bot
a82c88f5aa fix: resolver's ctx 2022-11-19 10:45:44 +08:00
gVisor bot
5841fa51b0 fix: rollback batchExchange's code 2022-11-19 10:35:45 +08:00
gVisor bot
28c2ae75e0 fix: DoH/DoQ doesn't use context 2022-11-19 10:31:50 +08:00
gVisor bot
c57f091db5 fix: doh use NewRequestWithContext and batchExchange don't wait cancel finish 2022-11-19 09:43:31 +08:00
gVisor bot
5fd2771740 fix: auto retry in exchangeWithoutCache 2022-11-19 08:51:00 +08:00
gVisor bot
538743555e fix: better wireguard error handle 2022-11-18 19:40:39 +08:00
gVisor bot
e9333f4586 fix: wireguard handle conn is nil 2022-11-18 19:32:12 +08:00
gVisor bot
d57e07d611 fix: reset timeout in exchangeWithoutCache's singleflight 2022-11-18 18:02:46 +08:00
gVisor bot
025de25fc4 chore: support old chacha20 2022-11-16 18:37:14 +08:00
gVisor bot
459d0ef522 fix: resolver's defer 2022-11-16 17:53:52 +08:00
gVisor bot
24cfa48eef chore: better tfo inbound code 2022-11-16 10:43:16 +08:00
gVisor bot
e991a7d557 fix: correct the go.mod 2022-11-16 10:18:42 +08:00
gVisor bot
824fca3241 fix: sing-shadowsocks serverConn.Write return (0,nil) when p isn't empty 2022-11-16 10:18:42 +08:00
gVisor bot
8409fdc29e fix: don't use ReadOnceFrom in sing-shadowsocks 2022-11-16 10:18:42 +08:00
gVisor bot
d7d8037c1d ss and vmess inbound add tfo 2022-11-16 10:18:10 +08:00
gVisor bot
6e720744a7 update tfo to v2 2022-11-16 10:18:10 +08:00
gVisor bot
3e862bfe99 Merge commit '2a8e1778ad1d7b507e432f659407d76dffcaacb8' into Alpha 2022-11-14 20:17:52 +08:00
gVisor bot
d9f848ec02 fix: DoQ and HTTP/3 over proxy 2022-11-14 20:17:12 +08:00