summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-01-07Restrict DHCP rules to only allow over UDPLinus Färnstrand1-6/+7
2020-01-07Small fixesLinus Färnstrand1-2/+2
2020-01-07Add section on AndroidLinus Färnstrand1-1/+10
2020-01-07Remove strange commaLinus Färnstrand1-1/+1
2020-01-07Link "strict firewall rules" back to state sectionLinus Färnstrand1-4/+5
2020-01-07Add header to separate always allowed trafficLinus Färnstrand1-0/+2
2020-01-07Add more security docs, improving existing textsLinus Färnstrand1-47/+92
2020-01-07Add security documentation describing app statesLinus Färnstrand2-32/+135
2020-01-07Merge branch 'stop-version-updater-on-shutdown'Janito Vaqueiro Ferreira Filho4-65/+95
2020-01-07Stop version updater if receiving end is closedJanito Vaqueiro Ferreira Filho1-0/+4
2020-01-07Use `UnboundedSender` instead of `mpsc::Sender`Janito Vaqueiro Ferreira Filho4-53/+72
2020-01-07Stop version updater if sending failsJanito Vaqueiro Ferreira Filho1-1/+7
2020-01-07Replace closure with sender in `VersionUpdater`Janito Vaqueiro Ferreira Filho2-16/+17
2020-01-07Merge branch 'handle-no-service-connection'Janito Vaqueiro Ferreira Filho10-51/+94
2020-01-07Describe restart fix in change logJanito Vaqueiro Ferreira Filho1-0/+3
2020-01-07Handle no service connection in `SettingsFragment`Janito Vaqueiro Ferreira Filho1-18/+46
2020-01-07Remove listener handling in `RemainingTimeLabel`Janito Vaqueiro Ferreira Filho2-32/+21
2020-01-07Handle no service in service dependent fragmentsJanito Vaqueiro Ferreira Filho7-6/+29
2020-01-07Merge branch 'remove-deferred-fields'Janito Vaqueiro Ferreira Filho12-138/+58
2020-01-07Remove `WwwAuthTokenRetriever`Janito Vaqueiro Ferreira Filho6-27/+6
2020-01-07Use synchronous daemon in `WwwAuthTokenRetriever`Janito Vaqueiro Ferreira Filho2-14/+3
2020-01-07Fetch WWW auth. token in the backgroundJanito Vaqueiro Ferreira Filho3-14/+6
2020-01-07Use synchronous daemon in `SettingsListener`Janito Vaqueiro Ferreira Filho2-20/+5
2020-01-07Use synchronous daemon in `RelayListListener`Janito Vaqueiro Ferreira Filho2-16/+7
2020-01-07Use synchronous `ConnectivityListener`Janito Vaqueiro Ferreira Filho2-10/+6
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