summaryrefslogtreecommitdiffstats
path: root/src/apk_database.h
Commit message (Expand)AuthorAgeFilesLines
* index, version: support for repository descriptions (fixes #141)Timo Teras2009-09-031-0/+2
* add: refuse to add bad dependencies to worldTimo Teras2009-08-131-2/+3
* db: implement triggers (fixes #45)Timo Teras2009-08-131-5/+7
* db, pkg: separate structure for fields of installed packagesTimo Teras2009-08-121-0/+2
* db: prefer local repositories, and implement --no-networkTimo Teras2009-08-061-0/+3
* all: implement database open optionsTimo Teras2009-08-061-4/+17
* fix: new applet to reinstall and fix packageTimo Teras2009-08-041-0/+1
* apk: use *at instead of chdir+normal file syscallTimo Teras2009-07-311-6/+6
* audit: protection mask for "symlinks only"Timo Teras2009-07-301-0/+1
* db: remove APK_NAME_VIRTUAL flagTimo Teras2009-07-241-1/+0
* db: create cache index with non-repository packagesTimo Teras2009-07-241-0/+1
* add: fixes to installing non-repository packageTimo Teras2009-07-221-0/+1
* index: read also new style index filesTimo Teras2009-07-211-0/+1
* db: signed index loading (ref #46)Timo Teras2009-07-201-1/+2
* various: new style index generationTimo Teras2009-07-161-1/+0
* db: live with sha1 and md5Timo Teras2009-07-141-6/+8
* db: speed up fdb creationTimo Teras2009-07-141-2/+4
* hash: allow caching of hash valueTimo Teras2009-07-141-0/+1
* bstream: make tokenizable and load index using bstreamTimo Teras2009-07-141-1/+1
* db: removed apk_repository_update_all() as its no longer neededNatanael Copa2009-07-091-2/+0
* db: open flags revisitedTimo Teras2009-07-071-2/+8
* cache: new applet (ref #49)Timo Teras2009-06-291-0/+7
* db: cache packages (ref #49)Timo Teras2009-06-291-2/+3
* db: add function apk_repository_update_allNatanael Copa2009-06-191-0/+1
* add: support for virtual meta packagesNatanael Copa2009-05-141-0/+2
* index: support for -d to delete packages from given indexNatanael Copa2009-05-121-0/+1
* info: do not read the repositories as this tool only query the statedbNatanael Copa2009-04-211-0/+1
* db: cache index files, 'update' appletTimo Teras2009-04-161-0/+3
* fetch: new applet to download .apk filesTimo Teras2009-04-151-0/+1
* state: rework changeset calculation algorithmTimo Teras2009-04-141-3/+6
* db: track reverse dependenciesTimo Teras2009-04-141-0/+4
* db: database locking and creation to part of opening itTimo Teras2009-01-171-3/+6
* index: write out only packages specified in command lineTimo Teras2009-01-161-1/+1
* add: --upgrade|-u to control if upgrading is preferred or notTimo Teras2009-01-161-1/+0
* audit: new command to check changed filesTimo Teras2009-01-141-1/+5
* db: hash files by name, instead of keep two directory listsTimo Teras2009-01-131-1/+2
* info: implement who owns packages query (apk_info -W)Timo Teras2009-01-131-0/+1
* apk: per applet optionsTimo Teras2009-01-131-0/+1
* various: make fancy progress bar and update todoTimo Teras2009-01-071-1/+2
* db: restructure in-memory organizationTimo Teras2009-01-061-6/+12
* io: apk_ostream stuffTimo Teras2008-11-281-1/+1
* add: add support to install packages not in a repositoryTimo Teras2008-11-281-1/+1
* db: rework 'files' to 'installed'Timo Teras2008-11-281-1/+0
* hash, db: use apk_blob_t and list_*Timo Teras2008-11-271-4/+9
* db: checksum installed files, protect config filesTimo Teras2008-11-141-0/+5
* Preserve uid and gid. Quiet flag to print dots on progress.Timo Teras2008-04-221-0/+2
* Argument parsing. Some other stuff too.Timo Teras2008-04-211-4/+4
* Initial commit of some stuff written so far. Still in state of flux. ExpectTimo Teras2008-04-171-0/+97