summaryrefslogtreecommitdiffstats
path: root/src/add.c
Commit message (Expand)AuthorAgeFilesLines
* state: use db in own struc when committingNatanael Copa2011-03-301-1/+1
* add: use default arch instead of noarch, improve errorsTimo Teräs2011-01-051-0/+1
* various: use 'atoms' for certain package field and misc fixesTimo Teräs2010-12-141-1/+1
* First steps for libapkNatanael Copa2010-06-111-0/+1
* state: improve error messages from dependency failuresTimo Teräs2010-06-011-14/+12
* add: print all failing packages instead of only firstNatanael Copa2010-02-261-3/+5
* add, del, db: fix various bugs introduced by earlier commitsTimo Teras2009-08-131-2/+3
* add: refuse to add bad dependencies to worldTimo Teras2009-08-131-20/+20
* db, audit: audit symlinks (by hash of the link target)Timo Teras2009-08-111-1/+1
* add: world needs to be updated before state instantiationTimo Teras2009-08-061-2/+1
* state: bug fixTimo Teras2009-08-061-1/+2
* all: implement database open optionsTimo Teras2009-08-061-24/+19
* state: fix world dependencies to be honored alwaysTimo Teras2009-08-041-0/+3
* apk: use *at instead of chdir+normal file syscallTimo Teras2009-07-311-1/+1
* add, fetch: make handling of special options more logicalTimo Teras2009-07-241-41/+0
* db: remove APK_NAME_VIRTUAL flagTimo Teras2009-07-241-1/+1
* db: create cache index with non-repository packagesTimo Teras2009-07-241-7/+20
* signing: verify and generate identityTimo Teras2009-07-221-2/+2
* add: fixes to installing non-repository packageTimo Teras2009-07-221-3/+13
* various: more informative error messagesTimo Teras2009-07-221-3/+3
* various: misc fixesTimo Teras2009-07-221-4/+7
* db: signed index loading (ref #46)Timo Teras2009-07-201-1/+1
* verify: new applet (ref #46)Timo Teras2009-07-171-1/+4
* various: new style index generationTimo Teras2009-07-161-1/+1
* db: live with sha1 and md5Timo Teras2009-07-141-1/+2
* csum: use openssl insteadTimo Teras2009-07-081-1/+1
* add: ignore install failures on 'apk add --force'Timo Teras2009-07-071-1/+2
* blob: function to checksum a blobTimo Teras2009-06-281-9/+1
* help: auto construct helpTimo Teras2009-06-251-46/+44
* improve --help outputNatanael Copa2009-06-191-1/+1
* add: support for forced versionsNatanael Copa2009-06-161-16/+5
* Revert "add: replace coffe-cup with starwars"Timo Teras2009-05-251-3/+47
* add: fix segfault when no params are givenLinux User2009-05-211-1/+2
* add: replace coffe-cup with starwarsNatanael Copa2009-05-211-48/+4
* add: coffe-cupNatanael Copa2009-05-211-0/+49
* add: fix segfault when no packages are givenNatanael Copa2009-05-191-1/+1
* add: create csum for virtuals. only add the virtual to worldNatanael Copa2009-05-151-2/+14
* add: improve error reporting for virtual packagesNatanael Copa2009-05-151-5/+7
* add: support for virtual meta packagesNatanael Copa2009-05-141-4/+34
* fix uninitialized variable bugNatanael Copa2009-05-141-1/+1
* fix misc compiler warnings about unintialized variables.Natanael Copa2009-05-111-2/+3
* add: delay state initialization til we have all pkgs in dbNatanael Copa2009-05-111-5/+9
* state: rework changeset calculation algorithmTimo Teras2009-04-141-6/+18
* db: database locking and creation to part of opening itTimo Teras2009-01-171-22/+5
* add: --upgrade|-u to control if upgrading is preferred or notTimo Teras2009-01-161-4/+8
* add: --initdb to replace create appletTimo Teras2009-01-131-6/+52
* apk: per applet optionsTimo Teras2009-01-131-1/+1
* add: add support to install packages not in a repositoryTimo Teras2008-11-281-4/+22
* hash, db: use apk_blob_t and list_*Timo Teras2008-11-271-1/+1
* Argument parsing. Some other stuff too.Timo Teras2008-04-211-3/+4