| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-12-10 | Merge branch 'remove-pods' | Andrej Mihajlov | 3 | -92/+0 | |
| 2019-12-10 | Remove CocoaPods | Andrej Mihajlov | 3 | -92/+0 | |
| 2019-12-10 | Merge branch 'limit-dhcp-to-udp-macos' | Linus Färnstrand | 2 | -0/+6 | |
| 2019-12-10 | Limit DHCPv4 server fw rules to UDP only | Linus Färnstrand | 2 | -0/+6 | |
| 2019-12-09 | Merge branch 'mullvad-jni-2018-idioms' | Janito Vaqueiro Ferreira Filho | 2 | -38/+42 | |
| 2019-12-10 | Use Rust 2018 edition idioms in `mullvad-jni` | Janito Vaqueiro Ferreira Filho | 2 | -38/+42 | |
| 2019-12-09 | Merge branch 'create-service-and-ui-packages' | Janito Vaqueiro Ferreira Filho | 34 | -38/+62 | |
| 2019-12-09 | Create `service` package for service classes | Janito Vaqueiro Ferreira Filho | 12 | -13/+14 | |
| 2019-12-09 | Move `BlockingController` to `ui` package | Janito Vaqueiro Ferreira Filho | 3 | -5/+1 | |
| 2019-12-09 | Create `ui` package with UI related classes | Janito Vaqueiro Ferreira Filho | 26 | -26/+53 | |
| 2019-12-09 | Merge branch 'store-daemon-interface-in-object' | Janito Vaqueiro Ferreira Filho | 5 | -173/+391 | |
| 2019-12-09 | Pass daemon interface address on JNI calls | Janito Vaqueiro Ferreira Filho | 2 | -81/+158 | |
| 2019-12-09 | Always have a command sender in `DaemonInterface` | Janito Vaqueiro Ferreira Filho | 4 | -21/+5 | |
| 2019-12-09 | Store `DaemonInterface` in `MullvadDaemon` object | Janito Vaqueiro Ferreira Filho | 2 | -132/+289 | |
| 2019-12-09 | Fix formatting | Linus Färnstrand | 1 | -5/+7 | |
| 2019-12-09 | Merge branch 'add-packet-tunnel-ios' | Andrej Mihajlov | 15 | -21/+1001 | |
| 2019-12-09 | Add packet tunnel implementation | Andrej Mihajlov | 15 | -21/+1001 | |
| 2019-12-09 | Merge branch 'add-error-state' | Emīls | 35 | -241/+323 | |
| 2019-12-09 | Adjust android code to use new error state | Emīls | 14 | -50/+86 | |
| 2019-12-09 | Adjust desktop GUI code to use new error state | Emīls | 11 | -96/+97 | |
| 2019-12-09 | Update CLI to yell at user if the error state doesn't block traffic | Emīls | 1 | -6/+15 | |
| 2019-12-09 | Change blocked state to error state | Emīls | 9 | -89/+125 | |
| 2019-12-07 | Merge branch 'fix-npe-in-connectivity-manager' | Janito Vaqueiro Ferreira Filho | 2 | -1/+5 | |
| 2019-12-06 | Describe `ConnectivityManager` fix in change log | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2019-12-06 | Ignore `null` elements from `ConnectivityManager` | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2019-12-06 | Recheck connectivity when `networkInfo` is `null` | Janito Vaqueiro Ferreira Filho | 1 | -1/+3 | |
| 2019-12-06 | Merge branch 'fix-upgrade-to-null-message' | Janito Vaqueiro Ferreira Filho | 2 | -16/+20 | |
| 2019-12-06 | Describe `null` version message fix in change log | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 | |
| 2019-12-06 | Manually override `isOutdated` field when needed | Janito Vaqueiro Ferreira Filho | 1 | -2/+10 | |
| Happens when the app version info cache is stale. When the upgrade target version is actually the current version the `isOutdated` value should be set to `false`. | |||||
| 2019-12-06 | Refactor to remove `updateUpgradeVersion` method | Janito Vaqueiro Ferreira Filho | 1 | -13/+7 | |
| 2019-12-06 | Don't notify version update before daemon response | Janito Vaqueiro Ferreira Filho | 1 | -2/+0 | |
| Wait until the daemon sends the `AppVersionInfo` data to actually send any events to the listener. | |||||
| 2019-12-06 | Merge branch 'win-fix-service-config' | Odd Stranne | 4 | -14/+38 | |
| 2019-12-06 | Update changelog | Odd Stranne | 1 | -0/+4 | |
| 2019-12-06 | Configure service SID info as 'unrestricted' | Odd Stranne | 1 | -3/+11 | |
| 2019-12-06 | Register NSI as a service dependency | Odd Stranne | 1 | -0/+3 | |
| 2019-12-06 | Update configuration on existing service during installation | Odd Stranne | 1 | -7/+16 | |
| 2019-12-06 | Bump 'windows-service-rs' revision | Odd Stranne | 2 | -4/+4 | |
| 2019-12-06 | Merge branch 'stop-tunnel-ip-discovery-attack' | Linus Färnstrand | 2 | -0/+22 | |
| 2019-12-06 | Stop CVE-2019-14899 by dropping packets to tunnel IP | Linus Färnstrand | 2 | -0/+22 | |
| Stops an attacker on the same network from discovering the tunnel IP of the device running this app | |||||
| 2019-12-06 | Merge branch 'add-version-suffix-ios' | Andrej Mihajlov | 5 | -12/+59 | |
| 2019-12-06 | Adjust settings cell margins and fix disclosure tint color | Andrej Mihajlov | 2 | -8/+26 | |
| 2019-12-06 | Add version suffix and display it under Settings | Andrej Mihajlov | 3 | -4/+33 | |
| 2019-12-05 | Merge branch 'fix-improved-wg-port-selectiong' | Emīls | 2 | -4/+3 | |
| 2019-12-05 | Fix improved port selection for WireGuard | Emīls | 2 | -4/+3 | |
| 2019-12-05 | Merge branch 'wireup-tunnel-manager-ios' | Andrej Mihajlov | 14 | -428/+152 | |
| 2019-12-05 | Wire up Settings with the new Account facilities | Andrej Mihajlov | 1 | -13/+2 | |
| 2019-12-05 | Remove Optional+Unwrap | Andrej Mihajlov | 1 | -23/+0 | |
| 2019-12-05 | Remove WeakBox | Andrej Mihajlov | 1 | -17/+0 | |
| 2019-12-05 | Use enum for SegueIdentifier | Andrej Mihajlov | 1 | -3/+3 | |
| 2019-12-05 | Adjust Login controller to the new Account facilities | Andrej Mihajlov | 2 | -28/+16 | |
