| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-02-27 | Update lockfile | David Göransson | 1 | -420/+399 | |
| 2025-02-27 | Update detekt to 1.23.8 | David Göransson | 1 | -1/+1 | |
| 2025-02-27 | Update ConstraintLayout to 1.1.1 | David Göransson | 1 | -1/+1 | |
| 2025-02-27 | Update datastore to 1.1.3 | David Göransson | 1 | -1/+1 | |
| 2025-02-27 | Update activity to 1.10.1 | David Göransson | 1 | -1/+1 | |
| 2025-02-27 | Bump AGP to 8.8.2 | David Göransson | 1 | -1/+1 | |
| 2025-02-27 | Merge branch 'investigate-go-crash-issue-with-runtimegc-droid-1825' | Jonatan Rhodin | 5 | -90/+14 | |
| 2025-02-27 | Use socket instead of ping command when pinging on android | Jonatan Rhodin | 5 | -90/+14 | |
| Previous implementation spawned a process with tokio which in turn registered a signal handler without ONASTACK flag set. When using GO code, all signal handlers needs to have this flag set otherwise a signal might be handled on a goroutine thread which has a small stack and thus can overflow. Reference: DROID-1825 Co-authored-by: David Lönnhager <david.l@mullvad.net> | |||||
| 2025-02-27 | Merge branch 'update-print-package-versions-script' | Linus Färnstrand | 1 | -6/+6 | |
| 2025-02-27 | Pin Ubuntu and fedora images to fixed tags instead of latest | Linus Färnstrand | 1 | -2/+2 | |
| Helps keeping things stable and more consistent | |||||
| 2025-02-27 | Make print-package-versions list all mullvad packages | Linus Färnstrand | 1 | -2/+2 | |
| This includes the new mullvad-browser-alpha package (and anything else containing "mullvad-" in the package name) | |||||
| 2025-02-27 | Silence noisy commands on Fedora 41+ | Linus Färnstrand | 1 | -2/+2 | |
| 2025-02-27 | Make print-package-versions script Fedora 41+ compatible | Linus Färnstrand | 1 | -1/+1 | |
| 2025-02-27 | Merge branch 'fix-spamming-onlineoffline-status-droid-1843' | Jonatan Rhodin | 1 | -0/+2 | |
| 2025-02-26 | Fix spamming of connectivity changed events | Jonatan Rhodin | 1 | -0/+2 | |
| 2025-02-26 | Merge branch 'remove-jodatime-droid-898' | Jonatan Rhodin | 64 | -233/+244 | |
| 2025-02-26 | Update verification-metadata.xml | Kalle Lindström | 1 | -5/+0 | |
| 2025-02-26 | Remove Joda Time and use java.time package instead | Kalle Lindström | 63 | -228/+244 | |
| Joda Time has been superseded by the Java 8 java.time package which has more or less the same API. This commit removes all usage of Joda Time and replaces it with the java.time classes. This is done so that we can remove the dependency on Joda Time. | |||||
| 2025-02-25 | Merge branch 'fix-connection-loop-regression' | David Göransson | 1 | -0/+6 | |
| 2025-02-25 | Fix connection loop regression | David Göransson | 1 | -0/+6 | |
| 2025-02-25 | Merge branch 'add-logging-for-dropped-nav-events-droid-1837' | Albin | 1 | -0/+5 | |
| 2025-02-25 | Add logging for dropped nav events | Albin | 1 | -0/+5 | |
| Adding logging for skipped navigation events in order to simplify debugging of flaky tests. | |||||
| 2025-02-25 | Merge branch 'clean-up-android-tun' | David Göransson | 2 | -6/+9 | |
| 2025-02-25 | Rename and comment variable | David Göransson | 1 | -3/+4 | |
| 2025-02-25 | Fix comment about routes on android | David Göransson | 1 | -3/+5 | |
| 2025-02-25 | Merge branch 'document-and-lint-all-usages-of-unsafe-des-1459' | Joakim Hulthe | 50 | -154/+268 | |
| 2025-02-25 | Remove unnecessary impl Sync | Joakim Hulthe | 1 | -2/+0 | |
| 2025-02-25 | Add safety comment to talpid_core::dns::windows::dnsapi | Joakim Hulthe | 1 | -0/+1 | |
| 2025-02-25 | Remove unused unsafe impl Send | Joakim Hulthe | 1 | -2/+0 | |
| 2025-02-25 | Fix improper pointer provenance | Joakim Hulthe | 3 | -7/+12 | |
| `&mut buffer[0] as *mut u8` will create a raw pointer that is only allowed to access the very first byte of `buffer`. `slice::as_mut_ptr` is preferred. | |||||
| 2025-02-25 | Refactor unsafe slightly in mullvad_daemon::migrations | Joakim Hulthe | 1 | -12/+32 | |
| 2025-02-25 | Allow undocumented_unsafe_blocks in even more modules | Joakim Hulthe | 9 | -0/+16 | |
| 2025-02-25 | Suppress unsafe warning when cloning JavaVM | Joakim Hulthe | 1 | -0/+5 | |
| 2025-02-25 | Add safety comment in talpid_routing::windows::route_manager | Joakim Hulthe | 1 | -0/+1 | |
| 2025-02-25 | Update test/Cargo.lock | Joakim Hulthe | 1 | -1/+1 | |
| 2025-02-25 | Allow undocumented_unsafe_blocks in some modules | Joakim Hulthe | 9 | -0/+18 | |
| 2025-02-25 | Fix bad pointer deref in talpid-routing::unix::macos::data | Joakim Hulthe | 1 | -1/+6 | |
| 2025-02-25 | Fix math in talpid-routing::unix::macos::data (?) | Joakim Hulthe | 1 | -1/+1 | |
| 2025-02-25 | Fix safety comment position in talpid-routing::unix::macos::data | Joakim Hulthe | 1 | -4/+4 | |
| 2025-02-25 | Remove unsafe block in talpid_core::split_tunnel::macos::tun | Joakim Hulthe | 1 | -3/+9 | |
| 2025-02-25 | Fix safety comments in talpid_core::split_tunnel::macos::bpf | Joakim Hulthe | 1 | -5/+6 | |
| 2025-02-25 | Add safety comment to talpid_tunnel_config_client::socket | Joakim Hulthe | 1 | -7/+11 | |
| 2025-02-25 | Add safety comment to talpid_wireguard::wireguard_go | Joakim Hulthe | 1 | -0/+4 | |
| 2025-02-25 | Add some safety comments in talpid_windows::net | Joakim Hulthe | 1 | -0/+2 | |
| 2025-02-25 | Add safety comments in talpid_windows::io | Joakim Hulthe | 1 | -0/+6 | |
| 2025-02-25 | Add safety comments in talpid_routing::windows::route_manager | Joakim Hulthe | 1 | -0/+2 | |
| 2025-02-25 | Add safety comment in talpid_openvpn | Joakim Hulthe | 1 | -0/+1 | |
| 2025-02-25 | Fix position of safety comment in talpid_routing::windows | Joakim Hulthe | 1 | -3/+5 | |
| 2025-02-25 | Allow undocumented_unsafe_blocks in mullvad_paths::windows | Joakim Hulthe | 1 | -0/+3 | |
| 2025-02-25 | Fix safety comment position in mullvad-leak-checker | Joakim Hulthe | 1 | -2/+7 | |
