summaryrefslogtreecommitdiff
path: root/dedup
AgeCommit message (Expand)Author
2023-05-09add type annotations to most of the codeHEADmasterHelmut Grohne
2021-12-31dedup.utils: uninline helper function iterate_packagesHelmut Grohne
2021-12-30DecompressedStream: improve performanceHelmut Grohne
2021-12-29DecompressedStream: fix endless loopHelmut Grohne
2021-12-29DecompressedHash: also gain a name property for consistencyHelmut Grohne
2021-12-29ImageHash: gain a name propertyHelmut Grohne
2021-12-29don't return the first parameter from hash_fileHelmut Grohne
2021-12-29drop unused function sql_add_version_compareHelmut Grohne
2021-12-29DecompressedStream: avoid mixing types for variable dataHelmut Grohne
2021-12-29DecompressedStream: eliminate redundant closed fieldHelmut Grohne
2020-10-25externalize ar parsing to arpyHelmut Grohne
2020-02-16drop support for Python 2.xHelmut Grohne
2018-06-25adapt to python3-magic/2:0.4.15-1 APIHelmut Grohne
2017-09-23add module dedup.filemagicHelmut Grohne
2017-09-13fix HashBlacklistContent.copyHelmut Grohne
2016-07-29repository movedHelmut Grohne
2016-06-09DecompressedStream: fix decompression without flushHelmut Grohne
2016-05-25autoimport: improve fetching package listsHelmut Grohne
2016-05-23move dedup.debpkg.process_control back into importpkgHelmut Grohne
2016-05-23DebExtractor: implement parsing of control.tarHelmut Grohne
2016-05-22DecompressedStream: implement readlineHelmut Grohne
2016-05-05treat Pre-Depends like regular DependsHelmut Grohne
2016-05-01push more functionality into DebExtractorHelmut Grohne
2016-04-28decouple a function decompress out of decompress_tarHelmut Grohne
2016-04-28extend functionality of DecompressedStreamHelmut Grohne
2016-04-19add a class DebExtractor for guiding feature extractionHelmut Grohne
2016-04-16add a validate method to HashedStreamHelmut Grohne
2015-04-16process_control: do not encode to asciiHelmut Grohne
2015-04-16element access on bytes yields int in py3kHelmut Grohne
2015-04-16zlib.crc32 behaves inconsistently on py2 vs py3Helmut Grohne
2015-04-16there is no itertools.imap in py3kHelmut Grohne
2015-04-16distinguish bytes from unicode for py3kHelmut Grohne
2014-05-11importpkg: add support for control.tar and control.tar.xzGuillem Jover
2014-05-11dedup.arreader: remove trailing slash from ar membersGuillem Jover
2014-02-23spell check commentsHelmut Grohne
2014-02-23fix spelling mistakeHelmut Grohne
2014-02-19blacklist content rather than hashesHelmut Grohne
2014-02-19GzipDecompressor: don't treat checksum as garbage trailerHelmut Grohne
2014-02-19DecompressedHash should fail on trailing inputHelmut Grohne
2013-10-03work around python-debian's #670679Helmut Grohne
2013-09-04webapp: serve static files from /staticHelmut Grohne
2013-09-02importpkg: move library-like parts to dedup.debpkgHelmut Grohne
2013-08-16make debian version_compare available in sqlHelmut Grohne
2013-08-16webapp templates: add an anchor for file issuesHelmut Grohne
2013-08-01support hashing gif imagesHelmut Grohne
2013-07-30templates/binary: space between package and compareHelmut Grohne
2013-07-30templates: wiki.d.o redirects to https nowHelmut Grohne
2013-07-27also move the static directory into the dedup packageHelmut Grohne
2013-07-27move templates to dedup packageHelmut Grohne
2013-07-26verify package hashes when importing via httpHelmut Grohne