summaryrefslogtreecommitdiff
path: root/src/add.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-17solver, upgrade: properly detect missing repository tagsTimo Teräs1-7/+0
2012-01-13add: make repository tag pinning strongerTimo Teräs1-1/+1
2012-01-12db: support line feed as 'world' dependency separatorTimo Teräs1-1/+1
2012-01-12add: fail if repository tag does not existTimo Teräs1-1/+9
2012-01-06add: print an error about malformed argumentsTimo Teräs1-1/+4
2011-10-18pkg, info: remember installed packages "replaces"Timo Teräs1-2/+3
2011-09-16solver: inheritable solver flagsTimo Teräs1-2/+6
2011-09-13all: update copyright year statementTimo Teräs1-1/+1
2011-09-13solver: add per-name specific flags, and fix the fix appletTimo Teräs1-5/+9
2011-09-09applets: start using solver codeTimo Teräs1-36/+13
2011-03-30state: use db in own struc when committingNatanael Copa1-1/+1
2011-01-05add: use default arch instead of noarch, improve errorsTimo Teräs1-0/+1
2010-12-14various: use 'atoms' for certain package field and misc fixesTimo Teräs1-1/+1
2010-06-11First steps for libapkNatanael Copa1-0/+1
2010-06-01state: improve error messages from dependency failuresTimo Teräs1-14/+12
2010-02-26add: print all failing packages instead of only firstNatanael Copa1-3/+5
2009-08-13add, del, db: fix various bugs introduced by earlier commitsTimo Teras1-2/+3
2009-08-13add: refuse to add bad dependencies to worldTimo Teras1-20/+20
2009-08-11db, audit: audit symlinks (by hash of the link target)Timo Teras1-1/+1
2009-08-06add: world needs to be updated before state instantiationTimo Teras1-2/+1
2009-08-06state: bug fixTimo Teras1-1/+2
2009-08-06all: implement database open optionsTimo Teras1-24/+19
2009-08-04state: fix world dependencies to be honored alwaysTimo Teras1-0/+3
2009-07-31apk: use *at instead of chdir+normal file syscallTimo Teras1-1/+1
2009-07-24add, fetch: make handling of special options more logicalTimo Teras1-41/+0
2009-07-24db: remove APK_NAME_VIRTUAL flagTimo Teras1-1/+1
2009-07-24db: create cache index with non-repository packagesTimo Teras1-7/+20
2009-07-22signing: verify and generate identityTimo Teras1-2/+2
2009-07-22add: fixes to installing non-repository packageTimo Teras1-3/+13
2009-07-22various: more informative error messagesTimo Teras1-3/+3
2009-07-22various: misc fixesTimo Teras1-4/+7
2009-07-20db: signed index loading (ref #46)Timo Teras1-1/+1
2009-07-17verify: new applet (ref #46)Timo Teras1-1/+4
2009-07-16various: new style index generationTimo Teras1-1/+1
2009-07-14db: live with sha1 and md5Timo Teras1-1/+2
2009-07-08csum: use openssl insteadTimo Teras1-1/+1
2009-07-07add: ignore install failures on 'apk add --force'Timo Teras1-1/+2
2009-06-28blob: function to checksum a blobTimo Teras1-9/+1
2009-06-25help: auto construct helpTimo Teras1-46/+44
2009-06-19improve --help outputNatanael Copa1-1/+1
2009-06-16add: support for forced versionsNatanael Copa1-16/+5
2009-05-25Revert "add: replace coffe-cup with starwars"Timo Teras1-3/+47
2009-05-21add: fix segfault when no params are givenLinux User1-1/+2
2009-05-21add: replace coffe-cup with starwarsNatanael Copa1-48/+4
2009-05-21add: coffe-cupNatanael Copa1-0/+49
2009-05-19add: fix segfault when no packages are givenNatanael Copa1-1/+1
2009-05-15add: create csum for virtuals. only add the virtual to worldNatanael Copa1-2/+14
2009-05-15add: improve error reporting for virtual packagesNatanael Copa1-5/+7
2009-05-14add: support for virtual meta packagesNatanael Copa1-4/+34
2009-05-14fix uninitialized variable bugNatanael Copa1-1/+1