Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add adblockrule_parse | Aqua-sama | 2018-11-16 | 1 | -2/+2 |
| | |||||
* | Hostlist test: test non-empty domain | Aqua-sama | 2018-10-19 | 1 | -24/+43 |
| | | | | Add optional load list benchmark | ||||
* | Integrate FilterTree into browser (#6) | Aqua-sama | 2018-10-19 | 1 | -5/+5 |
| | | | | | | - change filter.path to filter.hosts to represent that the setting is only used for hostlist-format lists - change FilterTree::match to use QUrl and not QString | ||||
* | urlfilter: Add FilterTree class | Aqua-sama | 2018-10-16 | 1 | -0/+42 |
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. |