aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* solver: transitive dependency requiringTimo Teräs2012-02-221-12/+41
* solver: remove dependency merging; it's not worth itTimo Teräs2012-02-221-77/+4
* db, solver, io: scan cache items at startupTimo Teräs2012-02-228-154/+207
* solver: make apk_score a 64-bit int for speedTimo Teräs2012-02-211-9/+49
* solver: remove unneeded flagTimo Teräs2012-02-211-4/+1
* solver: implement backwards jumping and various other optimizationsTimo Teräs2012-02-213-151/+227
* solver: rewrite backtracking and scoring systemTimo Teräs2012-02-202-406/+695
* apk: fix some unharmful leaks reported by valgrindTimo Teräs2012-02-173-9/+19
* solver: get rid of saved score in backtrackingTimo Teräs2012-02-171-41/+57
* solver: convert some package state flags to bitfieldsTimo Teräs2012-02-161-11/+13
* solver: name's unlocked chosen is always next package getting lockedTimo Teräs2012-02-161-35/+28
* solver: rework internals a bitTimo Teräs2012-02-161-138/+190
* solver: fix allowed pinning calculationTimo Teräs2012-02-161-2/+2
* solver: record repository tag, and flags in solutionTimo Teräs2012-02-165-68/+113
* solver: remove an unneeded name state variableTimo Teräs2012-02-161-5/+0
* ver: handle pinned packages betterTimo Teräs2012-02-151-7/+36
* solver, db: repository pinning improvementsTimo Teräs2012-02-157-65/+91
* ver: by default show only upgradeable packagesTimo Teräs2012-02-141-0/+6
* audit: check dirent mode, uid and gid if requestedTimo Teräs2012-02-141-32/+71
* db: record file uid/gid/mode in installed dbTimo Teräs2012-02-143-5/+34
* db: allow directory to have sticky bit, and suid/sgid bits setTimo Teräs2012-02-101-1/+1
* db, fix: more secure way to choose effective directory permissionsTimo Teräs2012-02-103-11/+32
* db: fix directory permissions recalculationTimo Teräs2012-02-101-5/+8
* db: smarter handling of directory owner, group and modeTimo Teräs2012-02-102-16/+73
* print: minimum screen width of 50Timo Teräs2012-02-101-2/+3
* blob: fix base64 decoding after previous optimizationsTimo Teräs2012-02-101-1/+1
* blob: optimize spn and cspnTimo Teräs2012-02-084-12/+112
* db: increase hash sizesTimo Teräs2012-02-081-4/+4
* blob: optimize digit and base64 decodingTimo Teräs2012-02-081-41/+110
* apk-tools-2.2.5v2.2.5Timo Teräs2012-02-021-1/+1
* db: do not abort on bad repositoriesNatanael Copa2012-02-011-5/+0
* db: fix bug with --repositoryNatanael Copa2012-02-011-9/+9
* 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.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