Age | Commit message (Expand) | Author | Files | Lines |
2023-04-02 | mkpkg: generalize --info to allow setting also package fieldsmkpkg-info-generalization | Timo Teräs | 1 | -31/+79 |
2023-03-23 | db, dot, fetch, info, list, search: support --from=FROMSPEC | Timo Teräs | 10 | -9/+60 |
2023-03-21 | fetch: improve --link handling | Timo Teräs | 1 | -7/+7 |
2023-03-21 | fetch: implement --built-after | Timo Teräs | 2 | -0/+27 |
2023-03-06 | db, info: sort installed package based data by package name | Timo Teräs | 4 | -12/+42 |
2023-03-06 | db: case insensitive searches | Timo Teräs | 3 | -4/+4 |
2023-03-06 | db, apps: sort packages by pkgname and pkgver | Timo Teräs | 11 | -60/+194 |
2023-03-06 | search: always use apk_db_foreach_sorted_name and fnmatch | Timo Teräs | 1 | -12/+9 |
2023-03-06 | dot: use apk_db_foreach_matching_name | Timo Teräs | 1 | -15/+9 |
2023-03-06 | index: report unsatisfied dependency warnings in sorted indented list | Timo Teräs | 1 | -11/+12 |
2023-03-06 | db, apps: sort display results based on package names | Timo Teräs | 14 | -99/+189 |
2023-03-03 | doc: describe apk2 and apk3 file formats | Elly Fong-Jones | 4 | -0/+207 |
2023-02-28 | version: fix leading zero stripping | Timo Teräs | 3 | -6/+12 |
2023-02-16 | io: reset idcache for new passwd/group (and have a root fallback) | Daniel Kolesa | 2 | -5/+24 |
2023-02-14 | commit: sort package lists displayed before commit | Timo Teräs | 1 | -7/+24 |
2023-01-31 | cache: fix handling of explict cache at static cache location | Timo Teräs | 1 | -3/+11 |
2023-01-31 | cache: improve and document purging | Timo Teräs | 3 | -8/+21 |
2023-01-31 | cache: fix 'clean' to prune static cache always | Timo Teräs | 3 | -21/+29 |
2023-01-29 | expand on the README file a little | Ariadne Conill | 1 | -2/+21 |
2023-01-17 | apk_defines: use unsigned operand in BIT | Daniel Kolesa | 1 | -1/+1 |
2023-01-08 | doc: fix typo in apk-world(5) | Jakub Jirutka | 1 | -1/+1 |
2022-12-28 | cache, upgrade: do not continue if repositories have issues | Timo Teräs | 3 | -2/+17 |
2022-12-28 | db: handle repository index update/opening errors more consistently | Timo Teräs | 3 | -31/+43 |
2022-12-25 | solver: prioritize user specified action on mentioned packages | Timo Teräs | 6 | -0/+62 |
2022-12-23 | defines: fix UB in get_unaligned32 | Daniel Kolesa | 1 | -1/+1 |
2022-12-22 | db: always have writable directories with --no-chown | Daniel Kolesa | 2 | -3/+19 |
2022-12-22 | apk: ignore SIGINT after applet is executed | Timo Teräs | 1 | -0/+1 |
2022-12-22 | apk: remove empty arguments | Timo Teräs | 1 | -0/+11 |
2022-12-22 | solver: move install if discovery after all dependencies are done | Timo Teräs | 1 | -7/+10 |
2022-12-22 | commit: consider also provides_priority for error analysis | Timo Teräs | 1 | -1/+2 |
2022-12-21 | solver: fix install_if via provides only | Timo Teräs | 3 | -2/+51 |
2022-12-21 | pkg: increase index entry buffer size | Timo Teräs | 1 | -1/+1 |
2022-12-21 | io: fix fdo_write direct write path return value and index writing | Timo Teräs | 2 | -5/+4 |
2022-12-20 | apk, fetch: implement --no-check-certificate | Timo Teräs | 4 | -2/+20 |
2022-12-20 | build: remove -Werror | Timo Teräs | 1 | -1/+1 |
2022-12-20 | solver: fix queue resolving order | Timo Teräs | 1 | -3/+3 |
2022-12-20 | solver, commit: handle install_if via provided names correctly | Timo Teräs | 2 | -43/+95 |
2022-12-20 | db: simplify reverse name list creation | Timo Teräs | 1 | -12/+12 |
2022-12-20 | apk: improve interactive mode handling | Timo Teräs | 3 | -1/+10 |
2022-12-20 | commit: correctly analyze virtual provides induced errors | Timo Teräs | 4 | -15/+83 |
2022-08-17 | db: fix change detection for symlinks | Timo Teräs | 4 | -30/+28 |
2022-08-15 | Correct a typo in Make.rules | Felix Yan | 1 | -1/+1 |
2022-05-04 | fetch: implement --world | Timo Teräs | 2 | -7/+24 |
2022-05-04 | add: allow specifying a version for --virtual package | Timo Teräs | 2 | -19/+34 |
2022-04-11 | portability: check for qsort_r which does not match POSIX-next definition | Ariadne Conill | 2 | -0/+40 |
2022-04-05 | io: move make_dirs as apk_make_dirs and use it | Timo Teräs | 5 | -31/+22 |
2022-04-05 | db: fix atfd for access repository index | Timo Teräs | 1 | -2/+3 |
2022-04-04 | mkpkg: use correct script counter when writing scripts to adb | Daniel Kolesa | 1 | -1/+1 |
2022-03-31 | package: respect version fuzziness when creating dep from adb | Daniel Kolesa | 1 | -0/+1 |
2022-03-30 | keep APK_DEFAULT_ARCH as the define used in source code | Ariadne Conill | 4 | -26/+26 |