| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-01-03 | Only use --locked in releases, not all signed builds | Linus Färnstrand | 1 | -3/+3 | |
| 2021-12-30 | Better names for src/dst when copying binaries | Linus Färnstrand | 1 | -12/+13 | |
| 2021-12-30 | Log signing of binaries on Windows | Linus Färnstrand | 1 | -0/+1 | |
| 2021-12-30 | Always build C++ in Release mode | Linus Färnstrand | 1 | -2/+4 | |
| 2021-12-30 | Improve build script to build debug by default and be more flexible | Linus Färnstrand | 1 | -123/+175 | |
| Defaults to unoptimized, unsigned, dev builds. New flags: --optimize - Turns on compiler optimization/compression --sign - Turns on siging of binaries (Windows + macOS) | |||||
| 2021-12-30 | Remove `+stable` from cargo args. Build with default toolchain | Linus Färnstrand | 1 | -4/+4 | |
| 2021-12-29 | Add comment to build function in build.sh | Linus Färnstrand | 1 | -0/+2 | |
| 2021-12-29 | Add logging functions and use them in build.sh | Linus Färnstrand | 1 | -32/+60 | |
| 2021-12-29 | Make build.sh produce single architecture pkg by default (--universal) | Linus Färnstrand | 1 | -15/+10 | |
| Add --universal flag for building universal app for both Intel and Apple Silicon | |||||
| 2021-12-27 | Remove buildTargets function and just call that code directly | Linus Färnstrand | 1 | -13/+10 | |
| 2021-12-27 | Remove () from functions to better follow coding guidelines | Linus Färnstrand | 1 | -4/+4 | |
| 2021-11-30 | Rename windows_build_modules.sh -> build-windows-modules.sh | Linus Färnstrand | 1 | -1/+1 | |
| 2021-11-11 | Compile in override feature for all dev versions, not just dev builds | David Lönnhager | 1 | -1/+1 | |
| 2021-10-26 | Add environment variables for overriding API hostname and IP for dev | David Lönnhager | 1 | -1/+4 | |
| builds | |||||
| 2021-06-09 | Fix broken prepare_release.sh. Don't pass args to env.sh | Linus Färnstrand | 1 | -1/+1 | |
| 2021-04-21 | Add support for building universal macOS app | Oskar Nyberg | 1 | -84/+144 | |
| 2021-04-15 | Fix shellcheck recommendations in build.sh | Oskar Nyberg | 1 | -34/+34 | |
| 2021-03-22 | Adjust build.sh and build-apk.sh to call version-metadata correctly | Linus Färnstrand | 1 | -2/+2 | |
| 2021-02-26 | Remove NPM_CI_ARGS. Remove redundant gitignore entry | Andrii Yurchuk | 1 | -8/+1 | |
| 2020-11-19 | Cache the API addresses at build time | David Lönnhager | 1 | -0/+1 | |
| 2020-10-12 | Only build dependencies and binaries once with build.sh | David Lönnhager | 1 | -6/+6 | |
| 2020-09-08 | Allow build[-apk].sh to work even when release tag does not exist | Linus Färnstrand | 1 | -1/+1 | |
| 2020-09-08 | Update build.sh to handle release tags better | Linus Färnstrand | 1 | -3/+4 | |
| Needed with new android/<version> style tags. git describe would not work well on commits with two tags | |||||
| 2020-08-13 | Remove WinUtil | David Lönnhager | 1 | -1/+0 | |
| 2020-06-26 | Add fish shell completions | Clément Joly | 1 | -1/+1 | |
| Generate fish shell completions at build time. Empower fish users with completions. Completions are copied in the [recommended directory](https://fishshell.com/docs/current/#where-to-put-completions) | |||||
| 2020-06-02 | Add launcher binary for excluded apps (mullvad-exclude) | David Lönnhager | 1 | -0/+1 | |
| 2020-05-13 | Don't source env.sh for Android | Linus Färnstrand | 1 | -1/+1 | |
| 2020-04-27 | Use REST endpoint for relay list in buildscript | Emīls | 1 | -0/+1 | |
| 2020-04-17 | Use conditional compilation for shell completions | David Lönnhager | 1 | -9/+12 | |
| 2020-04-17 | Generate and package shell completions | David Lönnhager | 1 | -0/+8 | |
| 2020-03-20 | Fix `version-metadata.sh` usage in `build.sh` | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 | |
| 2020-03-17 | Block while upgrading on macOS | David Lönnhager | 1 | -0/+1 | |
| 2020-03-17 | Block while upgrading on Linux | David Lönnhager | 1 | -0/+1 | |
| 2020-03-16 | Use setup tool to save the target state when upgrading | David Lönnhager | 1 | -0/+1 | |
| 2020-02-25 | Sign all DLLs | David Lönnhager | 1 | -2/+5 | |
| 2020-02-13 | Refactor to create `update-relays.sh` script | Janito Vaqueiro Ferreira Filho | 1 | -21/+1 | |
| 2020-01-23 | Move wireguard-go into the repository | Emīls | 1 | -0/+5 | |
| 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. | |||||
| 2020-01-22 | Sign select binaries for release builds | David Lönnhager | 1 | -1/+57 | |
| 2019-10-09 | Adapt to problem-report binary being called mullvad-problem-report | Linus Färnstrand | 1 | -3/+3 | |
| 2019-10-09 | Fix invalid usage of --locked | Linus Färnstrand | 1 | -1/+3 | |
| 2019-10-09 | Add --locked to all cargo build invocations | Linus Färnstrand | 1 | -1/+1 | |
| 2019-10-09 | Use `npm ci` and `npm version`, bump node requirements to v12 | Andrej Mihajlov | 1 | -3/+9 | |
| 2019-10-01 | Notarize app after signing | Linus Färnstrand | 1 | -14/+8 | |
| 2019-09-13 | Update build.sh to use relay_list_v3 | Linus Färnstrand | 1 | -1/+1 | |
| 2019-09-03 | Remove the backup of electron-builder.yml | Andrej Mihajlov | 1 | -3/+0 | |
| 2019-09-03 | Add launcher script on Linux to disable sandbox | Andrej Mihajlov | 1 | -12/+15 | |
| 2019-09-02 | Make the amount of chars from the git hash in version string constant | Linus Färnstrand | 1 | -1/+1 | |
| 2019-08-30 | Refactor injecting version numbers into files into dedicated script | Linus Färnstrand | 1 | -34/+5 | |
| 2019-08-30 | Update build.gradle with product version on build | Linus Färnstrand | 1 | -0/+5 | |
| 2019-08-30 | Compute and insert versionCode and versionName for Android | Linus Färnstrand | 1 | -3/+2 | |
