1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-01 03:25:23 +00:00
v2fly/app/stats/command
Ye Zhihao d4da365c5f
Refactor: strmatcher module (#1333)
* Reorganize strmatcher's package structure

* Rename types in strmatcher package according to their file names

* Stablize strmatcher's Matcher interface

* Implement []matcherEntry as SimpleMatcherGroup

* Implement mph algorithm extracted from MphIndexMatcher as MphMatcherGroup

* Implement AddMatcher/AddFullMatcher/AddDomainMatcher/AddSubstrMatcher for each MatcherGroup

* Stablize strmatcher's MatcherGroup interface

* Stablize strmatcher's IndexMatcher interface

* Update strmatcher's benchmark

* Compatibility fix for app/router's DomainMatcher condition

* Fix code quality issue

* Fix basic matcher issues

* Update priority specification for Substr matcher
2021-10-31 18:01:13 +08:00
..
command_grpc.pb.go Chore: update protobuf (#670) 2021-02-11 14:57:20 +08:00
command_test.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
command.go Refactor: strmatcher module (#1333) 2021-10-31 18:01:13 +08:00
command.pb.go add grpc service register 2021-09-07 14:43:45 +01:00
command.proto add grpc service register 2021-09-07 14:43:45 +01:00
errors.generated.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00