]> git.saurik.com Git - apt.git/commit
Check for cached hash entries to determine which (if any) hash types
authorDominic Benson <dominic@dgeb.net>
Mon, 20 Jun 2016 12:47:46 +0000 (13:47 +0100)
committerDominic Benson <dominic@dgeb.net>
Mon, 20 Jun 2016 12:47:46 +0000 (13:47 +0100)
commit51018e947ab1df3ddba5d7a84ed2284d599d8a12
tree41eb7a28fc7f9888aa1f0c3cc5416c518131416f
parent5ff8dd6bd1c30c29a7398e339d3bdeaffe2f4489
Check for cached hash entries to determine which (if any) hash types
need to be generated for the current file.
In 1.0.9, each hash type was handled by a separate method, each of
which checked the cache. It looks like when these code paths were
unified (in a311fb96b84757ef8628e6a754232614a53b7891) the cache
checks were not incorporated into the new method.
ftparchive/cachedb.cc