| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-10-07 | Simplify `std::copy` with `std::copy_n` | mitaclaw | |
| + a surprise `std::memcpy` in VolumeVerifier.cpp. | |||
| 2024-08-14 | Use 'contains' method | Dr. Dystopia | |
| 2023-04-18 | Common/CommonFuncs: Move interface into Common namespace | Lioncash | |
| Gets these functions out of the global namespace. | |||
| 2023-04-12 | Resolve [-Wdeprecated-declarations] | Minty-Meeo | |
| 2023-03-22 | test-updater.py: include space and unicode in paths to test | Shawn Hoffman | |
| 2023-03-11 | updater: add test for update flow | Shawn Hoffman | |
| currently windows-only | |||
| 2023-03-11 | updater: flush log after each write | Shawn Hoffman | |
| 2023-02-22 | Common/FileUtil: Rename Copy() to CopyRegularFile(). | Admiral H. Curtiss | |
| This is to clarify that it can only copy files, not folders. | |||
| 2022-10-30 | MacUpdater: check os version | Shawn Hoffman | |
| 2022-10-23 | Updater: clarify a string | Shawn Hoffman | |
| 2022-10-23 | WinUpdater: fix renaming of Updater | Shawn Hoffman | |
| 2022-10-23 | this is a test commit for WinUpdater | Shawn Hoffman | |
| 2022-10-21 | WinUpdater: Defer modifying any files until Updater.exe | Shawn Hoffman | |
| Fixes https://bugs.dolphin-emu.org/issues/12151 | |||
| 2022-09-20 | WinUpdater: Check OS and VC++ Redist versions. | Shawn Hoffman | |
| 2022-09-12 | Updater: Move inflate intermediate buffer to heap and enlarge | Shawn Hoffman | |
| 2022-01-30 | UpdaterCommon: Copy content file to a temporary file before renaming on macOS | OatmealDome | |
| 2021-10-13 | Fix all uninitialized variable warnings (C26495) | Pokechu22 | |
| 2021-07-09 | UpdaterCommon: Use File::Copy() on non-macOS platforms | OatmealDome | |
| 2021-07-06 | Merge pull request #9862 from delroth/spdx-tags | Mai M | |
| Use SPDX for Dolphin licensing info | |||
| 2021-07-06 | Merge pull request #9858 from OatmealDome/updater-fail | Léo Lam | |
| UpdaterCommon: Fix code signing error after updating on macOS | |||
| 2021-07-05 | treewide: convert GPLv2+ license info to SPDX tags | Pierre Bourdon | |
| SPDX standardizes how source code conveys its copyright and licensing information. See https://spdx.github.io/spdx-spec/1-rationale/ . SPDX tags are adopted in many large projects, including things like the Linux kernel. | |||
| 2021-06-30 | UpdaterCommon: Move the updated file instead of copying | OatmealDome | |
| This prevents macOS from reading an old (cached) code signature on Mach-O executables. | |||
| 2021-05-31 | UpdaterCommon: Replace FindOrCreateTempDir with File::CreateTempDir() | OatmealDome | |
| 2021-04-13 | Updater: Add code documentation Markdown file | Dentomologist | |
| Add docs/autoupdate_overview.md which gives an overview of the update process, and comments pointing to it in autoupdate related files. | |||
| 2020-11-13 | Fix updater not always cleaning up temp directory | Dentomologist | |
| Updater was only deleting TempUpdate folder when an error occured. | |||
| 2020-04-29 | Externals: Fix ed25519 include path. | degasus | |
| 2019-07-22 | UpdaterCommon: Remove manual UI::Stop() calls in favour of a scope guard to ↵ | Silent | |
| ensure it's called on all return paths | |||
| 2019-06-23 | UpdaterCommon: Hide Updater before Dolphin quits | spycrab | |
| 2019-06-07 | General: Migrate from deprecated mbedTLS functions | Lioncash | |
| As indicated by mbedTLS' documentation, all of the relevant functions have been superseded by _ret-suffixed variants in mbedTLS version 2.7.0. | |||
| 2019-05-29 | Common/FileUtil: Make WriteStringToFile consistent with ReadFileToString | Lioncash | |
| Makes the parameter ordering consistent and less error-prone. | |||
| 2019-03-03 | UpdaterCommon: Move most of the programs here | spycrab | |
| 2019-02-28 | UpdaterCommon: Prevent duplicate downloads and respect symlinks | spycrab | |
| 2019-02-26 | Move shared Updater logic into UpdaterCommon | spycrab | |
