summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi
Commit message (Expand)AuthorAgeFilesLines
* For bug #235642, include the stat mode, uid, and gid bits in the hardlink key.Zac Medico2008-11-261-1/+2
* Bug #235642 - Create hardlinks when merging identical files. This works by us...Zac Medico2008-11-261-1/+11
* Bug #246821 - Avoid TypeError from binarytree.isremote() by returning earlyZac Medico2008-11-151-1/+1
* Bug #243022 - Inside dblink.mergeme(), when merging a directory and a symlinkZac Medico2008-11-151-1/+2
* Bug #216190 - Make dblink.treewalk() bail out rather than install a packageZac Medico2008-11-151-2/+23
* Sort the return value from cpv_all() inside vardbapi._counter_hash() insteadZac Medico2008-11-121-2/+4
* Make post_emerge() exit early if it detects that the vdb state hasn't changed.v2.2_rc14Zac Medico2008-11-111-0/+16
* In the LinkageMap.findConsumers() docstring, add a note about incompatibilityZac Medico2008-11-101-1/+6
* * Use noiselevel=-1 for preserve-libs ">>> needed" and "<<< !needed" messagesZac Medico2008-11-091-3/+5
* When adding parent directories to contents insideZac Medico2008-11-091-1/+1
* Handle a corner case inside dblink._add_preserve_libs_to_contents() in whichZac Medico2008-11-091-5/+14
* Update docstring for dblink._find_libs_to_preserve().Zac Medico2008-11-091-2/+2
* Inside vardbapi.removeFromContents(), automatically clear the contents cacheZac Medico2008-11-091-0/+1
* Bug #245362 - Rewrite preserve-libs preservation code so that it always reliesZac Medico2008-11-091-158/+121
* Inside LinkageMap, use self._obj_key() whenever possible.Zac Medico2008-11-091-13/+6
* Handle CommandNotFound exceptions if the scanelf binary happens to be missing,Zac Medico2008-11-081-9/+29
* In LinkageMap.rebuild(), immediately raise a CommandNotFound exception ifZac Medico2008-11-071-4/+5
* Handle a potential OSError that occurs if the scanelf binary is missingZac Medico2008-11-071-14/+20
* Replace NEEDED.ELF.2 strings with references to LinkageMap._needed_aux_key.Zac Medico2008-11-071-3/+5
* Improve the error message that's generated in LinkageMap.rebuild() for corruptZac Medico2008-11-071-5/+9
* When calling scanelf inside LinkageMap.rebuild(), join paths with $ROOT whenZac Medico2008-11-071-3/+16
* Fix LinkageMap.rebuild() so that the data from include_file overrides theZac Medico2008-11-071-12/+32
* Combine redundant arch_map code inside LinkageMap.rebuild().Zac Medico2008-11-071-8/+4
* Swap the locations of the arch and soname keys inside LinkageMap._libs inZac Medico2008-11-071-24/+24
* Inside LinkageMap._libs, use a SlotDict to store consumers and providers,Zac Medico2008-11-071-9/+24
* Synchronize portage update/restart logic in dblink.merge() andZac Medico2008-11-041-1/+2
* Free some memory by clearing the LinkageMap cache when it's not needed.Zac Medico2008-11-041-0/+1
* Bug #245362 - Use tuples of (device, inode) for all path comparisons insideZac Medico2008-11-041-20/+31
* Import shutil globally.Zac Medico2008-11-021-5/+3
* TODO: In case some elf files collide with blocked packages,Zac Medico2008-11-011-0/+3
* Remove unnecessary handler for plain "Exception" from lstat() call inZac Medico2008-11-011-10/+0
* Also call PreservedLibsRegistry.pruneNonExisting() after obtaining a lockZac Medico2008-11-011-0/+1
* Explicitly load the preserved libs registry after obtaining a lock for mergeZac Medico2008-11-011-0/+1
* Before returning from PreservedLibsRegistry.store(), update self._data_orig.Zac Medico2008-11-011-0/+2
* Rename "object" variable to avoid name collision with the builtin class.Zac Medico2008-11-011-4/+4
* Define __all__ and remove unused imports.Zac Medico2008-11-011-3/+4
* Define __all__ and remove unused import.Zac Medico2008-11-011-1/+3
* Bug #244947 - Add basic repoman support for checking masked and forced flagsZac Medico2008-10-311-1/+15
* Eliminate duplicate code by calling equivalent dblink._clear_contents_cache().Zac Medico2008-10-311-3/+1
* Bug #243178 - Handle file collisions with preserved libs by allowing theZac Medico2008-10-311-2/+74
* In dblink._collision_protect(), remove redundant self.isowner() calls sinceZac Medico2008-10-311-2/+4
* Revert previous commit since it doesn't properly calculate masked and forcedZac Medico2008-10-311-20/+0
* Bug #244947 - Add repoman support for checking masked and forced flags whenZac Medico2008-10-311-0/+20
* Use portage.const.PORTAGE_PACKAGE_ATOM where appropriate.Zac Medico2008-10-301-6/+4
* Bug #225429 - Inside LinkageMap.rebuild(), update self._defpath since itZac Medico2008-10-301-0/+1
* Bug # 225429 - Try to remove unneeded preserved libs just before returningZac Medico2008-10-301-112/+161
* In dblink.unmerge(), update the CONTENTS entries when preserved libs areZac Medico2008-10-301-1/+21
* Bug #225429 - In dblink.unmerge(), eliminate consumers having providers withZac Medico2008-10-301-12/+54
* Fix interaction between LinkageMap.rebuild() and the package replacementZac Medico2008-10-291-8/+13
* Fix $ROOT handling inside LinkageMap.findConsumers().Zac Medico2008-10-281-1/+2