aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/net/fabricmc/loom/util/DownloadUtil.java
AgeCommit message (Expand)Author
2021-07-20Merge remote-tracking branch 'FabricMC/dev/0.9' into dev/0.9shedaniel
2021-07-16Actually handle gzip encoded connections when downloading.modmuss50
2021-04-04Merge remote-tracking branch 'FabricMC/dev/0.7' into dev/0.7-forgeshedaniel
2021-04-04Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6-forgeshedaniel
2021-03-18Try to cleanup files when failing better, should hopefully increase the chang...modmuss50
2021-03-04Minor cleanup/optimisations to downloading, should help a little bit more wit...modmuss50
2021-01-19Multi-thread native unpacking.shedaniel
2020-12-27Optimise loom configuration, saves 1.2 seconds in my testing. #319modmuss50
2020-12-24General code cleanup (#313)modmuss50
2020-07-26General cleanupReece Dunham
2020-06-23Rengenerate and download all files with --refresh-dependencies (#227)modmuss50
2019-11-15Improve support for custom self-resolving mappings (#145)liach
2019-11-02Reformat to use Fabric API's checkstyle (#137)modmuss50
2019-05-17fix DownloadUtil not downloading file if ETag present, but file is notAdrian Siekierka
2019-04-19Download less each run (#73)Chocohead