summaryrefslogtreecommitdiff
path: root/ftparchive/cachedb.cc
AgeCommit message (Expand)AuthorFilesLines
2016-06-20Check for cached hash entries to determine which (if any) hash typesDominic Benson1-1/+18
2015-09-14do not generate bogus hashes if hash is disabled in apt-ftparchiveDavid Kalnischkies1-4/+9
2015-08-10fix memory leaks reported by -fsanitizeDavid Kalnischkies1-0/+1
2015-04-19calculate only expected hashes in methodsDavid Kalnischkies1-2/+2
2015-03-16merge debian/sid into debian/experimentalDavid Kalnischkies1-3/+3
2015-01-10128 KiB DSC files ought to be enough for everyoneDavid Kalnischkies1-3/+3
2014-10-24promote filesize to a hashstringDavid Kalnischkies1-0/+4
2014-09-27fix: warning: extra ‘;’ [-Wpedantic]David Kalnischkies1-3/+3
2014-06-18Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-10/+72
2014-06-04Add compat mode for old (32bit FileSize) CacheDB (LP: #1274466)Michael Vogt1-10/+59
2014-05-27use free() instead of delete() when realloc is usedMichael Vogt1-0/+13
2014-05-09deal with hashes in ftparchive more dynamic as wellDavid Kalnischkies1-133/+61
2014-05-08fix regression from commit 215b0fafMichael Vogt1-14/+4
2014-04-07ensure "--db" also works with the new srcpkgdbMichael Vogt1-1/+1
2014-04-04refactor _InitQuery()Michael Vogt1-8/+8
2014-04-04ensure clean worksMichael Vogt1-5/+14
2014-04-04refactor to make OpenFile/OpenDebFile more robustMichael Vogt1-120/+110
2014-04-04add test for binary cachedb and contents generationMichael Vogt1-0/+1
2014-04-04Implement CacheDB for source packages in apt-ftparchiveMichael Vogt1-45/+101
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-0/+4
2012-05-05ensure that apti18n.h is included last as advertised (Closes: #671623)David Kalnischkies1-2/+3
2011-12-17try to avoid direct usage of .Fd() if possible and do read()s and coDavid Kalnischkies1-4/+4
2011-10-05merge with current debian apt/experimentalDavid Kalnischkies1-5/+9
2011-10-05* apt-pkg/contrib/configuration.cc:Michael Vogt1-5/+9
2011-09-22ftparchive/cachedb.cc: rewrite to fix the fixed length fieldMichael Vogt1-5/+9
2011-09-22* ftparchive/cachedb.cc:Michael Vogt1-1/+1
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies1-0/+1
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies1-6/+6
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-2/+4
2011-02-25move sha512,256 into apt-pkg/sha2.{cc,h}, move gifford implementation to sha2...Michael Vogt1-2/+1
2011-02-22add sha512 support to apt-ftparchiveMichael Vogt1-2/+37
2009-12-01fix a few typos in strings, comments and manpage of apt-ftparchiveDavid Kalnischkies1-3/+3
2009-11-28tell every method in ftparchive/ that const& is sexyDavid Kalnischkies1-9/+9
2009-11-28add APT::FTPArchive::AlwaysStat to disable the too aggressiveDavid Kalnischkies1-5/+9
2009-10-14fix compiler warning: suggest parentheses around && within || in cachedbDavid Kalnischkies1-5/+5
2009-04-09* apt-pkg/contrib/strutl.cc:Michael Vogt1-0/+1
2007-06-08* remove all the remaining #pragma implementationMichael Vogt1-4/+0
2006-07-24* ftparchive/cachedb.cc:Michael Vogt1-7/+6
2006-04-26* give a useful error message for the database changeMichael Vogt1-0/+6
2006-03-08* added ajs patchMichael Vogt1-38/+212
2004-09-20* Build apt-ftparchive with libdb4.2 rather than libdb2Arch Librarian1-13/+22
2004-09-20Lots and lots of i18n updates.Arch Librarian1-7/+8
2004-09-20Missed one st_mtime.Arch Librarian1-2/+2
2004-09-20s/st_mtime/mtime/ on our local stat structure in apt-ft...Arch Librarian1-5/+5
2004-09-20G++3 fixes from RandolphArch Librarian1-2/+2
2004-09-20Join with aliencodeArch Librarian1-0/+284