Dentomologist
|
e0a8d931fc
|
Updater: Add code documentation Markdown file
Add docs/autoupdate_overview.md which gives an overview of the update
process, and comments pointing to it in autoupdate related files.
|
2021-04-13 15:37:31 -07:00 |
Dentomologist
|
6dcf7643e5
|
Fix updater not always cleaning up temp directory
Updater was only deleting TempUpdate folder when an error occured.
|
2020-11-13 12:25:53 -08:00 |
degasus
|
990acbb17d
|
Externals: Fix ed25519 include path.
|
2020-04-29 12:55:42 +02:00 |
Silent
|
3f1ba830e7
|
UpdaterCommon: Remove manual UI::Stop() calls in favour of a scope guard to ensure it's called on all return paths
|
2019-07-22 19:16:22 +02:00 |
spycrab
|
dacba85a08
|
UpdaterCommon: Hide Updater before Dolphin quits
|
2019-06-23 19:47:18 +02:00 |
Lioncash
|
5512876842
|
General: Migrate from deprecated mbedTLS functions
As indicated by mbedTLS' documentation, all of the relevant functions
have been superseded by _ret-suffixed variants in mbedTLS version
2.7.0.
|
2019-06-07 22:51:58 -04:00 |
Lioncash
|
eb475025b8
|
Common/FileUtil: Make WriteStringToFile consistent with ReadFileToString
Makes the parameter ordering consistent and less error-prone.
|
2019-05-29 07:06:53 -04:00 |
spycrab
|
19bf2c166d
|
UpdaterCommon: Move most of the programs here
|
2019-03-03 15:02:44 +01:00 |
spycrab
|
7b66b3de8d
|
UpdaterCommon: Prevent duplicate downloads and respect symlinks
|
2019-02-28 12:59:38 +01:00 |
spycrab
|
9c84524684
|
Move shared Updater logic into UpdaterCommon
|
2019-02-26 19:27:36 +01:00 |