aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* checksum.py: use fchksum.fmd5t directlyZac Medico2011-10-011-4/+1
* checksum.py: lazily import bundled whirlpoolZac Medico2011-10-011-7/+7
* Manifest2 hash backend provider: mhashRobin H. Johnson2011-10-011-0/+19
* Manifest2 hash: SHA512Robin H. Johnson2011-10-011-0/+1
* Manifest2 hash: WhirlpoolRobin H. Johnson2011-10-011-2/+6
* Refactor RMD160 hashlib code for less-hardcodingRobin H. Johnson2011-10-011-9/+12
* Convert _generate_hash_function into a class.Zac Medico2011-10-011-6/+11
* Use portage.subprocess_getstatusoutput() more.Zac Medico2011-07-121-6/+3
* repoman: handle PermissionDenied from digestgenZac Medico2011-06-171-2/+13
* Remove unused imports found by pylint.Arfrever Frehtes Taifersar Arahesis2010-08-291-2/+2
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Make verify_all() do checksums in sorted order by hash name.Zac Medico2010-02-031-1/+1
* Replace dict.keys() usage with __iter__(), since it behaves identically inZac Medico2009-09-221-1/+1
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* Fix all remaining SyntaxErrors with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* Update system imports for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-2/+5
* Update syntax of numbers for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-5/+5
* Replace _content_encoding, _fs_encoding, and _merge_encoding with directZac Medico2009-08-211-5/+4
* Prepare 308 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-08-151-2/+3
* Make _generate_hash_function() use _fs_encoding to encode the filenameZac Medico2009-08-151-1/+2
* In perform_checksum(), encode the filename with correct encoding beforeZac Medico2009-08-151-5/+12
* Fix dblink._unmerge_pkgfiles() to use the correct version of perform_md5Zac Medico2009-08-151-1/+3
* Use portage._merge_encoding to encode/decode all filenames duringZac Medico2009-08-141-0/+4
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-4/+4
* With python-2.6, importing the Crypto.Hash.MD5 and Crypto.Hash.SHA modulesZac Medico2008-11-081-4/+1
* Py3k compatibility patch by Ali Polatel <hawking@g.o>.Zac Medico2008-07-021-1/+4
* Avoid python-2.6 deprecation warnings for md5 and sha modules by tryingZac Medico2008-06-301-3/+13
* Move prelink tempfile cleanup to the finally block andZac Medico2007-09-271-6/+2
* Bug #190179 - Use `prelink --verify filename` to write theZac Medico2007-09-241-5/+9
* Run pychecker over everything, fix obvious thing slike modules not in use, va...Alec Warner2007-07-221-3/+3
* Remove unused imports and unnecessary dict.keys() call.Zac Medico2007-06-241-3/+1
* add hashlib support for checksum verification, refactor checksum functions to...Marius Mauch2007-06-231-54/+71
* Remove more unnecessary list generation.Zac Medico2007-06-211-3/+3
* For bug #173184, handle the CommandNotFound that is produced during uninstall...Zac Medico2007-04-021-4/+9
* Make verify_all() return an "insufficient data" error if there is not at leas...Zac Medico2007-02-231-0/+18
* Namespace sanitizing, step 3Marius Mauch2007-01-251-1/+1
* Namespace sanitizing, step 2Marius Mauch2007-01-251-14/+14
* Namespace sanitizing, step 1Marius Mauch2007-01-251-0/+219