summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2019-06-05Add Option<ProxyEndpoint> to TunnelEndpointEmīls Piņķis7-29/+82
2019-06-05Merge branch 'add-frontend-deserialization-error-logging'Linus Färnstrand1-1/+10
2019-06-05Fix import orderLinus Färnstrand1-1/+1
2019-06-05Log deserialization errorAndrej Mihajlov1-1/+10
2019-06-04Merge branch 'fix-prepare-release-package-lock'Linus Färnstrand2-6/+9
2019-06-04Update package-lock.jsonLinus Färnstrand1-6/+6
2019-06-04Make prepare_release.sh sync the version in package-lock.jsonLinus Färnstrand1-0/+3
2019-06-04Merge branch 'any-tunnel-constraint-selection'Janito Vaqueiro Ferreira Filho1-0/+16
2019-06-04Select only Wireguard tunnels on AndroidJanito Vaqueiro Ferreira Filho1-0/+16
2019-06-04Merge branch 'build-release-with-lto'Linus Färnstrand1-0/+5
2019-06-04Activate LTO and size optimizationLinus Färnstrand1-0/+5
2019-06-03Merge branch 'fix-settings-proxy-settings'Emīls Piņķis2-0/+9
2019-06-03Actually set proxy parametersEmīls Piņķis2-0/+9
2019-06-03Merge branch 'fix-systemd-resolved-detection'Emīls Piņķis2-2/+30
2019-06-03Fix systemd-resolved resolv.conf detectionEmīls Piņķis2-2/+30
2019-05-31Merge branch 'fix-gray-line'Andrej Mihajlov4-63/+295
2019-05-31Fix gray line issueAndrej Mihajlov4-63/+295
2019-05-31Merge branch 'fix-security-vuln'Andrej Mihajlov2-832/+267
2019-05-31Patch CVE-2019-10742 in axios via browser-syncAndrej Mihajlov2-832/+267
2019-05-31Merge branch 'add-shadowsocks-toggle'Emīls Piņķis9-24/+126
2019-05-31Refactor SelectorItem in advanced settingsEmīls Piņķis2-46/+58
2019-05-29Update changelogEmīls Piņķis1-0/+1
2019-05-29Add shadowsocks bridge selectorAndrej Mihajlov5-3/+77
2019-05-29Call daemon RPC to set bridge state in GUIEmīls Piņķis2-0/+9
2019-05-29Add setBridgeState main thread RPC to GUIEmīls Piņķis1-0/+6
2019-05-29Merge branch 'remove-appveyor-cpp-cache'Linus Färnstrand2-185/+0
2019-05-29Remove unused mtime_cache scriptLinus Färnstrand1-177/+0
2019-05-29Remove commented out caching and mtime restoreLinus Färnstrand1-8/+0
2019-05-29Merge branch 'vpn-service-tun-provider'Janito Vaqueiro Ferreira Filho13-25/+419
2019-05-29Request for VPN permissions before connectingJanito Vaqueiro Ferreira Filho1-1/+29
2019-05-29Make `StubTunProvider` privateJanito Vaqueiro Ferreira Filho1-1/+1
2019-05-29Use `VpnServiceTunProvider` on AndroidJanito Vaqueiro Ferreira Filho1-18/+32
2019-05-29Create `VpnServiceTunProvider`Janito Vaqueiro Ferreira Filho2-0/+151
2019-05-29Implement `IntoJava` for `TunConfig`Janito Vaqueiro Ferreira Filho2-0/+15
2019-05-29Implement `IntoJava` for `IpNetwork`Janito Vaqueiro Ferreira Filho4-1/+22
2019-05-29Implement `IntoJava` for `IpAddr`Janito Vaqueiro Ferreira Filho2-1/+56
2019-05-29Add `Tun::bypass` Android-specific methodJanito Vaqueiro Ferreira Filho1-0/+6
2019-05-29Pass `MullvadVpnService` to `mullvad-jni`Janito Vaqueiro Ferreira Filho3-4/+5
2019-05-29Register the VPN serviceJanito Vaqueiro Ferreira Filho1-0/+9
2019-05-29Create `MullvadVpnService` serviceJanito Vaqueiro Ferreira Filho1-0/+79
2019-05-29Create `TunConfig` data classJanito Vaqueiro Ferreira Filho1-0/+10
2019-05-29Create `InetNetwork` data classJanito Vaqueiro Ferreira Filho1-0/+5
2019-05-29Merge branch 'account-expiry-refresh'Andrej Mihajlov9-20/+240
2019-05-29Trim whitespaceAndrej Mihajlov1-4/+4
2019-05-29Fix the header bar marginAndrej Mihajlov2-6/+3
2019-05-29Add account expiry refreshAndrej Mihajlov7-11/+234
2019-05-29Merge branch 'fix-gui-settings-schema'Emīls Piņķis1-2/+2
2019-05-29Fix GUI settings schemaEmīls Piņķis1-2/+2
2019-05-29Merge branch 'extra-tun-config'Janito Vaqueiro Ferreira Filho5-29/+48
2019-05-29Include tunnel routes in `TunConfig`Janito Vaqueiro Ferreira Filho4-19/+30