| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-12-29 | Make build.sh produce single architecture pkg by default (--universal) | Linus Färnstrand | 1 | -1/+6 | |
| Add --universal flag for building universal app for both Intel and Apple Silicon | |||||
| 2021-12-16 | Split Android project and app module | Albin | 1 | -8/+8 | |
| The purpose of this is to: * Comply better with the default Android project structure (see https://developer.android.com/studio/build). * Avoid conflicts between project and app dependencies and plugins. | |||||
| 2021-11-30 | Remove unused ci-rust-script.sh script | Linus Färnstrand | 1 | -51/+0 | |
| 2021-11-30 | Rename windows_build_modules.sh -> build-windows-modules.sh | Linus Färnstrand | 2 | -2/+2 | |
| 2021-11-16 | Make trojan source check script more universally usable | Linus Färnstrand | 1 | -5/+12 | |
| Make the script take the path to the dir to check as argument instead of being self aware. | |||||
| 2021-11-09 | Add script that scans files for code points (CVE-2021-42574) | David Lönnhager | 1 | -0/+29 | |
| 2021-11-09 | Stop uploading build artifacts to build.mullvad.net | Linus Färnstrand | 1 | -6/+3 | |
| 2021-11-09 | Fix shellcheck complaint | Linus Färnstrand | 1 | -1/+1 | |
| 2021-10-01 | Add .nvmrc and use nvm install in buildserver build script | Oskar Nyberg | 1 | -1/+4 | |
| 2021-07-30 | Fix shellcheck complaint | Linus Färnstrand | 1 | -2/+2 | |
| 2021-07-30 | Rsync built artifacts to releases.mullvad.net | Linus Färnstrand | 1 | -0/+8 | |
| 2021-03-12 | Add daemon build job for Linux | Janito Vaqueiro Ferreira Filho | 1 | -0/+22 | |
| 2021-01-26 | Fix android CI script | Emīls | 1 | -1/+0 | |
| 2020-08-26 | Build all Rust code on nighly, since the blocker is gone | Linus Färnstrand | 1 | -6/+2 | |
| The jsonrpc stuff is finally gone. | |||||
| 2020-08-26 | Deny all warnings instead of a select few | Linus Färnstrand | 1 | -1/+1 | |
| 2020-08-26 | Make the unconditional_recursion Rust warning into an error | Linus Färnstrand | 1 | -1/+1 | |
| 2020-08-12 | Don't format generated XML files | Janito Vaqueiro Ferreira Filho | 1 | -1/+6 | |
| 2020-08-11 | Change CI XML format check to use UTF-8 encoding | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2020-05-13 | Don't source env.sh for Android | Linus Färnstrand | 1 | -1/+1 | |
| 2020-05-11 | Increase line length for word wrapping to 100 | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2020-03-30 | Update buildserver scripts to include Android app bundle | Linus Färnstrand | 2 | -4/+4 | |
| 2020-03-27 | Deny unused_parens warning in CI | Linus Färnstrand | 1 | -1/+1 | |
| 2020-02-27 | Change newlines | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 | |
| 2020-02-27 | Remove unnecessary semicolons | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 | |
| 2020-02-27 | Use `git diff --exit-code` to simplify the script | Janito Vaqueiro Ferreira Filho | 1 | -5/+4 | |
| 2020-02-27 | Update error message | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2020-02-27 | Update XML formatting script to include manifest | Janito Vaqueiro Ferreira Filho | 1 | -5/+5 | |
| 2020-02-21 | Add script to format Android XML files | Emīls | 1 | -0/+31 | |
| 2020-01-23 | Run build-wireguard-go.sh from ci script | Emīls | 1 | -0/+4 | |
| 2020-01-22 | Sign select binaries for release builds | David Lönnhager | 1 | -25/+1 | |
| 2020-01-08 | Upload PDB debugging files | Linus Färnstrand | 2 | -3/+34 | |
| 2020-01-08 | Compute correct hash for commits | Linus Färnstrand | 1 | -13/+9 | |
| 2020-01-07 | Deny unused variables in Rust on CI | Linus Färnstrand | 1 | -1/+1 | |
| 2020-01-07 | Include additional debug symbols (pdb) on the build server | David Lönnhager | 1 | -1/+1 | |
| 2019-11-25 | Deny unused_mut warning | Linus Färnstrand | 1 | -1/+1 | |
| 2019-11-18 | Install VS 2019 in Travis builds | David Lönnhager | 1 | -1/+1 | |
| 2019-11-06 | Export RUSTFLAGS so they are respected | Linus Färnstrand | 1 | -1/+1 | |
| 2019-10-25 | Install Rust with {channel}-{target-triple} instead | Linus Färnstrand | 1 | -5/+5 | |
| 2019-10-25 | Move Windows rustup install to ci script | Linus Färnstrand | 1 | -13/+20 | |
| 2019-10-16 | Time the cargo build/test commands on CI as well | Linus Färnstrand | 1 | -2/+2 | |
| 2019-10-15 | Time the build_windows_modules.sh script | Linus Färnstrand | 1 | -1/+1 | |
| 2019-10-15 | Only install Rust in ci script on *nix | Linus Färnstrand | 1 | -4/+7 | |
| 2019-10-15 | Add --profile minimal to our rustup installs | Linus Färnstrand | 1 | -8/+10 | |
| 2019-10-09 | Add --locked to all cargo build invocations | Linus Färnstrand | 1 | -2/+2 | |
| 2019-10-07 | Ignore error while installing rustfmt-preview | Linus Färnstrand | 1 | -3/+6 | |
| 2019-09-03 | Use same CI script on AppVeyor as on Travis | Linus Färnstrand | 1 | -0/+10 | |
| 2019-09-03 | Don't build Rust on nightly for now | Linus Färnstrand | 1 | -2/+7 | |
| 2019-08-08 | Make buildserver-build.sh build Android APK on Linux | Linus Färnstrand | 1 | -1/+5 | |
| 2019-08-08 | Upload Android APKs in buildserver-upload.sh | Linus Färnstrand | 1 | -2/+2 | |
| 2019-08-07 | Preserve mtime and other metadata when uploading installers | Linus Färnstrand | 1 | -2/+2 | |
