summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi
Commit message (Expand)AuthorAgeFilesLines
* Omit user:pass@ from binhost Packages cache path.Zac Medico2010-12-311-2/+11
* bintree: add timeout for closing binhost connv2.2.0_alpha11Zac Medico2010-12-311-2/+13
* unmerge: ignore rmdir EPERM from mount pointZac Medico2010-12-271-1/+2
* removeFromContents: don't use EROOTFabian Groffen2010-12-151-1/+1
* Preserve existing hardlinks during merge.Zac Medico2010-12-081-19/+8
* quickpkg: revert hardlink fix from bug #185305Zac Medico2010-12-071-4/+0
* Use bytes literals.Arfrever Frehtes Taifersar Arahesis2010-12-061-16/+6
* dbapi.match: Use IUSE to validate built USEZac Medico2010-12-051-1/+6
* fix AttributeError in recent use dep changesZac Medico2010-11-301-1/+3
* vardbapi: unicode safe UnpicklingError messageZac Medico2010-11-301-2/+2
* dbapi: remove redundant missing_enabled/disabledZac Medico2010-11-291-2/+1
* dbapi: sync USE match logic with depgraphZac Medico2010-11-291-7/+22
* portdbapi: eliminate redundant treemap lookupsZac Medico2010-11-261-17/+12
* portdbapi.__init__: always warn for unused paramZac Medico2010-11-261-4/+3
* MergeProcess: suppress finally blocks after forkZac Medico2010-11-131-4/+14
* Fix MergeProcess elog handling.Zac Medico2010-11-121-2/+16
* Merge package files in a subprocess.Zac Medico2010-11-112-67/+121
* complete binhost ssh/sftp port supportZac Medico2010-11-041-12/+11
* binarytree: handle binhost port for sftp/sshZac Medico2010-11-041-4/+16
* Fix portdbapi.getfetchsizes() repo handling.Zac Medico2010-11-021-2/+2
* ebuild(1): fix breakage for /var/db/pkg ebuildsZac Medico2010-10-261-1/+1
* lock-helper.py: use PORTAGE_PYM_PATH for safetyZac Medico2010-10-211-0/+1
* AsynchronousLock: use subprocess if no threadsZac Medico2010-10-211-3/+7
* Make portdbapi constructor backward compatible.Zac Medico2010-10-181-1/+9
* Fix typos in comments.Arfrever Frehtes Taifersar Arahesis2010-10-101-1/+1
* Fix _preload_elog_modules() call.Zac Medico2010-10-071-1/+1
* Preserve elog message continuity during updates.Zac Medico2010-10-071-1/+2
* Add a _preload_elog_modules() function.Zac Medico2010-10-071-2/+2
* Allow repo atoms for unmerge, depclean and prune.Zac Medico2010-10-061-3/+3
* 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
* entries from preserved registry already include EPREFIX, so don't use EROOT o...Fabian Groffen2010-09-291-1/+1
* use ROOT iso EROOT with PreservedLibsRegistry, since all entries already have...Fabian Groffen2010-09-291-1/+1
* use ROOT, not EROOT so we don't get a double prefixFabian Groffen2010-09-291-2/+2
* use ROOT, not EROOT so we don't get a double prefixFabian Groffen2010-09-291-3/+3
* 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-263-4/+4
* reposyntax: Add support all over the placeSebastian Luther2010-09-265-24/+57
* Add PORTAGE_BINHOST sftp protocol support.v2.2_rc87Zac Medico2010-09-251-5/+24
* Implement PORTAGE_BINHOST ssh:// protocol support by spawning sshZac Medico2010-09-251-1/+18