summaryrefslogtreecommitdiff
path: root/src/fix.c
AgeCommit message (Collapse)AuthorFilesLines
2009-08-13fix: parse pkgfile properly (fixes #132)Timo Teras1-16/+27
accept also pkgfile in addition to pkgname. make also the signature verification stuff work properly again with non-repository files.
2009-08-12db, pkg: separate structure for fields of installed packagesTimo Teras1-1/+1
this makes the database package entry smaller, and we propbably get more fields to installed_package later too. this cleans up the way scripts are stored and is a preparation for supporting triggers. some parsing for trigger meta-data. ref #45.
2009-08-06all: implement database open optionsTimo Teras1-14/+10
so user can override trusted keys directory and repositories file.
2009-08-04fix: new applet to reinstall and fix packageTimo Teras1-0/+113
also makes it possibly to upgrade package without adding it to top-level deps. fixes #69.