summaryrefslogtreecommitdiff
path: root/src/cache.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-14rename all applets sources to app_*.cTimo Teräs1-193/+0
2020-01-26Update apk to make man pages sole source of truthDrew DeVault1-6/+2
2018-09-25cache: support --latest and --upgrade to affect download policyTimo Teräs1-3/+41
2018-01-09apk: usage: cleanup help text when no applet is selectedWilliam Pitcock1-0/+1
2018-01-04enable automatic update of indexes controlled by --cache-max-ageTimo Teräs1-2/+2
2014-10-06cache: delete more aggressively unneeded cached filesTimo Teräs1-4/+10
2013-06-19applets: unify help message by removing final dotsTimo Teräs1-4/+2
2013-06-19print: move progress bar update logic to apk_print_progressNatanael Copa1-4/+1
2013-06-18apk: use string array in applet mains, separate apk_name_foreach_matchingTimo Teräs1-6/+7
2013-06-17cache: implement progress bar (ref #1170)Timo Teräs1-4/+25
2013-06-17db, cache: do not use cache/tmp for downloadsTimo Teräs1-2/+5
2013-06-17db: refactor repository file constructionTimo Teräs1-8/+3
2013-06-13solver: rewrite as deductive solver -- core featuresTimo Teräs1-4/+3
2013-06-12libapk, apk(8): fix header inclusion issues with musl's headersWilliam Pitcock1-0/+1
2013-05-30db: unify handling of special packagesTimo Teräs1-2/+2
2012-02-22db, io: load repositories also from etc/apk/repositories.d/*.listTimo Teräs1-5/+5
2012-02-22db, solver, io: scan cache items at startupTimo Teräs1-66/+33
2011-10-31cache: fix downloadTimo Teräs1-1/+1
2011-09-13all: update copyright year statementTimo Teräs1-1/+1
2011-09-09applets: start using solver codeTimo Teräs1-17/+8
2011-07-11cache: return error if cache sync or download failsTimo Teräs1-3/+3
2011-03-16db, cache: automatically remount cache read-write when neededTimo Teräs1-1/+1
2011-03-16db: handle arch similarly to stable branchTimo Teräs1-1/+2
2010-12-10db: remove support for unsigned repository indexTimo Teräs1-6/+3
2010-06-11First steps for libapkNatanael Copa1-0/+1
2010-06-05all: rework how arrays workTimo Teräs1-4/+1
2010-03-01cache: do not download files existing in local repositoryTimo Teras1-1/+1
2009-08-06db: prefer local repositories, and implement --no-networkTimo Teras1-10/+7
2009-08-06all: implement database open optionsTimo Teras1-13/+6
2009-08-04state: fix world dependencies to be honored alwaysTimo Teras1-2/+6
2009-07-31apk: use *at instead of chdir+normal file syscallTimo Teras1-30/+33
2009-07-22various: misc fixesTimo Teras1-3/+4
2009-07-20db: signed index loading (ref #46)Timo Teras1-2/+3
2009-07-15cache: make cache cleaning work again properlyTimo Teras1-24/+27
2009-07-14db: live with sha1 and md5Timo Teras1-11/+12
2009-07-14blob: some helpers to replace snprintfTimo Teras1-3/+4
2009-07-09implement --update-cache optionNatanael Copa1-0/+1
2009-07-07cache: delete also wget temporary filesTimo Teras1-2/+10
2009-07-07cache: use changeset to figure out downloadablesTimo Teras1-3/+23
2009-07-07db: open flags revisitedTimo Teras1-1/+1
2009-06-29cache: new applet (ref #49)Timo Teras1-0/+150