2006-12-21 |
Zac Medico | For bug #158632, make aux_get caching safe for missing... |
commit | commitdiff | tree | snapshot |
2006-12-21 |
Zac Medico | For installed packages with invalid depstrings, tell... |
commit | commitdiff | tree | snapshot |
2006-12-21 |
Zac Medico | When a removal phase fails, tell the user where the... |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Zac Medico | For bug #158558, ignore invalid depstrings for packages... |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Zac Medico | More intelligently handle CacheCorruption errors in... |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Zac Medico | For bug #158649, minimize portdb cache pulls for instal... |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Zac Medico | Fix broken exception handling syntax causing strange... |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Zac Medico | Fix the invalid dependency message so there's no confus... |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Zac Medico | Give the user some advice whenever an invalid dependenc... |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Zac Medico | Add missing newlines to the warning message that's... |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Zac Medico | For bug #158608, don't attempt to use distlocks when... |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Zac Medico | Fix an import statement typo. |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Zac Medico | For bug #158558, make the unmerge phase do automatic... |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Zac Medico | For bug #158558, fix broken ebuild rename logic in... |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Zac Medico | Make binarytree.move_ent() properly update PF. |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Marius Mauch | New elog modules for dismerging messages into a single... |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Zac Medico | Use a separate digraph to store parent/child relationsh... |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Zac Medico | Increase cache hits in portdbapi.xmatch(). |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Zac Medico | For bug #158508, make --fetchonly display a list of... |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Zac Medico | For bug #158503, allow --nodeps to override blockers. |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Zac Medico | For bug #158354, make "No" the default response for... |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Zac Medico | Just start with an empty dict in dep_check_trees since... |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Zac Medico | Catch PortageException from portdbapi.aux_get since... |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Zac Medico | Make portdbapi cache SLOT in addition to EAPI and KEYWO... |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Zac Medico | Disable the spinner when --debug is enabled so that... |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Zac Medico | Make depclean skip empty depstrings. |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Zac Medico | Do some minor cleanup of the --depclean code. |
commit | commitdiff | tree | snapshot |
2006-12-17 |
Zac Medico | Add --debug support for --depclean. |
commit | commitdiff | tree | snapshot |
2006-12-17 |
Zac Medico | Add a comment about the previous commit. |
commit | commitdiff | tree | snapshot |
2006-12-17 |
Zac Medico | Don't optimize depgraph.altlist() in reversed mode... |
commit | commitdiff | tree | snapshot |
2006-12-17 |
Zac Medico | In depgraph.altlist(), pop as many leaf nodes as possib... |
commit | commitdiff | tree | snapshot |
2006-12-17 |
Mike Frysinger | force environment.bz2 to be clobbered if it already... |
commit | commitdiff | tree | snapshot |
2006-12-17 |
Mike Frysinger | remove pointless redirects to /dev/null when using... |
commit | commitdiff | tree | snapshot |
2006-12-16 |
Zac Medico | Make use_reduce raise an InvalidDependString exception... |
commit | commitdiff | tree | snapshot |
2006-12-16 |
Zac Medico | Make dep_check validate all depstring atoms in order... |
commit | commitdiff | tree | snapshot |
2006-12-16 |
Zac Medico | Fix global updates error handling to prevent a tracebac... |
commit | commitdiff | tree | snapshot |
2006-12-16 |
Zac Medico | For bug #158177, force configure scripts that automatic... |
commit | commitdiff | tree | snapshot |
2006-12-16 |
Zac Medico | Make repoman cache per-profile xmatch results. |
commit | commitdiff | tree | snapshot |
2006-12-16 |
Zac Medico | Split ACCEPT_KEYWORDS before entering the loop for... |
commit | commitdiff | tree | snapshot |
2006-12-16 |
Zac Medico | Make sure eapi is defined in order to prevent a NameError. |
commit | commitdiff | tree | snapshot |
2006-12-16 |
Zac Medico | Cache KEYWORDS and EAPI metadata values in order to... |
commit | commitdiff | tree | snapshot |
2006-12-16 |
Zac Medico | For bug #157897, show parent nodes in order to help... |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Zac Medico | Cache blocked slots for better efficiency. |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Zac Medico | Make --columns blockers output more consistent when... |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Zac Medico | Remove pointless unpacking of the parent node. |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Zac Medico | Remove redundant priority handling since that's always... |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Zac Medico | Fix the --onlydeps conditional logic in depgraph.create... |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Zac Medico | Use depgraph.pkg_node_map so simplify comparison agains... |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Zac Medico | Update the comment about depgraph.pkg_node_map since... |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Zac Medico | Fix a typo from the previous commit. |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Zac Medico | For bug #157897, add slot collision handling in depgrap... |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Mike Frysinger | handle --cols when displaying blockers |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Zac Medico | For bug #157897, handle the case of multiple versions... |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Zac Medico | Remove redundant digraph.pkg_node_map node insertions... |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Zac Medico | Track slot atom to digraph node mappings as the depgrap... |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Zac Medico | Move the biolerplate cpv_all() implementation from... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Zac Medico | For bug #157897, ensure that only "merge" nodes are... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Zac Medico | For bug #157897, only let depgraph.create() inject... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Zac Medico | For higher efficiency, call self.__int__() instead... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Zac Medico | Optimize dep_check calls in depgraph.validate_blockers... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Zac Medico | Store dependency metadata in depgraph.mydbapi so that... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Zac Medico | Centralize all of the vardb metadata mangling in FakeVa... |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Zac Medico | All portage.fetch() to succeed even if FETCHCOMMAND... |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Zac Medico | Make the fetch phase bail out if FETCHCOMMAND or RESUME... |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Zac Medico | For bug #157823, ignore blocker collisions between... |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Zac Medico | For bug #157823, don't forget to split the USE. |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Zac Medico | Fix a typo from the previous commit. |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Zac Medico | When there are multiple packages occupying the same... |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Zac Medico | Ensure that the root of the vdb exists before attemptin... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Zac Medico | Ignore blockers when "--buildpkgonly" is enabled. |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Zac Medico | Add an allow_blockers parameter to isvalidatom so that... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Zac Medico | For bug #157734, fix repoman isvalidatom() checks.... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Zac Medico | Don't collapse the tuple into a hash, since dict can... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Zac Medico | To minimize memory consumption and maximize performance... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Zac Medico | Make sure the SLOT comes from the vardb instead of... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Zac Medico | For bug #128809, optimize dep_check calls and enable... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Zac Medico | Initialize the match cache in the bindbapi constructor. |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Zac Medico | Cache the results of fakedbapi.match() calls and clear... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Zac Medico | Use dep_getcpv() inside dep_expand() for code sharing... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Zac Medico | Cache results of dep_getcpv() calls. |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Zac Medico | Cache the results of match_from_list() calls. |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Zac Medico | Avoid unnecessary dbapi.cp_list() calls inside cpv_expa... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Zac Medico | For bug #128809, process blockers for all installed... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Zac Medico | Escape a newline from the previous commit. |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Zac Medico | Don't attempt to enforce merge order unless the blocker... |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Zac Medico | This patch cleans up the blocker validation logic.... |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Zac Medico | For bug #157369, clean when cleanup has been triggere... |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Zac Medico | Clean up depstring/atom splitting and filtering. |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Zac Medico | Add ? to the invalid atom characters. |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Zac Medico | Make isvalidatom() (and thus repoman) reject atoms... |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Zac Medico | Use portage.isvalidatom() for atom validation in repoman. |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Zac Medico | Add use.force support to dep_check for repoman especial... |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Marius Mauch | adjust QA_* variable names for complex values of like... |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Zac Medico | Fix a type from the previous commit. |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Zac Medico | Fix broken SLOT update logic in fakedbapi.cpv_inject(). |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Zac Medico | Split some global updates functions out of depgraph... |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Zac Medico | Use tuples for digraph nodes in order to avoid lots... |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Zac Medico | Remove unused depgraph.match() method. |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Zac Medico | Move the reset of the per-root initializations into... |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Zac Medico | Go ahead and populate depgraph.mydbapi even when -... |
commit | commitdiff | tree | snapshot |
next |