aboutsummaryrefslogtreecommitdiff
path: root/logic/updater
AgeCommit message (Collapse)Author
2014-01-18Merge branch 'fix_tests' of https://github.com/02JanDal/MultiMC5 into developPetr Mrázek
2014-01-18Marginally improve OneSix offline mode launchPetr Mrázek
While reconstructing assets, skip files that don't exist. Report missing OneSix native libraries.
2014-01-07Rework version numbering system.Forkk
Again...
2014-01-07Do not log each and every possible update. Only the latest one.Petr Mrázek
2014-01-05Get rid of some obsolete functionsJan Dalheimer
2014-01-05Remove the $PWD hack and tests that depended on it.Petr Mrázek
2014-01-05Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developPetr 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-04Implement changing update channelsForkk
Allow the user to select which update channel they would like to download updates from.
2014-01-05Mess with the updater again.Petr Mrázek
2014-01-03Don't try to check for notifications if we don't have a URL for itJan Dalheimer
2014-01-03Fix for pre-Qt5.2Jan Dalheimer
2014-01-03Notifications system. Mainly to be used in case the updater breaks.Jan Dalheimer
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 'develop' of https://github.com/robotbrain/MultiMC5 into developPetr Mrázek
2013-12-25Merge branch 'feature_updater_update' of ↵Petr Mrázek
https://github.com/02JanDal/MultiMC5 into develop
2013-12-24Get the updater to display a no update found message.robotbrainify
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-14More tests for the UpdateChecker class. It should be done for now.Jan Dalheimer
2013-12-14Tests for parsing of channel lists in UpdateCheckerJan 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.
2013-12-04Rework the update checking systemAndrew