index
:
github/architectury-loom.git
dev/0.10.0
fix/osx-1.8.9
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
net
/
fabricmc
/
loom
/
util
/
DownloadUtil.java
Age
Commit message (
Expand
)
Author
2021-07-20
Merge remote-tracking branch 'FabricMC/dev/0.9' into dev/0.9
shedaniel
2021-07-16
Actually handle gzip encoded connections when downloading.
modmuss50
2021-04-04
Merge remote-tracking branch 'FabricMC/dev/0.7' into dev/0.7-forge
shedaniel
2021-04-04
Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6-forge
shedaniel
2021-03-18
Try to cleanup files when failing better, should hopefully increase the chang...
modmuss50
2021-03-04
Minor cleanup/optimisations to downloading, should help a little bit more wit...
modmuss50
2021-01-19
Multi-thread native unpacking.
shedaniel
2020-12-27
Optimise loom configuration, saves 1.2 seconds in my testing. #319
modmuss50
2020-12-24
General code cleanup (#313)
modmuss50
2020-07-26
General cleanup
Reece Dunham
2020-06-23
Rengenerate and download all files with --refresh-dependencies (#227)
modmuss50
2019-11-15
Improve support for custom self-resolving mappings (#145)
liach
2019-11-02
Reformat to use Fabric API's checkstyle (#137)
modmuss50
2019-05-17
fix DownloadUtil not downloading file if ETag present, but file is not
Adrian Siekierka
2019-04-19
Download less each run (#73)
Chocohead