aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mtimedb: fix hexversion for python issue 5729Zac Medico2012-03-221-1/+1
* PreservedLibsRegistry: try to parse as JSON firstZac Medico2012-03-221-3/+3
* PreservedLibsRegistry: enable JSON write supportZac Medico2012-03-211-2/+2
* pruneNonExisting: handle eselect-opengl symlinksv2.2.0_alpha90Zac Medico2012-03-041-3/+33
* PreservedLibsRegistry: add JSON read/writeZac Medico2012-02-171-10/+51
* LinkageMapELF: handle null bytes in NEEDED.ELF.2Zac Medico2012-01-311-0/+7
* Handle unpickle EOFError.Zac Medico2011-09-031-4/+10
* Handle unpickle AttributeError (bug #381705).Zac Medico2011-09-031-1/+1
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-261-0/+1
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-241-3/+7
* 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-082-4/+2
* PreservedLibsRegistry: normalize counter as strZac Medico2011-05-081-4/+22
* 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
* PreserveLibsRegistry: add lock/unlock assertionsZac Medico2011-05-071-1/+12
* preserve-libs: fix linkmap logic for new plibsZac Medico2011-05-061-6/+27
* Cleanup preserved lib locking in portage.David James2011-05-061-13/+19
* Show paths of corrupt NEEDED.ELF.2 files.Zac Medico2010-10-211-6/+10
* remove double prefix in LinkageMapELFFabian Groffen2010-09-291-6/+6
* use ROOT iso EROOT with PreservedLibsRegistry, since all entries already have...Fabian Groffen2010-09-291-5/+5
* 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
* Move PreservedLibsRegistry to a new portage.util._dyn_libs.PreservedLibsRegis...Zac Medico2010-08-292-0/+139