summaryrefslogtreecommitdiff
path: root/src/cache.c
AgeCommit message (Expand)AuthorFilesLines
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