summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi
Commit message (Expand)AuthorAgeFilesLines
* Make vardbapi._aux_get() return _mtime_ as a long (never as a float).Zac Medico2008-12-251-1/+1
* Inside portdbapi._metadata_callback(), preserve _eclasses_ when the EAPI isZac Medico2008-12-251-15/+20
* Fix PATH comparison in binarytree.inject() some more.Zac Medico2008-12-241-1/+1
* Fix broken PATH comparisons when eliminating duplicate entries insideZac Medico2008-12-241-2/+2
* When removing entries with duplicate paths inside binarytree.inject(), handleZac Medico2008-12-231-3/+6
* Fix typo.Zac Medico2008-12-231-1/+1
* Bug #252243 - Fix binarytree.prevent_collision() so that it won't create a ci...Zac Medico2008-12-231-6/+17
* Bug #250902 - Inside dblink._find_unused_preserved_libs(), show a warningZac Medico2008-12-141-1/+8
* Bug #250902 - Inside dblink._find_libs_to_preserve(), prevent symlinks fromZac Medico2008-12-141-1/+16
* Fix breakage in stale metadata logic inside binarytree._poplulate().Zac Medico2008-12-121-3/+4
* When using the old binhost protocol, comparison with the remoteZac Medico2008-12-121-10/+6
* Fix old-style binhost code binarytree.digestCheck() will use local digests whenZac Medico2008-12-121-4/+9
* Fix --getbinpkgonly behavior so that binaries from the remote server areZac Medico2008-12-121-1/+36
* urlparse.urljoin() only works correctly with recognized protocols andZac Medico2008-12-101-1/+4
* Make fixpackages less noisy by only generting '*' characters for packagesZac Medico2008-12-041-1/+9
* Bug #249805 - Add some more PreservedLibsRegistry.pruneNonExisting() calls,Zac Medico2008-12-041-0/+4
* 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