summaryrefslogtreecommitdiffstats
path: root/src/update.c
Commit message (Collapse)AuthorAgeFilesLines
* First steps for libapkNatanael Copa2010-06-111-0/+1
|
* index, version: support for repository descriptions (fixes #141)Timo Teras2009-09-031-0/+18
| | | | | ability embed description information to repository indexes (e.g. repository name and version) and show it via "apk version -I".
* state, update: fixesTimo Teras2009-08-061-1/+1
|
* all: implement database open optionsTimo Teras2009-08-061-8/+3
| | | | so user can override trusted keys directory and repositories file.
* db: removed apk_repository_update_all() as its no longer neededNatanael Copa2009-07-091-2/+1
| | | | We use APK_UPDATE_CACHE apk_flag instead.
* help: auto construct helpTimo Teras2009-06-251-2/+2
| | | | And add some more verbosity to the help message.
* db: add function apk_repository_update_allNatanael Copa2009-06-191-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
* db: cache index files, 'update' appletTimo Teras2009-04-161-0/+41
Cache non-local index files always locally. Introduce 'update' applet to force refresh of cached index files. Fixes #19.