summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-02-07Update winnetDavid Lönnhager4-24/+28
2020-02-07Fix indentationDavid Lönnhager2-14/+14
2020-02-07Rename amgiguous metric identifiersDavid Lönnhager9-32/+32
2020-02-07Remove unused metric functionDavid Lönnhager2-34/+0
2020-02-07Set metric correctly for each address familyDavid Lönnhager4-9/+14
2020-02-07Merge branch 'x25519-update'David Lönnhager5-68/+93
2020-02-07Make PrivateKey::new_from_random() infallibleDavid Lönnhager2-16/+9
2020-02-07Use x25519_dalek::StaticSecret to store private keysDavid Lönnhager4-53/+85
2020-02-06Merge branch 'fix-npe-in-relay-list'Janito Vaqueiro Ferreira Filho3-3/+4
2020-02-06Describe NPE relay list fix in changelogJanito Vaqueiro Ferreira Filho1-0/+1
2020-02-06Allow `getRelayLocations` to return `null`Janito Vaqueiro Ferreira Filho2-3/+3
2020-02-06Merge branch 'fix-stop-foreground-crash'Janito Vaqueiro Ferreira Filho2-1/+10
2020-02-06Describe stop foreground crash fix in chanelogJanito Vaqueiro Ferreira Filho1-0/+4
2020-02-06Make sure `stopForeground` works on API 21Janito Vaqueiro Ferreira Filho1-1/+6
2020-02-06Merge branch 'monochrome-icons-on-windows-linux'Oskar Nyberg139-45/+187
2020-02-06Add readme for menubar iconsOskar Nyberg3-0/+27
2020-02-06Add icons for all platformsOskar Nyberg120-0/+0
2020-02-06Add script which builds icons from svgsOskar Nyberg1-0/+62
2020-02-06Add menubar svg filesOskar Nyberg11-0/+67
2020-02-06Enable monochrome icons setting for all platformsOskar Nyberg4-43/+28
2020-02-06Add support for .ico filesOskar Nyberg1-12/+13
2020-02-06Replace Amagicom AB with Mullvad VPN AB in iOS source filesLinus Färnstrand69-69/+69
2020-02-06Document why we have mysteriously set a specific opt-levelLinus Färnstrand1-0/+5
2020-02-06Merge branch 'desktop-add-reconnect-button'Oskar Nyberg9-5/+59
2020-02-06Add button which tells the daemon to reconnectOskar Nyberg3-5/+35
2020-02-06Pass function for reconnecting to TunnelControlOskar Nyberg7-0/+24
2020-02-06Remove licence headers from Rust source codeLinus Färnstrand12-98/+2
2020-02-06Merge branch 'allow-lan-on-android'Janito Vaqueiro Ferreira Filho11-89/+640
2020-02-06Add unit tests for `IpNetworkSub`Janito Vaqueiro Ferreira Filho1-0/+226
2020-02-06Change routes on Android when allow lan is enabledJanito Vaqueiro Ferreira Filho1-1/+47
2020-02-06Export LAN networks from `firewall` moduleJanito Vaqueiro Ferreira Filho1-2/+2
2020-02-06Use setter helper to update `allow_lan`Janito Vaqueiro Ferreira Filho5-35/+48
2020-02-06Add `SharedTunnelStateValues::set_allow_lan`Janito Vaqueiro Ferreira Filho1-0/+24
2020-02-06Add `TunProvider::set_allow_lan` setterJanito Vaqueiro Ferreira Filho1-0/+12
2020-02-06Refactor to add `ConnectingState::disconnect`Janito Vaqueiro Ferreira Filho1-53/+31
2020-02-06Store `allow_lan` in Android's `TunProvider`Janito Vaqueiro Ferreira Filho2-1/+5
2020-02-06Add required routes to `TunConfig` on AndroidJanito Vaqueiro Ferreira Filho3-0/+20
2020-02-06Implement `IpNetworkSub` for `IpNetwork` wrapperJanito Vaqueiro Ferreira Filho1-1/+39
2020-02-06Impl. `IpNetworkSub` for `T: AbstractIpNetwork`Janito Vaqueiro Ferreira Filho1-0/+33
2020-02-06Create `IpNetworkSub` traitJanito Vaqueiro Ferreira Filho1-0/+17
2020-02-06Create `IpNetworks` helper iteratorJanito Vaqueiro Ferreira Filho1-0/+32
2020-02-06Create `IpNetworkRange` helper typeJanito Vaqueiro Ferreira Filho1-0/+31
2020-02-06Create `AbstractIpNetwork` concept traitJanito Vaqueiro Ferreira Filho2-0/+77
2020-02-06Move `tun_provider::android` module to a sub-dir.Janito Vaqueiro Ferreira Filho2-1/+1
2020-02-06Merge branch 'change-amagicom-to-mullvad-vpn'Linus Färnstrand12-17/+18
2020-02-05Add copyright change to changelogLinus Färnstrand1-0/+1
2020-02-05Bump libwfp submodule to Amagicom-free versionLinus Färnstrand1-0/+0
2020-02-05Change Amagicom AB to Mullvad VPN AB in licenses and metadataLinus Färnstrand10-17/+17
2020-02-05Merge branch 'travis-allow-failures-windows-frontend'Oskar Nyberg1-1/+2
2020-02-05Allow failures on windows frontendOskar Nyberg1-1/+2