aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* solver: rewrite as deductive solver -- pinning supportTimo Teräs2013-06-133-29/+140
* solver: rewrite as deductive solver -- per name flagsTimo Teräs2013-06-133-17/+40
* solver: rewrite as deductive solver -- core featuresTimo Teräs2013-06-1314-1913/+1057
* lua: support for lua 5.2Natanael Copa2013-06-131-15/+32
* Revert "Revert "solver: increase score fields to 32-bits (from 16-bits)""William Pitcock2013-06-122-39/+31
* libapk, apk(8): fix header inclusion issues with musl's headersWilliam Pitcock2013-06-126-1/+6
* Revert "solver: increase score fields to 32-bits (from 16-bits)"root2013-06-112-31/+39
* index: add sensible error message if metadata is too longTimo Teräs2013-05-303-26/+34
* db: unify handling of special packagesTimo Teräs2013-05-308-76/+69
* db, info: allow packages to install files/symlinks to rootTimo Teräs2013-05-293-21/+44
* db: make dev/null a character device with --initdbTimo Teräs2013-05-291-1/+1
* solver: increase score fields to 32-bits (from 16-bits)Timo Teräs2013-04-292-39/+31
* upgrade: handle solver failure gracefullyTimo Teräs2013-04-291-1/+1
* apk_hash.h: include stddef.hPierre Carrier2013-04-181-0/+1
* *.c: malloc.h->stdlib.hPierre Carrier2013-04-182-2/+2
* solver: remove backjumping by nameTimo Teräs2013-01-282-29/+3
* solver: reintroduce minimum penalty logicTimo Teräs2013-01-282-49/+78
* solver: do not backtrack over "exclude none"Timo Teräs2013-01-221-1/+8
* solver: simplify strength evaluation in constraint handlingTimo Teräs2013-01-211-20/+8
* solver: check if solution is not found at allTimo Teräs2013-01-211-0/+6
* solver: fix reset of last_touched to zeroTimo Teräs2013-01-181-2/+2
* solver: some code clean upsTimo Teräs2013-01-181-5/+5
* solver: build fix for debug print on x86_64Natanael Copa2013-01-181-1/+1
* solver: fix name assignment logic to not mess up internal stateTimo Teräs2013-01-181-11/+10
* ver: fix help message of --limitTimo Teräs2012-11-051-2/+2
* solver: fix package prefence calculation a bitTimo Teräs2012-11-041-1/+3
* del: consider also reverse dependencies for provided namesTimo Teräs2012-10-091-8/+19
* solver: additional backjumping schemeTimo Teräs2012-10-082-11/+49
* solver: optimize backjumpingTimo Teräs2012-10-082-8/+9
* solver: properly calculate decision "strength" with providesTimo Teräs2012-10-081-17/+13
* solver: fix back jumping once moreTimo Teräs2012-10-051-17/+33
* solver: record dependency apk_name in apk_decisionTimo Teräs2012-10-051-51/+19
* solver: various fixesTimo Teräs2012-10-031-14/+58
* solver: improve assert error messagesNatanael Copa2012-10-031-2/+3
* solver: fix compile with -Werror on 64bitNatanael Copa2012-10-031-1/+1
* info: --provides alias -p is reserved for --root, use -PNatanael Copa2012-09-281-2/+2
* apk: implement --progress-fd to write progress to a specified fdTimo Teräs2012-09-204-19/+35
* db: remove AT_SYMLINK_NOFOLLOW for directory permissionsTimo Teräs2012-09-041-2/+2
* audit: report new directories in recurse mode tooTimo Teräs2012-07-161-12/+5
* audit: fix protection mask of non-db directoriesTimo Teräs2012-07-163-26/+27
* audit: get right protection mask for base directories in the listsTimo Teräs2012-07-091-6/+14
* search: improve output format for --rdependsNatanael Copa2012-06-061-2/+4
* ver: show all packages with -vNatanael Copa2012-05-071-1/+1
* ver: make --quiet output suitable for scripting/pipingNatanael Copa2012-05-071-0/+4
* ver: print '?' when package is not available in any repoNatanael Copa2012-05-072-1/+3
* audit: apply protected_paths.d masks to individual filesTimo Teräs2012-05-011-3/+18
* db: strip leading and trailing slashes from protected path specTimo Teräs2012-05-011-0/+6
* solver: fix install_if triggers on cyclic and early depsTimo Teräs2012-04-271-11/+15
* solver: fix backtracking with install_if dependenciesTimo Teräs2012-04-271-17/+20
* ver: show all versions if package name specifiedTimo Teräs2012-04-271-1/+1