aboutsummaryrefslogtreecommitdiff
path: root/lib/urlfilter/filterleaf.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add adblockrule_parseAqua-sama2018-11-161-17/+5
|
* urlfilter: destroy FilterLeaves only when destroying the FilterTreeAqua-sama2018-10-191-4/+4
| | | | | Add QMutex lock when adding rules clang-format pass
* urlfilter: Add FilterTree classAqua-sama2018-10-161-0/+26
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.