aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add blob deduplicationaxtloss2023-05-243-135/+183
| | | | Adds installed blobs to a database and skips downloading them if it finds them in the database
* Add stuffaxtloss2023-05-233-0/+157
|
* fix some warningsaxtloss2023-05-154-18/+8
| | | | | Intellij when unnecessary .toString: "boohoo pls remove :(" Intellij when literally my code: "yeah that's fine :D"
* multithreaded downloads and non docker registriesaxtloss2023-05-154-198/+289
| | | | | Runs each layer download on a different thread. Allows using registries other than registry.docker.io
* Add filesaxtloss2023-05-152-0/+203