Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added cmakelists | aqua | 2024-04-26 | 2 | -26/+27 |
| | |||||
* | Fix various gcc and clazy compile warnings | Aqua-sama | 2020-01-17 | 3 | -39/+39 |
| | |||||
* | Disable plugins as broken | Aqua-sama | 2020-01-04 | 1 | -2/+2 |
| | | | | - Fix several Qt deprecated warnings | ||||
* | Make gtest optional dependency and remove -Dtesting | Aqua-sama | 2019-11-03 | 1 | -1/+1 |
| | |||||
* | Add tools/report-clang-tidy.sh | Aqua-sama | 2019-01-18 | 1 | -2/+2 |
| | | | | | - Fix various clang-tidy warnings - Fix use-after-free crash when deleting profiles | ||||
* | Rewrite lib/urlfilter | Aqua-sama | 2019-01-09 | 26 | -820/+733 |
| | | | | | | - Make HostList and AdBlockList implementations independent from each other - Move urlfilter tests to lib/urlfilter | ||||
* | Add adblocklist class | Aqua-sama | 2018-12-21 | 5 | -5/+152 |
| | |||||
* | Add ContentsMatcher class | Aqua-sama | 2018-12-19 | 4 | -3/+62 |
| | |||||
* | Add adblockrule_parse | Aqua-sama | 2018-11-16 | 9 | -200/+261 |
| | |||||
* | Fix various build warnings | Aqua-sama | 2018-10-25 | 2 | -2/+2 |
| | |||||
* | Remove CMakeLists | Aqua-sama | 2018-10-25 | 1 | -22/+0 |
| | |||||
* | Fix link errors | Aqua-sama | 2018-10-23 | 1 | -10/+11 |
| | |||||
* | Initial meson build files | Aqua-sama | 2018-10-23 | 1 | -0/+17 |
| | |||||
* | AdblockRule constructor | Aqua-sama | 2018-10-22 | 2 | -6/+39 |
| | |||||
* | urlfilter: base AdBlockRule off FilterLeaf | Aqua-sama | 2018-10-21 | 6 | -241/+92 |
| | |||||
* | Hostlist test: test non-empty domain | Aqua-sama | 2018-10-19 | 1 | -0/+2 |
| | | | | Add optional load list benchmark | ||||
* | Integrate FilterTree into browser (#6) | Aqua-sama | 2018-10-19 | 6 | -7/+12 |
| | | | | | | - 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 FilterTree | Aqua-sama | 2018-10-19 | 11 | -49/+78 |
| | | | | | Add QMutex lock when adding rules clang-format pass | ||||
* | urlfilter: add Domain class | Aqua-sama | 2018-10-18 | 7 | -6/+125 |
| | | | | (#6): Add domain matcher class | ||||
* | urlfilter: Add FilterTree class | Aqua-sama | 2018-10-16 | 7 | -0/+247 |
| | | | | | | | 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. | ||||
* | Update remaining repository paths in license headers | Aqua-sama | 2018-10-02 | 4 | -4/+4 |
| | |||||
* | Split off UrlFilter into library | Aqua-sama | 2018-10-02 | 5 | -0/+354 |
- add more adblock filter options |