| Commit message (Expand) | Author | Age | Files | Lines |
* | Use apply_secpass_permissions() to avoid OperationNotPermitted errors when |  Zac Medico | 2008-11-13 | 1 | -3/+3 |
* | Use grabfile() instead of grablines(), to ignore empty lines. |  Zac Medico | 2008-11-13 | 1 | -4/+4 |
* | Add quote from GLEP 42 about permission bits. |  Zac Medico | 2008-11-13 | 1 | -0/+4 |
* | Misc fixes and cleanups in NewsManager. |  Zac Medico | 2008-11-13 | 1 | -68/+71 |
* | Return early from NewsManager.updateItems() if the news path listdir call |  Zac Medico | 2008-11-13 | 1 | -6/+4 |
* | Always return early from NewsManager.updateItems() if self.unread_path can't |  Zac Medico | 2008-11-13 | 1 | -10/+12 |
* | Use a simpler approach instead of implementing NewsItem.__getattr__(). |  Zac Medico | 2008-11-12 | 1 | -5/+3 |
* | * Add NewsItem.isValid() and DisplayRestriction.isValid() methods and use |  Zac Medico | 2008-11-12 | 1 | -5/+33 |
* | Sort the return value from cpv_all() inside vardbapi._counter_hash() instead |  Zac Medico | 2008-11-12 | 1 | -2/+4 |
* | Inside NewsManager.updateItems(), use a mutable set for skiplist and sort the |  Zac Medico | 2008-11-12 | 1 | -3/+4 |
* | Instead of raising a TypeError from the NewsItem constructor, check the path |  Zac Medico | 2008-11-12 | 1 | -6/+4 |
* | Use a frozenset to optimize skiplist containment checks inside |  Zac Medico | 2008-11-12 | 1 | -1/+1 |
* | Bug #246451 - Inside SecuritySet._reduce(), use portdbapi.xmatch("match-all") |  Zac Medico | 2008-11-12 | 1 | -1/+1 |
* | Make post_emerge() exit early if it detects that the vdb state hasn't changed.v2.2_rc14 |  Zac Medico | 2008-11-11 | 3 | -0/+26 |
* | Allow --keep-going to continue in some cases when a runtime dependency has |  Zac Medico | 2008-11-11 | 1 | -2/+9 |
* | Simplify code for cloning config instances inside Scheduler.merge(). |  Zac Medico | 2008-11-11 | 1 | -1/+1 |
* | Make FindPortdir() fall back to have_profile_dir() checks if it can't match |  Zac Medico | 2008-11-11 | 1 | -6/+20 |
* | Make FindPortdir() return (None, None, None) on failure, instead of raising |  Zac Medico | 2008-11-11 | 1 | -1/+1 |
* | Inside have_profile_dir(), check for existence of profiles.desc since that |  Zac Medico | 2008-11-11 | 1 | -1/+1 |
* | Fix logic from previous commit in Scheduler._choose_pkg() to ensure that |  Zac Medico | 2008-11-11 | 1 | -1/+2 |
* | When in --nodeps mode, make Scheduler._set_digraph() discard the digraph and |  Zac Medico | 2008-11-11 | 1 | -3/+4 |
* | Inside depgraph.loadResumeCommand(), initialize self._scheduler_graph when |  Zac Medico | 2008-11-11 | 1 | -0/+1 |
* | Fix --jobs parallel scheduling to ensure that temporary simultaneous |  Zac Medico | 2008-11-10 | 1 | -39/+35 |
* | Revert r11839 since it's not necessarily desired to invert all uninstall |  Zac Medico | 2008-11-10 | 1 | -4/+5 |
* | In the LinkageMap.findConsumers() docstring, add a note about incompatibility |  Zac Medico | 2008-11-10 | 1 | -1/+6 |
* | * Use noiselevel=-1 for preserve-libs ">>> needed" and "<<< !needed" messages |  Zac Medico | 2008-11-09 | 1 | -3/+5 |
* | Remove unused formatter code in show_invalid_depstring_notice(). |  Zac Medico | 2008-11-09 | 1 | -3/+0 |
* | Make show_invalid_depstring_notice() send output to stderr via writemsg_level(). |  Zac Medico | 2008-11-09 | 1 | -12/+5 |
* | Inside Scheduler._reverse_uninstall_edges(), iover all nodes rather than just |  Zac Medico | 2008-11-09 | 1 | -1/+4 |
* | Move initialization of Scheduler._background from the constructor to the |  Zac Medico | 2008-11-09 | 1 | -13/+32 |
* | Add PROPERTIES=interactive support in depgraph.display() and the |  Zac Medico | 2008-11-09 | 1 | -0/+20 |
* | When adding parent directories to contents inside |  Zac Medico | 2008-11-09 | 1 | -1/+1 |
* | Handle a corner case inside dblink._add_preserve_libs_to_contents() in which |  Zac Medico | 2008-11-09 | 1 | -5/+14 |
* | Update docstring for dblink._find_libs_to_preserve(). |  Zac Medico | 2008-11-09 | 1 | -2/+2 |
* | Inside vardbapi.removeFromContents(), automatically clear the contents cache |  Zac Medico | 2008-11-09 | 1 | -0/+1 |
* | Bug #243030 - In PreservedLibraryConsumerSet.load(), avoid rebuilding packages |  Zac Medico | 2008-11-09 | 1 | -1/+6 |
* | Bug #245362 - Rewrite preserve-libs preservation code so that it always relies |  Zac Medico | 2008-11-09 | 1 | -158/+121 |
* | Inside LinkageMap, use self._obj_key() whenever possible. |  Zac Medico | 2008-11-09 | 1 | -13/+6 |
* | Fix $ROOT handlink inside display_preserved_libs(). |  Zac Medico | 2008-11-08 | 1 | -3/+3 |
* | With python-2.6, importing the Crypto.Hash.MD5 and Crypto.Hash.SHA modules |  Zac Medico | 2008-11-08 | 1 | -4/+1 |
* | Handle CommandNotFound exceptions if the scanelf binary happens to be missing, |  Zac Medico | 2008-11-08 | 2 | -21/+51 |
* | In LinkageMap.rebuild(), immediately raise a CommandNotFound exception if |  Zac Medico | 2008-11-07 | 1 | -4/+5 |
* | Handle a potential OSError that occurs if the scanelf binary is missing |  Zac Medico | 2008-11-07 | 1 | -14/+20 |
* | Replace NEEDED.ELF.2 strings with references to LinkageMap._needed_aux_key. |  Zac Medico | 2008-11-07 | 1 | -3/+5 |
* | Improve the error message that's generated in LinkageMap.rebuild() for corrupt |  Zac Medico | 2008-11-07 | 1 | -5/+9 |
* | When calling scanelf inside LinkageMap.rebuild(), join paths with $ROOT when |  Zac Medico | 2008-11-07 | 1 | -3/+16 |
* | Fix LinkageMap.rebuild() so that the data from include_file overrides the |  Zac Medico | 2008-11-07 | 1 | -12/+32 |
* | Combine redundant arch_map code inside LinkageMap.rebuild(). |  Zac Medico | 2008-11-07 | 1 | -8/+4 |
* | Swap the locations of the arch and soname keys inside LinkageMap._libs in |  Zac Medico | 2008-11-07 | 1 | -24/+24 |
* | Inside LinkageMap._libs, use a SlotDict to store consumers and providers, |  Zac Medico | 2008-11-07 | 1 | -9/+24 |