Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-22 | db: always have writable directories with --no-chown | Daniel Kolesa | 1 | -0/+4 | |
The --no-chown flag is most useful when running apk as a regular user, in which case we want to make sure that there are no issues regarding permissions. Fixes https://gitlab.alpinelinux.org/alpine/apk-tools/-/issues/10854 | |||||
2022-08-17 | db: fix change detection for symlinks | Timo Teräs | 1 | -13/+7 | |
apk_fileinfo_get() special cases symlink digest calculation. Convert apk_fsdir_ops.file_digest to .file_info to fix symlink change detection. fixes #10853 | |||||
2022-02-22 | db, uvol: commit regular files before uvol volumes | Timo Teräs | 1 | -0/+1 | |
add priority to order fsdir commit sequence | |||||
2022-02-21 | fs_fsys: ignore mkdir EEXIST | Timo Teräs | 1 | -1/+2 | |
Be happy if the directory already exists. | |||||
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 |