aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove last traces of Manifest1 codeMichał Górny2017-11-061-5/+2
* Replace static MANIFEST2_HASH_FUNCTIONS with dynamic listMichał Górny2017-11-061-3/+3
* Use public API: hashfunc_map -> get_valid_checksum_keys()Michał Górny2017-03-131-2/+2
* repos.conf: support strict-misc-digests attribute (bug 600128)Zac Medico2016-11-241-2/+4
* Manifest._apply_max_mtime: handle EPERM from utime (bug 582388)Zac Medico2016-05-181-3/+14
* Manifest._apply_max_mtime: include all dirs (bug 567920)Zac Medico2015-12-211-5/+15
* Manifest._apply_max_mtime: remove existing_st from docstringZac Medico2015-12-161-2/+0
* Manifest._apply_max_mtime: account for removals and renames (bug 567920)Zac Medico2015-12-151-11/+29
* Manifest.write: stable/predictable Manifest mtime for rsync (bug 557962)Zac Medico2015-08-161-0/+35
* Update dates in recently changed files.Arfrever Frehtes Taifersar Arahesis2014-02-051-1/+1
* various pylint clean upsMike Frysinger2014-02-031-0/+1
* manifest2MiscfileFilter: remove redundant checksv2.2.0_alpha167Zac Medico2013-03-191-4/+2
* Define portage.const.VCS_DIRS and use it in some modules.Arfrever Frehtes Taifersar Arahesis2013-03-131-2/+3
* Use unicode_literals more.Zac Medico2013-01-181-0/+2
* Manifest: make distdir argument optionalZac Medico2013-01-091-2/+2
* Declare regex literal as such.Zac Medico2013-01-071-1/+1
* parseManifest2: handle space in name, bug 450736Zac Medico2013-01-071-14/+18
* Use 'with file' more.Zac Medico2012-12-281-6/+5
* egencache: add --update-manifests, bug #436918Zac Medico2012-10-031-2/+8
* RepoConfig: add find_invalid_path_char methodZac Medico2012-09-231-12/+12
* Use re.UNICODE for category/package name regexes.Zac Medico2012-09-221-1/+15
* Implement PORTAGE_CHECKSUM_FILTER for bug #432170Zac Medico2012-08-211-6/+9
* manifest: remove unused mhashes variableZac Medico2012-07-121-1/+0
* Skip whirlpool digest check when unaccelerated.Zac Medico2012-07-121-2/+4
* Manifest: filter file names with repoman's regexZac Medico2012-03-171-1/+9
* manfest.py: import constants directlyZac Medico2011-10-031-17/+20
* GLEP 59: use manifest-hashes list in layout.confZac Medico2011-10-031-9/+5
* Implement GLEP 59 with control via layout.conf.Zac Medico2011-10-021-3/+13
* Manifest.create(): tweak assume-digests codeZac Medico2011-10-021-1/+1
* Manifest.create(): pass allow_* to constructorZac Medico2011-10-021-1/+2
* Manifest.write(): tweak unlink logicZac Medico2011-09-271-2/+6
* manifest: controllable per repoBrian Harring2011-09-271-2/+9
* Remove Manifest if it is not needed.Zac Medico2011-09-141-7/+15
* Don't write empty (thin) Manifest files.Zac Medico2011-09-141-1/+4
* Deprecate the manifest1_compat parameter.v2.2.0_alpha56Zac Medico2011-09-131-8/+10
* manifest: remove unused 'pf is None' caseZac Medico2011-09-131-2/+0
* add thin manifest support to the Manifest classBrian Harring2011-09-121-53/+96
* Migrate from codecs.open() to io.open().Zac Medico2011-07-101-4/+4
* Manifest: fix NameError in updateAllHashesZac Medico2011-07-101-1/+2
* Update timestamps in headers of modified files.Zac Medico2011-05-051-1/+1
* Fix Manifest.updateAllHashes()Mike Gilbert2011-05-031-1/+1
* GLEP 55 removalDaniel Robbins2010-07-061-7/+1
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Fix concatenation of list + tuple in Manifest._createManifestEntries().Zac Medico2010-01-301-4/+4
* Bug #301926 - Handle ValueError in parseManifest2(), triggered by corruptZac Medico2010-01-241-1/+4
* Use the stricter _pkgsplit function.Zac Medico2009-10-071-1/+1
* Replace dict.keys() usage with __iter__(), since it behaves identically inZac Medico2009-09-221-4/+4
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-5/+5
* Use range() instead of xrange() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-4/+4