summaryrefslogtreecommitdiff
path: root/dedup
AgeCommit message (Expand)Author
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
2013-05-27dedup.image: img.convert can also raise that crazy stuffHelmut Grohne
2013-03-18dedup.image: mask errors from PILHelmut Grohne
2013-03-12dedup.arreader: missing bytes markerHelmut Grohne
2013-03-12move ArReader from importpkg to dedup.arreaderHelmut Grohne
2013-03-02move fetchiter from webapp to dedup.utilsHelmut Grohne
2013-02-24hash image contentsHelmut Grohne
2013-02-21move compression functions to module dedup.compressionHelmut Grohne
2013-02-21do not track byted compiled python filesHelmut Grohne
2013-02-21move hashing functions to module dedup.hashingHelmut Grohne