| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-02-10 | Improve appearance of reconnect button | Oskar Nyberg | 4 | -32/+65 |
| 2020-02-08 | Merge branch 'use-newer-android-build-docker-image' | Emīls | 4 | -31/+13 |
| 2020-02-07 | Use newer android docker image to build wireugard | Emīls | 4 | -31/+13 |
| 2020-02-07 | Merge branch 'less-dirty-working-directory' | Linus Färnstrand | 2 | -2/+3 |
| 2020-02-07 | Ignore libwg.h in git | Linus Färnstrand | 1 | -0/+1 |
| 2020-02-07 | Move WireGuard artifacts instead of copying | Linus Färnstrand | 1 | -2/+2 |
| 2020-02-07 | Merge branch 'winnet-metric-update' | David Lönnhager | 10 | -99/+74 |
| 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 |
| 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 |
| 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 |
| 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 |
| 2020-02-06 | Create `IpNetworkRange` helper type | Janito Vaqueiro Ferreira Filho | 1 | -0/+31 |
| 2020-02-06 | Create `AbstractIpNetwork` concept trait | Janito Vaqueiro Ferreira Filho | 2 | -0/+77 |
