summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* elog/collect_ebuild_messages: strip trailing \nv2.2.0_alpha62Zac Medico2011-10-051-0/+1
* match_to_list: preserve orderZac Medico2011-10-051-1/+8
* test_best_match_to_list: test all permutationsv2.2.0_alpha61Zac Medico2011-10-051-9/+19
* dblink._elog_process: preserve empty linesZac Medico2011-10-041-2/+0
* Execute tests bundled with the whirlpool module.Zac Medico2011-10-041-0/+16
* Mark some messages for translation.Arfrever Frehtes Taifersar Arahesis2011-10-051-10/+14
* whirlpool.py: fix for python3Zac Medico2011-10-041-4/+5
* whirlpool.py: skip tests during importZac Medico2011-10-041-6/+7
* RepoConfig: sort __slots__Zac Medico2011-10-041-4/+6
* testManifest: enable manifest-hashesZac Medico2011-10-031-0/+1
* repoman: bail out if unsupported manifest-hashesZac Medico2011-10-031-0/+25
* best_match_to_list: order by version numberZac Medico2011-10-032-1/+39
* Suppress warnings with DeprecationWarning.Zac Medico2011-10-031-2/+2
* Warn for questionable layout.conf manifest-hashesZac Medico2011-10-031-1/+23
* manfest.py: import constants directlyZac Medico2011-10-031-17/+20
* repoman: account for GLEP 59 in RMD160 checkZac Medico2011-10-031-20/+20
* GLEP 59: use manifest-hashes list in layout.confZac Medico2011-10-033-31/+19
* Implement GLEP 59 with control via layout.conf.Zac Medico2011-10-023-7/+59
* Manifest.create(): tweak assume-digests codeZac Medico2011-10-021-1/+1
* Manifest.create(): pass allow_* to constructorZac Medico2011-10-021-1/+2
* Prefer slot conflict over blocker display.Zac Medico2011-10-021-5/+6
* print_changelog: if no changelogs, no newlineZac Medico2011-10-021-0/+2
* dblink._elog_process: handle newlines in messagesZac Medico2011-10-021-3/+6
* 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
* whirlpool.py: handle xrange for python3Zac Medico2011-10-011-0/+4
* Manifest2 hash: SHA512Robin H. Johnson2011-10-011-0/+1
* Manifest2 hash: WhirlpoolRobin H. Johnson2011-10-012-2/+794
* 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
* Convert create_color_func into a class.Zac Medico2011-10-011-6/+6
* Add tests for KEYWORDS masking.Zac Medico2011-10-012-1/+357
* KeywordsManager: support ~* in KEYWORDSZac Medico2011-10-011-6/+10
* dispatch-conf: fix replace-wscomments patternRyan Hill2011-10-011-1/+1
* repos.conf: implement trust-authoritative-cacheZac Medico2011-09-301-1/+23
* Fix 'authoritative' spelling.Zac Medico2011-09-303-6/+6
* layout.conf: allow a repository to state the cache is authorativeBrian Harring2011-09-303-7/+13
* depgraph: tweak virtual transition codeZac Medico2011-09-301-5/+5
* depgraph: pull in new-style virtuals moreZac Medico2011-09-303-0/+63
* repoman: never force unsigned manifest commitv2.2.0_alpha60Zac Medico2011-09-291-33/+0
* tweak "missed updates" code from last commitZac Medico2011-09-281-3/+3
* depgraph: verify "missed updates"Zac Medico2011-09-281-0/+4
* dispatch-conf: tweak pager basename comparisonZac Medico2011-09-281-2/+3
* dispatch-conf: support PAGER var for bug #384663Zac Medico2011-09-282-1/+41
* etc-update: support PAGER env var for bug #384663Zac Medico2011-09-282-7/+16
* archive-conf: dispatch_conf import bug #384665Ruggero Morsucci2011-09-281-1/+1
* doebuild: allow_missing_manifests AttributeErrorZac Medico2011-09-281-1/+1
* Manifest.write(): tweak unlink logicZac Medico2011-09-271-2/+6
* manifest: controllable per repoBrian Harring2011-09-279-23/+48