wwqgtxx
|
1d1841f7aa
|
fix: missing insertTriePolicy when process rule-set
|
2023-12-08 08:59:59 +08:00 |
|
wwqgtxx
|
1b527fd494
|
chore: windows process will return DOS format instead of NT format
|
2023-12-08 08:55:45 +08:00 |
|
wwqgtxx
|
73e16c912f
|
fix: remove unneeded health check
|
2023-12-08 07:16:45 +08:00 |
|
wwqgtxx
|
9ac4738ef9
|
fix: system stack's dns hijack not working
|
2023-12-08 01:25:07 +08:00 |
|
wwqgtxx
|
cbec564af9
|
chore: adapt new ReadWait interfaces
|
2023-12-07 23:32:37 +08:00 |
|
wwqgtxx
|
c5d1db7905
|
chore: update gvisor
|
2023-12-07 07:55:21 +08:00 |
|
wwqgtxx
|
ad263f7229
|
fix: ss uot add thread safe wrapper
|
2023-12-06 21:08:04 +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
|
92129b33e7
|
ci: push images to docker.io for storage conservation
|
2023-12-05 21:07:21 +08:00 |
|
Larvan2
|
ee6b974c18
|
fix: let input prefix to lower case when parsing. Fix #868
|
2023-12-05 20:30:07 +08:00 |
|
giveup
|
2d73bcb951
|
chore: fix typo
chore: fix typo
|
2023-12-05 18:10:20 +08:00 |
|
Kuingsmile
|
aef87b29ba
|
feat: Add GeoAutoUpdate and GeoUpdateInterval to config (#857)
|
2023-12-03 23:23:34 +08:00 |
|
Larvan2
|
5f493fbcfb
|
fix: mount cache
|
2023-12-03 14:39:01 +08:00 |
|
wzdnzd
|
071e8488a8
|
[fix] latency of extra should not overwrite the history (#855)
|
2023-12-03 12:27:04 +08:00 |
|
snakem982
|
22ed13b9df
|
feat: support external api extensions (#852)
|
2023-12-03 09:39:34 +08:00 |
|
Larvan2
|
1a0932c210
|
feat: support ARC for DNS cache
|
2023-12-03 08:37:05 +08:00 |
|
snakem982
|
bc74c943b8
|
[fix] append tuic to proxies
|
2023-12-02 13:02:20 +08:00 |
|
wzdnzd
|
cc6429722a
|
return expected status through Rest API and clean useless code
|
2023-12-01 23:16:55 +08:00 |
|
H1JK
|
3b57a923fd
|
fix: Pool panic when putting small buffer
|
2023-12-01 23:13:14 +08:00 |
|
H1JK
|
7efd692bbc
|
Revert "Revert "chore: Shrink allocator pool range""
This reverts commit 8f61b0e180 .
|
2023-12-01 23:06:29 +08:00 |
|
wwqgtxx
|
d773d335a2
|
chore: Update quic-go to v0.40.0
|
2023-11-30 22:22:45 +08:00 |
|
xishang0128
|
78ae8815c2
|
chore: modify some fields
|
2023-11-30 21:12:30 +08:00 |
|
wwqgtxx
|
8f61b0e180
|
Revert "chore: Shrink allocator pool range"
This reverts commit 3c088b33a2 .
|
2023-11-30 20:30:05 +08:00 |
|
wwqgtxx
|
a974e810c2
|
fix: build error
|
2023-11-30 20:20:45 +08:00 |
|
wwqgtxx
|
599ce784d2
|
chore: simplify fast open code
|
2023-11-30 20:16:55 +08:00 |
|
Larvan2
|
db973de7bd
|
chore: update dependencies
|
2023-11-30 20:04:41 +08:00 |
|
H1JK
|
5f7053c519
|
feat: Add v2ray httpupgrade fast open support
|
2023-11-24 13:02:00 +08:00 |
|
wwqgtxx
|
84a334dd3a
|
chore: reorder atomic TypedValue
see: https://gfw.go101.org/article/unofficial-faq.html#final-zero-size-field
|
2023-11-23 22:39:47 +08:00 |
|
wwqgtxx
|
7d15ce2b33
|
chore: add some warning log
|
2023-11-23 10:39:29 +08:00 |
|
wwqgtxx
|
37791acb59
|
chore: upgrade xsync to v3
|
2023-11-23 10:24:01 +08:00 |
|
wwqgtxx
|
96f0254a48
|
chore: listeners can set mux-option
|
2023-11-23 08:20:26 +08:00 |
|
Larvan2
|
8b4499e461
|
Revert "chore: reduce memory alloc"
This reverts commit a6b816b1c6 .
|
2023-11-22 19:22:15 +08:00 |
|
Larvan2
|
6a3e28c384
|
chore: print colored log
|
2023-11-21 22:35:24 +08:00 |
|
H1JK
|
b05cf14b98
|
chore: Replace stack collection with list
|
2023-11-20 23:48:30 +08:00 |
|
Larvan2
|
a6b816b1c6
|
chore: reduce memory alloc
|
2023-11-20 23:48:30 +08:00 |
|
H1JK
|
bb9ad6cac0
|
fix: Trojan websocket header panic
|
2023-11-20 23:36:22 +08:00 |
|
Larvan2
|
b9d48f4115
|
fix: parsing override
|
2023-11-20 23:36:22 +08:00 |
|
Steve Johnson
|
84299606f4
|
chore: revert default global ua
|
2023-11-19 18:23:48 +08:00 |
|
Larvan2
|
8efb699231
|
chore: temporary seal
|
2023-11-19 13:26:53 +08:00 |
|
H1JK
|
3c088b33a2
|
chore: Shrink allocator pool range
|
2023-11-18 21:40:50 +08:00 |
|
H1JK
|
4362dfacc9
|
fix: Mux missing sing logger & initializing race
|
2023-11-18 15:30:35 +08:00 |
|
H1JK
|
05b9071ca6
|
chore: Pool allocate arrays instead of slices
This is inspired by https://go-review.googlesource.com/c/net/+/539915
|
2023-11-18 13:52:03 +08:00 |
|
Larvan2
|
117228fa8c
|
feat: support REJECT-DROP
|
2023-11-18 13:17:15 +08:00 |
|
H1JK
|
3a3d88c668
|
chore: Update dependencies
|
2023-11-18 11:26:27 +08:00 |
|
H1JK
|
54a7f52fe3
|
feat: Add outbound sing-mux tcp-brutal support
|
2023-11-18 00:07:07 +08:00 |
|
H1JK
|
1479b449df
|
chore: Cleanup code
|
2023-11-17 23:12:10 +08:00 |
|
Steve Johnson
|
fef5ad780d
|
action: remove code about android branches
|
2023-11-17 19:49:55 +08:00 |
|
Steve Johnson
|
aa3c1ac623
|
fix: fix package name rules match
|
2023-11-17 19:39:57 +08:00 |
|
Steve Johnson
|
b5a8f0fce1
|
fix: improve feature check and add missing patches
|
2023-11-17 19:10:17 +08:00 |
|