Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-12-14 | everywhere: only do xattr on linux, use fstatfs on non-linux instead of ↵ | Ariadne Conill | 1 | -0/+8 | |
fstatfs64 | |||||
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 |