summaryrefslogtreecommitdiff
path: root/dedup/hashing.py
AgeCommit message (Collapse)Author
2016-04-16add a validate method to HashedStreamHelmut Grohne
2015-04-16there is no itertools.imap in py3kHelmut Grohne
2015-04-16distinguish bytes from unicode for py3kHelmut Grohne
2014-02-23spell check commentsHelmut Grohne
2014-02-19blacklist content rather than hashesHelmut Grohne
Otherwise the gzip hash cannot tell the empty stream and the compressed empty stream apart.
2014-02-19DecompressedHash should fail on trailing inputHelmut Grohne
Otherwise all files smaller than 10 bytes are successfully hashed to the hash of the empty input when using the GzipDecompressor. Reported-By: Olly Betts
2013-07-26verify package hashes when importing via httpHelmut Grohne
2013-02-21move hashing functions to module dedup.hashingHelmut Grohne