summaryrefslogtreecommitdiffstats
path: root/pym/portage/util/_dyn_libs/LinkageMapELF.py
Commit message (Expand)AuthorAgeFilesLines
* LinkageMapELF: handle null bytes in NEEDED.ELF.2Zac Medico2012-01-311-0/+7
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-261-0/+1
* Fix a typo in the previous commit.v2.2.0_alpha47Zac Medico2011-07-231-1/+1
* LinkageMapELF.getOwners(): add note about plibsZac Medico2011-07-231-0/+5
* LinkageMapELF: fix reversed x, cpv var refsZac Medico2011-07-231-1/+1
* LinkageMapELF: remove 5-tuple unpack codeZac Medico2011-07-221-17/+22
* LinkageMapELF: add getOwners() method and use itZac Medico2011-07-221-13/+41
* LinkageMapELF: use a class for _obj_properiesZac Medico2011-07-221-11/+31
* LinkageMapELF: optimize memory usageZac Medico2011-07-221-9/+20
* Optimize LinkageMapELF.findConsumers().Zac Medico2011-07-201-7/+8
* Fix unused case in LinkageMapELF.findConsumers().Zac Medico2011-07-191-8/+12
* preserve-libs: search for alt providers of sonameZac Medico2011-07-171-8/+50
* LinkageMapElf.findConsumers(): fix $ROOT handlingZac Medico2011-06-301-1/+2
* LinkageMapElf: clarify findConsumers soname codeZac Medico2011-06-301-4/+4
* LinkageMapElf.isMasterLink(): handle libprocZac Medico2011-06-301-1/+10
* Fix a typo in a docstring.Zac Medico2011-06-301-1/+1
* LinkageMapELF.isMasterLink(): literally compareZac Medico2011-06-301-3/+5
* Only create soname symlinks in global libdirs.Zac Medico2011-06-291-1/+1
* _LibGraphNode: re-use the _key attributeZac Medico2011-05-141-3/+10
* LinkageMapELF: remove unused importsv2.2.0_alpha32Zac Medico2011-05-081-3/+1
* linkmap: use exclude_pkgs for the registry tooZac Medico2011-05-081-2/+9
* linkmap: check for access before locking vardbapiZac Medico2011-05-071-2/+5
* Use EROOT with VDB_PATH in recent changes.Zac Medico2011-05-071-3/+2
* Use finer grained locks for install.David James2011-05-071-9/+14
* preserve-libs: fix linkmap logic for new plibsZac Medico2011-05-061-6/+27
* Show paths of corrupt NEEDED.ELF.2 files.Zac Medico2010-10-211-6/+10
* remove double prefix in LinkageMapELFFabian Groffen2010-09-291-6/+6
* Rename vardbapi.plib_registry to vardbapi._plib_registry since I'mZac Medico2010-08-291-2/+2
* Move LinkageMap to a new portage.util._dyn_libs.LinkageMapELF module.Zac Medico2010-08-291-0/+633