kslr
bf6cf0bc75
release 4.21.2
5 years ago
Kslr
e34266b784
Merge pull request #1973 from fcying/access_log_add_detour_tag
...
access log add detour tag
5 years ago
fcying
fa926a1d1d
access log add detour tag
5 years ago
kslr
85d2c69241
release 4.21.1
5 years ago
Kslr
1ebaca3bf3
Merge pull request #1966 from v2fly/tlsohttp
...
fix: allow tls outbound http proxy outbound
5 years ago
vcptr
385fed08de
fix: allow tls outbound http proxy outbound
5 years ago
kslr
5e14afd293
release 4.21.0
5 years ago
Kslr
d0ac3e9d8e
Merge pull request #1940 from enihcam/master
...
Add SO_REUSEPORT (kernel level load balance) support
5 years ago
Kslr
98fd5eafbf
Merge pull request #1955 from v2fly/nonext
...
migrate to go mod to maintain 3rd party libs
5 years ago
vcptr
854f97fb78
remove script's fiddling
5 years ago
vcptr
c022ce610e
add doc under external
5 years ago
vcptr
fa0a21f0dd
external module refraction-networking/utls use mod version
5 years ago
vcptr
5d9e2e69a9
external module gorilla/websocket use mod version
5 years ago
Kslr
31a647bcf0
Merge pull request #1950 from keepalivesrc/patch-2
...
Websocket Read Limit Fix
5 years ago
keepalivesrc
01c7bba529
Delete conn_test.go
5 years ago
keepalivesrc
3b2d63d8d3
update TestReadLimit sub-test
5 years ago
Nicholas Wang
37d051f5e5
Merge pull request #6 from nicholascw/master
...
new group link in release/doc/readme.md
5 years ago
Nicholas Wang
1e49ba3b0f
new group link
5 years ago
Nicholas Wang
607425b9bb
Merge pull request #1951 from nicholascw/master
...
new telegram group link in release/doc/readme.md
5 years ago
Nicholas Wang
bc828b2986
new telegram group link
5 years ago
Kslr
0d213ff077
Merge pull request #1949 from keepalivesrc/patch-1
...
fix typos
5 years ago
keepalivesrc
96dc2c1c81
websocket Read Limit Fix
...
This fix addresses a potential denial-of-service (DoS) vector that can cause an integer overflow in the presence of malicious WebSocket frames.
The fix adds additional checks against the remaining bytes on a connection, as well as a test to prevent regression.
Credit to Max Justicz (https://justi.cz/ ) for discovering and reporting this, as well as providing a robust PoC and review.
* bugfix: fix DoS vector caused by readLimit bypass
* bugfix: payload length 127 should read bytes as uint64
* bugfix: defend against readLength overflows
5 years ago
keepalivesrc
ac481e6842
fix typos
5 years ago
nullptr
ed1ade4266
Add SO_REUSEPORT (kernel level load balance) support
5 years ago
Kslr
dc6a253056
Merge pull request #1936 from v2fly/go113
...
Go113
5 years ago
vcptr
51f41743f9
mod tidy
5 years ago
vcptr
6233a1e6d9
ci script use -insecure flag too
5 years ago
vcptr
45afb53614
update mods
5 years ago
vcptr
8759e28890
update for go1.13+
5 years ago
Kslr
501b704719
Merge pull request #1933 from felixonmars/patch-2
...
Correct a typo in port.go
5 years ago
Felix Yan
b94e3ced7a
Correct a typo in port.go
5 years ago
hex2tan
3d63ec4e78
fixed add new user bug
...
fixed add new user bug.
when add new user, just add the key(u.email) to the map(v.cache), the value of map is nil.
5 years ago
lucus lee
3b087bf8c4
Fix self-signed certificates on Windows
5 years ago
Kslr
e9f53059b1
Merge pull request #1863 from v2fly/fixlevel
...
show vmess decode errors at warning level
5 years ago
vcptr
ad4a1a3dc2
show vmess decode errors at warning level
5 years ago
Kslr
197793dc49
Merge pull request #1850 from yuanmomo/master
...
fix a crash problem
5 years ago
aaaaa
5ab4f5ab9a
fix a crash problem of fetching user from a nil request which returned by shadowsocks failed to read IV
5 years ago
Xiaokang Wang
adc9073d3d
Merge pull request #1810 from winguse/patch-1
...
fix segment fault when use api remote config
5 years ago
Kslr
8115221414
Merge pull request #1837 from yuanmomo/fix-v2ctl-http-client-error
...
blank row between build and package
5 years ago
yuanmomo
95f1a4d466
blank row between build and package
5 years ago
Kslr
1b87ecae3d
Merge pull request #1836 from v2fly/fix
...
fix: !confonly missing in http client
5 years ago
vcptr
27da2d139f
fix: !confonly missing in http client
5 years ago
Kslr
f364173e70
Merge pull request #1813 from flyxl/master
...
Support http outbound
5 years ago
Kslr
087415850b
Merge pull request #5 from fcying/access_detour_log
...
access log add detour tag
5 years ago
wuxiaolong
acde5a55b6
Rewrite comments in English
5 years ago
wuxiaolong
97764114ea
Support http outbound
5 years ago
Yingyu Cheng
1b1146dbaa
fix segment fault when use api remote config
5 years ago
Kslr
0f2db9d7f7
Merge pull request #1802 from v2fly/pkg
...
user-package.sh custom codename; add more progress notice
5 years ago
vcptr
5b7bf02daf
user-package.sh custom codename; add more progress notice
5 years ago
Xiaokang Wang
54c7483964
Merge pull request #1794 from v2fly/sysstat
...
add StatsService.GetSysStats
5 years ago