summaryrefslogtreecommitdiffstats
path: root/src/apk_package.h
Commit message (Expand)AuthorAgeFilesLines
* pkg: add origin, maintainer, build_time and commit id to indexTimo Teräs2011-04-041-1/+3
* pkg: recognize install_ifTimo Teräs2011-01-041-1/+1
* pkg, db: allow index with unsupported features to be loadedTimo Teräs2011-01-031-0/+2
* pkg: dependencies to specific package checksumTimo Teräs2011-01-011-4/+1
* index: remove support of old index formatTimo Teräs2011-01-011-1/+0
* various: use 'atoms' for certain package field and misc fixesTimo Teräs2010-12-141-6/+9
* pkg, db: add preliminary support for arch fieldTimo Teräs2010-12-141-1/+1
* io, db: id cache should be specific to database root, not system rootTimo Teräs2010-10-081-2/+3
* state: improve error messages from dependency failuresTimo Teräs2010-06-011-0/+2
* db: implement triggers (fixes #45)Timo Teras2009-08-131-3/+4
* db, pkg: separate structure for fields of installed packagesTimo Teras2009-08-121-25/+27
* db: support "replaces" directive (fixes #113)Timo Teras2009-08-041-0/+1
* apk: use *at instead of chdir+normal file syscallTimo Teras2009-07-311-1/+4
* signing: verify and generate identityTimo Teras2009-07-221-0/+1
* various: more informative error messagesTimo Teras2009-07-221-2/+2
* various: misc fixesTimo Teras2009-07-221-3/+5
* db: signed index loading (ref #46)Timo Teras2009-07-201-4/+9
* digest: use oneshot context flag where approriateTimo Teras2009-07-171-1/+2
* verify: new applet (ref #46)Timo Teras2009-07-171-3/+29
* various: new style index generationTimo Teras2009-07-161-1/+5
* pkg: remove support for the deprecated .INSTALL scriptTimo Teras2009-07-161-1/+0
* cache: make cache cleaning work again properlyTimo Teras2009-07-151-0/+2
* db: live with sha1 and md5Timo Teras2009-07-141-2/+4
* ver: only compare the given packages, show versionNatanael Copa2009-06-201-0/+2
* add: support for forced versionsNatanael Copa2009-06-161-0/+4
* pkg: clean up writing of dependenciesTimo Teras2009-04-161-3/+1
* pkg: apk_deps_del helper introducedTimo Teras2009-04-161-0/+2
* state: rework changeset calculation algorithmTimo Teras2009-04-141-3/+10
* pkg: write dependencies directly file instead of bufferTimo Teras2009-03-171-0/+1
* add: --upgrade|-u to control if upgrading is preferred or notTimo Teras2009-01-161-5/+2
* db: restructure in-memory organizationTimo Teras2009-01-061-1/+1
* io: apk_ostream stuffTimo Teras2008-11-281-1/+1
* add: add support to install packages not in a repositoryTimo Teras2008-11-281-0/+1
* db: rework 'files' to 'installed'Timo Teras2008-11-281-0/+4
* hash, db: use apk_blob_t and list_*Timo Teras2008-11-271-1/+1
* use zlib internally to decompressTimo Teras2008-11-071-1/+2
* pkg: support for new scriptsTimo Teras2008-11-071-6/+8
* Overwriting of bb files, apk_create (from old apk-tools), chdir changes,Timo Teras2008-04-221-1/+1
* Initial commit of some stuff written so far. Still in state of flux. ExpectTimo Teras2008-04-171-0/+84