summaryrefslogtreecommitdiffstats
path: root/logic/net
Commit message (Collapse)AuthorAgeLines
* Log failure reasons of cache downloadsPetr Mrázek2013-10-06-7/+7
|
* Added file loggerPetr Mrázek2013-10-06-61/+62
|
* Add user agent header to most MultiMC download requests.Petr Mrázek2013-10-02-14/+19
|
* Add missing includePetr Mrázek2013-10-01-0/+1
|
* ``Working'' forge unpackers. Needs a lot of hardening but good for alpha.Petr Mrázek2013-09-30-6/+330
|
* Compression algo dependencies, still need hackery...Petr Mrázek2013-09-26-36/+70
|
* Implement basic yggdrasil auth.Petr Mrázek2013-09-23-0/+331
| | | | No fancy login token saving involved.
* 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.