aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* test: fix conflict2 expectation after solver changesTimo Teräs2012-10-091-1/+1
* 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
* apk-tools-2.3.2Timo Teräs2012-07-161-1/+1
* 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
* apk-tools-2.3.1Timo Teräs2012-04-271-1/+1
* 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
* db: fix has_protected_children setup on leaf path entriesTimo Teräs2012-04-271-1/+1
* pkg: honor --allow-untrusted when installing non-repository packagesTimo Teräs2012-04-031-13/+21
* solver: fix a type from previous commitTimo Teräs2012-03-311-1/+1
* solver: fix installation of non-repository packagesTimo Teräs2012-03-311-1/+2
* info: fix exit code for -eTimo Teräs2012-03-301-3/+6
* apk-tools-2.3.0Timo Teräs2012-03-281-1/+1
* build: openssl seems to require -ldl for now, so add thatTimo Teräs2012-03-281-0/+1
* solver: properly set allowed flag for installed packagesTimo Teräs2012-03-011-3/+6
* solver: rename some fieldsTimo Teräs2012-02-291-24/+25
* solver: merge apk_name_state to apk_nameTimo Teräs2012-02-295-236/+220
* info: support displaying providesTimo Teräs2012-02-291-6/+32
* solver, test: make conflicts unconditionalTimo Teräs2012-02-299-51/+66
* add: allow specifying repository tag with added virtual packagesTimo Teräs2012-02-281-2/+12
* lua: fix bindings, and build by defaultTimo Teräs2012-02-282-10/+4
* solver: ask confirmation in interactive mode only if there's changesTimo Teräs2012-02-281-1/+2
* solver: do not consider non-allowed packages in main loopTimo Teräs2012-02-281-43/+32
* solver: consider provided names also for preferenceTimo Teräs2012-02-282-2/+19
* solver: fix conflicting provides detectionTimo Teräs2012-02-281-2/+15
* solver: allow multiple packages with same virtual providesTimo Teräs2012-02-283-13/+19
* solver, test: implements more provides things, add testsTimo Teräs2012-02-278-33/+168
* solver: have most inherited things per-package and clean upsTimo Teräs2012-02-271-156/+168
* solver: remove minimum penalty logicTimo Teräs2012-02-271-49/+7
* solver, dot: elementary provides fixesTimo Teräs2012-02-244-57/+108
* all: introduce apk_provides and use it in apk_nameTimo Teräs2012-02-2413-210/+309