Age | Commit message (Expand) | Author | Files | Lines |
2022-02-21 | solver: require package layer to be enabled for install | Timo Teräs | 2 | -3/+7 |
2022-02-21 | adb: add layer to pkginfo | Timo Teräs | 3 | -1/+4 |
2022-02-21 | db: sort world dependencies to layers | Timo Teräs | 5 | -7/+27 |
2022-02-21 | db: prepare database writing for layers | Timo Teräs | 1 | -135/+172 |
2022-02-21 | db: prepare database reading for layers | Timo Teräs | 4 | -25/+58 |
2022-02-14 | support new index format without attaching arch | Paul Spooren | 1 | -8/+20 |
2022-02-14 | fs_uvol: take down volume before removal | Daniel Golle | 1 | -0/+4 |
2022-02-13 | context: fix 'uvol' default path | Daniel Golle | 1 | -1/+1 |
2022-02-03 | database: fix apk_db_cache_active returning true when cache not configured | Ariadne Conill | 1 | -1/+1 |
2022-02-01 | mkpkg, adb: validate version and dependency format | Timo Teräs | 6 | -11/+26 |
2022-01-24 | fix typo on apk-add.8.scd | Thiago Perrotta | 1 | -1/+1 |
2022-01-21 | genhelp: fix upper case substition | Timo Teräs | 1 | -1/+1 |
2022-01-21 | cache: allow various flags, and addition of dependencies | Timo Teräs | 2 | -17/+67 |
2022-01-17 | package: fail on invalid control data | Timo Teräs | 2 | -11/+18 |
2022-01-13 | support building with uncompressed help databases | Ariadne Conill | 4 | -19/+41 |
2021-12-29 | package: factor out /dev initialization to linux-specific helper function | Ariadne Conill | 1 | -8/+20 |
2021-12-29 | database: refactor mounting and unmounting /proc | Ariadne Conill | 1 | -19/+44 |
2021-12-29 | database: relocate find_mountpoint() | Ariadne Conill | 1 | -29/+29 |
2021-12-29 | database: refactor cache remounting | Ariadne Conill | 1 | -5/+15 |
2021-12-29 | database: refactor tmpfs root detection and cache setup | Ariadne Conill | 1 | -39/+73 |
2021-12-29 | portability: add sys/sysmacros.h wrapper for makedev/major/minor | Ariadne Conill | 1 | -0/+9 |
2021-12-29 | portability: include environ in overlaid unistd.h | Ariadne Conill | 1 | -0/+5 |
2021-12-29 | portability: implement pipe2 and mknodat | Ariadne Conill | 5 | -0/+64 |
2021-12-29 | ci: use meson on debian, not legacy build system | Ariadne Conill | 1 | -4/+5 |
2021-12-29 | portability: take over strlcpy | Ariadne Conill | 5 | -17/+18 |
2021-12-29 | io: use opendirectory for UID/GID lookups on macOS | Ariadne Conill | 1 | -2/+8 |
2021-12-29 | abstract differences between GNU and Apple xattr functions | Ariadne Conill | 3 | -5/+35 |
2021-12-29 | database: isolate linux-specific mountpoint headers | Ariadne Conill | 1 | -5/+8 |
2021-12-29 | legacy build system: include libportability headers | Ariadne Conill | 1 | -1/+1 |
2021-12-29 | portability: add endian.h wrapper | Ariadne Conill | 1 | -0/+61 |
2021-12-29 | portability: implement skeleton with memrchr function | Ariadne Conill | 5 | -1/+60 |
2021-12-29 | apk_adb: add missing compare functions | Timo Teräs | 1 | -0/+2 |
2021-12-29 | database: use SA_RESETHAND instead of SA_ONESHOT when registering a SIGALRM h... | Ariadne Conill | 1 | -1/+1 |
2021-12-29 | gitignore: add build/ | Paul Spooren | 1 | -0/+1 |
2021-12-29 | use fstatat, not fstatat64 | Ariadne Conill | 2 | -5/+5 |
2021-12-29 | meson: define _FILE_OFFSET_BITS=64 for glibc | Ariadne Conill | 1 | -0/+3 |
2021-12-29 | apk: add --preserve-env option | Paul Spooren | 4 | -2/+10 |
2021-12-29 | apk: add --force-no-chroot option | Paul Spooren | 2 | -0/+9 |
2021-12-27 | make stderr line buffered | Timo Teräs | 1 | -0/+2 |
2021-12-27 | print: improve indented printing api | Timo Teräs | 4 | -42/+68 |
2021-12-27 | list: sort options alphabetically | Timo Teräs | 2 | -20/+20 |
2021-12-27 | list --manifest | Paul Spooren | 2 | -1/+18 |
2021-12-27 | io: fix tee error handling path | Timo Teräs | 1 | -3/+6 |
2021-12-23 | add option --no-logfile | Daniel Golle | 3 | -1/+6 |
2021-12-20 | io.c: add missing limits.h | Paul Spooren | 1 | -0/+1 |
2021-12-18 | ci: strip static binary | Kevin Daudt | 1 | -1/+1 |
2021-12-18 | ci: use arch-tagged images for static build | Kevin Daudt | 1 | -1/+1 |
2021-12-17 | libfetch: Allow special characters in http basic auth | Jan Hendrik Farr | 1 | -14/+62 |
2021-12-14 | adb: use sys/uio.h for iovec operations | Ariadne Conill | 1 | -0/+1 |
2021-12-14 | applet: suppress is_error warning on clang | Ariadne Conill | 1 | -2/+3 |