Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-27 | update: report number of distinct packages available | Timo Teräs | 1 | -0/+3 | |
2011-09-13 | all: update copyright year statement | Timo Teräs | 1 | -1/+1 | |
2010-12-14 | various: use 'atoms' for certain package field and misc fixes | Timo Teräs | 1 | -3/+2 | |
- implement a hash table for commonly shared fields such as license, version and architecture - use macroes to print blobs or pkgname-pkgver strings - fix some old cruft | |||||
2010-06-11 | First steps for libapk | Natanael Copa | 1 | -0/+1 | |
2009-09-03 | index, version: support for repository descriptions (fixes #141) | Timo Teras | 1 | -0/+18 | |
ability embed description information to repository indexes (e.g. repository name and version) and show it via "apk version -I". | |||||
2009-08-06 | state, update: fixes | Timo Teras | 1 | -1/+1 | |
2009-08-06 | all: implement database open options | Timo Teras | 1 | -8/+3 | |
so user can override trusted keys directory and repositories file. | |||||
2009-07-09 | db: removed apk_repository_update_all() as its no longer needed | Natanael Copa | 1 | -2/+1 | |
We use APK_UPDATE_CACHE apk_flag instead. | |||||
2009-06-25 | help: auto construct help | Timo Teras | 1 | -2/+2 | |
And add some more verbosity to the help message. | |||||
2009-06-19 | db: add function apk_repository_update_all | Natanael Copa | 1 | -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-16 | db: cache index files, 'update' applet | Timo Teras | 1 | -0/+41 | |
Cache non-local index files always locally. Introduce 'update' applet to force refresh of cached index files. Fixes #19. |