Commit Graph

254 Commits (master)

Author SHA1 Message Date
Loyalsoldier bb44d01096
Format proto files using clang-format according to google style (#264)
4 years ago
loyalsoldier b181045b0c
Errorgen: support to run outside of GOPATH
4 years ago
loyalsoldier f184d16918
Fix golangci nolint
4 years ago
Loyalsoldier 088ce4ed95
Refine proto.go due to protoc-gen-go-grpc update (#257)
4 years ago
Ye Zhihao 67f409de04
Stats: Implements blocking/non-blocking messaging of Channel (#250)
4 years ago
Vigilans cd9ac1bac7 API: Implements RoutingService
4 years ago
Vigilans 4d5a4f4cb6 Routing: Implement Route interface as the routing result of Router
4 years ago
Vigilans 5a497890e6 Routing Context: Fix GetUser() & Use string for Attributes Value
4 years ago
Vigilans f9d37b724c Extract session information during routing as routing context
4 years ago
Felix Yan 7001483b62
Don't copy assets if they are already present
4 years ago
Loyalsoldier ef460f68f8
Adjust Protocol Buffers (#109)
4 years ago
Vigilans c74a33f827 Amending domain matcher with returning array of all matches
4 years ago
Vigilans 40c0bcc3ab Support source port matching in routing config
4 years ago
Agioi Theodoroi bbd3988f3d
clean up code
4 years ago
Shelikhoo 09b81b78c3
regenerate pb data
5 years ago
Kirill Motkov 0401a91ef4 Some code improvements
5 years ago
Darien Raymond 02d8845093
add scripting support for attributes matching
6 years ago
Darien Raymond 0d31a68694
extract all session context before checking conditions
6 years ago
Darien Raymond 95583b5031
support range list in routing rule
6 years ago
Darien Raymond 7e5e080488
move sniffing result to session
6 years ago
Darien Raymond 4eb2b5e607
merge ext into core
6 years ago
Darien Raymond 1ab94fed79
optimize v2ctl size
6 years ago
Darien Raymond c9958681f7
remove dependency on assert lib
6 years ago
Darien Raymond 7f1bd9f522
comment
6 years ago
Darien Raymond 82d562d1f0
use session.Outbound.ResolvedIPs
6 years ago
Darien Raymond e5314cfb56
domain property
6 years ago
Darien Raymond 769f770cf7
migrate NetworkList to []Network
6 years ago
Darien Raymond 7b80322b60
fix function signature
6 years ago
Darien Raymond 6543f5825b
remove usage of NetworkList in NetworkMatcher
6 years ago
Darien Raymond b9c8506c23
optimize network matcher
6 years ago
Darien Raymond 2364f5f280
remove AddressFamily.Either()
6 years ago
Darien Raymond 58221ebae1
optimize multi-geoip matcher
6 years ago
Darien Raymond 2cc92920fa
test case for balancer
6 years ago
Darien Raymond 73d3be424b
prototype for balancing rules
6 years ago
Darien Raymond 6e82128dc9
remove unused code
6 years ago
Darien Raymond e13def10c4
more test cases
6 years ago
Darien Raymond 128a90b98b
move link to transport
6 years ago
Darien Raymond 815c7f09ba
migrate to std lib
6 years ago
Darien Raymond 9360448c59
improve geoip matching performance
6 years ago
Darien Raymond 41956e92a5
migrate to the new geoip matcher
6 years ago
Darien Raymond 5400153827
sort cidr list before use
6 years ago
Darien Raymond 15cd999ed3
comments
6 years ago
Darien Raymond c73e899f54
prototype for high performance geoip matcher
6 years ago
Darien Raymond ee74256aac
sort.Interface for CIDR list
6 years ago
Darien Raymond 9e66f315e6
update mocks
6 years ago
Darien Raymond 5fc606ce9d
relocate mocks
6 years ago
Darien Raymond c2566e1331
cleanup unused scenarios
6 years ago
Darien Raymond ed2779e333
more test case for router
6 years ago
Darien Raymond 39134c1b82
remove unnecessary sleep
6 years ago
Darien Raymond f78cf6cfc2
testing with mock
6 years ago