index
:
~helmut/debian-dedup.git
binaryfilename
blobhash
conflicts
controldata
hashid
master
morehashes
multiarch
multiarchhints
sqlalchemy
ssdeep
zstd
Unnamed repository; edit this file 'description' to name the repository.
Helmut Grohne
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
importpkg.py
Age
Commit message (
Expand
)
Author
2023-05-09
add type annotations to most of the code
HEAD
master
Helmut Grohne
2021-12-31
importpkg.py + readyaml.py: prefer the C libyaml implementation
Helmut Grohne
2021-12-29
importpkg: fix suprression of boring content
Helmut Grohne
2021-12-29
DecompressedHash: also gain a name property for consistency
Helmut Grohne
2021-12-29
ImageHash: gain a name property
Helmut Grohne
2020-02-16
drop support for Python 2.x
Helmut Grohne
2016-05-24
use urlopen from urllib2 on py2
Helmut Grohne
2016-05-23
move dedup.debpkg.process_control back into importpkg
Helmut Grohne
2016-05-23
importpkg: fix --hash broken in previous commit
Helmut Grohne
2016-05-23
remove curl dependency
Helmut Grohne
2016-05-21
move from deprecated optparse to argparse
Helmut Grohne
2016-05-01
push more functionality into DebExtractor
Helmut Grohne
2016-04-28
support Python 3.x in importpkg
Helmut Grohne
2016-04-28
decouple a function decompress out of decompress_tar
Helmut Grohne
2016-04-21
importpkg: move the hash function list to the extractor class
Helmut Grohne
2016-04-19
add a class DebExtractor for guiding feature extraction
Helmut Grohne
2016-04-16
add a validate method to HashedStream
Helmut Grohne
2016-04-16
importpkg: use yaml dumper directly
Helmut Grohne
2016-04-16
importpkg: refactor commit handling out of process_package*
Helmut Grohne
2015-04-16
use binary stdin on py3k
Helmut Grohne
2015-04-16
distinguish bytes from unicode for py3k
Helmut Grohne
2014-07-23
importpkg: be more liberal in control file naming
Helmut Grohne
2014-05-11
importpkg: reduce copy&paste
Helmut Grohne
2014-05-11
importpkg: add support for data.tar.lzma
Guillem Jover
2014-05-11
importpkg: add support for control.tar and control.tar.xz
Guillem Jover
2014-02-23
spell check comments
Helmut Grohne
2014-02-19
blacklist content rather than hashes
Helmut Grohne
2013-09-02
importpkg: move library-like parts to dedup.debpkg
Helmut Grohne
2013-08-19
importpkg: don't blacklist boring gzip_sha512 hashes
Helmut Grohne
2013-08-01
support hashing gif images
Helmut Grohne
2013-07-29
importpkg.py: support uncompressed data.tar
Helmut Grohne
2013-07-26
verify package hashes when importing via http
Helmut Grohne
2013-07-12
importpkg: simplify state logic
Helmut Grohne
2013-07-12
importpkg: split process_package to process_control
Helmut Grohne
2013-06-10
split the import phase to a yaml stream
Helmut Grohne
2013-03-26
Merge branch schemachange
Helmut Grohne
2013-03-12
move ArReader from importpkg to dedup.arreader
Helmut Grohne
2013-03-09
split content table to a hash table
Helmut Grohne
2013-03-07
enable enforcing foreign keys
Helmut Grohne
2013-03-07
integrate the source table into the package table
Helmut Grohne
2013-03-05
importpkg: source header may contain a version
Helmut Grohne
2013-03-04
importpkg: record the source package relationship
Helmut Grohne
2013-03-02
move sql schema to a separate file
Helmut Grohne
2013-02-24
hash image contents
Helmut Grohne
2013-02-23
importpkg: ignore filenames with encoding errors
Helmut Grohne
2013-02-21
move compression functions to module dedup.compression
Helmut Grohne
2013-02-21
move hashing functions to module dedup.hashing
Helmut Grohne
2013-02-21
rename test.py to importpkg.py
Helmut Grohne