summaryrefslogtreecommitdiffstats
path: root/logic/updater
Commit message (Collapse)AuthorAgeLines
* Change copyright dates to 2015Greenphlem2015-02-06-4/+4
|
* Fix another bunch of copyright years, including fixing #397Jan Dalheimer2014-11-02-2/+2
|
* Update copyright year (finally...)Jan Dalheimer2014-11-02-2/+2
|
* Show changelog even when there are no new updates available.Petr Mrázek2014-07-14-8/+9
|
* Move settings lib into the main code, fixing error logging in it.Petr Mrázek2014-07-01-1/+1
|
* Workaround for dirty build folders.Petr Mrázek2014-04-06-3/+3
| | | | My disgust just turned into barely contained rage :<
* Build fixage for the changed build configPetr Mrázek2014-04-06-0/+2
|
* Get rid of long rebuilds because of minor cmake config changesPetr Mrázek2014-04-06-22/+25
|
* Merge branch 'fix_tests' of https://github.com/02JanDal/MultiMC5 into developPetr Mrázek2014-01-18-3/+0
|\
| * Get rid of some obsolete functionsJan Dalheimer2014-01-05-3/+0
| |
* | Marginally improve OneSix offline mode launchPetr Mrázek2014-01-18-1/+1
| | | | | | | | | | While reconstructing assets, skip files that don't exist. Report missing OneSix native libraries.
* | Rework version numbering system.Forkk2014-01-07-6/+7
| | | | | | | | Again...
* | Do not log each and every possible update. Only the latest one.Petr Mrázek2014-01-07-2/+2
|/
* Remove the $PWD hack and tests that depended on it.Petr Mrázek2014-01-05-20/+4
|
* Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developPetr Mrázek2014-01-05-4/+5
|\
| * Implement changing update channelsForkk2014-01-04-4/+5
| | | | | | | | | | Allow the user to select which update channel they would like to download updates from.
* | Add an option to force using local updater binary (for updater development)Petr Mrázek2014-01-05-1/+1
| |
* | Some more updater fixesPetr Mrázek2014-01-05-21/+23
| | | | | | | | Paths were wrong - still used work directory instead of root
* | Mess with the updater again.Petr Mrázek2014-01-05-5/+6
|/
* Don't try to check for notifications if we don't have a URL for itJan Dalheimer2014-01-03-0/+7
|
* Fix for pre-Qt5.2Jan Dalheimer2014-01-03-1/+1
|
* Notifications system. Mainly to be used in case the updater breaks.Jan Dalheimer2014-01-03-0/+167
|
* Force cached updater binary to always resolve as stalePetr Mrázek2014-01-02-5/+4
|
* Maybe break updater even more?Petr Mrázek2013-12-29-46/+20
|
* Set permissions for the updater binary after updating it.Petr Mrázek2013-12-28-0/+6
|
* Various updater fixesPetr Mrázek2013-12-28-6/+46
| | | | | | | 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
* Fix more updater derps.Petr Mrázek2013-12-25-8/+5
| | | | | * Updater requires unix style paths on input. * No update notification was getting cloned with every check
* Merge branch 'develop' of https://github.com/robotbrain/MultiMC5 into developPetr Mrázek2013-12-25-29/+48
|\
| * Get the updater to display a no update found message.robotbrainify2013-12-24-29/+48
| |
* | Merge branch 'feature_updater_update' of ↵Petr Mrázek2013-12-25-2/+31
|\ \ | |/ |/| | | https://github.com/02JanDal/MultiMC5 into develop
| * Treat the updater separatelyJan Dalheimer2013-12-23-2/+31
| |
* | Tidy status messages a bitSky2013-12-23-9/+7
|/
* Fix issues with the updaterPetr Mrázek2013-12-21-4/+7
| | | | | | * 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.
* Some test madnessPetr Mrázek2013-12-20-95/+189
|
* Finish unit tests for the DownloadUpdateTask classJan Dalheimer2013-12-15-34/+44
|
* Unit tests for the DownloadUpdateTask classJan Dalheimer2013-12-15-54/+80
|
* 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