summaryrefslogtreecommitdiffstats
path: root/logic/net
Commit message (Collapse)AuthorAgeLines
* Cache forge version list (it's huge)Petr Mrázek2013-09-22-37/+45
|
* Implement legacy forge button!Petr Mrázek2013-09-18-2/+19
| | | | | Many refactors of the task system. Progress dialog now accepts generic ProgressProvider objects
* Progress works for null downloads (header checks)Petr Mrázek2013-09-10-0/+4
|
* Fix download progress (bars)Petr Mrázek2013-09-10-1/+21
|
* Use youtrack for bugsPetr Mrázek2013-09-08-6/+7
|
* Use HttpMetaCache to minimize network use.Petr Mrázek2013-09-08-243/+630
|
* Move a good chunk of the singleton objects into a new QApplication subclass.Petr Mrázek2013-09-07-64/+3
|
* Untested ETag cache class.Petr Mrázek2013-09-06-8/+172
| | | | Yep.
* Speed up the downloads. Massively.Petr Mrázek2013-09-02-224/+194
|
* OS compatibility and generic cleanup.Petr Mrázek2013-08-26-4/+4
| | | | | Removed bspatch/patchlib Now builds and runs on Windows
* Legacy jar reassembly, base of proper custom jar supportPetr Mrázek2013-08-24-1/+1
|
* Move all the things (YES. Move them.)Petr Mrázek2013-08-17-0/+401
Also, implemented some basic modlist logic, to be wired up.