aboutsummaryrefslogtreecommitdiffstats
path: root/src/cache.c
Commit message (Expand)AuthorAgeFilesLines
* apk: usage: cleanup help text when no applet is selectedWilliam Pitcock2018-01-091-0/+1
* enable automatic update of indexes controlled by --cache-max-ageTimo Teräs2018-01-041-2/+2
* cache: delete more aggressively unneeded cached filesTimo Teräs2014-10-061-4/+10
* applets: unify help message by removing final dotsTimo Teräs2013-06-191-4/+2
* print: move progress bar update logic to apk_print_progressNatanael Copa2013-06-191-4/+1
* apk: use string array in applet mains, separate apk_name_foreach_matchingTimo Teräs2013-06-181-6/+7
* cache: implement progress bar (ref #1170)Timo Teräs2013-06-171-4/+25
* db, cache: do not use cache/tmp for downloadsTimo Teräs2013-06-171-2/+5
* db: refactor repository file constructionTimo Teräs2013-06-171-8/+3
* solver: rewrite as deductive solver -- core featuresTimo Teräs2013-06-131-4/+3
* libapk, apk(8): fix header inclusion issues with musl's headersWilliam Pitcock2013-06-121-0/+1
* db: unify handling of special packagesTimo Teräs2013-05-301-2/+2
* db, io: load repositories also from etc/apk/repositories.d/*.listTimo Teräs2012-02-221-5/+5
* db, solver, io: scan cache items at startupTimo Teräs2012-02-221-66/+33
* cache: fix downloadTimo Teräs2011-10-311-1/+1
* all: update copyright year statementTimo Teräs2011-09-131-1/+1
* applets: start using solver codeTimo Teräs2011-09-091-17/+8
* cache: return error if cache sync or download failsTimo Teräs2011-07-111-3/+3
* db, cache: automatically remount cache read-write when neededTimo Teräs2011-03-161-1/+1
* db: handle arch similarly to stable branchTimo Teräs2011-03-161-1/+2
* db: remove support for unsigned repository indexTimo Teräs2010-12-101-6/+3
* First steps for libapkNatanael Copa2010-06-111-0/+1
* all: rework how arrays workTimo Teräs2010-06-051-4/+1
* cache: do not download files existing in local repositoryTimo Teras2010-03-011-1/+1
* db: prefer local repositories, and implement --no-networkTimo Teras2009-08-061-10/+7
* all: implement database open optionsTimo Teras2009-08-061-13/+6
* state: fix world dependencies to be honored alwaysTimo Teras2009-08-041-2/+6
* apk: use *at instead of chdir+normal file syscallTimo Teras2009-07-311-30/+33
* various: misc fixesTimo Teras2009-07-221-3/+4
* db: signed index loading (ref #46)Timo Teras2009-07-201-2/+3
* cache: make cache cleaning work again properlyTimo Teras2009-07-151-24/+27
* db: live with sha1 and md5Timo Teras2009-07-141-11/+12
* blob: some helpers to replace snprintfTimo Teras2009-07-141-3/+4
* implement --update-cache optionNatanael Copa2009-07-091-0/+1
* cache: delete also wget temporary filesTimo Teras2009-07-071-2/+10
* cache: use changeset to figure out downloadablesTimo Teras2009-07-071-3/+23
* db: open flags revisitedTimo Teras2009-07-071-1/+1
* cache: new applet (ref #49)Timo Teras2009-06-291-0/+150