summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-01-07Use synchronous daemon in `LocationInfoCache`Janito Vaqueiro Ferreira Filho2-4/+3
2020-01-07Use synchronous daemon in `KeyStatusListener`Janito Vaqueiro Ferreira Filho2-30/+26
2020-01-07Use synchronous daemon in `AppVersionInfoCache`Janito Vaqueiro Ferreira Filho2-9/+3
2020-01-07Use synchronous daemon in `AccountCache`Janito Vaqueiro Ferreira Filho2-4/+3
2020-01-07Merge branch 'add-log-categories'Andrej Mihajlov1-0/+21
2020-01-07Add log categoriesAndrej Mihajlov1-0/+21
2020-01-07Merge branch 'deny-unused-variables'Linus Färnstrand3-3/+2
2020-01-07Remove unused Android variablesLinus Färnstrand1-1/+0
2020-01-07Deny unused variables in Rust on CILinus Färnstrand2-2/+2
2020-01-07Merge branch 'remove-deprecated-error-description'Emīls Piņķis2-12/+1
2020-01-07Remove deprecated use of Error::description()Emīls Piņķis2-12/+1
2020-01-07Merge branch 'linux-dns-without-resolv.conf'Emīls Piņķis2-0/+8
2020-01-07Create empty dns config if /etc/resolv.conf doesn't existEmīls Piņķis2-0/+8
2020-01-07Merge branch 'pdb-build'David Lönnhager1-1/+1
2020-01-07Include additional debug symbols (pdb) on the build serverDavid Lönnhager1-1/+1
2020-01-07Merge branch 'tap-missing-update'David Lönnhager4-9/+39
2020-01-07Update CHANGELOG.mdDavid Lönnhager1-0/+5
2020-01-07Distinguish between IPv6 being disabled and failure to obtain IPv6David Lönnhager2-9/+25
2020-01-07Check if get_tap_interface_ipv6_status() fails due to missing TAPDavid Lönnhager1-0/+3
2020-01-07Set the block reason to TapAdapterProblem instead of StartTunnelError,David Lönnhager1-0/+6
2020-01-03Merge branch 'formalize-color-palette'Andrej Mihajlov10-25/+177
2020-01-03Formalize color paletteAndrej Mihajlov10-25/+177
2020-01-03Merge branch 'regenerate-private-key-ios'Andrej Mihajlov6-74/+328
2020-01-03Fix the commentAndrej Mihajlov1-1/+1
2020-01-03Rework MutallyExclusivePublisher to improve thread safety and Combine integra...Andrej Mihajlov1-16/+92
2020-01-03Add TunnelManager facilities to get the public key and regenerate the private...Andrej Mihajlov1-0/+94
2020-01-03Add WireguardPrivateKey.creationDate metadataAndrej Mihajlov2-16/+45
2020-01-03Scope MullvadAPIError into MullavdAPI as Error and add response codes expect...Andrej Mihajlov3-35/+85
2020-01-03Add ResponseCode type to JsonRpcResponseAndrej Mihajlov1-6/+11
2020-01-03Merge branch 'add-wireguard-device'Andrej Mihajlov8-300/+655
2020-01-03Update project fileAndrej Mihajlov1-1/+15
2020-01-03Remove debug logAndrej Mihajlov1-5/+2
2020-01-03Move WireGuard related routine to WireguardDeviceAndrej Mihajlov7-299/+643
2020-01-02Merge branch 'restrictdns-update'David Lönnhager10-246/+187
2020-01-02Generalize PermitTunnelDnsDavid Lönnhager3-27/+55
2020-01-02Refactor WinFwDavid Lönnhager9-193/+133
2020-01-02Update RestrictDns in WinFwDavid Lönnhager5-83/+56
2020-01-02Merge branch 'libshared-update'David Lönnhager1-8/+21
2020-01-02Skip TAP adapters whose names or attributes cannot be read instead of failingDavid Lönnhager1-8/+21
2019-12-20Merge branch 'cleanup-obsoleted-code'Janito Vaqueiro Ferreira Filho2-80/+34
2019-12-17Replace `resetComplete` with `isStopping` flagJanito Vaqueiro Ferreira Filho1-5/+4
2019-12-17Remove service connection coroutinesJanito Vaqueiro Ferreira Filho2-40/+17
2019-12-17Remove unused properties from `LocalBinder`Janito Vaqueiro Ferreira Filho1-6/+1
2019-12-17Refactor to remove `connectionProxy` variableJanito Vaqueiro Ferreira Filho1-6/+15
2019-12-17Remove properties replaced by service connectionJanito Vaqueiro Ferreira Filho1-26/+0
2019-12-17Merge branch 'create-fragment-helper-classes'Janito Vaqueiro Ferreira Filho11-128/+156
2019-12-17Refactor `LaunchFragment` to make it service awareJanito Vaqueiro Ferreira Filho1-17/+17
2019-12-17Make `LoginFragment` service dependentJanito Vaqueiro Ferreira Filho1-12/+1
2019-12-17Make `AccountFragment` service dependentJanito Vaqueiro Ferreira Filho1-14/+3
2019-12-17Decouple `RemainingTimeLabel` from `MainActivity`Janito Vaqueiro Ferreira Filho2-7/+7