| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2019-06-05 | Revert "Activate LTO and size optimization" | Emīls Piņķis | 1 | -5/+0 |
| 2019-06-05 | Merge branch 'add-bridge-to-tunnel-endpoint' | Emīls Piņķis | 10 | -31/+102 |
| 2019-06-05 | Add BridgeEndpoint to TunnelEndpoint in GUI | Emīls Piņķis | 2 | -0/+16 |
| 2019-06-05 | Print tunnel endpoint in CLI | Emīls Piņķis | 1 | -2/+4 |
| 2019-06-05 | Add Option<ProxyEndpoint> to TunnelEndpoint | Emīls Piņķis | 7 | -29/+82 |
| 2019-06-05 | Merge branch 'add-frontend-deserialization-error-logging' | Linus Färnstrand | 1 | -1/+10 |
| 2019-06-05 | Fix import order | Linus Färnstrand | 1 | -1/+1 |
| 2019-06-05 | Log deserialization error | Andrej Mihajlov | 1 | -1/+10 |
| 2019-06-04 | Merge branch 'fix-prepare-release-package-lock' | Linus Färnstrand | 2 | -6/+9 |
| 2019-06-04 | Update package-lock.json | Linus Färnstrand | 1 | -6/+6 |
| 2019-06-04 | Make prepare_release.sh sync the version in package-lock.json | Linus Färnstrand | 1 | -0/+3 |
| 2019-06-04 | Merge branch 'any-tunnel-constraint-selection' | Janito Vaqueiro Ferreira Filho | 1 | -0/+16 |
| 2019-06-04 | Select only Wireguard tunnels on Android | Janito Vaqueiro Ferreira Filho | 1 | -0/+16 |
| 2019-06-04 | Merge branch 'build-release-with-lto' | Linus Färnstrand | 1 | -0/+5 |
| 2019-06-04 | Activate LTO and size optimization | Linus Färnstrand | 1 | -0/+5 |
| 2019-06-03 | Merge branch 'fix-settings-proxy-settings' | Emīls Piņķis | 2 | -0/+9 |
| 2019-06-03 | Actually set proxy parameters | Emīls Piņķis | 2 | -0/+9 |
| 2019-06-03 | Merge branch 'fix-systemd-resolved-detection' | Emīls Piņķis | 2 | -2/+30 |
| 2019-06-03 | Fix systemd-resolved resolv.conf detection | Emīls Piņķis | 2 | -2/+30 |
| 2019-05-31 | Merge branch 'fix-gray-line' | Andrej Mihajlov | 4 | -63/+295 |
| 2019-05-31 | Fix gray line issue | Andrej Mihajlov | 4 | -63/+295 |
| 2019-05-31 | Merge branch 'fix-security-vuln' | Andrej Mihajlov | 2 | -832/+267 |
| 2019-05-31 | Patch CVE-2019-10742 in axios via browser-sync | Andrej Mihajlov | 2 | -832/+267 |
| 2019-05-31 | Merge branch 'add-shadowsocks-toggle' | Emīls Piņķis | 9 | -24/+126 |
| 2019-05-31 | Refactor SelectorItem in advanced settings | Emīls Piņķis | 2 | -46/+58 |
| 2019-05-29 | Update changelog | Emīls Piņķis | 1 | -0/+1 |
| 2019-05-29 | Add shadowsocks bridge selector | Andrej Mihajlov | 5 | -3/+77 |
| 2019-05-29 | Call daemon RPC to set bridge state in GUI | Emīls Piņķis | 2 | -0/+9 |
| 2019-05-29 | Add setBridgeState main thread RPC to GUI | Emīls Piņķis | 1 | -0/+6 |
| 2019-05-29 | Merge branch 'remove-appveyor-cpp-cache' | Linus Färnstrand | 2 | -185/+0 |
| 2019-05-29 | Remove unused mtime_cache script | Linus Färnstrand | 1 | -177/+0 |
| 2019-05-29 | Remove commented out caching and mtime restore | Linus Färnstrand | 1 | -8/+0 |
| 2019-05-29 | Merge branch 'vpn-service-tun-provider' | Janito Vaqueiro Ferreira Filho | 13 | -25/+419 |
| 2019-05-29 | Request for VPN permissions before connecting | Janito Vaqueiro Ferreira Filho | 1 | -1/+29 |
| 2019-05-29 | Make `StubTunProvider` private | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2019-05-29 | Use `VpnServiceTunProvider` on Android | Janito Vaqueiro Ferreira Filho | 1 | -18/+32 |
| 2019-05-29 | Create `VpnServiceTunProvider` | Janito Vaqueiro Ferreira Filho | 2 | -0/+151 |
| 2019-05-29 | Implement `IntoJava` for `TunConfig` | Janito Vaqueiro Ferreira Filho | 2 | -0/+15 |
| 2019-05-29 | Implement `IntoJava` for `IpNetwork` | Janito Vaqueiro Ferreira Filho | 4 | -1/+22 |
| 2019-05-29 | Implement `IntoJava` for `IpAddr` | Janito Vaqueiro Ferreira Filho | 2 | -1/+56 |
| 2019-05-29 | Add `Tun::bypass` Android-specific method | Janito Vaqueiro Ferreira Filho | 1 | -0/+6 |
| 2019-05-29 | Pass `MullvadVpnService` to `mullvad-jni` | Janito Vaqueiro Ferreira Filho | 3 | -4/+5 |
| 2019-05-29 | Register the VPN service | Janito Vaqueiro Ferreira Filho | 1 | -0/+9 |
| 2019-05-29 | Create `MullvadVpnService` service | Janito Vaqueiro Ferreira Filho | 1 | -0/+79 |
| 2019-05-29 | Create `TunConfig` data class | Janito Vaqueiro Ferreira Filho | 1 | -0/+10 |
| 2019-05-29 | Create `InetNetwork` data class | Janito Vaqueiro Ferreira Filho | 1 | -0/+5 |
| 2019-05-29 | Merge branch 'account-expiry-refresh' | Andrej Mihajlov | 9 | -20/+240 |
| 2019-05-29 | Trim whitespace | Andrej Mihajlov | 1 | -4/+4 |
| 2019-05-29 | Fix the header bar margin | Andrej Mihajlov | 2 | -6/+3 |
| 2019-05-29 | Add account expiry refresh | Andrej Mihajlov | 7 | -11/+234 |
