| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-02-07 | Update winnet | David Lönnhager | 4 | -24/+28 | |
| 2020-02-07 | Fix indentation | David Lönnhager | 2 | -14/+14 | |
| 2020-02-07 | Rename amgiguous metric identifiers | David Lönnhager | 9 | -32/+32 | |
| 2020-02-07 | Remove unused metric function | David Lönnhager | 2 | -34/+0 | |
| 2020-02-07 | Set metric correctly for each address family | David Lönnhager | 4 | -9/+14 | |
| 2020-02-07 | Merge branch 'x25519-update' | David Lönnhager | 5 | -68/+93 | |
| 2020-02-07 | Make PrivateKey::new_from_random() infallible | David Lönnhager | 2 | -16/+9 | |
| 2020-02-07 | Use x25519_dalek::StaticSecret to store private keys | David Lönnhager | 4 | -53/+85 | |
| 2020-02-06 | Merge branch 'fix-npe-in-relay-list' | Janito Vaqueiro Ferreira Filho | 3 | -3/+4 | |
| 2020-02-06 | Describe NPE relay list fix in changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2020-02-06 | Allow `getRelayLocations` to return `null` | Janito Vaqueiro Ferreira Filho | 2 | -3/+3 | |
| This allows the `RelayListListener` to become more robust to any issues when retrieving the list from the daemon. It should now not crash with a `NullPointerException` if the daemon stops, for example. | |||||
| 2020-02-06 | Merge branch 'fix-stop-foreground-crash' | Janito Vaqueiro Ferreira Filho | 2 | -1/+10 | |
| 2020-02-06 | Describe stop foreground crash fix in chanelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 | |
| 2020-02-06 | Make sure `stopForeground` works on API 21 | Janito Vaqueiro Ferreira Filho | 1 | -1/+6 | |
| 2020-02-06 | Merge branch 'monochrome-icons-on-windows-linux' | Oskar Nyberg | 139 | -45/+187 | |
| 2020-02-06 | Add readme for menubar icons | Oskar Nyberg | 3 | -0/+27 | |
| 2020-02-06 | Add icons for all platforms | Oskar Nyberg | 120 | -0/+0 | |
| 2020-02-06 | Add script which builds icons from svgs | Oskar Nyberg | 1 | -0/+62 | |
| 2020-02-06 | Add menubar svg files | Oskar Nyberg | 11 | -0/+67 | |
| 2020-02-06 | Enable monochrome icons setting for all platforms | Oskar Nyberg | 4 | -43/+28 | |
| 2020-02-06 | Add support for .ico files | Oskar Nyberg | 1 | -12/+13 | |
| 2020-02-06 | Replace Amagicom AB with Mullvad VPN AB in iOS source files | Linus Färnstrand | 69 | -69/+69 | |
| 2020-02-06 | Document why we have mysteriously set a specific opt-level | Linus Färnstrand | 1 | -0/+5 | |
| 2020-02-06 | Merge branch 'desktop-add-reconnect-button' | Oskar Nyberg | 9 | -5/+59 | |
| 2020-02-06 | Add button which tells the daemon to reconnect | Oskar Nyberg | 3 | -5/+35 | |
| 2020-02-06 | Pass function for reconnecting to TunnelControl | Oskar Nyberg | 7 | -0/+24 | |
| 2020-02-06 | Remove licence headers from Rust source code | Linus Färnstrand | 12 | -98/+2 | |
| According to the licence anyone who copies the source must attach the header anyway is my understanding | |||||
| 2020-02-06 | Merge branch 'allow-lan-on-android' | Janito Vaqueiro Ferreira Filho | 11 | -89/+640 | |
| 2020-02-06 | Add unit tests for `IpNetworkSub` | Janito Vaqueiro Ferreira Filho | 1 | -0/+226 | |
| 2020-02-06 | Change routes on Android when allow lan is enabled | Janito Vaqueiro Ferreira Filho | 1 | -1/+47 | |
| 2020-02-06 | Export LAN networks from `firewall` module | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 | |
| 2020-02-06 | Use setter helper to update `allow_lan` | Janito Vaqueiro Ferreira Filho | 5 | -35/+48 | |
| 2020-02-06 | Add `SharedTunnelStateValues::set_allow_lan` | Janito Vaqueiro Ferreira Filho | 1 | -0/+24 | |
| Helper method to configure the internal field and update the `tun_provider` field on Android. | |||||
| 2020-02-06 | Add `TunProvider::set_allow_lan` setter | Janito Vaqueiro Ferreira Filho | 1 | -0/+12 | |
| 2020-02-06 | Refactor to add `ConnectingState::disconnect` | Janito Vaqueiro Ferreira Filho | 1 | -53/+31 | |
| 2020-02-06 | Store `allow_lan` in Android's `TunProvider` | Janito Vaqueiro Ferreira Filho | 2 | -1/+5 | |
| 2020-02-06 | Add required routes to `TunConfig` on Android | Janito Vaqueiro Ferreira Filho | 3 | -0/+20 | |
| 2020-02-06 | Implement `IpNetworkSub` for `IpNetwork` wrapper | Janito Vaqueiro Ferreira Filho | 1 | -1/+39 | |
| 2020-02-06 | Impl. `IpNetworkSub` for `T: AbstractIpNetwork` | Janito Vaqueiro Ferreira Filho | 1 | -0/+33 | |
| 2020-02-06 | Create `IpNetworkSub` trait | Janito Vaqueiro Ferreira Filho | 1 | -0/+17 | |
| 2020-02-06 | Create `IpNetworks` helper iterator | Janito Vaqueiro Ferreira Filho | 1 | -0/+32 | |
| Wraps the `IpNetworkRange` but also includes the cases for when subtracting non-overlapping ranges (single network result) or when there's a full overlap (an empty set). | |||||
| 2020-02-06 | Create `IpNetworkRange` helper type | Janito Vaqueiro Ferreira Filho | 1 | -0/+31 | |
| Used to calculate IP networks resulting from a subtraction of an IP network from another. | |||||
| 2020-02-06 | Create `AbstractIpNetwork` concept trait | Janito Vaqueiro Ferreira Filho | 2 | -0/+77 | |
| 2020-02-06 | Move `tun_provider::android` module to a sub-dir. | Janito Vaqueiro Ferreira Filho | 2 | -1/+1 | |
| 2020-02-06 | Merge branch 'change-amagicom-to-mullvad-vpn' | Linus Färnstrand | 12 | -17/+18 | |
| 2020-02-05 | Add copyright change to changelog | Linus Färnstrand | 1 | -0/+1 | |
| 2020-02-05 | Bump libwfp submodule to Amagicom-free version | Linus Färnstrand | 1 | -0/+0 | |
| 2020-02-05 | Change Amagicom AB to Mullvad VPN AB in licenses and metadata | Linus Färnstrand | 10 | -17/+17 | |
| 2020-02-05 | Merge branch 'travis-allow-failures-windows-frontend' | Oskar Nyberg | 1 | -1/+2 | |
| 2020-02-05 | Allow failures on windows frontend | Oskar Nyberg | 1 | -1/+2 | |
