summaryrefslogtreecommitdiffstats
path: root/logic/updater/DownloadUpdateTask.h
Commit message (Collapse)AuthorAgeLines
* SCRATCH separate the generic updater logic from the applicationPetr Mrázek2015-04-12-220/+0
|
* NOISSUE Split MultiMC app object into MultiMC and EnvPetr Mrázek2015-04-02-7/+10
|
* Change copyright dates to 2015Greenphlem2015-02-06-1/+1
|
* Update copyright year (finally...)Jan Dalheimer2014-11-02-1/+1
|
* Remove the $PWD hack and tests that depended on it.Petr Mrázek2014-01-05-6/+0
|
* Mess with the updater again.Petr Mrázek2014-01-05-3/+1
|
* Maybe break updater even more?Petr Mrázek2013-12-29-2/+0
|
* Various updater fixesPetr Mrázek2013-12-28-1/+15
| | | | | | | 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
* Treat the updater separatelyJan Dalheimer2013-12-23-0/+2
|
* Some test madnessPetr Mrázek2013-12-20-2/+3
|
* Finish unit tests for the DownloadUpdateTask classJan Dalheimer2013-12-15-8/+10
|
* Unit tests for the DownloadUpdateTask classJan Dalheimer2013-12-15-3/+19
|
* Finish implementing update installation.Andrew2013-12-06-0/+5
| | | | Also add the option to update on exit.
* Implement update installerAndrew2013-12-05-6/+11
|
* Implement DownloadUpdateTaskAndrew2013-12-05-0/+182
Installing updates is not implemented yet. That's next.