aboutsummaryrefslogtreecommitdiffstats
path: root/src/commit.c
Commit message (Expand)AuthorAgeFilesLines
* commit: proper singular/plural for 'error(s)' in commit messageTimo Teräs2017-08-231-1/+2
* use labs istead of abs with long argumentDmitry Golovin2017-08-231-1/+1
* commit: include limits.h for PATH_MAXNatanael Copa2017-03-061-0/+1
* commit: fix to work if commit_hook.d directory does not existTimo Teräs2017-02-271-2/+2
* commit: log parameter passed to a hook scriptHenrik Riomar2017-02-161-1/+1
* add support for pre and post commit hooksHenrik Riomar2017-02-151-1/+38
* upgrade: improve self upgrade functionality a bitTimo Teräs2016-07-221-1/+1
* commit: self-conflict error and satisfies printingTimo Teräs2015-12-101-5/+13
* commit: return failure if there are any errorsNatanael Copa2015-04-071-1/+1
* db: rework directory permission handlingTimo Teräs2014-10-071-0/+1
* solver: fix installation of non-repository packages during tmpfs bootTimo Teräs2014-05-191-0/+3
* commit: fix segfaultNatanael Copa2013-08-051-1/+1
* commit: don't ask questions if simulatingTimo Teräs2013-08-031-9/+9
* commit: fix another re-installing misspelling to reinstallingTimo Teräs2013-06-211-1/+1
* commit: fix ssize_t printingTimo Teräs2013-06-201-4/+5
* commit, db: make file conflicts and script errors non-fatalTimo Teräs2013-06-201-19/+33
* solver: fix package deletion to consier provides properlyTimo Teräs2013-06-191-3/+2
* all: few behavioural regression fixesTimo Teräs2013-06-191-1/+1
* print: move progress bar update logic to apk_print_progressNatanael Copa2013-06-191-14/+5
* upgrade: new option: --latest (-l)Timo Teräs2013-06-191-6/+11
* errors: fix a test case, and misanalysis of certain namesTimo Teräs2013-06-181-0/+2
* db: store repository tag names including leading @Timo Teräs2013-06-181-17/+10
* errors: improve analysis for virtual packagesTimo Teräs2013-06-181-11/+24
* all: various conversions to foreach_array_item, and simplifications of codeTimo Teräs2013-06-181-15/+9
* io: get rid of APK_PROGRESS_SCALETimo Teräs2013-06-171-5/+3
* cache: implement progress bar (ref #1170)Timo Teräs2013-06-171-3/+4
* print: move progress printing to common functionsTimo Teräs2013-06-171-34/+4
* errors: detect self-conflicts properlyTimo Teräs2013-06-141-4/+6
* solver, errors: fix few additional test cases and clean upsTimo Teräs2013-06-131-2/+2
* pkg: add global reverse dependency iterator helpers and use themTimo Teräs2013-06-131-58/+10
* errors: rewrite the logic how errors are reportedTimo Teräs2013-06-131-102/+255
* solver: prune broken world dependencies with --forceTimo Teräs2013-06-131-9/+3
* solver: rewrite as deductive solver -- pinning supportTimo Teräs2013-06-131-1/+1
* solver: rewrite as deductive solver -- per name flagsTimo Teräs2013-06-131-7/+12
* solver: rewrite as deductive solver -- core featuresTimo Teräs2013-06-131-0/+547