Commit Graph

3210 Commits (a7d467992df6165050c909abeff7bcdfb37e8022)
 

Author SHA1 Message Date
Darien Raymond a7d467992d
try parse domain address as IP. fixes #894.
7 years ago
Darien Raymond bdab1af29a
update tls config generation
7 years ago
Darien Raymond b7d48fe7c5
prevent reading 0 bytes
7 years ago
Darien Raymond 6a3abf3147
fix data race when caching session id
7 years ago
DarienRaymond fec56dda70
Merge pull request #883 from yujinqiu/fix-dup-func-call
7 years ago
DarienRaymond 0179b73de3
Merge pull request #884 from yujinqiu/fix-sniffer-typo
7 years ago
Jinqiu Yu 861ff94e5e Fix sniff typo
7 years ago
Jinqiu Yu 2c56f5fd9c Remove duplicate len function call.
7 years ago
Darien Raymond 58e79dbdc5
refactor kcp.ReadSegment
7 years ago
Darien Raymond 4783b8f2c6
stop doing anything after being released. fixes #804
7 years ago
Darien Raymond caa52e9327
early release buffers for better reusing
7 years ago
Darien Raymond 1e0cad50b1
buffered input in kcp client
7 years ago
Darien Raymond 2b4104e491
benchmark for dice
7 years ago
Darien Raymond dfd4d397bb
fix version format
7 years ago
Darien Raymond a42b4b513e
test case for write address
7 years ago
Darien Raymond c43a5e7d85
use AddressParser in mux
7 years ago
Darien Raymond 61c258f2be
input channel was being closed too quickly
7 years ago
Darien Raymond af1abf687c
unify all address reading and writing
7 years ago
Darien Raymond a059ee2c00
fix lint errors
7 years ago
Darien Raymond 798212b311
fix timer settings
7 years ago
Darien Raymond 768e30c37b
disable socks 4 when auth is required.
7 years ago
Darien Raymond 16c6a5f078
fix test break
7 years ago
Darien Raymond 546c2fb226
settings for forcing secure encryption in vmess server
7 years ago
Darien Raymond 3c1a7ad737
Update version
7 years ago
Darien Raymond 0a3b3d0b6d
refactor UDPNameServer clean up task
7 years ago
Darien Raymond df34931ab3
fix log test
7 years ago
Darien Raymond bc1979400e
simplify log
7 years ago
Darien Raymond 6b872c266c
session id
7 years ago
Darien Raymond 80a1e73361
fix error propagation in vmess server
7 years ago
Darien Raymond cdfbd0317f
remove unused function
7 years ago
Darien Raymond 0920af171b
remove redundent code
7 years ago
Darien Raymond 7e6b45ace4
format
7 years ago
Darien Raymond 1077e33d62
unify address reading in socks and shadowsocks
7 years ago
Darien Raymond 098244530b
update Must2
7 years ago
Darien Raymond 88b25d38cb
simplify context retrieval
7 years ago
Darien Raymond af967c2b72
use golang 1.10 for release
7 years ago
Darien Raymond 87ef3b0a8f
test case for dial
7 years ago
Darien Raymond 655fb40b3f
remove json tag
7 years ago
Darien Raymond 955444adc9
fix setter methods
7 years ago
Darien Raymond 3734195156
fix log test
7 years ago
Darien Raymond c335789e40
close inner features before resetting
7 years ago
Darien Raymond f0849543ed
remove commander from core feature
7 years ago
Darien Raymond c25a76a0cf
integration test case for policy
7 years ago
Darien Raymond b3fd320be7
more test cases
7 years ago
Darien Raymond 1f8fcb558d
fix error handling in freedom, shadowsocks and socks
7 years ago
Darien Raymond 446059f8dc
fix error handling in outbound handler
7 years ago
Darien Raymond b3e46f5d07
fix error handling in buf.Copy
7 years ago
Darien Raymond f1231822f7
fix error handling in ray
7 years ago
Darien Raymond 226d65c6c7
fix error handling in vmess outbound
7 years ago
Darien Raymond e7858e78d5
properly set timeout in dokodemo door
7 years ago