- 04 Sep, 2020 1 commit
-
-
Daniel Wolf authored
This commit also adds various optimizations to the DnsQuery entity: - responses is not a MutableList anymore. This allows emptyList() to be used, saving memory. (- because of the prior point the query listener does not need to convert the responses to a MutableList from an immutable list, saving memory) - parsedResponses is now lazy. Before it was calculated for every row in the query log (every time it was scrolled to) - Added isHostBlockedByDnsServer, which makes it obsolete for the query log to calculate this flag for every row. - The StringListConverter now doesn't call gson for empty lists, saving time - Closes #261
-
- 11 Oct, 2019 1 commit
-
-
Daniel Wolf authored
Fixes #179
-
- 15 Aug, 2019 2 commits
-
-
Daniel Wolf authored
-
Daniel Wolf authored
-
- 07 Aug, 2019 1 commit
-
-
Daniel Wolf authored
Implements #147
-
- 28 Jul, 2019 1 commit
-
-
Daniel Wolf authored
-
- 19 Jul, 2019 2 commits
-
-
Daniel Wolf authored
Implements #120
-
Daniel Wolf authored
Implements #119
-
- 18 Jul, 2019 1 commit
-
-
Daniel Wolf authored
-
- 14 Jul, 2019 1 commit
-
-
Daniel Wolf authored
stagingType has to be non-null for the index to actually do anything (https://www.sqlite.org/lang_createindex.html -- NULL values are always considered unique)
-
- 03 Jul, 2019 2 commits
-
-
Daniel Wolf authored
-
Daniel Wolf authored
-
- 01 Jul, 2019 1 commit
-
-
Daniel Wolf authored
-
- 25 Jun, 2019 1 commit
-
-
Daniel Wolf authored
-
- 24 Jun, 2019 1 commit
-
-
Daniel Wolf authored
-
- 23 Jun, 2019 2 commits
-
-
Daniel Wolf authored
Imported Dns rules shouldn't be deleted/inserted instantly. Instead a staging type is now used which tracks whether the rule should be deleted at the end or if the job is aborted
-
Daniel Wolf authored
-
- 22 Jun, 2019 3 commits
-
-
Daniel Wolf authored
-
Daniel Wolf authored
-
Daniel Wolf authored
-
- 23 May, 2019 2 commits
-
-
Daniel Wolf authored
Currently translated at 96.4% (27 of 28 strings) Translation: Nebulo/General strings Translate-URL: https://weblate.frostnerd.com/projects/nebulo/nebulo/nl/
-
Weblate authored
-
- 27 Dec, 2018 1 commit
-
-
Daniel Wolf authored
-
- 25 Dec, 2018 1 commit
-
-
Daniel Wolf authored
-
- 24 Dec, 2018 1 commit
-
-
Daniel Wolf authored
-