Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update: return errors also with --quiet | Natanael Copa | 2015-04-10 | 1 | -1/+1 |
| | | | | fixes #4040 | ||||
* | update: return failure if any mirror update failed | Natanael Copa | 2015-04-07 | 1 | -2/+6 |
| | | | | fixes #4040 | ||||
* | applets: unify help message by removing final dots | Timo Teräs | 2013-06-19 | 1 | -1/+1 |
| | |||||
* | apk: use string array in applet mains, separate apk_name_foreach_matching | Timo Teräs | 2013-06-18 | 1 | -1/+1 |
| | |||||
* | update: report number of distinct packages available | Timo Teräs | 2011-12-27 | 1 | -0/+3 |
| | |||||
* | all: update copyright year statement | Timo Teräs | 2011-09-13 | 1 | -1/+1 |
| | |||||
* | various: use 'atoms' for certain package field and misc fixes | Timo Teräs | 2010-12-14 | 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 | ||||
* | First steps for libapk | Natanael Copa | 2010-06-11 | 1 | -0/+1 |
| | |||||
* | index, version: support for repository descriptions (fixes #141) | Timo Teras | 2009-09-03 | 1 | -0/+18 |
| | | | | | ability embed description information to repository indexes (e.g. repository name and version) and show it via "apk version -I". | ||||
* | state, update: fixes | Timo Teras | 2009-08-06 | 1 | -1/+1 |
| | |||||
* | all: implement database open options | Timo Teras | 2009-08-06 | 1 | -8/+3 |
| | | | | so user can override trusted keys directory and repositories file. | ||||
* | db: removed apk_repository_update_all() as its no longer needed | Natanael Copa | 2009-07-09 | 1 | -2/+1 |
| | | | | We use APK_UPDATE_CACHE apk_flag instead. | ||||
* | help: auto construct help | Timo Teras | 2009-06-25 | 1 | -2/+2 |
| | | | | And add some more verbosity to the help message. | ||||
* | db: add function apk_repository_update_all | Natanael Copa | 2009-06-19 | 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 | ||||
* | db: cache index files, 'update' applet | Timo Teras | 2009-04-16 | 1 | -0/+41 |
Cache non-local index files always locally. Introduce 'update' applet to force refresh of cached index files. Fixes #19. |