| Commit message (Expand) | Author | Age | Files | Lines |
* | Detect an old version of tarsync and use bzip2 compression in that case. | Zac Medico | 2008-05-01 | 1 | -3/+9 |
* | Sort blockers when caching them. | Zac Medico | 2008-05-01 | 1 | -0/+1 |
* | Don't add blockers to the graph more times than necessary. | Zac Medico | 2008-05-01 | 1 | -0/+1 |
* | * Add a Package.operation attribute and use it to distinguish "uninstall" | Zac Medico | 2008-05-01 | 1 | -37/+27 |
* | Bug #219837 - Adjust date calculations to improve accuracy. | Zac Medico | 2008-04-30 | 1 | -3/+7 |
* | Handle a KeyError when validating the blocker cache. | Zac Medico | 2008-04-30 | 1 | -1/+6 |
* | Fix broken comparison, compare with None instead of nonzero. | Zac Medico | 2008-04-30 | 1 | -1/+1 |
* | Fix logic to re-use blockers from the graph when populating the blocker cache. | Zac Medico | 2008-04-30 | 1 | -0/+5 |
* | * Fix dep_check() so that it doesn't expand virtual blockers since the | Zac Medico | 2008-04-30 | 2 | -11/+78 |
* | Fix "deep" logic in depgraph._complete_graph() so that it always | Zac Medico | 2008-04-30 | 1 | -2/+4 |
* | Make unmerge() group packages by cat/pn when the order doesn't matter, so | Zac Medico | 2008-04-29 | 1 | -8/+30 |
* | Prevent some more visible downgrades from possibly being missed (bug #219369). | Zac Medico | 2008-04-29 | 1 | -1/+4 |
* | Prevent some more visible downgrades from possibly being missed (bug #219369). | Zac Medico | 2008-04-29 | 1 | -1/+4 |
* | Handle a potential KeyError in depgraph.display() when in --resume mode | Zac Medico | 2008-04-28 | 1 | -4/+15 |
* | When a package scheduled for uninstall isn't installed anymore, move | Zac Medico | 2008-04-28 | 1 | -4/+12 |
* | Fix spelling. | Zac Medico | 2008-04-28 | 1 | -1/+1 |
* | Add a Package.pv_split attibute to optimize version comparison | Zac Medico | 2008-04-28 | 1 | -17/+10 |
* | For bug #211833, be explicit that the pkg_prerm() and pkg_postrm() removal | Zac Medico | 2008-04-28 | 1 | -1/+2 |
* | As suggested by Chr. Schaefer in bug #211833, comment #15, note that | Zac Medico | 2008-04-28 | 1 | -17/+16 |
* | Add comma to ("__weakref__",) so that it's a tuple instead of a string. | Zac Medico | 2008-04-28 | 1 | -1/+1 |
* | Try to format the elog message better for bug #211833, separating | Zac Medico | 2008-04-28 | 1 | -12/+29 |
* | Use write_atomic() for manifest updates. | Zac Medico | 2008-04-28 | 1 | -4/+2 |
* | Fix PackageVirtualDbapi.cpv_inject() to make sure packages with duplicate | Zac Medico | 2008-04-28 | 1 | -0/+6 |
* | Bug #211833 - When an ebuild removal phase fails, notify the user that | Zac Medico | 2008-04-28 | 1 | -1/+8 |
* | Add missing slot comparison when looking for higher slot in | Zac Medico | 2008-04-28 | 1 | -2/+3 |
* | Bug #218854 - Fix depgraph._iter_atoms_for_pkg() so that argument atoms | Zac Medico | 2008-04-28 | 1 | -8/+58 |
* | Fix the EbuildQuote check to ignore "echo" and the elog functions since | Zac Medico | 2008-04-27 | 1 | -1/+4 |
* | * Remove the only remaining sys.exit() calls inside the depgraph class. | Zac Medico | 2008-04-27 | 1 | -5/+9 |
* | Never uninstall sys-apps/portage except through replacement. | Zac Medico | 2008-04-27 | 1 | -0/+4 |
* | Bug #219369 - Enable automatic upgrage or downgrade to a version | Zac Medico | 2008-04-27 | 1 | -0/+20 |
* | fix logic error | Marius Mauch | 2008-04-27 | 1 | -1/+1 |
* | actually use rpath for the internal lib check | Marius Mauch | 2008-04-27 | 1 | -1/+5 |
* | some minor code fixes | Marius Mauch | 2008-04-27 | 1 | -3/+3 |
* | Take the classes that initialize variables in __slots__ with keyword | Zac Medico | 2008-04-27 | 1 | -42/+31 |
* | Create a digraph.difference_update() method and use it to amortize the | Zac Medico | 2008-04-27 | 2 | -6/+30 |
* | Remove unnecessary "mydbapi" variable in depgraph.display(). | Zac Medico | 2008-04-27 | 1 | -14/+3 |
* | Bug #172812 - When a package needs to be uninstalled in advance rather | Zac Medico | 2008-04-27 | 1 | -24/+77 |
* | Add a PackageVirtualDbapi.copy() method. | Zac Medico | 2008-04-26 | 1 | -0/+9 |
* | Use digraphs to clean up blocker reference counting in the depgraph. | Zac Medico | 2008-04-26 | 2 | -45/+69 |
* | Don't assume that altlist() will succeed inside display_problems(). | Zac Medico | 2008-04-26 | 1 | -1/+1 |
* | * Add a Blocker class to use instead of tuples. | Zac Medico | 2008-04-26 | 1 | -5/+24 |
* | add LibraryPackageMap replacement using NEEDED.2 files | Marius Mauch | 2008-04-26 | 1 | -1/+71 |
* | Refactor the way that depgraph.altlist(), _complete_graph(), and | Zac Medico | 2008-04-25 | 1 | -28/+22 |
* | Bug #219251 - Fix typo in PORTDIR_OVERLAY when searching for sets.conf files. | Zac Medico | 2008-04-25 | 1 | -1/+1 |
* | s/be only/only be/ | Zac Medico | 2008-04-25 | 1 | -1/+1 |
* | remove debug output | Marius Mauch | 2008-04-25 | 1 | -1/+0 |
* | as NEEDED files don't conain enough formation for e.g. preserve-libsto work p... | Marius Mauch | 2008-04-25 | 2 | -5/+12 |
* | Add some more spinner.update() calls in possibly time consuming loops. | Zac Medico | 2008-04-25 | 1 | -0/+4 |
* | remove unused function | Marius Mauch | 2008-04-25 | 1 | -8/+0 |
* | Bug #172812 - If any Uninstall tasks need to be executed in order | Zac Medico | 2008-04-25 | 2 | -60/+111 |