summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi/porttree.py
Commit message (Expand)AuthorAgeFilesLines
...
* portdbapi.xmatch: optimize minimum-visibleZac Medico2011-09-241-10/+4
* portdbapi: tweak single-tree optimizationZac Medico2011-09-241-8/+21
* portdbapi.xmatch: use _visible moreZac Medico2011-09-241-21/+4
* portdbapi: split _visible from _iter_visibleZac Medico2011-09-241-33/+35
* portdbapi: move repo loop to _iter_visibleZac Medico2011-09-241-58/+65
* pordbapi: split _iter_visible method from visibleZac Medico2011-09-241-10/+14
* portdbapi: combine gvisible and visible methodsZac Medico2011-09-241-29/+20
* portdbapi.xmatch: deprecate *match-listZac Medico2011-09-231-9/+15
* portdbapi.xmatch: fix minimum-all for multi-repoZac Medico2011-09-231-7/+16
* Fix cp_list mytree argument for match-all.Zac Medico2011-09-231-1/+1
* portdbapi.xmatch: fix match-all for multi-repoZac Medico2011-09-231-7/+19
* portdbapi.xmatch: deprecate list-visibleZac Medico2011-09-221-0/+5
* Fix minimum/bestmatch-visible for multi-repo.Zac Medico2011-09-221-31/+52
* portdbapi: handle multi-repo visiblityZac Medico2011-09-221-16/+29
* Remove unused Manifest imports.v2.2.0_alpha58Zac Medico2011-09-141-1/+0
* Bind all manifest access through repoconfigsBrian Harring2011-09-121-2/+6
* pordbapi: add unshared cache mode for egencacheZac Medico2011-09-071-6/+27
* Remove "profile" mask support as per PMS 5.2.7.Zac Medico2011-08-081-5/+0
* Migrate from codecs.open() to io.open().Zac Medico2011-07-101-3/+2
* match-all-cpv-only: share match-all cache when okZac Medico2011-06-051-0/+4
* portdbapi.xmatch: remove redundant myval checkZac Medico2011-06-051-7/+5
* portdbapi.xmatch: always pass mytree to cp_listZac Medico2011-06-051-21/+26
* dbapi._iter_match: remove redundant myrepo argsZac Medico2011-06-051-2/+2
* porttree: use pure volatile cache if necessaryZac Medico2011-05-121-6/+12
* portdbapi: tweak cache permission handlingZac Medico2011-05-111-8/+12
* Display: fix fetch restrict msg for RO_DISTDIRSZac Medico2011-03-311-0/+3
* portdbapi: source ebuilds when eclass dir missingZac Medico2011-03-071-2/+0
* Update copyright headers for touched files.Zac Medico2011-01-161-1/+1
* Add missing InvalidAtom import from prev commit.Zac Medico2011-01-161-1/+1
* Use Atom for stricter portdb.cp_all() validation.Zac Medico2011-01-161-4/+7
* portdbapi: eliminate redundant treemap lookupsZac Medico2010-11-261-17/+12
* portdbapi.__init__: always warn for unused paramZac Medico2010-11-261-4/+3
* Fix portdbapi.getfetchsizes() repo handling.Zac Medico2010-11-021-2/+2
* Make portdbapi constructor backward compatible.Zac Medico2010-10-181-1/+9
* Fix typos in comments.Arfrever Frehtes Taifersar Arahesis2010-10-101-1/+1
* Optimize xmatch match-all-cpv-only for repo deps.Zac Medico2010-10-051-7/+17
* Optimize depgraph/portdbapi cache handling.Zac Medico2010-10-041-2/+14
* Fix reversed porttrees findname2/findLicensePath.Zac Medico2010-09-301-2/+2
* Fix broken/reversed order of portdbapi.porttrees.Zac Medico2010-09-301-1/+1
* Fix findLicensePath() breakage from previous.Zac Medico2010-09-301-1/+1
* Make portdbapi.porttrees mutable once again.Zac Medico2010-09-301-11/+8
* More repository handling cleanupSebastian Luther2010-09-301-134/+45
* Use realpath for portdbapi._repository_map and treemap since that'sZac Medico2010-09-271-2/+6
* Use realpath for portdbapi.porttrees and porttree_root since that'sZac Medico2010-09-271-2/+4
* Fix portdbapi.xmatch("minimum-visible") breakage where a repoZac Medico2010-09-271-1/+2
* reposyntax: Add repo config parser, but don't use config files for nowSebastian Luther2010-09-261-50/+11
* reposyntax: Handle missing profiles/repo_name by setting repo_name to x-$(bas...Sebastian Luther2010-09-261-13/+24
* reposyntax: Let portdbapi.getRepositories return repos sorted by prioritySebastian Luther2010-09-261-1/+4
* reposyntax: Print cpv from all repos for "masked by" messagesSebastian Luther2010-09-261-2/+2
* reposyntax: Add support all over the placeSebastian Luther2010-09-261-13/+34