summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi/vartree.py
Commit message (Expand)AuthorAgeFilesLines
* Use r'' for regex.Zac Medico2011-01-171-1/+1
* Update copyright headers for touched files.Zac Medico2011-01-161-1/+1
* CONTENTS: handle malformed sym entriesZac Medico2011-01-161-2/+10
* 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
* vardbapi: unicode safe UnpicklingError messageZac Medico2010-11-301-2/+2
* Fix MergeProcess elog handling.Zac Medico2010-11-121-2/+16
* Merge package files in a subprocess.Zac Medico2010-11-111-67/+80
* 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
* 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
* 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
* reposyntax: Print cpv from all repos for "masked by" messagesSebastian Luther2010-09-261-1/+1
* reposyntax: Add support all over the placeSebastian Luther2010-09-261-1/+2
* always use eroot with CONFIG_MEMORY_FILEFabian Groffen2010-09-231-2/+2
* catch another case where using EROOT is absolutely not correct:Fabian Groffen2010-09-181-1/+2
* Drop PREFIX LOCAL markersFabian Groffen2010-09-181-10/+2
* don't use EROOT or an upgrade of a package will result in the package being u...Fabian Groffen2010-09-171-2/+8
* Do NOT use EROOT when merging files to the live filesystem! It inevitably mak...Fabian Groffen2010-09-171-3/+10
* Make EbuildBuildDir use the PORTAGE_BUILDDIR variable instead of theZac Medico2010-09-141-1/+0
* Bug #336142 - Use EbuildBuildDir for threaded locking of PORTAGE_BUILDDIRZac Medico2010-09-131-31/+8
* Make dblink.lockdb() use AsynchronousLock.Zac Medico2010-09-131-29/+7
* Bug #336142 - When looking of packages that own files for file collisionsZac Medico2010-09-131-9/+24
* Bug #336142 - Add support for using a thread to wait for locks insideZac Medico2010-09-131-2/+32
* Mark some messages for localization.Arfrever Frehtes Taifersar Arahesis2010-09-081-4/+4
* Make dblink._merge() use a PollScheduler instance directly sinceZac Medico2010-09-051-5/+4
* Make atomic directory creation code in dblink.mergeme() use equivalentZac Medico2010-09-011-4/+16
* In dblink.mergeme(), handle EISDIR which can be raised from mkdir callsZac Medico2010-08-311-2/+4
* Fix portage to create directories atomically in fast build.David James2010-08-311-9/+20
* Update portage to create directories atomically.David James2010-08-311-4/+4
* Use self.dbapi.getpath() to simplify code in vartree.get_provide().Zac Medico2010-08-311-1/+1
* Bug #335439 - Fix "AttributeError: 'vartree' object has no attributeZac Medico2010-08-311-1/+1
* When portage updates itself and the new version either inheritsZac Medico2010-08-311-1/+3
* Use _ENABLE_PRESERVE_LIBS and _ENABLE_DYN_LINK_MAP constants to controlZac Medico2010-08-301-7/+13
* Always check if vardbapi._linkmap and vardbapi._plib_registry areZac Medico2010-08-291-41/+90
* Rename vardbapi.linkmap to vardbapi._linkmap since I'mZac Medico2010-08-291-9/+9
* Rename vardbapi.plib_registry to vardbapi._plib_registry since I'mZac Medico2010-08-291-15/+15
* Move LinkageMap to a new portage.util._dyn_libs.LinkageMapELF module.Zac Medico2010-08-291-614/+3
* Move PreservedLibsRegistry to a new portage.util._dyn_libs.PreservedLibsRegis...Zac Medico2010-08-291-117/+2
* Remove unused imports found by pylint.Arfrever Frehtes Taifersar Arahesis2010-08-291-1/+1
* * Make dblink instantiate the ConfigProtect object on demand instead ofZac Medico2010-08-241-6/+18
* * By default, disable the calc_prelink parameter to perform_md5() forZac Medico2010-08-211-5/+7