Kslr
7313089539
Merge pull request #2043 from vcptr/testbuf
...
more test code
5 years ago
vcptr
3b9514ec9f
minor optm
5 years ago
vcptr
fa30713e76
minor changes to dns from pr #2037
5 years ago
vcptr
905ac82bb1
more test to common/buf
5 years ago
Kslr
ec9cf059e8
Merge pull request #2041 from mellow-io/fix-reader
...
properly propagate Reader errors
5 years ago
ghost
8da0a53845
properly propagate Reader errors
5 years ago
Kslr
e52d3fa90b
Merge pull request #2037 from weaving118/master
...
add ip match feature for dns
5 years ago
weaving118
debb7f0c44
ignore if domain already lookup failed
5 years ago
weaving118
1345185b81
add errExpectedIPNonMatch and return nil if empty response
5 years ago
Kslr
44aafae19e
Merge pull request #2039 from v2fly/fixconftest
...
fix test failed on logger position
5 years ago
weaving118
e916a3b29d
update confip ip to expectIPs
5 years ago
vcptr
47a5c970fc
fix test failed on logger position
5 years ago
Kslr
c94f5f66a6
Merge pull request #2038 from vcptr/earlylog
...
Earlylogger
5 years ago
vcptr
54f903040a
early inited log
5 years ago
vcptr
901e4837ad
logger module start firstly
5 years ago
weaving118
101f5d32fa
add ip match feature for dns
5 years ago
Kslr
7f40be7567
Merge pull request #2002 from forever8938/master
...
Support external domain file for dns hosts
5 years ago
Kslr
9a06ff8f91
Merge pull request #2005 from mellow-io/fix-read
...
fix ReadBuffer()
5 years ago
ghost
f7abe353df
fix ReadBuffer()
5 years ago
forever8938
6bfe044cfa
Support external domain file for dns hosts
5 years ago
kslr
5e1d8f8e69
release 4.21.3
5 years ago
Kslr
e55f1c5722
Merge pull request #1981 from v2ray/revert-1893-patch-1
...
Revert "Fix self-signed certificates on Windows"
5 years ago
Kslr
ae04c402da
Revert "Fix self-signed certificates on Windows"
5 years ago
Kslr
8a36846869
Merge pull request #1975 from fcying/access_log_add_detour_tag
...
check detour tag size
5 years ago
fcying
1cc7702c51
check detour tag size
5 years ago
Kslr
876e2fcc73
Merge pull request #1904 from hex2tan/master
...
fixed add new vmess user bug
5 years ago
Kslr
5bb4efd126
Merge pull request #1893 from lixin9311/patch-1
...
Fix self-signed certificates on Windows
5 years ago
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
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