| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-01-07 | Clarify and be more exact regarding allowing traffic to VPN server | Linus Färnstrand | 1 | -6/+12 |
| 2020-01-07 | Describe rules for IPv6 NDP better | Linus Färnstrand | 1 | -2/+3 |
| 2020-01-07 | Clarify always allowed traffic | Linus Färnstrand | 1 | -4/+4 |
| 2020-01-07 | Add dot | Linus Färnstrand | 1 | -1/+1 |
| 2020-01-07 | Remove "always allowed traffic" header | Linus Färnstrand | 1 | -2/+0 |
| 2020-01-07 | Clarify what "that" is | Linus Färnstrand | 1 | -2/+2 |
| 2020-01-07 | Add initial macOS deviations | Linus Färnstrand | 1 | -0/+5 |
| 2020-01-07 | Restrict DHCP rules to only allow over UDP | Linus Färnstrand | 1 | -6/+7 |
| 2020-01-07 | Small fixes | Linus Färnstrand | 1 | -2/+2 |
| 2020-01-07 | Add section on Android | Linus Färnstrand | 1 | -1/+10 |
| 2020-01-07 | Remove strange comma | Linus Färnstrand | 1 | -1/+1 |
| 2020-01-07 | Link "strict firewall rules" back to state section | Linus Färnstrand | 1 | -4/+5 |
| 2020-01-07 | Add header to separate always allowed traffic | Linus Färnstrand | 1 | -0/+2 |
| 2020-01-07 | Add more security docs, improving existing texts | Linus Färnstrand | 1 | -47/+92 |
| 2020-01-07 | Add security documentation describing app states | Linus Färnstrand | 2 | -32/+135 |
| 2020-01-07 | Merge branch 'stop-version-updater-on-shutdown' | Janito Vaqueiro Ferreira Filho | 4 | -65/+95 |
| 2020-01-07 | Stop version updater if receiving end is closed | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2020-01-07 | Use `UnboundedSender` instead of `mpsc::Sender` | Janito Vaqueiro Ferreira Filho | 4 | -53/+72 |
| 2020-01-07 | Stop version updater if sending fails | Janito Vaqueiro Ferreira Filho | 1 | -1/+7 |
| 2020-01-07 | Replace closure with sender in `VersionUpdater` | Janito Vaqueiro Ferreira Filho | 2 | -16/+17 |
| 2020-01-07 | Merge branch 'handle-no-service-connection' | Janito Vaqueiro Ferreira Filho | 10 | -51/+94 |
| 2020-01-07 | Describe restart fix in change log | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 2020-01-07 | Handle no service connection in `SettingsFragment` | Janito Vaqueiro Ferreira Filho | 1 | -18/+46 |
| 2020-01-07 | Remove listener handling in `RemainingTimeLabel` | Janito Vaqueiro Ferreira Filho | 2 | -32/+21 |
| 2020-01-07 | Handle no service in service dependent fragments | Janito Vaqueiro Ferreira Filho | 7 | -6/+29 |
| 2020-01-07 | Merge branch 'remove-deferred-fields' | Janito Vaqueiro Ferreira Filho | 12 | -138/+58 |
| 2020-01-07 | Remove `WwwAuthTokenRetriever` | Janito Vaqueiro Ferreira Filho | 6 | -27/+6 |
| 2020-01-07 | Use synchronous daemon in `WwwAuthTokenRetriever` | Janito Vaqueiro Ferreira Filho | 2 | -14/+3 |
| 2020-01-07 | Fetch WWW auth. token in the background | Janito Vaqueiro Ferreira Filho | 3 | -14/+6 |
| 2020-01-07 | Use synchronous daemon in `SettingsListener` | Janito Vaqueiro Ferreira Filho | 2 | -20/+5 |
| 2020-01-07 | Use synchronous daemon in `RelayListListener` | Janito Vaqueiro Ferreira Filho | 2 | -16/+7 |
| 2020-01-07 | Use synchronous `ConnectivityListener` | Janito Vaqueiro Ferreira Filho | 2 | -10/+6 |
| 2020-01-07 | Use synchronous daemon in `LocationInfoCache` | Janito Vaqueiro Ferreira Filho | 2 | -4/+3 |
| 2020-01-07 | Use synchronous daemon in `KeyStatusListener` | Janito Vaqueiro Ferreira Filho | 2 | -30/+26 |
| 2020-01-07 | Use synchronous daemon in `AppVersionInfoCache` | Janito Vaqueiro Ferreira Filho | 2 | -9/+3 |
| 2020-01-07 | Use synchronous daemon in `AccountCache` | Janito Vaqueiro Ferreira Filho | 2 | -4/+3 |
| 2020-01-07 | Merge branch 'add-log-categories' | Andrej Mihajlov | 1 | -0/+21 |
| 2020-01-07 | Add log categories | Andrej Mihajlov | 1 | -0/+21 |
| 2020-01-07 | Merge branch 'deny-unused-variables' | Linus Färnstrand | 3 | -3/+2 |
| 2020-01-07 | Remove unused Android variables | Linus Färnstrand | 1 | -1/+0 |
| 2020-01-07 | Deny unused variables in Rust on CI | Linus Färnstrand | 2 | -2/+2 |
| 2020-01-07 | Merge branch 'remove-deprecated-error-description' | Emīls Piņķis | 2 | -12/+1 |
| 2020-01-07 | Remove deprecated use of Error::description() | Emīls Piņķis | 2 | -12/+1 |
| 2020-01-07 | Merge branch 'linux-dns-without-resolv.conf' | Emīls Piņķis | 2 | -0/+8 |
| 2020-01-07 | Create empty dns config if /etc/resolv.conf doesn't exist | Emīls Piņķis | 2 | -0/+8 |
| 2020-01-07 | Merge branch 'pdb-build' | David Lönnhager | 1 | -1/+1 |
| 2020-01-07 | Include additional debug symbols (pdb) on the build server | David Lönnhager | 1 | -1/+1 |
| 2020-01-07 | Merge branch 'tap-missing-update' | David Lönnhager | 4 | -9/+39 |
| 2020-01-07 | Update CHANGELOG.md | David Lönnhager | 1 | -0/+5 |
| 2020-01-07 | Distinguish between IPv6 being disabled and failure to obtain IPv6 | David Lönnhager | 2 | -9/+25 |
