index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
contrib
/
hashes.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Parse Checksum fields via pkgTagSection::Key, too
David Kalnischkies
2022-04-01
1
-0
/
+11
*
HexDigest: Silence -Wstringop-overflow
Julian Andres Klode
2020-12-04
1
-0
/
+1
*
Initialize libgcrypt on first use
Julian Andres Klode
2020-02-25
1
-0
/
+23
*
Remove code tagged APT_PKG_590, add some missing includes
Julian Andres Klode
2020-02-18
1
-0
/
+1
*
Convert users of {MD5,SHA1,SHA256,SHA512}Summation to use Hashes
Julian Andres Klode
2020-01-14
1
-8
/
+17
*
Raise buffer size for Hashes::AddFD() from 4 KiB to 64 KiB
Julian Andres Klode
2020-01-14
1
-2
/
+3
*
hashes: Use Libgcrypt for hashing purposes
Julian Andres Klode
2020-01-14
1
-36
/
+70
*
Apply various suggestions by cppcheck
David Kalnischkies
2019-07-08
1
-4
/
+1
*
hashes: Remove deprecated functions
Julian Andres Klode
2019-02-26
1
-21
/
+0
*
Use std::to_string() for HashStringList::FileSize() getter
Julian Andres Klode
2019-02-04
1
-3
/
+1
*
Remove obsolete RCS keywords
Guillem Jover
2018-05-07
1
-1
/
+0
*
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
1
-6
/
+6
*
avoid explicit types for pkg counts by auto
David Kalnischkies
2017-06-26
1
-3
/
+3
*
try not to call memcpy with length 0 in hash calculations
David Kalnischkies
2016-09-01
1
-0
/
+2
*
Allow lowering trust level of a hash via config
Julian Andres Klode
2016-03-28
1
-1
/
+10
*
Do not consider SHA1 usable
Julian Andres Klode
2016-03-13
1
-1
/
+2
*
use unusable-for-security hashes for integrity checks
David Kalnischkies
2015-09-01
1
-0
/
+1
*
Consider md5sum no longer a usable hash
Michael Vogt
2015-09-01
1
-4
/
+11
*
make all d-pointer * const pointers
David Kalnischkies
2015-08-10
1
-14
/
+15
*
apply various style suggestions by cppcheck
David Kalnischkies
2015-08-10
1
-1
/
+1
*
support hashes for compressed pdiff files
David Kalnischkies
2015-06-09
1
-3
/
+8
*
rework hashsum verification in the acquire system
David Kalnischkies
2015-06-09
1
-0
/
+10
*
implement VerifyFile as all-hashes check
David Kalnischkies
2015-05-12
1
-7
/
+14
*
calculate only expected hashes in methods
David Kalnischkies
2015-04-19
1
-15
/
+48
*
replace ignore-deprecated #pragma dance with _Pragma
David Kalnischkies
2014-11-08
1
-21
/
+6
*
promote filesize to a hashstring
David Kalnischkies
2014-10-24
1
-5
/
+27
*
support parsing of all hashes for pdiff
David Kalnischkies
2014-09-30
1
-2
/
+2
*
use HashStringList in the acquire system
David Kalnischkies
2014-05-09
1
-24
/
+73
*
add a simple container for HashStrings
David Kalnischkies
2014-05-09
1
-14
/
+104
*
Implement CacheDB for source packages in apt-ftparchive
Michael Vogt
2014-04-04
1
-1
/
+1
*
follow method attribute suggestions by gcc
David Kalnischkies
2014-03-13
1
-1
/
+1
*
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
1
-1
/
+5
*
correct some style/performance/warnings from cppcheck
David Kalnischkies
2014-01-16
1
-3
/
+2
*
add check when sources.list changed
Michael Vogt
2013-11-26
1
-4
/
+21
*
try to avoid direct usage of .Fd() if possible and do read()s and co
David Kalnischkies
2011-12-17
1
-5
/
+35
*
do not pollute namespace in the headers with using (Closes: #500198)
David Kalnischkies
2011-09-19
1
-13
/
+13
*
Support large files in the complete toolset. Indexes of this
David Kalnischkies
2011-09-13
1
-5
/
+5
*
reorder includes: add <config.h> if needed and include it at first
David Kalnischkies
2011-09-13
1
-1
/
+3
*
fix sha512 calculation in Hashes::VerifyFiles()
David Kalnischkies
2011-07-14
1
-10
/
+9
*
enable Hashes::AddFD() to skip creation of certain hashes
David Kalnischkies
2011-07-13
1
-7
/
+12
*
add sha512 support in the client now as well
Michael Vogt
2011-02-25
1
-1
/
+8
*
merge r1966..1967 from lp:~donkult/apt/sid
Michael Vogt
2010-01-31
1
-2
/
+2
*
The 'not dead yet' release
Michael Vogt
2009-07-21
1
-7
/
+4
|
\
|
*
add the various foldmarkers in apt-pkg & cmdline (no code change)
David Kalnischkies
2009-06-30
1
-7
/
+4
*
|
* apt-pkg/contrib/hashes.cc, apt-pkg/contrib/md5.cc:
Julian Andres Klode
2009-07-16
1
-4
/
+9
|
/
*
* apt-pkg/acquire-item.{cc,h}:
Michael Vogt
2007-07-30
1
-1
/
+1
*
* implement sha256/sha1/md5 checking with proper backward compatibility
Michael Vogt
2007-07-26
1
-0
/
+84
*
* remove all the remaining #pragma implementation
Michael Vogt
2007-06-08
1
-4
/
+0
*
* added ajs patch
Michael Vogt
2006-03-08
1
-0
/
+1
*
* merged with my apt--fixes--0 branch
Michael Vogt
2005-05-23
1
-2
/
+2
[next]