Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-29 | DecompressedHash: also gain a name property for consistency | Helmut Grohne | |
2021-12-29 | don't return the first parameter from hash_file | Helmut Grohne | |
Returning the object gets us into trouble as to what precisely the return type is at no benefit. | |||
2020-02-16 | drop support for Python 2.x | Helmut Grohne | |
2017-09-13 | fix HashBlacklistContent.copy | Helmut Grohne | |
It wasn't copying the stored member and thus could be blacklist "wrong" content after a copy. | |||
2016-04-16 | add a validate method to HashedStream | Helmut Grohne | |
2015-04-16 | there is no itertools.imap in py3k | Helmut Grohne | |
2015-04-16 | distinguish bytes from unicode for py3k | Helmut Grohne | |
2014-02-23 | spell check comments | Helmut Grohne | |
2014-02-19 | blacklist content rather than hashes | Helmut Grohne | |
Otherwise the gzip hash cannot tell the empty stream and the compressed empty stream apart. | |||
2014-02-19 | DecompressedHash should fail on trailing input | Helmut 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-26 | verify package hashes when importing via http | Helmut Grohne | |
2013-02-21 | move hashing functions to module dedup.hashing | Helmut Grohne | |