Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-28 | image: Put target inside ir_dir, add WIP ISO backend | A. Wilcox | 1 | -0/+1 | |
ir_dir used to be the target; now the target is inside ir_dir so backends have the choice of making other directories inside ir_dir if needed. | |||||
2020-05-07 | image: Add functional TAR backend | A. Wilcox | 1 | -0/+4 | |
2020-04-02 | image: Truly dynamic backend registration | A. Wilcox | 1 | -2/+14 | |
This allows one backend to provide multiple types. For example, our TarBackend can provide optional .gz, .bz2, and .xz compression. | |||||
2020-04-01 | image: Initial work on backend support | A. Wilcox | 1 | -0/+4 | |