summaryrefslogtreecommitdiff
path: root/src/package.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-10package: do not report duplicate reverse dependenciesTimo Teräs1-1/+4
2013-09-10apk: new option --no-scriptsTimo Teräs1-2/+2
2013-06-20solver: fix pinning+cache to workTimo Teräs1-3/+2
2013-06-20commit, db: make file conflicts and script errors non-fatalTimo Teräs1-23/+18
2013-06-18db: store repository tag names including leading @Timo Teräs1-5/+7
2013-06-18apk: use string array in applet mains, separate apk_name_foreach_matchingTimo Teräs1-6/+9
2013-06-18all: various conversions to foreach_array_item, and simplifications of codeTimo Teräs1-32/+23
2013-06-17db: refactor repository file constructionTimo Teräs1-23/+0
2013-06-15pkg: apk_pkg_foreach_* add matching generationTimo Teräs1-6/+27
2013-06-15lua: use apk_dep_analyzeTimo Teräs1-22/+0
2013-06-13solver, errors: fix few additional test cases and clean upsTimo Teräs1-8/+6
2013-06-13pkg: add global reverse dependency iterator helpers and use themTimo Teräs1-2/+57
2013-06-13errors: rewrite the logic how errors are reportedTimo Teräs1-0/+34
2013-05-30index: add sensible error message if metadata is too longTimo Teräs1-3/+6
2012-04-03pkg: honor --allow-untrusted when installing non-repository packagesTimo Teräs1-13/+21
2012-02-29solver, test: make conflicts unconditionalTimo Teräs1-29/+22
2012-02-24all: introduce apk_provides and use it in apk_nameTimo Teräs1-11/+74
2012-02-24pkg: add field for provides as 'p'Timo Teräs1-1/+7
2012-02-24pkg, db: use 's' for source repository tags instead of 'p'Timo Teräs1-1/+1
2012-02-23pkg: fix writing of versioned conflictsTimo Teräs1-1/+1
2012-02-21solver: implement backwards jumping and various other optimizationsTimo Teräs1-2/+11
2012-02-15solver, db: repository pinning improvementsTimo Teräs1-1/+1
2012-02-14db: record file uid/gid/mode in installed dbTimo Teräs1-0/+1
2012-02-08blob: optimize spn and cspnTimo Teräs1-4/+13
2012-01-31pkg, db: fix signature checking for files without control partTimo Teräs1-7/+24
2012-01-12db: support line feed as 'world' dependency separatorTimo Teräs1-49/+39
2012-01-06pkg: fix writing of deps with tag and version specifierTimo Teräs1-4/+4
2011-12-27solver: report number of (mega)bytes usedTimo Teräs1-2/+5
2011-10-29solver, db: implement repository pinningTimo Teräs1-9/+16
2011-10-24solver, pkg: implement versioned conflictsTimo Teräs1-10/+14
2011-10-19pkg: introduce "replaces_priority"Timo Teräs1-1/+1
2011-10-18pkg, info: remember installed packages "replaces"Timo Teräs1-25/+50
2011-09-27pkg: fix dependency checking against non-installed packagesTimo Teräs1-0/+5
2011-09-13all: update copyright year statementTimo Teräs1-1/+1
2011-09-09pkg: consider script failure as non-fatalTimo Teräs1-2/+6
2011-09-09applets: start using solver codeTimo Teräs1-1/+0
2011-06-28index: handle errors instead of silently failingTimo Teräs1-4/+14
2011-04-04pkg: add origin, maintainer, build_time and commit id to indexTimo Teräs1-0/+34
2011-01-04pkg: recognize install_ifTimo Teräs1-21/+38
2011-01-03pkg, db: allow index with unsupported features to be loadedTimo Teräs1-3/+13
2011-01-01pkg: dependencies to specific package checksumTimo Teräs1-7/+29
2011-01-01various: use APK_DEPMASK_REQUIRE where applicableTimo Teräs1-1/+1
2011-01-01index: remove support of old index formatTimo Teräs1-6/+0
2010-12-14various: use 'atoms' for certain package field and misc fixesTimo Teräs1-21/+18
2010-12-14pkg, db: add preliminary support for arch fieldTimo Teräs1-0/+10
2010-12-10pkg: remove support for obsolete APKv1 (alpine-1.8 and earlier)Timo Teräs1-63/+0
2010-10-08io, db: id cache should be specific to database root, not system rootTimo Teräs1-4/+5
2010-08-30Fix building on eglibcNatanael Copa1-0/+1
2010-06-12archive: honor username/groupname instead of uid/gidTimo Teräs1-0/+2
2010-06-11various: use O_CLOEXEC and add some error checkingTimo Teräs1-6/+8