summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-09add type annotations to most of the codeHEADmasterHelmut Grohne
2022-01-12webapp.py: fuse two sql queries in get_detailsHelmut Grohne
2022-01-12webapp.py: generalize url routerHelmut Grohne
2021-12-31importpkg.py + readyaml.py: prefer the C libyaml implementationHelmut Grohne
2021-12-31dedup.utils: uninline helper function iterate_packagesHelmut Grohne
2021-12-31webapp.py: consistently close cursors using context managersHelmut Grohne
2021-12-30DecompressedStream: improve performanceHelmut Grohne
2021-12-29DecompressedStream: fix endless loopHelmut Grohne
2021-12-29webapp: avoid changing variable typeHelmut Grohne
2021-12-29autoimport: avoid changing variable typeHelmut Grohne
2021-12-29webapp: speed up encode_and_bufferHelmut Grohne
2021-12-29webapp: improve performanceHelmut Grohne
2021-12-29webapp: forward compatibility with newer werkzeugHelmut Grohne
2021-12-29autoimport.py: convert to use pathlibHelmut Grohne
2021-12-29importpkg: fix suprression of boring contentHelmut 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-25drop obsolete python modulesHelmut Grohne
2020-10-25externalize ar parsing to arpyHelmut Grohne
2020-10-25use python3-pil instead of removed python3-imagingHelmut 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-11-13autoimport: fix regresion in url computationHelmut Grohne
2016-07-29repository movedHelmut Grohne
2016-06-09DecompressedStream: fix decompression without flushHelmut Grohne
2016-06-09autoimport: fix hash checkHelmut Grohne
2016-05-25autoimport: improve fetching package listsHelmut Grohne
2016-05-24use urlopen from urllib2 on py2Helmut Grohne
2016-05-23move dedup.debpkg.process_control back into importpkgHelmut Grohne
2016-05-23DebExtractor: implement parsing of control.tarHelmut Grohne
2016-05-23importpkg: fix --hash broken in previous commitHelmut Grohne
2016-05-23remove curl dependencyHelmut Grohne
2016-05-23autoimport: add option to skip hash checkingHelmut Grohne
2016-05-22autoimport: stream package list and use generic decompressorHelmut Grohne
2016-05-22DecompressedStream: implement readlineHelmut Grohne
2016-05-21move from deprecated optparse to argparseHelmut Grohne
2016-05-05treat Pre-Depends like regular DependsHelmut Grohne
2016-05-01push more functionality into DebExtractorHelmut Grohne
2016-05-01use same Python version for autoimport and importpkgHelmut Grohne
2016-04-28support Python 3.x in importpkgHelmut Grohne
2016-04-28decouple a function decompress out of decompress_tarHelmut Grohne
2016-04-28extend functionality of DecompressedStreamHelmut Grohne
2016-04-21importpkg: move the hash function list to the extractor classHelmut Grohne
2016-04-19add a class DebExtractor for guiding feature extractionHelmut Grohne