summaryrefslogtreecommitdiffstats
path: root/logic/updater
Commit message (Collapse)AuthorAgeLines
...
* More tests for the UpdateChecker class. It should be done for now.Jan Dalheimer2013-12-14-0/+2
|
* Tests for parsing of channel lists in UpdateCheckerJan Dalheimer2013-12-14-1/+4
|
* Fix syntax errorPetr Mrázek2013-12-13-9/+7
| | | | You do not need goto for that. Really.
* Fix updater removing all files.Andrew2013-12-12-1/+9
| | | | Yeah, I don't know what I was thinking, but somehow it worked before.
* Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developPetr Mrázek2013-12-10-1/+1
| | | | | | Conflicts: CMakeLists.txt gui/MainWindow.cpp
* Finish implementing update installation.Andrew2013-12-06-0/+10
| | | | Also add the option to update on exit.
* Implement update installerAndrew2013-12-05-10/+86
|
* Implement DownloadUpdateTaskAndrew2013-12-05-12/+542
| | | | Installing updates is not implemented yet. That's next.
* Rework the update checking systemAndrew2013-12-04-0/+327