aboutsummaryrefslogtreecommitdiff
path: root/lib/urlfilter/domain.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite lib/urlfilterAqua-sama2019-01-091-65/+0
| | | | | | - Make HostList and AdBlockList implementations independent from each other - Move urlfilter tests to lib/urlfilter
* Integrate FilterTree into browser (#6)Aqua-sama2018-10-191-0/+4
| | | | | | - 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: destroy FilterLeaves only when destroying the FilterTreeAqua-sama2018-10-191-4/+4
| | | | | Add QMutex lock when adding rules clang-format pass
* urlfilter: add Domain classAqua-sama2018-10-181-0/+61
(#6): Add domain matcher class