index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
UpdaterCommon
Age
Commit message (
Expand
)
Author
2024-10-07
Simplify `std::copy` with `std::copy_n`
mitaclaw
2024-08-14
Use 'contains' method
Dr. Dystopia
2023-06-15
CMake: Use targets for all optionally-external dependencies
TellowKrinkle
2023-04-18
Common/CommonFuncs: Move interface into Common namespace
Lioncash
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
2023-03-11
updater: flush log after each write
Shawn Hoffman
2023-02-22
Common/FileUtil: Rename Copy() to CopyRegularFile().
Admiral H. Curtiss
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
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-05-22
cmake: Don't use PCH with Qt6.
Admiral H. Curtiss
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
2021-07-06
Merge pull request #9858 from OatmealDome/updater-fail
Léo Lam
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-06-30
UpdaterCommon: Move the updated file instead of copying
OatmealDome
2021-05-31
UpdaterCommon: Replace FindOrCreateTempDir with File::CreateTempDir()
OatmealDome
2021-04-13
Updater: Add code documentation Markdown file
Dentomologist
2021-01-27
msbuild: bundle all dolphin "core" code into single library
Shawn Hoffman
2020-11-13
Fix updater not always cleaning up temp directory
Dentomologist
2020-10-22
Merge pull request #8846 from nyanpasu64/fix-cmake-zlib
Léo Lam
2020-08-22
msbuild: re-enable standalone vcxproj processing
Shawn Hoffman
2020-08-22
msbuild: refactor stuff out of project files (for dolphin)
Shawn Hoffman
2020-08-22
prettify some constructs in vcxproj files
Shawn Hoffman
2020-07-15
Fix Windows CMake builds with shared zlib
nyanpasu64
2020-04-29
Fix windows build system.
degasus
2020-04-29
Externals: Fix ed25519 include path.
degasus
2019-12-28
Add an ARM64 target to Visual Studio projects
Stenzek
2019-11-30
Update VS projects/solutions to VS2019
Stenzek
2019-07-22
UpdaterCommon: Remove manual UI::Stop() calls in favour of a scope guard to e...
Silent
2019-06-23
UpdaterCommon: Hide Updater before Dolphin quits
spycrab
2019-06-07
General: Migrate from deprecated mbedTLS functions
Lioncash
2019-05-31
UpdaterCommon/CMakeLists: Specify headers in target sources
Lioncash
2019-05-29
Common/FileUtil: Make WriteStringToFile consistent with ReadFileToString
Lioncash
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