summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2019-12-17Make `SelectLocationFragment` service dependentJanito Vaqueiro Ferreira Filho1-18/+4
2019-12-17Make `WireguardKeyFragment` service dependentJanito Vaqueiro Ferreira Filho1-18/+2
2019-12-17Make `ConnectFragment` service dependentJanito Vaqueiro Ferreira Filho1-30/+3
2019-12-17Create `ServiceDependentFragment` helper classJanito Vaqueiro Ferreira Filho1-0/+57
2019-12-17Create `ServiceAwareFragment` helper classJanito Vaqueiro Ferreira Filho2-1/+48
2019-12-17Add a service connection event notifierJanito Vaqueiro Ferreira Filho1-1/+10
2019-12-17Merge branch 'update-cli'David Lönnhager1-2/+2
2019-12-17Rename 'key generate' to 'key regenerate' in the CLIDavid Lönnhager1-2/+2
2019-12-17Merge branch 'rotate-wireguard-pubkey'David Lönnhager8-10/+398
2019-12-17Improve key rotation CLIDavid Lönnhager5-34/+31
2019-12-17Refactor key rotationDavid Lönnhager4-77/+50
2019-12-17Refactor key rotationDavid Lönnhager2-211/+297
2019-12-17Reset rotation interval when the active account changesDavid Lönnhager2-16/+32
2019-12-17Use tokio_timer rather than Delay (compatibility)David Lönnhager1-10/+11
2019-12-17Update CHANGELOG.mdDavid Lönnhager1-0/+4
2019-12-17Remove excessive logging in mullvad_daemon::wireguardDavid Lönnhager1-4/+2
2019-12-17Format Rust codeDavid Lönnhager6-53/+82
2019-12-17Retry automatic key rotation on failureDavid Lönnhager1-8/+30
2019-12-17Account for age of public key in wg key updatesDavid Lönnhager2-29/+75
2019-12-17Update key rotation scheduler when the interval is changedDavid Lönnhager2-13/+28
2019-12-17Treat zero interval as disabling auto rotationDavid Lönnhager1-5/+11
2019-12-17Add CLI interface for configuring automatic wg key rotationDavid Lönnhager4-0/+81
2019-12-17Add configurable key rotation intervalDavid Lönnhager4-19/+33
2019-12-17Improve error handlingDavid Lönnhager1-8/+20
2019-12-17Add incomplete key rotation schedulerDavid Lönnhager3-1/+89
2019-12-17Merge branch 'update-driverlogic'David Lönnhager1-18/+8
2019-12-16Add more logging to driverlogicDavid Lönnhager1-18/+8
2019-12-16Merge branch 'nsis-constants-refactor'David Lönnhager8-120/+76
2019-12-16Get rid of duplicate nsis constantsDavid Lönnhager8-120/+76
2019-12-16Merge branch 'update-translations'Linus Färnstrand36-888/+11840
2019-12-16Add new languages to changelogLinus Färnstrand1-0/+3
2019-12-16Add new translations + Finnish+DanishLinus Färnstrand34-841/+11806
2019-12-16Updated messages.potLinus Färnstrand1-47/+31
2019-12-13Merge branch 'android-verify-tunnel-is-up'Emīls4-2/+154
2019-12-13Update changelogEmīls1-1/+4
2019-12-13Add blocking wait for TunnelDevice to come up on AndroidEmīls3-1/+150
2019-12-13Merge branch 'create-service-connection'Janito Vaqueiro Ferreira Filho10-93/+144
2019-12-13Use `ConnectionProxy` directlyJanito Vaqueiro Ferreira Filho4-55/+21
2019-12-13Use `ServiceConnection` in `MainActivity`Janito Vaqueiro Ferreira Filho1-27/+41
2019-12-13Rename old `MainActivity.serviceConnection` fieldJanito Vaqueiro Ferreira Filho1-3/+3
2019-12-13Handle set up and tear down in `ServiceConnection`Janito Vaqueiro Ferreira Filho1-0/+13
2019-12-13Create UI-side `ServiceConnection` classJanito Vaqueiro Ferreira Filho1-0/+38
2019-12-13Decouple `RelayListListener` from `MainActivity`Janito Vaqueiro Ferreira Filho2-9/+8
2019-12-13Decouple `SettingsListener` from `MainActivity`Janito Vaqueiro Ferreira Filho2-4/+4
2019-12-13Decouple `AppVersionInfoCache` from `MainActivity`Janito Vaqueiro Ferreira Filho2-5/+5
2019-12-13Add `ServiceInstance` notifier to the serviceJanito Vaqueiro Ferreira Filho1-1/+12
2019-12-13Create `ServiceInstance` typeJanito Vaqueiro Ferreira Filho1-0/+10
2019-12-12Updating version in package filesLinus Färnstrand9-15/+15
2019-12-12Update changelog for release 2019.10Linus Färnstrand1-1/+5
2019-12-12Merge branch 'throttle-location-fetch-retries'Janito Vaqueiro Ferreira Filho3-0/+30