summaryrefslogtreecommitdiffstats
path: root/logic/net/NetJob.cpp
Commit message (Collapse)AuthorAgeLines
* NOISSUE split GUI stuff from logic libraryPetr Mrázek2016-04-30-125/+0
|
* NOISSUE dissolve util libraryPetr Mrázek2015-10-05-1/+0
|
* GH-1053 add back update progress dialogPetr Mrázek2015-07-26-2/+2
|
* GH-849 Further NetJob related fixesPetr Mrázek2015-04-26-3/+3
|
* GH-849 Fix failure signals not getting delivered from NetJob properlyPetr Mrázek2015-04-26-3/+3
|
* SCRATCH separate the generic updater logic from the applicationPetr Mrázek2015-04-12-2/+2
|
* SCRATCH nuke the overcomplicated logger, use a simple one.Petr Mrázek2015-04-12-4/+4
|
* SCRATCH remove remaining references to MultiMC.h and fix legacy LWJGLPetr Mrázek2015-04-12-1/+0
|
* GH-841 fix for modpack downloads on windowsPetr Mrázek2015-03-27-1/+2
|
* Change copyright dates to 2015Greenphlem2015-02-06-1/+1
|
* GH-721 Redo internal NetJob implementation.Petr Mrázek2015-01-11-38/+52
| | | | NetJob is now using its own task queue and does not start more than 6 actions at the same time
* Fix another bunch of copyright years, including fixing #397Jan Dalheimer2014-11-02-1/+1
|
* Offline mode can be used even when online.Petr Mrázek2014-01-27-2/+0
| | | | | | Allow the user to pick a player name for offline mode. Big auth refactor. Now using session objects instead of the accounts themselves. Sessions only last for one instance start and hold all the auth and player data.
* Finish assets update for 1.7.3Petr Mrázek2013-12-10-1/+1
|
* Use the forge mirrors for downloading forge librariesPetr Mrázek2013-11-17-0/+1
| | | | Let's hope we never, ever see a forge download error again.
* Reformat and (slightly) decruft all the things.Petr Mrázek2013-11-04-3/+18
|
* S3 bucket listing support and network code refactors.Petr Mrázek2013-10-26-0/+98
* Adds support for listing all objects in an S3 bucket. * Renames a bunch of network related classes (Download->Action) * Net actions now have static constructors