portage.git
2006-12-29 Zac MedicoAdd some docs for the blockers cache format.
2006-12-29 Zac MedicoFor bug #159161, make emerge --info show USE_EXPAND...
2006-12-29 Zac MedicoUse a pickle to cache blockers for all installed packag...
2006-12-28 Zac MedicoFor bug #159295 and python-2.3 compatibility, don't...
2006-12-28 Zac MedicoFor bug #159252, don't preserve file attributes when...
2006-12-28 Zac MedicoMake vardbapi.cpv_counter() use aux_get for caching.
2006-12-28 Zac MedicoMake vartree.getslot() use the dbapi for aux_get caching.
2006-12-28 Zac MedicoAllow the list of keys cached by the vardb to change...
2006-12-28 Zac MedicoUpdate emerge --metadata docs for more clarity.
2006-12-28 Zac MedicoMake portdbapi.flush_cache() consistent with vardbapi...
2006-12-28 Zac MedicoUse a pickle to cache vdb metadata. This greatly impro...
2006-12-28 Alec Warnertry to give the emerge manpage a facelift, upgrade...
2006-12-27 Zac MedicoAllow dep_check to use the global db for compatibility...
2006-12-26 Zac MedicoMake _setitem do a deepcopy just in case.
2006-12-25 Zac MedicoFor bug #148603, when an ebuild dies, print eclasses...
2006-12-25 Zac MedicoUse a SIGTERM signal to support a die call inside of...
2006-12-25 Zac MedicoMake sure that portage_group_warning() will be shown...
2006-12-25 Zac MedicoWhen the user has insufficient access privileges, speci...
2006-12-25 Zac MedicoPrevent the regen action from running in --pretend...
2006-12-25 Zac MedicoDrop the warning messages for users that aren't in...
2006-12-25 Alec WarnerDocstrings for mergeme...
2006-12-25 Alec Warnermore docstrings..
2006-12-24 Zac MedicoMake sure that bindbapi makes EAPI correctly default...
2006-12-24 Zac MedicoMake bindbapi.aux_get() selectively cache metadata...
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...
next