aboutsummaryrefslogtreecommitdiffstats
path: root/src/apk_database.h
Commit message (Collapse)AuthorAgeFilesLines
...
* db: track reverse dependenciesTimo Teras2009-04-141-0/+4
| | | | | | This will be used later by the commit change calculator (for improved changeset calculation, ref #7). Will be also used by "apk info" to show reverse dependencies or "required by" information.
* db: database locking and creation to part of opening itTimo Teras2009-01-171-3/+6
| | | | | Add flags field to db open call. Also make error reporting quite a bit more detailed.
* index: write out only packages specified in command lineTimo Teras2009-01-161-1/+1
| | | | | | Ignore /etc/apk/repositories, so additional repositories that depend on other repositories need to have explicit --repository reference on command line when generating the index (to avoid warnings).
* 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
| | | | | | | Currently only implement --backup to get list of (config) files in protected directories to backup. This also fixes a database corruption bug in database.c.
* 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
| | | | | In quiet mode e.g. "apk info -q -W <file list>" a list of dependencies suitable for .PKGINFO is output in one line.
* 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
| | | | | Make the db of installed packages more similar to index file and reuse the code. Also rename the database file.
* 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
| | | | | | | Checksum of installed is computed on the fly when extracting them and it'll be saved to fdb. When installing config files those are diverted with suffix .apk-new if earlier version of same file with local changes exist.
* 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
breakage and major changes.