Age | Commit message (Expand) | Author | Files | Lines |
2011-11-23 | solver: fix error detection for certain unsatisfiability cases | Timo Teräs | 1 | -2/+46 |
2011-11-01 | apk-tools-2.2.1v2.2.1 | Timo Teräs | 1 | -1/+1 |
2011-11-01 | solver: fix zero score comparison | Timo Teräs | 1 | -1/+1 |
2011-11-01 | apk-tools-2.2.0v2.2.0 | Timo Teräs | 1 | -1/+1 |
2011-11-01 | solver: return changeset even for partial solutions | Timo Teräs | 1 | -12/+8 |
2011-11-01 | solver: consider world dependencies to determining exit score | Timo Teräs | 1 | -2/+4 |
2011-10-31 | cache: fix download | Timo Teräs | 1 | -1/+1 |
2011-10-31 | apk-tools-2.2.0_rc1v2.2.0_rc1 | Timo Teräs | 1 | -1/+1 |
2011-10-31 | solver: misc fixes | Timo Teräs | 1 | -9/+22 |
2011-10-29 | solver: fix indentation of package lists (in interactive mode) | Timo Teräs | 1 | -1/+1 |
2011-10-29 | solver, db: implement repository pinning | Timo Teräs | 17 | -54/+182 |
2011-10-24 | solver, pkg: implement versioned conflicts | Timo Teräs | 8 | -20/+44 |
2011-10-20 | lua: adapt to new API | Natanael Copa | 1 | -3/+4 |
2011-10-19 | apk-tools-2.2.0_pre1v2.2.0_pre1 | Timo Teräs | 1 | -1/+1 |
2011-10-19 | pkg: convert struct apk_install_package flags to bitfield | Timo Teräs | 2 | -5/+3 |
2011-10-19 | pkg: introduce "replaces_priority" | Timo Teräs | 3 | -11/+32 |
2011-10-18 | pkg, info: remember installed packages "replaces" | Timo Teräs | 6 | -59/+119 |
2011-10-14 | solver: preference scoring | Timo Teräs | 6 | -85/+120 |
2011-09-28 | solver: return error code if things fail during package install | Timo Teräs | 1 | -2/+1 |
2011-09-28 | solver: evaluate penalty of unsatisfiable name early | Timo Teräs | 1 | -4/+16 |
2011-09-27 | pkg: fix dependency checking against non-installed packages | Timo Teräs | 1 | -0/+5 |
2011-09-22 | solver: fix backtracking | Timo Teräs | 1 | -32/+33 |
2011-09-20 | all: fix array size data type on 64 bit | Natanael Copa | 2 | -4/+4 |
2011-09-16 | solver: inheritable solver flags | Timo Teräs | 5 | -31/+126 |
2011-09-16 | fetch: reimplement -R after solver changes | Timo Teräs | 1 | -17/+11 |
2011-09-16 | build: fix make install of shared lib and lua module | Natanael Copa | 1 | -2/+2 |
2011-09-15 | lua: implement iterator with installed packages | Natanael Copa | 1 | -5/+43 |
2011-09-15 | lua: implement exists/is_installed | Natanael Copa | 1 | -0/+33 |
2011-09-15 | lua: init fixes | Natanael Copa | 1 | -0/+3 |
2011-09-15 | lua: implement who_owns | Natanael Copa | 1 | -0/+41 |
2011-09-15 | lua: open and close db | Natanael Copa | 1 | -2/+50 |
2011-09-15 | lua: initial db_open | Natanael Copa | 1 | -1/+75 |
2011-09-15 | solver: fix sorting when solver is used multiple times within run | Timo Teräs | 1 | -1/+2 |
2011-09-14 | lua: remove unneeded global vars | Natanael Copa | 1 | -4/+0 |
2011-09-14 | build: tell git to ignore config.mk | Natanael Copa | 1 | -0/+1 |
2011-09-14 | build: support building lua module without shared libapk | Natanael Copa | 1 | -3/+4 |
2011-09-14 | lua: typecast apk blob len | Natanael Copa | 1 | -6/+13 |
2011-09-14 | solver: make state pointers completely internal | Timo Teräs | 5 | -41/+32 |
2011-09-14 | apk: remove unneeded global apk_screen_width | Timo Teräs | 1 | -1/+0 |
2011-09-14 | search: implement --exact and --all | Timo Teräs | 1 | -53/+76 |
2011-09-14 | search: implement --origin to print origin package name | Timo Teräs | 1 | -17/+32 |
2011-09-14 | solver, db: run triggers in dependency order | Timo Teräs | 6 | -15/+60 |
2011-09-14 | upgrade: --no-self-upgrade option | Timo Teräs | 2 | -6/+18 |
2011-09-14 | upgrade: reimplement self-upgrade (after solver merge) | Timo Teräs | 3 | -17/+42 |
2011-09-13 | all: update copyright year statement | Timo Teräs | 40 | -40/+40 |
2011-09-13 | solver: add per-name specific flags, and fix the fix applet | Timo Teräs | 5 | -48/+51 |
2011-09-09 | upgrade: fix context allocation | Timo Teräs | 1 | -0/+1 |
2011-09-09 | pkg: consider script failure as non-fatal | Timo Teräs | 1 | -2/+6 |
2011-09-09 | print: minor cleanup to indented writer | Timo Teräs | 5 | -20/+18 |
2011-09-09 | del: fix recursive deletion and messages (after solver merge) | Timo Teräs | 3 | -22/+158 |