Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove lib/ as includepath | Aqua-sama | 2018-10-23 | 1 | -3/+3 |
| | |||||
* | Integrate FilterTree into browser (#6) | Aqua-sama | 2018-10-19 | 1 | -4/+1 |
| | | | | | | - 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 | ||||
* | Expand HTTP header settings #4 | Aqua-sama | 2018-10-07 | 1 | -111/+16 |
| | | | | | | | - add doc/Usage/Filter.asciidoc to explain the usage of the filter headers - add HTTP headers to Profile (section "headers") - Use request interceptor to apply filter headers, then profile headers - add insert/delete actions to ProfileEditor | ||||
* | Split off UrlFilter into library | Aqua-sama | 2018-10-02 | 1 | -5/+6 |
| | | | | - add more adblock filter options | ||||
* | Update repository path in license headers | Aqua-sama | 2018-09-29 | 1 | -1/+1 |
| | |||||
* | UrlRequestInterceptor: add filter rules | Aqua-sama | 2018-07-24 | 1 | -11/+36 |
| | |||||
* | AdBlockRule: move matching logic to FilterRule | Aqua-sama | 2018-07-18 | 1 | -21/+0 |
| | |||||
* | Integrate urlfilter with urlrequestinterceptor | Aqua-sama | 2018-07-07 | 1 | -6/+34 |
| | |||||
* | Add web/urlfilter | Aqua-sama | 2018-07-05 | 1 | -0/+9 |
| | |||||
* | Add filter.header | Aqua-sama | 2018-07-05 | 1 | -2/+18 |
| | |||||
* | Socket messages are json formatted | Aqua-sama | 2018-06-26 | 1 | -13/+4 |
| | |||||
* | clang-format pass | Aqua-sama | 2018-06-22 | 1 | -7/+7 |
| | |||||
* | Clazy fixes | Aqua-sama | 2018-06-02 | 1 | -12/+19 |
| | |||||
* | Multithreading UrlRequestInterceptor | Aqua-sama | 2018-04-08 | 1 | -45/+45 |
| | | | | | - Add parse() free function to UrlRequestInterceptor - hostlists are loaded in parallel via QtConcurrent | ||||
* | Fixed repo location in license headers | Aqua-sama | 2018-01-20 | 1 | -1/+1 |
| | |||||
* | Added .clang-format | Aqua-sama | 2018-01-07 | 1 | -2/+2 |
| | |||||
* | Various minor fixes | Aqua-sama | 2018-01-04 | 1 | -2/+2 |
| | | | | | | | - typo fixes - bumped copyright year - removed a bunch of unused imports - fixed a couple of clazy warnings | ||||
* | UrlRequestInterceptor fixes | Aqua-sama | 2017-12-26 | 1 | -17/+24 |
| | | | | | - Using QHash to store HostRule's, so lookup should be faster - HostRule is now a struct | ||||
* | astyle pass | Aqua-sama | 2017-12-25 | 1 | -1/+1 |
| | |||||
* | Request filter now properly takes hostlists | Aqua-sama | 2017-12-23 | 1 | -26/+41 |
| | | | | - hostslist directory is set in browser.filterPath | ||||
* | Changed license from GPL3+ to GPL3 | Aqua-sama | 2017-12-19 | 1 | -19/+7 |
| | |||||
* | Simple filterlist | Aqua-sama | 2017-12-11 | 1 | -12/+37 |
| | |||||
* | Changed the filter format | Aqua-sama | 2017-08-05 | 1 | -16/+5 |
| | |||||
* | Filter code refactoring | Aqua-sama | 2017-05-25 | 1 | -2/+12 |
| | |||||
* | Improved filter rules | Aqua-sama | 2017-05-24 | 1 | -3/+3 |
| | |||||
* | Reworking URL filter | Aqua-sama | 2017-05-21 | 1 | -1/+1 |
| | |||||
* | clazy fixes | Aqua-sama | 2017-04-22 | 1 | -1/+1 |
| | |||||
* | Updated pre-commit.rb | Aqua-sama | 2017-04-02 | 1 | -1/+1 |
| | |||||
* | Blocker fixes | Aqua-sama | 2017-03-22 | 1 | -3/+17 |
| | |||||
* | Blocker rewrites | Aqua-sama | 2017-02-28 | 1 | -20/+3 |
| | | | | | | Some code commenting Moved Blocker files for src/blocker Keyboard shortcut for Blocker dialog | ||||
* | More blocklist options | Aqua-sama | 2017-02-03 | 1 | -3/+4 |
| | |||||
* | option parsing | Aqua-sama | 2017-02-03 | 1 | -2/+2 |
| | |||||
* | AStyle pass | Aqua-sama | 2017-02-01 | 1 | -5/+5 |
| | | | | Added style check to pre-commit hook | ||||
* | Updated license script | Aqua-sama | 2017-02-01 | 1 | -0/+20 |
| | | | | | Added missing license headers Added pre-commit hook to check for missing licenses | ||||
* | URL blocking whitelist | Aqua-sama | 2017-01-27 | 1 | -10/+23 |
| | |||||
* | Blocker UI | Aqua-sama | 2017-01-24 | 1 | -0/+19 |