Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add SPDX License header to source files | axtloss | 2023-05-31 | 1 | -0/+2 |
| | |||||
* | Add comments to functions | axtloss | 2023-05-26 | 1 | -5/+22 |
| | |||||
* | Change mount function and add chmod | axtloss | 2023-05-25 | 1 | -1/+0 |
| | |||||
* | Add command line options | axtloss | 2023-05-24 | 1 | -7/+0 |
| | |||||
* | Allow creating containers | axtloss | 2023-05-24 | 1 | -2/+2 |
| | |||||
* | Automatically extract downloaded blobs | axtloss | 2023-05-24 | 1 | -2/+2 |
| | |||||
* | Add blob deduplication | axtloss | 2023-05-24 | 1 | -2/+5 |
| | | | | Adds installed blobs to a database and skips downloading them if it finds them in the database | ||||
* | fix some warnings | axtloss | 2023-05-15 | 1 | -5/+3 |
| | | | | | Intellij when unnecessary .toString: "boohoo pls remove :(" Intellij when literally my code: "yeah that's fine :D" | ||||
* | multithreaded downloads and non docker registries | axtloss | 2023-05-15 | 1 | -162/+158 |
| | | | | | Runs each layer download on a different thread. Allows using registries other than registry.docker.io | ||||
* | Add files | axtloss | 2023-05-15 | 1 | -0/+162 |