| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-07-18 | Fix potential leak window on shutdown | David Lönnhager | 1 | -7/+7 | |
| 2022-07-15 | Merge branch 'add-localization-helper-script' | Oskar Nyberg | 5 | -65/+164 | |
| 2022-07-15 | Update android readme with reference to gui/locales/README.md | Oskar Nyberg | 1 | -0/+7 | |
| 2022-07-15 | Update locales readme with instructions for localization script | Oskar Nyberg | 1 | -36/+19 | |
| 2022-07-15 | Add localization script | Oskar Nyberg | 1 | -0/+105 | |
| 2022-07-15 | Move build.sh logging functions to separate file | Oskar Nyberg | 2 | -29/+33 | |
| 2022-07-15 | Merge branch 'quit-when-renderer-is-killed' | Oskar Nyberg | 2 | -6/+11 | |
| 2022-07-15 | Quit without disconnecting when renderer process is killed or crashes | Oskar Nyberg | 2 | -6/+11 | |
| 2022-07-15 | Merge branch 'pq-over-tcp' | David Lönnhager | 2 | -11/+38 | |
| 2022-07-15 | Update changelog | David Lönnhager | 1 | -0/+1 | |
| 2022-07-15 | Restart local obfuscation server after PQ exchange | David Lönnhager | 1 | -11/+37 | |
| 2022-07-14 | Merge branch 'fix-obfs-ipv6' | David Lönnhager | 2 | -2/+4 | |
| 2022-07-14 | Update changelog | David Lönnhager | 1 | -0/+2 | |
| 2022-07-14 | Connect to udp2tcp (tcp2udp) endpoints over v6 | David Lönnhager | 1 | -2/+2 | |
| 2022-07-13 | Download and fix translations | Oskar Nyberg | 57 | -3791/+6204 | |
| 2022-07-12 | Merge branch 'fix-mapkit-rendering-issues' | Andrej Mihajlov | 5 | -46003/+53 | |
| 2022-07-12 | Move geojson under Assets | Andrej Mihajlov | 2 | -12/+4 | |
| 2022-07-12 | Make geojson loader safer | Andrej Mihajlov | 1 | -4/+17 | |
| 2022-07-12 | Use our own parser for geojson | Andrej Mihajlov | 2 | -31/+3 | |
| MKGeoJSONDecoder extracts interior polygons from geojson which does not seem to work properly with map view. | |||||
| 2022-07-12 | Draw interior polygons above exterior | Andrej Mihajlov | 1 | -9/+15 | |
| MapKit has issues drawing interior polygons. | |||||
| 2022-07-12 | Migrate geojson to modern swift | Andrej Mihajlov | 1 | -3/+3 | |
| 2022-07-12 | Drop parsing unused fields from geojson | Andrej Mihajlov | 1 | -54/+11 | |
| 2022-07-12 | Drop Antarctica from data source | Andrej Mihajlov | 1 | -45891/+1 | |
| 2022-07-12 | Merge branch 'windows-auto-set-mtu' | Jonathan | 3 | -6/+69 | |
| 2022-07-12 | Windows automatically detects and set locally correct MTU | Jonathan | 3 | -6/+69 | |
| Let Windows daemon detect the MTU for default routing interface and set that MTU as the default. This is implementing the changes that have already been provided in the linux version. | |||||
| 2022-07-11 | Merge branch 'reject-invalid-ports' | David Lönnhager | 7 | -84/+148 | |
| 2022-07-11 | Update changelog | David Lönnhager | 1 | -0/+2 | |
| 2022-07-11 | Validate WireGuard port selection in the CLI | David Lönnhager | 1 | -2/+20 | |
| 2022-07-11 | Send endpoint data to frontends | David Lönnhager | 3 | -32/+91 | |
| 2022-07-11 | Return RelayList object instead of a stream in proto file | David Lönnhager | 6 | -51/+36 | |
| 2022-07-08 | Merge branch 'fix-ipv6-mtu' | Jonathan | 1 | -19/+25 | |
| 2022-07-08 | Optimize tunnel MTU when IPv4 is used for peer | François Guerraz | 1 | -19/+25 | |
| Only calculate the mtu automatically if the user has not set any | |||||
| 2022-07-08 | Merge branch 'fix-text-views-sometimes-missing' | Albin | 6 | -104/+168 | |
| 2022-07-08 | Fix texts missing/flickering sometimes | Albin | 6 | -104/+168 | |
| 2022-07-08 | Merge branch 'disable-badge-for-tunnel-state' | Albin | 4 | -2/+6 | |
| 2022-07-08 | Update changelog | Albin | 1 | -0/+1 | |
| 2022-07-08 | Disable badge for tunnel state | Albin | 3 | -2/+5 | |
| 2022-07-07 | Merge branch 'fix-skipped-welcome-view' | Albin | 3 | -21/+24 | |
| 2022-07-07 | Fix welcome view not showing | Albin | 3 | -21/+24 | |
| 2022-07-07 | Merge branch 'relays-validate-ports' | David Lönnhager | 19 | -822/+590 | |
| 2022-07-07 | Implement functions for extracting relays in mullvad-api as methods | David Lönnhager | 1 | -108/+113 | |
| 2022-07-07 | Adapt Android to new relay structure | Albin | 7 | -16/+29 | |
| 2022-07-07 | Update unit tests to use shared endpoint data | David Lönnhager | 1 | -142/+34 | |
| 2022-07-07 | Update GUI to handle new proto file | David Lönnhager | 3 | -80/+15 | |
| 2022-07-07 | Update CLI to handle new relay type | David Lönnhager | 2 | -12/+5 | |
| 2022-07-07 | Convert new relay message to and from protobuf | David Lönnhager | 2 | -4/+77 | |
| 2022-07-07 | Add serialization and deserialization functions for google.protobuf.Any | David Lönnhager | 1 | -0/+19 | |
| 2022-07-07 | Move shared endpoint data to the top of the relay list | David Lönnhager | 8 | -497/+335 | |
| 2022-07-07 | Merge branch 'win-fix-power-mgmt-queue' | David Lönnhager | 2 | -8/+29 | |
| 2022-07-07 | Fix app occasionally getting stuck in the offline state after being suspended | David Lönnhager | 2 | -8/+29 | |
