- 05 Sep, 2020 7 commits
-
-
Daniel Wolf authored
-
Daniel Wolf authored
-
Daniel Wolf authored
-
Daniel Wolf authored
Fixes #270
-
Daniel Wolf authored
-
Daniel Wolf authored
Closes #269
-
Daniel Wolf authored
-
- 04 Sep, 2020 8 commits
-
-
Daniel Wolf authored
-
Daniel Wolf authored
-
Daniel Wolf authored
-
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
-
Daniel Wolf authored
-
Daniel Wolf authored
-
-
Daniel Wolf authored
Closes #267
-
- 03 Sep, 2020 18 commits
-
-
Daniel Wolf authored
-
Daniel Wolf authored
-
Daniel Wolf authored
-
Daniel Wolf authored
-
Daniel Wolf authored
-
Daniel Wolf authored
-
Daniel Wolf authored
-
Daniel Wolf authored
-
Daniel Wolf authored
Implements #264
-
Daniel Wolf authored
-
Daniel Wolf authored
Closes #259
-
Daniel Wolf authored
-
Daniel Wolf authored
-
Daniel Wolf authored
-
Daniel Wolf authored
Closes #258
-
-
Daniel Wolf authored
-
Daniel Wolf authored
The first request is always going to be slower because it is a cold-start. Subsequent requests are going to be faster. Closes #260
-
- 02 Sep, 2020 7 commits
-
-
Daniel Wolf authored
-
Daniel Wolf authored
Implements #250
-
Daniel Wolf authored
-
Daniel Wolf authored
Implements #257
-
Daniel Wolf authored
Together with the PrivateDNS warning text this text would imply that Nebulo knows the privacy policy of the server active, which it does not.
-
Daniel Wolf authored
Implements #253
-
Daniel Wolf authored
-