aboutsummaryrefslogtreecommitdiffstats
path: root/src/apk_database.h
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.