Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-12-29 | abstract differences between GNU and Apple xattr functions | Ariadne Conill | 1 | -2/+2 | |
2021-12-02 | extract: fix uvol to not be called for uvol directory | Timo Teräs | 1 | -2/+8 | |
2021-11-15 | fs_fsys: fix extraction of symlinks | Timo Teräs | 1 | -6/+8 | |
Symlinks should use the real target filename instead of the temporary extraction name. | |||||
2021-11-09 | optimize apk_pathbuilder_pop to get the old length | Timo Teräs | 1 | -5/+6 | |
avoids memrchr | |||||
2021-11-09 | database: implement uvol support | Timo Teräs | 1 | -0/+316 | |
by adding an abstraction layer to the file system |