aboutsummaryrefslogtreecommitdiff
path: root/test/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* AdblockRule constructorAqua-sama2018-10-221-1/+2
|
* Add MatcherBenchmarkAqua-sama2018-10-211-2/+11
|
* urlfilter: Add FilterTree classAqua-sama2018-10-161-3/+12
| | | | | | | FilterTree is a class that holds filter rules, sorted by the domain they are to be applied on. The rules are to follow FilterLeaf as interface. - Add a hostlist rule format to FilterTree. - Add a test for hostlist format.
* Split off UrlFilter into libraryAqua-sama2018-10-021-2/+2
| | | | - add more adblock filter options
* AdBlockRule: move matching logic to FilterRuleAqua-sama2018-07-181-11/+0
|
* AdBlock rule testingAqua-sama2018-07-091-0/+9
|
* Add web/urlfilterAqua-sama2018-07-051-11/+8
|
* Add filter.headerAqua-sama2018-07-051-2/+2
|
* Multithreading UrlRequestInterceptorAqua-sama2018-04-081-0/+17
- Add parse() free function to UrlRequestInterceptor - hostlists are loaded in parallel via QtConcurrent