summaryrefslogtreecommitdiffstats
path: root/logic/net/NetAction.h
Commit message (Collapse)AuthorAgeLines
* NOISSUE move everything.Petr Mrázek2015-04-12-1/+1
|
* SCRATCH separate the generic updater logic from the applicationPetr Mrázek2015-04-12-1/+2
|
* Change copyright dates to 2015Greenphlem2015-02-06-1/+1
|
* GH-721 Redo internal NetJob implementation.Petr Mrázek2015-01-11-1/+6
| | | | NetJob is now using its own task queue and does not start more than 6 actions at the same time
* Update copyright year (finally...)Jan Dalheimer2014-11-02-1/+1
|
* Sync from quickmodsPetr Mrázek2014-09-06-0/+3
|
* Use asset sizes from the index to make the progress bar betterPetr Mrázek2013-12-15-2/+21
|
* Reformat and (slightly) decruft all the things.Petr Mrázek2013-11-04-2/+19
|
* S3 bucket listing support and network code refactors.Petr Mrázek2013-10-26-0/+53
* 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