portage.git
2006-12-24 Zac MedicoClone cached match results before returning them from...
2006-12-24 Alec Warnercptot appears to be unused, punting it along with this...
2006-12-24 Alec WarnerDocstrings for doebuild
2006-12-24 Alec WarnerMore code cleanup, packagetree appears to be completely...
2006-12-24 Alec WarnerManpage fix for bug # 158983, thanks to Fabio Correa...
2006-12-23 Zac MedicoFor forward compatibility, make metadata_overlay pass...
2006-12-23 Zac MedicoFor bug #158931, add some release notes to explain...
2006-12-23 Alec Warnermove actionmap_deps out of global scope and into doebui...
2006-12-23 Alec WarnerMore Docstrings in portage.py
2006-12-23 Marius Mauchdisable display of elapsed time for collision-protect...
2006-12-23 Marius MauchList package in summary logfile
2006-12-23 Alec Warnerstartime is set up in treewalk, so no need to do it...
2006-12-23 Zac MedicoShow the "Calculating dependencies .. done!" message...
2006-12-23 Zac MedicoOnly write repo.stats and repo.fails when the repoman...
2006-12-23 Zac MedicoCombine two default EAPI settings in portdbapi.aux_get().
2006-12-23 Zac MedicoFix inverted EAPI default logic.
2006-12-23 Zac MedicoMake metadata_overlay use the autocommits attribute...
2006-12-23 Zac MedicoPass a cache instance into metadata_overlay since it...
2006-12-22 Zac MedicoAdd volatile cache module missing from the previous...
2006-12-22 Zac MedicoWhen an unprivileged user runs portage (not in the...
2006-12-22 Alec WarnerRemove two old functions, appear to be relics from...
2006-12-22 Alec WarnerI hate docstrings
2006-12-22 Zac MedicoUse a pipe instead of a temp file for the depend phase.
2006-12-22 Zac MedicoRevert the default choice for --ask --unmerge (bug...
2006-12-22 Zac MedicoFor bug #158649, allow --buildpkgonly to bypass the...
2006-12-22 Zac MedicoFix the "help" phase so that it works without build...
2006-12-21 Zac MedicoMake emerge enable backward compatibility mode for...
2006-12-21 Zac MedicoCreate a backward compatibility mode for dep_check...
2006-12-21 Zac MedicoUse the return value from setdefault to avoid an extra...
2006-12-21 Zac MedicoFor bug #158658, fix the 'TypeError: int argument requi...
2006-12-21 Zac MedicoFor bug #158632, make aux_get caching safe for missing...
2006-12-21 Zac MedicoFor installed packages with invalid depstrings, tell...
2006-12-21 Zac MedicoWhen a removal phase fails, tell the user where the...
2006-12-20 Zac MedicoFor bug #158558, ignore invalid depstrings for packages...
2006-12-20 Zac MedicoMore intelligently handle CacheCorruption errors in...
2006-12-20 Zac MedicoFor bug #158649, minimize portdb cache pulls for instal...
2006-12-20 Zac MedicoFix broken exception handling syntax causing strange...
2006-12-20 Zac MedicoFix the invalid dependency message so there's no confus...
2006-12-20 Zac MedicoGive the user some advice whenever an invalid dependenc...
2006-12-20 Zac MedicoAdd missing newlines to the warning message that's...
2006-12-20 Zac MedicoFor bug #158608, don't attempt to use distlocks when...
2006-12-20 Zac MedicoFix an import statement typo.
2006-12-19 Zac MedicoFor bug #158558, make the unmerge phase do automatic...
2006-12-19 Zac MedicoFor bug #158558, fix broken ebuild rename logic in...
2006-12-19 Zac MedicoMake binarytree.move_ent() properly update PF.
2006-12-19 Marius MauchNew elog modules for dismerging messages into a single...
2006-12-19 Zac MedicoUse a separate digraph to store parent/child relationsh...
2006-12-19 Zac MedicoIncrease cache hits in portdbapi.xmatch().
2006-12-19 Zac MedicoFor bug #158508, make --fetchonly display a list of...
2006-12-19 Zac MedicoFor bug #158503, allow --nodeps to override blockers.
2006-12-18 Zac MedicoFor bug #158354, make "No" the default response for...
2006-12-18 Zac MedicoJust start with an empty dict in dep_check_trees since...
2006-12-18 Zac MedicoCatch PortageException from portdbapi.aux_get since...
2006-12-18 Zac MedicoMake portdbapi cache SLOT in addition to EAPI and KEYWO...
2006-12-18 Zac MedicoDisable the spinner when --debug is enabled so that...
2006-12-18 Zac MedicoMake depclean skip empty depstrings.
2006-12-18 Zac MedicoDo some minor cleanup of the --depclean code.
2006-12-17 Zac MedicoAdd --debug support for --depclean.
2006-12-17 Zac MedicoAdd a comment about the previous commit.
2006-12-17 Zac MedicoDon't optimize depgraph.altlist() in reversed mode...
2006-12-17 Zac MedicoIn depgraph.altlist(), pop as many leaf nodes as possib...
2006-12-17 Mike Frysingerforce environment.bz2 to be clobbered if it already...
2006-12-17 Mike Frysingerremove pointless redirects to /dev/null when using...
2006-12-16 Zac MedicoMake use_reduce raise an InvalidDependString exception...
2006-12-16 Zac MedicoMake dep_check validate all depstring atoms in order...
2006-12-16 Zac MedicoFix global updates error handling to prevent a tracebac...
2006-12-16 Zac MedicoFor bug #158177, force configure scripts that automatic...
2006-12-16 Zac MedicoMake repoman cache per-profile xmatch results.
2006-12-16 Zac MedicoSplit ACCEPT_KEYWORDS before entering the loop for...
2006-12-16 Zac MedicoMake sure eapi is defined in order to prevent a NameError.
2006-12-16 Zac MedicoCache KEYWORDS and EAPI metadata values in order to...
2006-12-16 Zac MedicoFor bug #157897, show parent nodes in order to help...
2006-12-14 Zac MedicoCache blocked slots for better efficiency.
2006-12-14 Zac MedicoMake --columns blockers output more consistent when...
2006-12-14 Zac MedicoRemove pointless unpacking of the parent node.
2006-12-14 Zac MedicoRemove redundant priority handling since that's always...
2006-12-14 Zac MedicoFix the --onlydeps conditional logic in depgraph.create...
2006-12-14 Zac MedicoUse depgraph.pkg_node_map so simplify comparison agains...
2006-12-14 Zac MedicoUpdate the comment about depgraph.pkg_node_map since...
2006-12-14 Zac MedicoFix a typo from the previous commit.
2006-12-14 Zac MedicoFor bug #157897, add slot collision handling in depgrap...
2006-12-13 Mike Frysingerhandle --cols when displaying blockers
2006-12-13 Zac MedicoFor bug #157897, handle the case of multiple versions...
2006-12-13 Zac MedicoRemove redundant digraph.pkg_node_map node insertions...
2006-12-13 Zac MedicoTrack slot atom to digraph node mappings as the depgrap...
2006-12-13 Zac MedicoMove the biolerplate cpv_all() implementation from...
2006-12-12 Zac MedicoFor bug #157897, ensure that only "merge" nodes are...
2006-12-12 Zac MedicoFor bug #157897, only let depgraph.create() inject...
2006-12-12 Zac MedicoFor higher efficiency, call self.__int__() instead...
2006-12-12 Zac MedicoOptimize dep_check calls in depgraph.validate_blockers...
2006-12-12 Zac MedicoStore dependency metadata in depgraph.mydbapi so that...
2006-12-12 Zac MedicoCentralize all of the vardb metadata mangling in FakeVa...
2006-12-11 Zac MedicoAll portage.fetch() to succeed even if FETCHCOMMAND...
2006-12-11 Zac MedicoMake the fetch phase bail out if FETCHCOMMAND or RESUME...
2006-12-11 Zac MedicoFor bug #157823, ignore blocker collisions between...
2006-12-11 Zac MedicoFor bug #157823, don't forget to split the USE.
2006-12-11 Zac MedicoFix a typo from the previous commit.
2006-12-11 Zac MedicoWhen there are multiple packages occupying the same...
2006-12-11 Zac MedicoEnsure that the root of the vdb exists before attemptin...
2006-12-10 Zac MedicoIgnore blockers when "--buildpkgonly" is enabled.
next