aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* RepoConfig: allow repos.conf 'masters' overrideZac Medico2011-10-081-8/+18
* tests: fix whitespace to be consistentMike Frysinger2011-10-081-10/+10
* MaskManager: Fix stacking of lines from master repositories.Arfrever Frehtes Taifersar Arahesis2011-10-081-4/+5
* RepoConfigLoader: Recursively expand masters.Arfrever Frehtes Taifersar Arahesis2011-10-081-21/+27
* whirlpool.py: tabs to spacesv2.2.0_alpha64Zac Medico2011-10-081-6/+6
* portage/mail: always UTF-8 charset for MIMETextZac Medico2011-10-081-2/+1
* 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
* 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
* 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
* 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
* 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: pull in new-style virtuals moreZac Medico2011-09-302-0/+57
* 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-276-10/+33
* merge: handle \r in file names for bug #384597Zac Medico2011-09-271-3/+4
* porttree.py: remove unused variablesZac Medico2011-09-271-7/+5
* Cleanup unused variables / imports reported by pyflakes.David James2011-09-262-4/+1
* tests/emerge: call ebuild(1)Zac Medico2011-09-261-0/+9
* portdbapi.xmatch: fix unknown repo / return emptyZac Medico2011-09-241-1/+4
* portdbapi: deprecate unused 'visible' methodZac Medico2011-09-241-7/+6
* portdbapi.xmatch: combine match-all with othersZac Medico2011-09-241-22/+3