aboutsummaryrefslogtreecommitdiff
path: root/lib/urlfilter/hostlist
Commit message (Collapse)AuthorAgeFilesLines
* staging: smolblokAqua-sama2020-05-302-123/+0
| | | | | | | | | | | | | smolblok is a replacement for the current lib/urlfilter AdBlockPlus and hostlist format filter parser. It is a library that uses plugins to provide support for different filter formats. staging/adblock: AdBlockPlus parser plugin plugins/smolblok_hostlist: hostlist format parser plugin Headers will be installed to include/smolbote/ Remove lib/urlfilter
* Fix various gcc and clazy compile warningsAqua-sama2020-01-171-4/+4
|
* Add tools/report-clang-tidy.shAqua-sama2019-01-181-2/+2
| | | | | - Fix various clang-tidy warnings - Fix use-after-free crash when deleting profiles
* Rewrite lib/urlfilterAqua-sama2019-01-092-0/+123
- Make HostList and AdBlockList implementations independent from each other - Move urlfilter tests to lib/urlfilter