summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix erroneoud reference to self.aux_get in bintree.move_ent().Zac Medico2010-08-221-1/+2
* * By default, disable the calc_prelink parameter to perform_md5() forZac Medico2010-08-211-5/+7
* Fix UnboundLocalError for catdir inside dblink.unmerge().Zac Medico2010-08-211-1/+2
* Revert back to using ROOT for env_update(), since that's how theZac Medico2010-08-211-2/+3
* Fix env_update() calls to use EROOT.Zac Medico2010-08-211-2/+2
* Add a deprecation warning to FetchlistDict.has_key().Zac Medico2010-08-211-0/+3
* * Make dblink._linkmap_rebuild() return early if preserve-libs is disabledZac Medico2010-08-201-2/+10
* Stop using the myroot arguments to the dblink constructor, merge(),Zac Medico2010-08-201-29/+52
* * Fix EROOT handling in various places in vartree.py. It should beZac Medico2010-08-201-40/+55
* Fix LinkageMap to use vardbapi._eroot instead of _root.Zac Medico2010-08-201-1/+1
* Don't pass the myroot parameter to *counter_tick* methods since it'sZac Medico2010-08-201-7/+7
* Make the portagetree.root attribute a property that generates aZac Medico2010-08-201-3/+11
* Remove unused clone paramter from vartree constructor (support andZac Medico2010-08-201-1/+1
* Add experimental EPREFIX/EROOT support to the config and vartreeZac Medico2010-08-192-52/+79
* Use doebuild_environment() to ensure proper environment initializationZac Medico2010-08-181-16/+21
* Use simpler _spawn_phase() instead of doebuild() sinceZac Medico2010-08-181-9/+3
* Move the code from _prepare_env_file() to a new BinpkgEnvExtractorZac Medico2010-08-181-6/+2
* Use _prepare_env_file() to extract environment.bz2 prior to theZac Medico2010-08-181-1/+3