aboutsummaryrefslogtreecommitdiff
path: root/logic/updater/DownloadUpdateTask.cpp
AgeCommit message (Collapse)Author
2014-11-02Fix another bunch of copyright years, including fixing #397Jan Dalheimer
2014-07-14Show changelog even when there are no new updates available.Petr Mrázek
2014-04-06Workaround for dirty build folders.Petr Mrázek
My disgust just turned into barely contained rage :<
2014-04-06Build fixage for the changed build configPetr Mrázek
2014-04-06Get rid of long rebuilds because of minor cmake config changesPetr Mrázek
2014-01-05Remove the $PWD hack and tests that depended on it.Petr Mrázek
2014-01-05Add an option to force using local updater binary (for updater development)Petr Mrázek
2014-01-05Some more updater fixesPetr Mrázek
Paths were wrong - still used work directory instead of root
2014-01-05Mess with the updater again.Petr Mrázek
2014-01-02Force cached updater binary to always resolve as stalePetr Mrázek
2013-12-29Maybe break updater even more?Petr Mrázek
2013-12-28Set permissions for the updater binary after updating it.Petr Mrázek
2013-12-28Various updater fixesPetr Mrázek
Updater tests for path utils The updater now doesn't use splitpath on Windows (fixes problems with Windows XP) Fix up paths for the OSX updater - should now install the updates into the right place Fix translations install path - translation isntall and deploy should be fixed
2013-12-25Fix more updater derps.Petr Mrázek
* Updater requires unix style paths on input. * No update notification was getting cloned with every check
2013-12-25Merge branch 'feature_updater_update' of ↵Petr Mrázek
https://github.com/02JanDal/MultiMC5 into develop
2013-12-23Tidy status messages a bitSky
2013-12-23Treat the updater separatelyJan Dalheimer
2013-12-21Fix issues with the updaterPetr Mrázek
* Bad URLs used for downloading update files * MD5ETagDownload resetting the expected ETag after failure to the failed file MD5 checksum * Delete MD5ETagDownload downloaded files if the download fails.
2013-12-20Some test madnessPetr Mrázek
2013-12-15Finish unit tests for the DownloadUpdateTask classJan Dalheimer
2013-12-15Unit tests for the DownloadUpdateTask classJan Dalheimer
2013-12-13Fix syntax errorPetr Mrázek
You do not need goto for that. Really.
2013-12-12Fix updater removing all files.Andrew
Yeah, I don't know what I was thinking, but somehow it worked before.
2013-12-10Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developPetr Mrázek
Conflicts: CMakeLists.txt gui/MainWindow.cpp
2013-12-06Finish implementing update installation.Andrew
Also add the option to update on exit.
2013-12-05Implement update installerAndrew
2013-12-05Implement DownloadUpdateTaskAndrew
Installing updates is not implemented yet. That's next.