Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Integrate urlfilter with urlrequestinterceptor | Aqua-sama | 2018-07-07 | 1 | -0/+4 |
| | |||||
* | Add filter.header | Aqua-sama | 2018-07-05 | 1 | -1/+8 |
| | |||||
* | Socket messages are json formatted | Aqua-sama | 2018-06-26 | 1 | -3/+1 |
| | |||||
* | Multiple subwindows interface | Aqua-sama | 2018-04-16 | 1 | -1/+1 |
| | | | | | | | | | | | | Subwindows are similar to tab groups. - Rewrote Browser and MainWindow, so they should be somewhat cleaner now - Moved AboutDialog to lib/about What's broken: - loading bar - search box - address bar bookmark suggestions - plugins | ||||
* | Multithreading UrlRequestInterceptor | Aqua-sama | 2018-04-08 | 1 | -6/+7 |
| | | | | | - 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/+1 |
| | |||||
* | UrlRequestInterceptor fixes | Aqua-sama | 2017-12-26 | 1 | -3/+6 |
| | | | | | - 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 | -8/+4 |
| | | | | - 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 | -7/+11 |
| | |||||
* | Filter code refactoring | Aqua-sama | 2017-05-25 | 1 | -1/+1 |
| | |||||
* | Updated pre-commit.rb | Aqua-sama | 2017-04-02 | 1 | -1/+1 |
| | |||||
* | Blocker fixes | Aqua-sama | 2017-03-22 | 1 | -2/+2 |
| | |||||
* | Blocker rewrites | Aqua-sama | 2017-02-28 | 1 | -3/+3 |
| | | | | | | Some code commenting Moved Blocker files for src/blocker Keyboard shortcut for Blocker dialog | ||||
* | 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 | -2/+5 |
| | |||||
* | Blocker UI | Aqua-sama | 2017-01-24 | 1 | -0/+21 |