summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2019-06-12Remove clone() call on Copy typeLinus Färnstrand1-1/+1
2019-06-12Remove identical conversionLinus Färnstrand1-4/+1
2019-06-12Use .is_{err,ok,none}() instead of pattern matchingLinus Färnstrand4-5/+5
2019-06-12Take self by ownership in tiny Copy typeLinus Färnstrand1-1/+1
2019-06-12Use is_empty instead of len() == 0Linus Färnstrand2-3/+3
2019-06-12Don't take reference on both sides of comparisonLinus Färnstrand3-4/+4
2019-06-12Remove superfluous return keywordLinus Färnstrand3-4/+4
2019-06-12Fix various things clippy pointed out in CLILinus Färnstrand2-3/+3
2019-06-12Take &self in to_ named conversion methodLinus Färnstrand1-3/+3
2019-06-12Use .. to ignore multiple fields in pattern matchingLinus Färnstrand1-5/+1
2019-06-11Merge branch 'installer-remove-relay-list'Emīls Piņķis7-1/+101
2019-06-11Remove cached relay list during installationEmīls Piņķis7-1/+101
2019-06-11Merge branch 'update-changelog'Linus Färnstrand1-6/+8
2019-06-11Slightly update the changelog ahead of releaseLinus Färnstrand1-6/+8
2019-06-11Merge branch 'fix-rotation-crash'Janito Vaqueiro Ferreira Filho3-49/+75
2019-06-11Fix screen orientation to be portraitJanito Vaqueiro Ferreira Filho1-0/+2
2019-06-11Move daemon thread to serviceJanito Vaqueiro Ferreira Filho2-19/+33
2019-06-11Make `MullvadVpnService` a serviceJanito Vaqueiro Ferreira Filho3-43/+53
2019-06-11Allow starting the service without an intentJanito Vaqueiro Ferreira Filho1-1/+1
2019-06-11Merge branch 'fetch-current-tunnel-state'Janito Vaqueiro Ferreira Filho4-2/+41
2019-06-11Fetch current state when `ConnectFragment` appearsJanito Vaqueiro Ferreira Filho1-1/+14
2019-06-11Implement `MullvadDaemon::getState`Janito Vaqueiro Ferreira Filho2-0/+18
2019-06-11Implement `DaemonInterface::get_state`Janito Vaqueiro Ferreira Filho1-1/+9
2019-06-11Merge branch 'wireguard-on-android'Janito Vaqueiro Ferreira Filho9-55/+114
2019-06-10Enable Wireguard on AndroidJanito Vaqueiro Ferreira Filho1-23/+18
2019-06-10Update `ping_monitor` to support AndroidJanito Vaqueiro Ferreira Filho1-18/+21
2019-06-10Bypass tunnel sockets out of the VPN tunnelJanito Vaqueiro Ferreira Filho2-1/+26
2019-06-10Interface with Android's `libwg` libraryJanito Vaqueiro Ferreira Filho1-1/+11
2019-06-10Cast pointer type correctlyJanito Vaqueiro Ferreira Filho1-2/+2
2019-06-10Dynamically link to `libwg` on AndroidJanito Vaqueiro Ferreira Filho1-6/+13
2019-06-10Include `libwg.so` in Android appJanito Vaqueiro Ferreira Filho1-0/+7
2019-06-10Use new Wireguard Go binaries for AndroidJanito Vaqueiro Ferreira Filho1-0/+0
2019-06-10Fix conversion from `Short` to `Int`Janito Vaqueiro Ferreira Filho1-1/+1
2019-06-10Fix `IntoJava` implementation for `TunConfig`Janito Vaqueiro Ferreira Filho1-3/+15
2019-06-10Merge branch 'fix-nm-verify-capability'Emīls Piņķis1-11/+25
2019-06-10Improve NetworkManager failure mode detectionEmīls Piņķis1-11/+25
2019-06-10Merge branch 'fix-axios-vulnerability'Andrej Mihajlov2-33/+50
2019-06-10Update browser-sync to fix the vulnerability found in axiosAndrej Mihajlov2-33/+50
2019-06-10Merge branch 'fix-bridge-state-update'Emīls Piņķis1-0/+1
2019-06-10Update bridge state controls when new settings are pushedEmīls Piņķis1-0/+1
2019-06-10Merge branch 'gui-fix-bridge-naming'Emīls Piņķis2-2/+2
2019-06-10Rename 'Shadowsocks bridge' advanced setting to 'Bridge mode' in GUIEmīls Piņķis1-1/+1
2019-06-10Change name of custom bridges from 'Custom' to 'custom bridge'Emīls Piņķis1-1/+1
2019-06-10Merge branch 'problem-report-automatically-include-frontend-logs'Linus Färnstrand3-24/+89
2019-06-10Patch frontend to not collect the paths for its own logsAndrej Mihajlov1-12/+5
2019-06-10Add to changelogLinus Färnstrand1-0/+1
2019-06-10Improve help textLinus Färnstrand1-2/+8
2019-06-10Automatically pick up frontend logs in problem-reportLinus Färnstrand1-11/+68
2019-06-10Add extra help output to the problem-report CLI commandLinus Färnstrand1-1/+9
2019-06-06Merge branch 'show-bridge-in-gui'Emīls Piņķis12-36/+137