summaryrefslogtreecommitdiff
path: root/pyanidb/hash.py
AgeCommit message (Collapse)AuthorFilesLines
2010-10-24Switched from deprecated pyxattr calls and decode bytes object from list and ↵Jon Bergli Heier1-6/+6
get calls.
2010-10-21Make code compatible with Python 3.x; should work with 2.6 and newer.Jon Bergli Heier1-4/+4
2010-09-11Added md5, sha1 and crc32 hash-functions.Vegard Storheil Eriksen1-12/+37
2010-03-25Replaced multihash with pure-python ed2k-hash implementation.Vegard Storheil Eriksen1-2/+32
2006-11-20[project @ zyp-20061120141942-788dd99f008634af]zyp1-1/+5
[project @ 67] Fixed bug if missing xattr.
2006-11-17[project @ zyp-20061117200812-d609f675e158ba15]zyp1-1/+7
[project @ 66] Implemented hashing with additional checksums.
2006-10-25[project @ zyp-20061025161443-953b0f9ed85da86e]zyp1-6/+42
[project @ 64] Implemented caching.
2006-10-19[project @ zyp-20061019155421-ad427e9a8f491d9c]zyp1-11/+1
[project @ 60] Using multihash.hash_file().
2006-05-16[project @ zyp-20060516135739-925e0fe0819b13d6]zyp1-0/+40
[project @ 32] Replaced inline hash-code with hash-module.