summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi
Commit message (Expand)AuthorAgeFilesLines
* lock-helper.py: use PORTAGE_PYM_PATH for safetyZac Medico2010-11-231-0/+1
* AsynchronousLock: use subprocess if no threadsZac Medico2010-11-231-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
* Merge findname2/findLicensePath diff from master.Zac Medico2010-09-301-5/+2
* entries from preserved registry already include EPREFIX, so don't use EROOT o...Fabian Groffen2010-09-301-1/+1
* use ROOT iso EROOT with PreservedLibsRegistry, since all entries already have...Fabian Groffen2010-09-301-1/+1
* use ROOT, not EROOT so we don't get a double prefixFabian Groffen2010-09-301-2/+2
* use ROOT, not EROOT so we don't get a double prefixFabian Groffen2010-09-301-3/+3
* 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
* Move all imports in bintree.py to the top.Zac Medico2010-09-251-22/+14
* 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-082-7/+7
* Make the deprecation warning for the first pordbapi constructorZac Medico2010-09-071-1/+1
* Fix confusing deprecation message for the first parameter of theZac Medico2010-09-071-2/+2
* Add a new package set called @unavailable-binaries which matchesZac Medico2010-09-071-0/+5
* Make dblink._merge() use a PollScheduler instance directly sinceZac Medico2010-09-051-5/+4
* Make portdbapi.aux_get() use a PollScheduler instance directly sinceZac Medico2010-09-051-5/+5
* use EROOT with CACHE_PATHFabian Groffen2010-09-041-1/+1
* Move registration of the close_portdbapi_caches() exit hook from theZac Medico2010-09-031-0/+2
* 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-292-3/+2
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2010-08-281-1/+1
* Fix breakage in use_reduce() calls where token_class=Atom is incorrect.Zac Medico2010-08-261-1/+6
* Make use_reduce() call Atom.evaluate_conditionals() when matchall is False,Zac Medico2010-08-261-12/+2
* Let use_reduce and Atom do EAPI checksSebastian Luther2010-08-261-3/+1
* * Make dblink instantiate the ConfigProtect object on demand instead ofZac Medico2010-08-241-6/+18