summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/sha256.h
AgeCommit message (Collapse)Author
2020-02-18Remove code tagged APT_PKG_590, add some missing includesJulian Andres Klode
Remove all code scheduled to be removed after 5.90, and fix files to include files they previously got from hashes.h including more headers.
2020-01-14Remove includes of (md5|sha1|sha2).h headersJulian Andres Klode
Remove it everywhere, except where it is still needed.
2011-07-29apt-pkg/contrib/sha256.h: use #warning to warn about deprecated headerMichael Vogt
2011-02-25move sha512,256 into apt-pkg/sha2.{cc,h}, move gifford implementation to ↵Michael Vogt
sha2_internal.{cc,h}
2009-04-24build fixes for g++-4.4Michael Vogt
2007-09-10* make apt build with g++ 4.3Michael Vogt
2006-12-14* merged the no-pragma branchMichael Vogt
2006-12-07* apt-pkg/contrib/progress.ccMichael Vogt
- only check time on precent boundaries (seems to make a real difference on ARM, see debian #398381) * apt-pkg/contrib/sha256.cc: - added #pragma interface * apt-pkg/contrib/sha256.h: - remove unneeded stdint.h include * apt-pkg/vendorlist.cc: - fix qualifier to make it build with -O0 * po/: - make update-po
2006-10-02* removed the pragma messMichael Vogt
2006-03-08* added ajs patchMichael Vogt