aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* apk-tools-2.2.4v2.2.4Timo Teräs2012-02-011-1/+1
* pkg, db: fix signature checking for files without control partTimo Teräs2012-01-313-28/+48
* solver: fix regression from "calculate branch minimum penalty early"Timo Teräs2012-01-202-9/+22
* lua: fix compile errorTimo Teräs2012-01-171-1/+1
* apk-tools-2.2.3v2.2.3Timo Teräs2012-01-171-1/+1
* solver, upgrade: properly detect missing repository tagsTimo Teräs2012-01-175-25/+32
* upgrade: make -a reset versioned dependencies like it used toTimo Teräs2012-01-171-2/+21
* solver: fix change ordering of removed pages in relation to installedTimo Teräs2012-01-171-5/+6
* solver: calculate branch minimum penalty earlyTimo Teräs2012-01-172-56/+99
* db: print dependencies referring to missing tags instead of tagsTimo Teräs2012-01-171-6/+11
* db: fix loading of world after previous commitsTimo Teräs2012-01-161-3/+3
* add: make repository tag pinning strongerTimo Teräs2012-01-133-9/+21
* db: support line feed as 'world' dependency separatorTimo Teräs2012-01-128-57/+70
* solver: print repository tag when committing package changesTimo Teräs2012-01-123-9/+34
* db, solver: refuse committing changes if there is missing tagsTimo Teräs2012-01-123-1/+20
* add: fail if repository tag does not existTimo Teräs2012-01-121-1/+9
* pkg: fix writing of deps with tag and version specifierTimo Teräs2012-01-061-4/+4
* add: print an error about malformed argumentsTimo Teräs2012-01-061-1/+4
* info: display short info if packages are givenNatanael Copa2012-01-061-0/+10
* test: fix printf of size_t for 64 bitNatanael Copa2012-01-061-1/+1
* db: properly detect when pkg install trigger needs executingTimo Teräs2012-01-061-1/+1
* common: fix apk_array copying, and additional size_t fixesTimo Teräs2012-01-062-2/+5
* apk-tools-2.2.2v2.2.2Timo Teräs2011-12-271-1/+1
* solver: report number of (mega)bytes usedTimo Teräs2011-12-274-18/+31
* update: report number of distinct packages availableTimo Teräs2011-12-271-0/+3
* info: -e and -W operate on database only (repos not needed)Timo Teräs2011-12-241-0/+2
* solver: fix error detection for certain unsatisfiability casesTimo Teräs2011-11-231-2/+46
* apk-tools-2.2.1v2.2.1Timo Teräs2011-11-011-1/+1
* solver: fix zero score comparisonTimo Teräs2011-11-011-1/+1
* apk-tools-2.2.0v2.2.0Timo Teräs2011-11-011-1/+1
* solver: return changeset even for partial solutionsTimo Teräs2011-11-011-12/+8
* solver: consider world dependencies to determining exit scoreTimo Teräs2011-11-011-2/+4
* cache: fix downloadTimo Teräs2011-10-311-1/+1
* apk-tools-2.2.0_rc1v2.2.0_rc1Timo Teräs2011-10-311-1/+1
* solver: misc fixesTimo Teräs2011-10-311-9/+22
* solver: fix indentation of package lists (in interactive mode)Timo Teräs2011-10-291-1/+1
* solver, db: implement repository pinningTimo Teräs2011-10-2917-54/+182
* solver, pkg: implement versioned conflictsTimo Teräs2011-10-248-20/+44
* lua: adapt to new APINatanael Copa2011-10-201-3/+4
* apk-tools-2.2.0_pre1v2.2.0_pre1Timo Teräs2011-10-191-1/+1
* pkg: convert struct apk_install_package flags to bitfieldTimo Teräs2011-10-192-5/+3
* pkg: introduce "replaces_priority"Timo Teräs2011-10-193-11/+32
* pkg, info: remember installed packages "replaces"Timo Teräs2011-10-186-59/+119
* solver: preference scoringTimo Teräs2011-10-146-85/+120
* solver: return error code if things fail during package installTimo Teräs2011-09-281-2/+1
* solver: evaluate penalty of unsatisfiable name earlyTimo Teräs2011-09-281-4/+16
* pkg: fix dependency checking against non-installed packagesTimo Teräs2011-09-271-0/+5
* solver: fix backtrackingTimo Teräs2011-09-221-32/+33
* all: fix array size data type on 64 bitNatanael Copa2011-09-202-4/+4
* solver: inheritable solver flagsTimo Teräs2011-09-165-31/+126