| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-16 | Ignore files in dist-assets/aarch64-unknown-linux-gnu | Linus Färnstrand | 1 | -1/+2 | |
| 2025-08-08 | Generate IP net definitions for WinFw from talpid-types definitions | David Lönnhager | 1 | -0/+1 | |
| 2025-07-07 | Ignore android credentials | Albin | 1 | -0/+1 | |
| 2025-01-24 | Update .gitignore | David Lönnhager | 1 | -0/+2 | |
| 2024-08-15 | Add support for Windows ARM64 | Daniel Paoliello | 1 | -0/+1 | |
| 2024-08-14 | Add script for building test framework artifacts | Markus Pettersson | 1 | -0/+1 | |
| Pass `TEST_MANAGER_STATIC` when building the `test-manager` crate to have it link statically against `libpcap`. This is optional, but building the with the provided container will produce a statically linked binary. | |||||
| 2024-06-25 | Add a safe FFI wrapper in `wireguard-go-rs` | Sebastian Holmin | 1 | -1/+0 | |
| - Add local wireguard go import - Activate DAITA and add `wgActivateDaita` and `wgReceiveEvent` FFI - Implement `start_daita` on Wireguard-go tunnel type - Mention DAITA in `wireguard-go-rs` description - Do not compile `wireguard-go-rs` on Windows - Handle DAITA closed on `nil` event - Handle daita action timeouts in libwg - Remove noisy log lines - Remove `maybenot_on_action` callback - Remove unused link to `../build/lib` for `talpid-wireguard` - Bump the `wireguard-go` submodule to a signed release tag in Mullvad's `wireguard-go` fork. - Update path to `libwg/go.sum` in verification script Also: - Use u64 instead of *mut void as log context - Make Tunnel::set_config take a &mut self - Use dyn Error instead of i32s for wg errors Co-authored-by: Joakim Hulthe <joakim@hulthe.net> | |||||
| 2024-05-16 | Add blob to .gitignore | David Lönnhager | 1 | -6/+0 | |
| 2024-05-16 | Remove geo data files from gitignore | Oskar Nyberg | 1 | -3/+0 | |
| 2023-05-23 | Add .vscode/ to gitignore | Linus Färnstrand | 1 | -0/+1 | |
| 2023-01-24 | Move shell-completions to build/ | Linus Färnstrand | 1 | -1/+0 | |
| 2023-01-20 | Move dist-assets/relays.json to build/relays.json | Linus Färnstrand | 1 | -1/+0 | |
| 2022-10-10 | Make Visual Studio/C++ projects fetch version.h from mullvad-version | Linus Färnstrand | 1 | -0/+1 | |
| 2022-09-20 | Revert html reporter and remove github action artifact uploads | Hank | 1 | -1/+0 | |
| 2022-09-20 | Output playwright report as html and upload in Github on failure | Hank | 1 | -0/+1 | |
| 2022-09-20 | Re-arrange folder structure for tests, put unit and e2e under root test folder | Hank | 1 | -2/+2 | |
| 2022-09-20 | Add script to update playwright snapshots | Hank | 1 | -0/+1 | |
| 2022-09-20 | Add two simple e2e tests | Hank | 1 | -0/+1 | |
| 2022-09-20 | Add IntelliJ folder to .gitignore | Hank | 1 | -0/+1 | |
| 2022-04-05 | Delete all references to Shadowsocks binaries | David Lönnhager | 1 | -2/+0 | |
| 2022-03-01 | Remove API address rotation | David Lönnhager | 1 | -1/+0 | |
| 2021-07-06 | Add android studio files to .gitignore. | Emīls | 1 | -0/+1 | |
| 2021-04-21 | Add support for building universal macOS app | Oskar Nyberg | 1 | -0/+2 | |
| 2020-11-19 | Cache the API addresses at build time | David Lönnhager | 1 | -0/+1 | |
| 2020-08-20 | Add gRPC dependencies and add proto build script | Oskar Nyberg | 1 | -0/+1 | |
| 2020-06-02 | Update .gitignore | David Lönnhager | 1 | -0/+1 | |
| 2020-05-27 | Don't track Google Play API key file in repository | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2020-04-17 | Update .gitignore | David Lönnhager | 1 | -0/+1 | |
| 2020-03-17 | Update .gitignore | David Lönnhager | 1 | -0/+2 | |
| 2020-02-13 | Update .gitignore for libwg | Odd Stranne | 1 | -1/+3 | |
| 2020-02-11 | Remove parts of scripts that generate geo data and city/country translations | Oskar Nyberg | 1 | -1/+0 | |
| 2020-02-07 | Ignore libwg.h in git | Linus Färnstrand | 1 | -0/+1 | |
| 2020-01-23 | Move wireguard-go into the repository | Emīls | 1 | -0/+1 | |
| Since the wireguard-go libraries were being changed too often to be in the binaries repository, they are moved into the main app repository. This means that for production builds, the libraries will be rebuilt every build. | |||||
| 2019-12-04 | Add VS user settings file to gitignore | Odd Stranne | 1 | -0/+1 | |
| 2019-10-09 | Adapt to problem-report binary being called mullvad-problem-report | Linus Färnstrand | 1 | -2/+2 | |
| 2019-10-08 | Add all the stuff generated as geoip metadata to gitiginore | Linus Färnstrand | 1 | -0/+5 | |
| 2019-09-19 | Add sslocal[.exe] to .gitignore | Linus Färnstrand | 1 | -0/+2 | |
| 2019-07-18 | Sign the release APK if keystore is configured | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2019-07-18 | Add `local.properties` to `.gitignore` | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| Used for configuring for example the Android SDK path in the local environment. | |||||
| 2019-04-11 | Update gitignore | Andrej Mihajlov | 1 | -0/+3 | |
| 2019-03-01 | Update gitignore | Andrej Mihajlov | 1 | -4/+1 | |
| 2019-02-13 | Add openvpn.exe to .gitignore | Andrej Mihajlov | 1 | -0/+1 | |
| 2019-02-04 | TypeScript migration | Andrej Mihajlov | 1 | -1/+0 | |
| 2019-01-29 | Consider CARGO_TARGET_DIR in build.sh | Linus Färnstrand | 1 | -0/+7 | |
| 2018-08-15 | Add workspaces | Andrej Mihajlov | 1 | -3/+6 | |
| 2018-07-30 | Ignore exact files | Andrei Mihailov | 1 | -7/+7 | |
| 2018-06-26 | Add .bak to gitignore | Linus Färnstrand | 1 | -0/+1 | |
| 2018-06-18 | Update .gitignore | Odd Stranne | 1 | -2/+1 | |
| 2018-06-18 | Add fundamental WMI code | Odd Stranne | 1 | -0/+1 | |
| 2018-06-14 | Remove flow-typed annotations from repository | Andrej Mihajlov | 1 | -0/+1 | |
