Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite lib/urlfilter | Aqua-sama | 2019-01-09 | 1 | -61/+0 |
| | | | | | | - Make HostList and AdBlockList implementations independent from each other - Move urlfilter tests to lib/urlfilter | ||||
* | Add adblocklist class | Aqua-sama | 2018-12-21 | 1 | -0/+61 |
| | |||||
* | urlfilter: Add FilterTree class | Aqua-sama | 2018-10-16 | 2 | -78/+0 |
| | | | | | | | 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 library | Aqua-sama | 2018-10-02 | 1 | -7/+14 |
| | | | | - add more adblock filter options | ||||
* | AdBlockRule: move matching logic to FilterRule | Aqua-sama | 2018-07-18 | 3 | -126/+4 |
| | |||||
* | AdBlockTest: loading subscription | Aqua-sama | 2018-07-17 | 2 | -39/+48 |
| | |||||
* | AdBlockRule: parse some options | Aqua-sama | 2018-07-12 | 2 | -0/+7 |
| | |||||
* | AdBlock rule testing | Aqua-sama | 2018-07-09 | 2 | -0/+55 |
| | |||||
* | Integrate urlfilter with urlrequestinterceptor | Aqua-sama | 2018-07-07 | 1 | -7/+0 |
| | |||||
* | Add web/urlfilter | Aqua-sama | 2018-07-05 | 2 | -0/+129 |