summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/hashes.h
Commit message (Expand)AuthorAgeFilesLines
* apt-pkg: default visibility to hiddenJulian Andres Klode2020-02-261-3/+3
* Remove code tagged APT_PKG_590, add some missing includesJulian Andres Klode2020-02-181-12/+1
* Deprecate the Summation classes and mark them for removalJulian Andres Klode2020-01-141-0/+2
* Convert users of {MD5,SHA1,SHA256,SHA512}Summation to use HashesJulian Andres Klode2020-01-141-0/+7
* hashes: Use Libgcrypt for hashing purposesJulian Andres Klode2020-01-141-4/+4
* Run unifdef -DAPT_{8,9,10,15}_CLEANER_HEADERSJulian Andres Klode2019-06-121-9/+0
* apt-pkg: hashes: Add 'explicit' to single argument constructorsJulian Andres Klode2019-04-301-5/+5
* hashes: Remove deprecated functionsJulian Andres Klode2019-02-261-37/+6
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
* convert various c-style casts to C++-styleDavid Kalnischkies2017-12-131-7/+7
* Replace APT_CONST with APT_PURE everywhereJulian Andres Klode2017-08-241-2/+2
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-2/+1
* try not to call memcpy with length 0 in hash calculationsDavid Kalnischkies2016-09-011-4/+4
* doc: VerifyFile checks all hashes instead of best onlyDavid Kalnischkies2015-11-291-1/+1
* add messages to our deprecation warnings in libaptDavid Kalnischkies2015-11-271-11/+11
* Consider md5sum no longer a usable hashMichael Vogt2015-09-011-0/+1
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-1/+1
* support hashes for compressed pdiff filesDavid Kalnischkies2015-06-091-0/+7
* rework hashsum verification in the acquire systemDavid Kalnischkies2015-06-091-0/+9
* calculate only expected hashes in methodsDavid Kalnischkies2015-04-191-4/+17
* guard const-ification API changesDavid Kalnischkies2014-11-081-0/+2
* replace ignore-deprecated #pragma dance with _PragmaDavid Kalnischkies2014-11-081-7/+2
* promote filesize to a hashstringDavid Kalnischkies2014-10-241-2/+2
* use HashStringList in the acquire systemDavid Kalnischkies2014-05-091-20/+64
* add a simple container for HashStringsDavid Kalnischkies2014-05-091-2/+83
* Implement CacheDB for source packages in apt-ftparchiveMichael Vogt2014-04-041-0/+2
* follow method attribute suggestions by gccDavid Kalnischkies2014-03-131-1/+1
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-4/+9
* warning: cast from type A to type B casts away qualifiers [-Wcast-qual]David Kalnischkies2014-03-131-1/+1
* add check when sources.list changedMichael Vogt2013-11-261-1/+8
* try to avoid direct usage of .Fd() if possible and do read()s and coDavid Kalnischkies2011-12-171-0/+5
* revert 2184.1.2: do not pollute namespace in headersDavid Kalnischkies2011-12-131-0/+6
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-10/+7
* Support large files in the complete toolset. Indexes of thisDavid Kalnischkies2011-09-131-3/+3
* enable Hashes::AddFD() to skip creation of certain hashesDavid Kalnischkies2011-07-131-1/+4
* move sha512,256 into apt-pkg/sha2.{cc,h}, move gifford implementation to sha2...Michael Vogt2011-02-251-2/+1
* add sha512 support in the client now as wellMichael Vogt2011-02-251-1/+3
* * apt-pkg/contrib/hashes.h:Michael Vogt2007-09-101-0/+1
* * apt-pkg/acquire-item.{cc,h}:Michael Vogt2007-07-301-0/+3
* * implement sha256/sha1/md5 checking with proper backward compatibilityMichael Vogt2007-07-261-0/+27
* * remove the remaining #ifdef __GNUG__ bitsMichael Vogt2006-10-021-2/+0
* * removed the pragma messMichael Vogt2006-10-021-1/+0
* * added ajs patchMichael Vogt2006-03-081-1/+3
* * merged with my apt--fixes--0 branchMichael Vogt2005-05-231-0/+4
* BSD testing fixesArch Librarian2004-09-201-4/+3
* More SHA-1 prepArch Librarian2004-09-201-0/+41