Age | Commit message (Expand) | Author | Files | Lines |
2023-03-23 | db, dot, fetch, info, list, search: support --from=FROMSPEC | Timo Teräs | 1 | -2/+3 |
2023-03-06 | db, info: sort installed package based data by package name | Timo Teräs | 1 | -9/+32 |
2023-03-06 | db: case insensitive searches | Timo Teräs | 1 | -1/+1 |
2023-03-06 | db, apps: sort packages by pkgname and pkgver | Timo Teräs | 1 | -17/+121 |
2023-03-06 | db, apps: sort display results based on package names | Timo Teräs | 1 | -37/+110 |
2023-02-16 | io: reset idcache for new passwd/group (and have a root fallback) | Daniel Kolesa | 1 | -1/+12 |
2023-01-31 | cache: fix handling of explict cache at static cache location | Timo Teräs | 1 | -3/+11 |
2023-01-31 | cache: fix 'clean' to prune static cache always | Timo Teräs | 1 | -5/+11 |
2022-12-28 | db: handle repository index update/opening errors more consistently | Timo Teräs | 1 | -25/+32 |
2022-12-22 | db: always have writable directories with --no-chown | Daniel Kolesa | 1 | -3/+15 |
2022-12-20 | db: simplify reverse name list creation | Timo Teräs | 1 | -12/+12 |
2022-08-17 | db: fix change detection for symlinks | Timo Teräs | 1 | -12/+16 |
2022-04-05 | io: move make_dirs as apk_make_dirs and use it | Timo Teräs | 1 | -12/+3 |
2022-04-05 | db: fix atfd for access repository index | Timo Teräs | 1 | -2/+3 |
2022-03-30 | keep APK_DEFAULT_ARCH as the define used in source code | Ariadne Conill | 1 | -1/+1 |
2022-03-30 | use arch_prefix for this feature instead | Ariadne Conill | 1 | -1/+1 |
2022-03-30 | use APK_DEFAULT_ABI_TAG everywhere APK_DEFAULT_ARCH was previously used | Ariadne Conill | 1 | -1/+1 |
2022-03-29 | db: make --no-cache disable the cache completelytt-no-cache | Timo Teräs | 1 | -4/+11 |
2022-03-06 | db: fix APK_OPENF_NO_STATE check | Daniel Kolesa | 1 | -1/+1 |
2022-03-06 | db: honor APK_OPENF_NO_STATE again | Timo Teräs | 1 | -8/+10 |
2022-02-22 | db, uvol: commit regular files before uvol volumes | Timo Teräs | 1 | -4/+19 |
2022-02-22 | db: fix apkindex path generation | Timo Teräs | 1 | -1/+1 |
2022-02-21 | db: sort world dependencies to layers | Timo Teräs | 1 | -4/+9 |
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 | 1 | -21/+49 |
2022-02-14 | support new index format without attaching arch | Paul Spooren | 1 | -8/+20 |
2022-02-03 | database: fix apk_db_cache_active returning true when cache not configured | Ariadne Conill | 1 | -1/+1 |
2022-01-17 | package: fail on invalid control data | Timo Teräs | 1 | -2/+7 |
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 | database: isolate linux-specific mountpoint headers | Ariadne Conill | 1 | -5/+8 |
2021-12-29 | database: use SA_RESETHAND instead of SA_ONESHOT when registering a SIGALRM h... | Ariadne Conill | 1 | -1/+1 |
2021-12-29 | use fstatat, not fstatat64 | Ariadne Conill | 1 | -3/+3 |
2021-12-29 | apk: add --preserve-env option | Paul Spooren | 1 | -2/+2 |
2021-12-14 | everywhere: use stdlib.h for malloc(3) definition, not GNU-specific malloc.h | Ariadne Conill | 1 | -1/+0 |
2021-12-03 | db: convert v3 scripts to ipkg on install | Timo Teräs | 1 | -1/+18 |
2021-11-22 | db: synthesize symlink hashes for v3 packages | Timo Teräs | 1 | -11/+17 |
2021-11-22 | db: fix regression in creating .apk-new files | Timo Teräs | 1 | -3/+3 |
2021-11-15 | db: lazy create directories with --initdb | Timo Teräs | 1 | -87/+51 |
2021-11-15 | fix fetching of depdencies only packages | Timo Teräs | 1 | -14/+9 |
2021-11-09 | database: support loading v3 indexes | Timo Teräs | 1 | -0/+25 |
2021-11-09 | database: implement uvol support | Timo Teräs | 1 | -134/+74 |
2021-11-03 | db: purge temporary files without explicit modification check | Timo Teräs | 1 | -1/+2 |
2021-11-03 | extract: move uvol extraction code to extract | Timo Teräs | 1 | -2/+3 |
2021-11-03 | db, extract: handle waitpid returning EINTR | Timo Teräs | 1 | -1/+1 |
2021-11-03 | db, audit: support sha256-160 hashes for v3 pkg compat | Timo Teräs | 1 | -5/+12 |
2021-10-27 | db, add: support adding v3 package files | Timo Teräs | 1 | -1/+39 |
2021-08-23 | remove IS_ERR_OR_NULL | Timo Teräs | 1 | -4/+4 |