summaryrefslogtreecommitdiff
path: root/src/update.c
AgeCommit message (Collapse)AuthorFilesLines
2009-09-03index, version: support for repository descriptions (fixes #141)Timo Teras1-0/+18
ability embed description information to repository indexes (e.g. repository name and version) and show it via "apk version -I".
2009-08-06state, update: fixesTimo Teras1-1/+1
2009-08-06all: implement database open optionsTimo Teras1-8/+3
so user can override trusted keys directory and repositories file.
2009-07-09db: removed apk_repository_update_all() as its no longer neededNatanael Copa1-2/+1
We use APK_UPDATE_CACHE apk_flag instead.
2009-06-25help: auto construct helpTimo Teras1-2/+2
And add some more verbosity to the help message.
2009-06-19db: add function apk_repository_update_allNatanael Copa1-4/+1
We might want to add an --update-index option to misc applets. For example: apk add --update-index -u package apk version --update-index
2009-04-16db: cache index files, 'update' appletTimo Teras1-0/+41
Cache non-local index files always locally. Introduce 'update' applet to force refresh of cached index files. Fixes #19.