summaryrefslogtreecommitdiffstats
path: root/logic/net/DownloadJob.h
Commit message (Collapse)AuthorAgeLines
* S3 bucket listing support and network code refactors.Petr Mrázek2013-10-26-86/+0
| | | | | | * 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
* Add assets download status to status bar.Sky2013-10-26-1/+3
|
* Added file loggerPetr Mrázek2013-10-06-1/+1
|
* ``Working'' forge unpackers. Needs a lot of hardening but good for alpha.Petr Mrázek2013-09-30-3/+5
|
* Compression algo dependencies, still need hackery...Petr Mrázek2013-09-26-1/+8
|
* Implement legacy forge button!Petr Mrázek2013-09-18-2/+17
| | | | | Many refactors of the task system. Progress dialog now accepts generic ProgressProvider objects
* Fix download progress (bars)Petr Mrázek2013-09-10-0/+3
|
* Use HttpMetaCache to minimize network use.Petr Mrázek2013-09-08-82/+13
|
* Speed up the downloads. Massively.Petr Mrázek2013-09-02-18/+93
|
* OS compatibility and generic cleanup.Petr Mrázek2013-08-26-1/+1
| | | | | Removed bspatch/patchlib Now builds and runs on Windows
* Move all the things (YES. Move them.)Petr Mrázek2013-08-17-0/+51
Also, implemented some basic modlist logic, to be wired up.