aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* apk-tools-2.3.2v2.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.1v2.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.0v2.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
* solver: unallowed pinning is worse than changing installed packageTimo Teräs2012-02-242-10/+17
* test: clean up solver.shTimo Teräs2012-02-241-5/+9
* solver: non preferred actions are worse then non preferred pinningTimo Teräs2012-02-244-6/+55
* pkg: add field for provides as 'p'Timo Teräs2012-02-242-2/+8
* pkg, db: use 's' for source repository tags instead of 'p'Timo Teräs2012-02-243-4/+5
* verify: report only bad packages with -qTimo Teräs2012-02-241-2/+7
* apk: do not enable automatically interactive mode with --simulateTimo Teräs2012-02-241-5/+13
* test: improve pinning testsTimo Teräs2012-02-2411-10/+89
* solver: fix output of broken dependenciesTimo Teräs2012-02-231-1/+1
* test: rewrite the testing framework to use the real appletsTimo Teräs2012-02-2357-346/+279
* pkg: fix writing of versioned conflictsTimo Teräs2012-02-231-1/+1
* db: keep architecture in $ROOT/etc/apk/archTimo Teräs2012-02-233-8/+54