aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/net/fabricmc/loom/util/DownloadUtil.java
AgeCommit message (Expand)Author
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