Commit Graph

1077 Commits (9360448c5941512f684f7538f20e9e04f94350e0)

Author SHA1 Message Date
Victoria Raymond 787f37363b
Merge pull request #1352 from comwrg/more-cases-validator
6 years ago
Darien Raymond 9f48a6d017
enable global padding for aead by default
6 years ago
comwrg 078a92128a
add more test cases for `proxy/vmess/validator.go`
6 years ago
comwrg 65df107eac
more readable for func `generateNewHashes` in `proxy/vmess/validator.go`
6 years ago
Darien Raymond 37d1a76139
more test cases
6 years ago
Darien Raymond 4988b5ad9a
update protbuf gen files
6 years ago
Darien Raymond c2566e1331
cleanup unused scenarios
6 years ago
Darien Raymond 17e51b277b
move proxy.Dialer to internet.Dialer
6 years ago
Darien Raymond f78cf6cfc2
testing with mock
6 years ago
Darien Raymond 307aac26b3
simplify dependency resolution
6 years ago
Darien Raymond a5dcb0f13e
refactor dependency resolution
6 years ago
Darien Raymond d9cdfffc69
comments
6 years ago
Darien Raymond 37f838985c
rename validator
6 years ago
Darien Raymond 4fcb39ded9
comments
6 years ago
Darien Raymond 595f3d685e
merge user info inbound metadata
6 years ago
Darien Raymond abf0cb1ec4
move function to features
6 years ago
Darien Raymond ca4d42f2bc
help function for create instance from config bytes
6 years ago
Darien Raymond b4821c5ed5
move policy and dnsClient
6 years ago
Darien Raymond 273342d0b9
move stats and inbound to features directory
6 years ago
Darien Raymond b6dc31d3fe
first part to move feature interfaces into dedicated directory
6 years ago
Darien Raymond 2e94561584
support mtproto conn type 0xee. fixes #1297
6 years ago
Iskander Sharipov 0cf3599db2 s/len/length/ s/cap/capacity/ to avoid builtin shadowing
6 years ago
Darien Raymond 091fa6ad23
use new errorgen
6 years ago
Darien Raymond d55fbd7f8d
simplify error creation
6 years ago
Darien Raymond 00ea6e3cb2
update protobuf generated files
6 years ago
Darien Raymond fce64b1665
reduce one pointer in TimedUserValidator
6 years ago
Darien Raymond 909cb9b27a
announce deprecated proto settings
6 years ago
Darien Raymond 94b880d060
move session based info into session package
6 years ago
Darien Raymond 383b84e7dd
unified tproxy option
6 years ago
Darien Raymond 7f697661cd
fix a typo
6 years ago
Darien Raymond cb2658f2bf
Revert "pooled session objects"
6 years ago
Darien Raymond 2ad12084ba
Revert "put buffer into client session as allocation optimization"
6 years ago
Darien Raymond d068f357bd
update proto lib
6 years ago
Darien Raymond 81c9968188
simplify crypto related code
6 years ago
Darien Raymond 09b601528b
put buffer into client session as allocation optimization
6 years ago
Darien Raymond a89ff38fe6
pooled session objects
6 years ago
Darien Raymond 1cf5225c0a
fix a flaky test
6 years ago
Darien Raymond aefbc4c5de
cleanup vmess inbound handler
6 years ago
Darien Raymond eb05a92592
dont start periodic task until necessary
6 years ago
Darien Raymond 16051587b5
fix test break
6 years ago
Darien Raymond 54e1bb96cc
introduce in-memory user
6 years ago
Darien Raymond 4e30ac33d0
reduce delay on passive connections
6 years ago
Darien Raymond 57966adf49
revert reader creation based on per-connection buffer
6 years ago
Darien Raymond 2e11653694
remove BufferedReader.Direct
6 years ago
Darien Raymond fdb3a7b57d
remove use of buf.NewSize()
6 years ago
Darien Raymond fc9b833d3c
format code
6 years ago
Darien Raymond d665cf3e72
refine reader creation in vmess inbound
6 years ago
Darien Raymond 5e65d7da6d
more accurate memory usage when buffer = 0
6 years ago
Darien Raymond 7baa6977d3
cleanup buf interfaces
6 years ago
Darien Raymond 6a06908456
optimize encryption read/write operations
6 years ago