summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/hashes.cc
AgeCommit message (Expand)AuthorFilesLines
2015-09-01use unusable-for-security hashes for integrity checksDavid Kalnischkies1-0/+1
2015-09-01Consider md5sum no longer a usable hashMichael Vogt1-4/+11
2015-08-10make all d-pointer * const pointersDavid Kalnischkies1-14/+15
2015-08-10apply various style suggestions by cppcheckDavid Kalnischkies1-1/+1
2015-06-09support hashes for compressed pdiff filesDavid Kalnischkies1-3/+8
2015-06-09rework hashsum verification in the acquire systemDavid Kalnischkies1-0/+10
2015-05-12implement VerifyFile as all-hashes checkDavid Kalnischkies1-7/+14
2015-04-19calculate only expected hashes in methodsDavid Kalnischkies1-15/+48
2014-11-08replace ignore-deprecated #pragma dance with _PragmaDavid Kalnischkies1-21/+6
2014-10-24promote filesize to a hashstringDavid Kalnischkies1-5/+27
2014-09-30support parsing of all hashes for pdiffDavid Kalnischkies1-2/+2
2014-05-09use HashStringList in the acquire systemDavid Kalnischkies1-24/+73
2014-05-09add a simple container for HashStringsDavid Kalnischkies1-14/+104
2014-04-04Implement CacheDB for source packages in apt-ftparchiveMichael Vogt1-1/+1
2014-03-13follow method attribute suggestions by gccDavid Kalnischkies1-1/+1
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-1/+5
2014-01-16correct some style/performance/warnings from cppcheckDavid Kalnischkies1-3/+2
2013-11-26add check when sources.list changedMichael Vogt1-4/+21
2011-12-17try to avoid direct usage of .Fd() if possible and do read()s and coDavid Kalnischkies1-5/+35
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies1-13/+13
2011-09-13Support large files in the complete toolset. Indexes of thisDavid Kalnischkies1-5/+5
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-1/+3
2011-07-14fix sha512 calculation in Hashes::VerifyFiles()David Kalnischkies1-10/+9
2011-07-13enable Hashes::AddFD() to skip creation of certain hashesDavid Kalnischkies1-7/+12
2011-02-25add sha512 support in the client now as wellMichael Vogt1-1/+8
2010-01-31merge r1966..1967 from lp:~donkult/apt/sidMichael Vogt1-2/+2
2009-07-21The 'not dead yet' releaseMichael Vogt1-7/+4
2009-07-16* apt-pkg/contrib/hashes.cc, apt-pkg/contrib/md5.cc:Julian Andres Klode1-4/+9
2009-06-30add the various foldmarkers in apt-pkg & cmdline (no code change)David Kalnischkies1-7/+4
2007-07-30* apt-pkg/acquire-item.{cc,h}:Michael Vogt1-1/+1
2007-07-26* implement sha256/sha1/md5 checking with proper backward compatibilityMichael Vogt1-0/+84
2007-06-08* remove all the remaining #pragma implementationMichael Vogt1-4/+0
2006-03-08* added ajs patchMichael Vogt1-0/+1
2005-05-23* merged with my apt--fixes--0 branchMichael Vogt1-2/+2
2004-09-20More SHA-1 prepArch Librarian1-0/+43