Commit Graph

684 Commits

Author SHA1 Message Date
gVisor bot
653f2de2c0 Style: use gofumpt for fmt 2021-10-10 23:44:09 +08:00
gVisor bot
0ebd7b6949 Chore: remove deprecated ioutil 2021-10-09 20:35:06 +08:00
gVisor bot
90e2f5cb53 Chore: doh request should with id 0 (#1660) 2021-10-07 22:57:55 +08:00
gVisor bot
60bb29bade Fix: cache kv db should not block on init 2021-10-05 22:47:26 +08:00
gVisor bot
a50a642f01 Fix: dhcp client should request special interface 2021-10-05 13:31:19 +08:00
gVisor bot
7f798f26ed Chore: add remove TODO 2021-10-05 12:42:21 +08:00
gVisor bot
cbaebd45db Change: use bbolt as cache db 2021-10-04 19:20:11 +08:00
gVisor bot
fda2b71ac2 Fix: http proxy should response correct http version (#1651) 2021-09-30 16:30:07 +08:00
gVisor bot
24b388f4dd Improve: avoid bufconn twice (#1650) 2021-09-28 23:15:53 +08:00
gVisor bot
0be9c2ae4a Improve: use one bytes.Buffer pool 2021-09-20 21:02:18 +08:00
gVisor bot
b17d8b661d Chore: update README.md 2021-09-20 17:22:40 +08:00
gVisor bot
4b983563d4 Chore: force set latest go version to action 2021-09-18 00:18:47 +08:00
gVisor bot
66c369827f Fix: use 1.17.x on github actions 2021-09-15 20:21:30 +08:00
gVisor bot
da95b27da6 Fix: socks4 request continues after authentication failed (#1624) 2021-09-15 16:45:57 +08:00
gVisor bot
0427b76fc9 Fix: http/https proxy authentication (#1613) 2021-09-14 00:08:23 +08:00
gVisor bot
ee4ee2751e Fix: potential pitfalls 2021-09-13 23:58:48 +08:00
gVisor bot
fb357d1dc7 Fix: should not trust address of http.Client (#1616) 2021-09-13 23:46:39 +08:00
gVisor bot
68813be155 Fix: should not unmarshal to pointer (#1615) 2021-09-13 23:43:28 +08:00
gVisor bot
1835aebf85 Fix: potential overflow in ssr (#1600) 2021-09-09 20:30:34 +08:00
gVisor bot
9c46fabbe4 Fix: vmess ws headers not set properly (#1595) 2021-09-08 14:44:24 +08:00
gVisor bot
29ba671244 Chore: update dependencies 2021-09-07 20:16:07 +08:00
gVisor bot
da551ac737 Feature: add dhcp type dns client (#1509) 2021-09-06 23:07:34 +08:00
gVisor bot
df4b919f8f Feature: skip DIRECT proxies in relay (#1583) 2021-09-06 21:39:28 +08:00
gVisor bot
303ba756d1 Test: use local clash pkg 2021-09-05 14:38:07 +08:00
gVisor bot
8389c573db Test: release resources correctly 2021-09-05 14:25:55 +08:00
gVisor bot
f74b7468c7 Test: fix direct listen fail 2021-09-04 22:44:18 +08:00
gVisor bot
fda82d1748 Test: use shadowsocks-rust for ss benchmark 2021-09-04 22:31:08 +08:00
gVisor bot
bad8463bd4 Fix: ssr auth aes128 udp hmac verify 2021-08-30 00:15:57 +08:00
gVisor bot
eaee41b768 Chore: make geoip match case-insensitive (#1574) 2021-08-29 22:19:22 +08:00
gVisor bot
edf35558f0 Feature: add geoip-code option 2021-08-25 15:15:13 +08:00
gVisor bot
58d66fb4e4 Chore: adjust vmess 0rtt code and split xray test 2021-08-22 16:16:45 +08:00
gVisor bot
d867bb3b50 Feature: support xray's ws-0rtt path (#1558) 2021-08-22 16:03:46 +08:00
gVisor bot
4e6b7bc82b Test: add vmess ws 0-rtt test 2021-08-22 01:17:29 +08:00
gVisor bot
d99920a3e6 Feature: add vmess WebSocket early data (#1505)
Co-authored-by: ShinyGwyn <79344143+ShinyGwyn@users.noreply.github.com>
2021-08-22 00:25:29 +08:00
gVisor bot
5046f3beab Fix: HTTP proxy internal linkage signature (#1555) 2021-08-20 23:38:47 +08:00
gVisor bot
cb4ddfc8ca Fix: grpc transport path should not escape 2021-08-19 22:11:56 +08:00
gVisor bot
f7abb313c8 Fix: dependabot alerts 2021-08-18 20:20:00 +08:00
gVisor bot
178f11e64c Chore: upgrade test package 2021-08-18 13:31:34 +08:00
gVisor bot
38bf28b439 Migration: go 1.17 2021-08-18 13:26:23 +08:00
gVisor bot
593878d425 Chore: fix issue template render type 2021-08-13 22:44:22 +08:00
gVisor bot
fb935456b9 Chore: update github issue template 2021-08-13 22:35:48 +08:00
gVisor bot
20993e3d2c Chore: upgrade github actions 2021-08-07 22:27:23 +08:00
gVisor bot
d47aef7bae Fix: interface nil check panic from previous commit 2021-08-04 23:52:50 +08:00
gVisor bot
3317beb191 Fix: listener patch diff 2021-08-01 00:35:37 +08:00
gVisor bot
6ba3a17d7b Chore: split SOCKS version inbound metadata type (#1513) 2021-07-27 13:58:29 +08:00
gVisor bot
44360ef29b Chore: adjust batch 2021-07-23 00:30:23 +08:00
gVisor bot
8928b3d71d Fix: remove Content-Length from CONNECT response (#1502) 2021-07-22 18:06:03 +08:00
gVisor bot
2aaefba4e3 Chore: benchmark explanation 2021-07-22 00:01:11 +08:00
gVisor bot
4e38de95f2 Fix: incorrect use batch 2021-07-21 23:53:31 +08:00
gVisor bot
b29ea418cb Fix: socks inbound packet typo 2021-07-21 23:08:52 +08:00