summaryrefslogtreecommitdiff
path: root/src/commit.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-11db, apps: sort display results based on package namesTimo Teräs1-1/+1
2023-03-03print: improve indented printing api2.12-stableTimo Teräs1-17/+12
2023-02-14commit: sort package lists displayed before commitTimo Teräs1-13/+27
2022-12-22commit: consider also provides_priority for error analysisTimo Teräs1-1/+2
2022-12-20solver, commit: handle install_if via provided names correctlyTimo Teräs1-21/+59
2022-12-20apk: improve interactive mode handlingTimo Teräs1-1/+1
2022-12-20commit: correctly analyze virtual provides induced errorsTimo Teräs1-15/+51
2022-02-24solver: do not auto select virtual-only package with one providerTimo Teräs1-0/+4
2021-12-14commit: print download size of packages in interactive modeTimo Teräs1-3/+12
2021-12-14fix fetching of depdencies only packagesTimo Teräs1-1/+1
2020-10-07various changes to make clang not give warningsTimo Teräs1-0/+2
2020-10-03commit: rephrase the error messages more understandableTimo Teräs1-2/+2
2020-05-19make the atom functions not use global stateTimo Teräs1-2/+2
2020-05-07use SPDX-License-Identifier in source filesTBK1-3/+1
2020-01-05commit: make use of the apk_get_human_unit functionSören Tempel1-11/+8
2018-11-02don't report virtual packages as maskedTimo Teräs1-1/+1
2018-11-02inhibit printing same 'required by' dependency multiple timesTimo Teräs1-0/+5
2018-09-10rework unpacking of packages and harden package file format requirementsTimo Teräs1-2/+2
2018-01-03split --force to several --force-[type] optionsTimo Teräs1-2/+4
2018-01-03add new flag --no-commit-hooksHenrik Riomar1-0/+4
2018-01-02commit: properly analyze packages with provides="$pkgname"Timo Teräs1-1/+2
2017-08-23commit: proper singular/plural for 'error(s)' in commit messageTimo Teräs1-1/+2
2017-08-23use labs istead of abs with long argumentDmitry Golovin1-1/+1
2017-03-06commit: include limits.h for PATH_MAXNatanael Copa1-0/+1
2017-02-27commit: fix to work if commit_hook.d directory does not existTimo Teräs1-2/+2
2017-02-16commit: log parameter passed to a hook scriptHenrik Riomar1-1/+1
2017-02-15add support for pre and post commit hooksHenrik Riomar1-1/+38
2016-07-22upgrade: improve self upgrade functionality a bitTimo Teräs1-1/+1
2015-12-10commit: self-conflict error and satisfies printingTimo Teräs1-5/+13
2015-04-07commit: return failure if there are any errorsNatanael Copa1-1/+1
2014-10-07db: rework directory permission handlingTimo Teräs1-0/+1
2014-05-19solver: fix installation of non-repository packages during tmpfs bootTimo Teräs1-0/+3
2013-08-05commit: fix segfaultNatanael Copa1-1/+1
2013-08-03commit: don't ask questions if simulatingTimo Teräs1-9/+9
2013-06-21commit: fix another re-installing misspelling to reinstallingTimo Teräs1-1/+1
2013-06-20commit: fix ssize_t printingTimo Teräs1-4/+5
2013-06-20commit, db: make file conflicts and script errors non-fatalTimo Teräs1-19/+33
2013-06-19solver: fix package deletion to consier provides properlyTimo Teräs1-3/+2
2013-06-19all: few behavioural regression fixesTimo Teräs1-1/+1
2013-06-19print: move progress bar update logic to apk_print_progressNatanael Copa1-14/+5
2013-06-19upgrade: new option: --latest (-l)Timo Teräs1-6/+11
2013-06-18errors: fix a test case, and misanalysis of certain namesTimo Teräs1-0/+2
2013-06-18db: store repository tag names including leading @Timo Teräs1-17/+10
2013-06-18errors: improve analysis for virtual packagesTimo Teräs1-11/+24
2013-06-18all: various conversions to foreach_array_item, and simplifications of codeTimo Teräs1-15/+9
2013-06-17io: get rid of APK_PROGRESS_SCALETimo Teräs1-5/+3
2013-06-17cache: implement progress bar (ref #1170)Timo Teräs1-3/+4
2013-06-17print: move progress printing to common functionsTimo Teräs1-34/+4
2013-06-14errors: detect self-conflicts properlyTimo Teräs1-4/+6
2013-06-13solver, errors: fix few additional test cases and clean upsTimo Teräs1-2/+2