summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-31cache: fix downloadTimo Teräs1-1/+1
2011-10-31apk-tools-2.2.0_rc1v2.2.0_rc1Timo Teräs1-1/+1
2011-10-31solver: misc fixesTimo Teräs1-9/+22
2011-10-29solver: fix indentation of package lists (in interactive mode)Timo Teräs1-1/+1
2011-10-29solver, db: implement repository pinningTimo Teräs17-54/+182
2011-10-24solver, pkg: implement versioned conflictsTimo Teräs8-20/+44
2011-10-20lua: adapt to new APINatanael Copa1-3/+4
2011-10-19apk-tools-2.2.0_pre1v2.2.0_pre1Timo Teräs1-1/+1
2011-10-19pkg: convert struct apk_install_package flags to bitfieldTimo Teräs2-5/+3
2011-10-19pkg: introduce "replaces_priority"Timo Teräs3-11/+32
2011-10-18pkg, info: remember installed packages "replaces"Timo Teräs6-59/+119
2011-10-14solver: preference scoringTimo Teräs6-85/+120
2011-09-28solver: return error code if things fail during package installTimo Teräs1-2/+1
2011-09-28solver: evaluate penalty of unsatisfiable name earlyTimo Teräs1-4/+16
2011-09-27pkg: fix dependency checking against non-installed packagesTimo Teräs1-0/+5
2011-09-22solver: fix backtrackingTimo Teräs1-32/+33
2011-09-20all: fix array size data type on 64 bitNatanael Copa2-4/+4
2011-09-16solver: inheritable solver flagsTimo Teräs5-31/+126
2011-09-16fetch: reimplement -R after solver changesTimo Teräs1-17/+11
2011-09-16build: fix make install of shared lib and lua moduleNatanael Copa1-2/+2
2011-09-15lua: implement iterator with installed packagesNatanael Copa1-5/+43
2011-09-15lua: implement exists/is_installedNatanael Copa1-0/+33
2011-09-15lua: init fixesNatanael Copa1-0/+3
2011-09-15lua: implement who_ownsNatanael Copa1-0/+41
2011-09-15lua: open and close dbNatanael Copa1-2/+50
2011-09-15lua: initial db_openNatanael Copa1-1/+75
2011-09-15solver: fix sorting when solver is used multiple times within runTimo Teräs1-1/+2
2011-09-14lua: remove unneeded global varsNatanael Copa1-4/+0
2011-09-14build: tell git to ignore config.mkNatanael Copa1-0/+1
2011-09-14build: support building lua module without shared libapkNatanael Copa1-3/+4
2011-09-14lua: typecast apk blob lenNatanael Copa1-6/+13
2011-09-14solver: make state pointers completely internalTimo Teräs5-41/+32
2011-09-14apk: remove unneeded global apk_screen_widthTimo Teräs1-1/+0
2011-09-14search: implement --exact and --allTimo Teräs1-53/+76
2011-09-14search: implement --origin to print origin package nameTimo Teräs1-17/+32
2011-09-14solver, db: run triggers in dependency orderTimo Teräs6-15/+60
2011-09-14upgrade: --no-self-upgrade optionTimo Teräs2-6/+18
2011-09-14upgrade: reimplement self-upgrade (after solver merge)Timo Teräs3-17/+42
2011-09-13all: update copyright year statementTimo Teräs40-40/+40
2011-09-13solver: add per-name specific flags, and fix the fix appletTimo Teräs5-48/+51
2011-09-09upgrade: fix context allocationTimo Teräs1-0/+1
2011-09-09pkg: consider script failure as non-fatalTimo Teräs1-2/+6
2011-09-09print: minor cleanup to indented writerTimo Teräs5-20/+18
2011-09-09del: fix recursive deletion and messages (after solver merge)Timo Teräs3-22/+158
2011-09-09test: fix for updated solver apiTimo Teräs1-20/+14
2011-09-09applets: start using solver codeTimo Teräs19-1353/+533
2011-09-05solver: report 'complete' solutions with errorsTimo Teräs5-38/+31
2011-08-18solver: reintroduce install_if supportTimo Teräs15-58/+265
2011-08-05solver: move topology sorting to solver codeTimo Teräs6-105/+104
2011-08-01solver: generate proper error messagesTimo Teräs25-209/+304