| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-12-12 | Enhance naming of Unix and JavaScript at security.md | LamTrinh.Dev | 1 | -2/+2 | |
| 2024-12-11 | Add 2024 audit report and accompanying documentation | Linus Färnstrand | 1 | -1/+5 | |
| 2024-11-28 | Add MLLVD-CR-24-03 as known issue of Android | David Göransson | 1 | -1/+31 | |
| 2024-11-27 | Clarify automatic port selection for iOS | Bug Magnet | 1 | -2/+16 | |
| 2024-11-07 | Update documentation regarding WSL/Hyper-V | David Lönnhager | 2 | -13/+19 | |
| 2024-10-28 | Add documentation on automatic use of Multihop when DAITA is enabled | Markus Pettersson | 1 | -1/+11 | |
| 2024-10-24 | Add note about Application Guard being deprecated | Linus Färnstrand | 1 | -2/+5 | |
| 2024-10-18 | Add dedicated "known issues" document | Linus Färnstrand | 2 | -19/+228 | |
| Moves some known issues out of the security document. Keeps all known issues in one place. Allows the security document to be more focused on the app threat model and how it intend to solve that threat model. The security document is a more static document that should rarely change. While the known issues document will grow and shrink as new special cases are found and fixed. | |||||
| 2024-10-18 | Remove outdated statement about iOS blocked state | Linus Färnstrand | 1 | -1/+0 | |
| 2024-10-16 | Update Android security docs | David Göransson | 1 | -18/+35 | |
| 2024-08-27 | Add Shadowsocks to retry order | David Lönnhager | 1 | -2/+3 | |
| Co-authored-by: Sebastian Holmin <sebastian.holmin@mullvad.net> | |||||
| 2024-08-23 | Fix Typo issue from `passprase` to `passphrase` | LamTrinh.Dev | 1 | -1/+1 | |
| 2024-04-30 | Update split tunneling documentation | David Lönnhager | 1 | -9/+9 | |
| 2024-04-16 | Add DAITA Windows client and updated tuncfg | David Lönnhager | 1 | -1/+1 | |
| 2024-03-27 | Refactor `mullvad-relay-selector` | Markus Pettersson | 1 | -32/+19 | |
| Implement a system built on 'queries' for selecting appropriate relays. A query is a set of constraints which dictates which relay(s) that *can* be chosen by the relay selector. The user's settings can naturally be expressed as a query. The semantics of merging two queries in a way that always prefer user settings is defined by the new `Intersection` trait. Split `mullvad-relay-selector` into several modules: - `query.rs`: Definition of a query on different types of relays. This module is integral to the new API of `mullvad-relay-selector` - `matcher.rs`: Logic for filtering out candidate relays based on a query. - `detailer.rs`: Logic for deriving connection details for the selected relay. - `tests/`: Integration tests for the new relay selector. These tests only use the public APIs of `RelaySelector` and make sure that the output matches the expected output in different scenarios. | |||||
| 2024-01-08 | Add examples of valid patch files | David Lönnhager | 2 | -0/+10 | |
| 2024-01-08 | Document settings patch format | David Lönnhager | 1 | -0/+56 | |
| 2023-12-12 | Update relay selector document | David Lönnhager | 1 | -3/+7 | |
| 2023-12-12 | Always alternate between random ports and port 53 when using WireGuard | David Lönnhager | 1 | -2/+2 | |
| 2023-12-12 | Remove mention of special automatic tunnel protocol logic on Windows, | David Lönnhager | 1 | -9/+3 | |
| and other vestiges | |||||
| 2023-07-07 | Add obfuscation protocols to relay selector docs | Emīls | 1 | -6/+31 | |
| 2023-05-08 | Add documentation around signing the macOS builds | Linus Färnstrand | 1 | -0/+96 | |
| 2023-03-27 | Split line to not exceed the 100 character limit | Alexander Seiler | 1 | -2/+2 | |
| Signed-off-by: Alexander Seiler <seileralex@gmail.com> | |||||
| 2023-03-27 | Fix many typos | Alexander Seiler | 2 | -2/+2 | |
| Signed-off-by: Alexander Seiler <seileralex@gmail.com> | |||||
| 2023-02-28 | Update docs based on review comments | Jonathan | 1 | -4/+5 | |
| 2023-02-28 | Add documentation for PQ | Jonathan | 1 | -0/+24 | |
| 2023-02-01 | Update docs for captive portals | Emīls | 1 | -5/+11 | |
| 2022-10-20 | Update security docs | Emīls Piņķis | 1 | -0/+8 | |
| 2022-10-04 | Document Android leaks reported in MUL22-03 | Albin | 1 | -7/+21 | |
| 2022-09-27 | Document Android shortcoming | Emīls Piņķis | 1 | -2/+2 | |
| 2022-09-27 | Update security docs | Emīls Piņķis | 1 | -5/+20 | |
| Due to recent changes to the daemon to prevent early and late boot leaks, the security docs need to be updated to reflect the new behavior. | |||||
| 2022-08-29 | Allow admin-local v4 multicast range when LAN sharing is enabled | David Lönnhager | 1 | -3/+3 | |
| 2022-08-15 | Update relay selector docs | Jonathan | 1 | -1/+4 | |
| 2022-08-10 | Update architecture document for Windows offline monitor | David Lönnhager | 1 | -7/+6 | |
| 2022-05-31 | Improve architecture documentation | Emīls | 10 | -7/+198 | |
| 2022-05-09 | Update relay selector docs to mention ownership | David Lönnhager | 1 | -4/+6 | |
| 2022-05-09 | Update relay selector documentation | David Lönnhager | 1 | -4/+9 | |
| 2022-04-26 | Update relay selector docs | David Lönnhager | 1 | -7/+4 | |
| 2022-04-05 | Delete all references to Shadowsocks binaries | David Lönnhager | 1 | -1/+1 | |
| 2022-01-14 | Simplify custom resolver to not leak any traffic | Emīls | 3 | -95/+13 | |
| 2021-12-13 | Allow only root to reach the API in blocked state | Emīls | 1 | -4/+5 | |
| 2021-12-10 | Some more docs work | Emīls | 1 | -13/+12 | |
| 2021-12-10 | Update docs | Emīls | 2 | -8/+12 | |
| 2021-12-10 | Add custom-resolver docs | Emīls | 2 | -0/+106 | |
| 2021-12-08 | Update security document for allowed endpoint fix | David Lönnhager | 1 | -1/+7 | |
| 2021-12-07 | Add initial logging and telemetry policy | Linus Färnstrand | 1 | -0/+70 | |
| This is nothing new. The app has done exactly this for a long time. But now it's written down in a policy that's easier for users and developers to find and understand compared to reading the actual code. This is added for transparencys sake and for making it easier to point at during code review. | |||||
| 2021-10-11 | Update macOS firewall impl to closer match spec around NDP | Linus Färnstrand | 1 | -5/+0 | |
| 2021-10-11 | Update security document | David Lönnhager | 1 | -3/+7 | |
| 2021-09-08 | Update split tunneling docs | David Lönnhager | 1 | -19/+8 | |
| 2021-06-07 | Update security document | David Lönnhager | 1 | -5/+2 | |
