| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-09-18 | Create custom action for Mullvad build env | David Lönnhager | 1 | -76/+6 | |
| 2025-09-18 | Cap concurrent processes at 2 when building Windows modules | Markus Pettersson | 1 | -1/+1 | |
| 2025-08-28 | Allow caping concurrent processes when building Windows modules | Markus Pettersson | 1 | -2/+12 | |
| 2025-08-22 | Revert "Pin Rust nightly compiler to 2025-08-11" | Markus Pettersson | 1 | -3/+1 | |
| This reverts commit 9b3324b2a2e1a22a3a85b539f39ae0fce89ca5e7. | |||||
| 2025-08-13 | Pin Rust nightly compiler to 2025-08-11 to avoid compiler regression | Markus Pettersson | 1 | -1/+3 | |
| 2025-05-26 | Update setup-zig action | David Lönnhager | 1 | -1/+1 | |
| 2025-05-19 | Use GitHub hosted Windows arm runner | Markus Pettersson | 1 | -3/+7 | |
| 2025-05-19 | Install `protoc` on Windows ARM runner | Markus Pettersson | 1 | -2/+0 | |
| 2025-05-19 | Install `zig` on Windows arm runner | Markus Pettersson | 1 | -2/+0 | |
| 2025-05-16 | Allow long filenames in git for the Windows Github runners | Markus Pettersson | 1 | -0/+5 | |
| 2025-02-11 | Update actions/cache to v4 | Joakim Hulthe | 1 | -1/+1 | |
| 2025-02-07 | Update all CI to update wireguard-go submodule more explicitly | Linus Färnstrand | 1 | -3/+3 | |
| 2025-02-04 | Test linux against pinned Rust version | Linus Färnstrand | 1 | -1/+7 | |
| 2025-02-04 | Change run commands to single line | Kalle Lindström | 1 | -2/+1 | |
| 2025-02-04 | Set toolchain and target directly with Rustup | Linus Färnstrand | 1 | -16/+3 | |
| 2025-01-27 | Add go to daemon workflow | David Lönnhager | 1 | -0/+5 | |
| 2025-01-27 | Disable setup-zig on WoA | David Lönnhager | 1 | -0/+2 | |
| 2025-01-24 | Install zig in actions workflows | David Lönnhager | 1 | -0/+3 | |
| 2025-01-24 | Check out wireguard-go-rs submodule in Windows daemon workflow | David Lönnhager | 1 | -1/+3 | |
| 2025-01-08 | Add gradle rust plugin | Jonatan Rhodin | 1 | -1/+0 | |
| 2024-12-02 | Add daemon CI job for Windows ARM64 | David Lönnhager | 1 | -6/+25 | |
| 2024-12-02 | Use latest stable Rust version in daemon workflow (unpin) | David Lönnhager | 1 | -1/+1 | |
| 2024-11-28 | Pin `rustc` to `1.81` in Windows build GHA | Markus Pettersson | 1 | -1/+1 | |
| 2024-11-26 | Update Actions | tinyboxvk | 1 | -4/+4 | |
| Signed-off-by: tinyboxvk <13696594+tinyboxvk@users.noreply.github.com> | |||||
| 2024-11-14 | Update github actions workflows | Oskar | 1 | -1/+1 | |
| 2024-08-28 | ci: Use GITHUB_OUTPUT envvar instead of set-output command | Arun Sathiya | 1 | -1/+1 | |
| `save-state` and `set-output` commands used in GitHub Actions are deprecated and [GitHub recommends using environment files](https://github.blog/changelog/2023-07-24-github-actions-update-on-save-state-and-set-output-commands/). This PR updates the usage of `::set-output` to `"$GITHUB_OUTPUT"` Instructions for envvar usage from GitHub docs: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter | |||||
| 2024-08-22 | Add top level `permissions` to all Github Actions workflows | Linus Färnstrand | 1 | -0/+3 | |
| The default permission on the repository is already set to read only. So in practice this makes no difference. But this makes that more explicit, and less relying on the repository being correctly configured. This also makes security scanning tools such as OpenSSF scorecard happier about the overall security of our repository. | |||||
| 2024-07-23 | Exclude heavy compile CI jobs on changes to CODEOWNERS | Linus Färnstrand | 1 | -0/+1 | |
| 2024-07-16 | Exclude ci/ directory from triggering heavy Rust CI jobs | Linus Färnstrand | 1 | -0/+2 | |
| 2024-07-09 | Configure which CI jobs should be triggered by osv-scanner.toml changes | Linus Färnstrand | 1 | -0/+1 | |
| 2024-06-25 | Update Github actions to use `wireguard-go` as a submodule | Markus Pettersson | 1 | -2/+7 | |
| 2024-04-23 | Bump setup-protoc action to v3 | David Lönnhager | 1 | -2/+2 | |
| 2024-04-18 | Remove pointless submodule update | David Lönnhager | 1 | -4/+0 | |
| 2024-04-16 | Check out wg-nt in CI | David Lönnhager | 1 | -0/+4 | |
| 2024-02-08 | Revert "Temporarily disable Rust nightly builds for daemon" | Markus Pettersson | 1 | -5/+1 | |
| This reverts commit 682d2c27c64022bc064b5418bd8be338471a1c50. | |||||
| 2024-02-06 | Temporarily disable Rust nightly builds for daemon | David Lönnhager | 1 | -1/+5 | |
| 2024-01-04 | Update go version to 1.21.3 in the github workflow | Jonatan Rhodin | 1 | -1/+1 | |
| 2023-08-31 | Remove go dependency | David Lönnhager | 1 | -5/+0 | |
| 2023-05-19 | Use C drive for build artifacts in CI | Emīls | 1 | -0/+5 | |
| 2023-03-03 | Ignore git warnings about safe directories (github actions limitation) | Linus Färnstrand | 1 | -1/+3 | |
| 2023-02-27 | Add i686-pc-windows-msvc to CI workflow | David Lönnhager | 1 | -0/+1 | |
| 2023-01-20 | Use a shorter and smarter include path list for the "Daemon+CLI" job | Linus Färnstrand | 1 | -27/+21 | |
| 2023-01-13 | Run yamlfix on all of .github/workflows/ | Linus Färnstrand | 1 | -141/+144 | |
| 2022-12-15 | Use the official Linux container image to build Rust in GH actions | Linus Färnstrand | 1 | -23/+37 | |
| 2022-10-10 | Make Visual Studio/C++ projects fetch version.h from mullvad-version | Linus Färnstrand | 1 | -1/+0 | |
| 2022-09-27 | Download protoc in CI | Emīls Piņķis | 1 | -0/+15 | |
| 2022-08-15 | Bump go patch version | David Lönnhager | 1 | -3/+3 | |
| 2022-08-15 | Bump actions golang to 1.18.1 | Albin | 1 | -3/+3 | |
| 2022-08-15 | Bump setup-go action to v3 | Albin | 1 | -3/+3 | |
| 2022-08-12 | Always continue on error | Jonathan | 1 | -1/+1 | |
