portage.git
2008-05-02 Zac MedicoAdd a PackageVirtualDbapi.__iter__() method and use...
2008-05-02 Zac MedicoUse match_pkgs() to simplify package comparison. (trunk...
2008-05-02 Zac MedicoMove the blocker cache validation into depgraph.validat...
2008-05-02 Zac MedicoIn depgraph.validate_blockers(), discard any "uninstall...
2008-05-02 Zac MedicoWhen searching for a "sys-apps/portage" installation...
2008-05-02 Zac MedicoUse Package.cp attribute instead of calling cpv_getkey...
2008-05-02 Zac MedicoUse Package instance attributes to clean up and simplify
2008-05-02 Zac MedicoIn depgraph._serialize_tasks(), filter "nomerge" nodes...
2008-05-02 Zac MedicoIn depgraph._complete_graph(), use cached Package insta...
2008-05-02 Zac MedicoValidate resume list data some more. (trunk r10094)
2008-05-02 Zac MedicoClean up merge list handling:
2008-05-02 Zac Medicocheck if PORTAGE_TMPDIR is mounted readonly/noexec...
2008-05-02 Zac MedicoFix broken variable references found by pyflakes. ...
2008-05-02 Zac MedicoSkip group/owner tarsync options for tarsync if chown...
2008-05-02 Zac MedicoBug #219837 - Adjust date calculations some more and...
2008-05-01 Zac MedicoFix variable rename breakage: pkg -> pkg.cpv (trunk...
2008-05-01 Zac MedicoWhen adding blockers for installed packages to the...
2008-05-01 Zac MedicoBug #219918 - Remove the last traces of PORTAGE_TMPFS.
2008-05-01 Marius Mauchremove PORTAGE_TMPFS comment
2008-05-01 Zac MedicoDetect an old version of tarsync and use bzip2 compress...
2008-05-01 Zac MedicoSort blockers when caching them. (trunk r10054)
2008-05-01 Zac MedicoDon't add blockers to the graph more times than necessa...
2008-05-01 Zac Medico* Add a Package.operation attribute and use it to disti...
2008-04-30 Zac MedicoFix 2 more types.InstanceType comparisons that are...
2008-04-30 Zac MedicoBug #219837 - Adjust date calculations to improve accur...
2008-04-30 Zac MedicoHandle a KeyError when validating the blocker cache...
2008-04-30 Zac Medico* Fix dep_check() so that it doesn't expand virtual...
2008-04-30 Zac MedicoFix "deep" logic in depgraph._complete_graph() so that...
2008-04-29 Zac MedicoMake unmerge() group packages by cat/pn when the order...
2008-04-29 Zac MedicoPrevent some more visible downgrades from possibly...
2008-04-28 Zac MedicoHandle a potential KeyError in depgraph.display() when...
2008-04-28 Zac MedicoWhen a package scheduled for uninstall isn't installed...
2008-04-28 Zac MedicoFix spelling. (trunk r10028)
2008-04-28 Zac MedicoAdd a Package.pv_split attibute to optimize version...
2008-04-28 Zac MedicoFor bug #211833, be explicit that the pkg_prerm() and...
2008-04-28 Zac MedicoAs suggested by Chr. Schaefer in bug #211833, comment...
2008-04-28 Zac MedicoAdd comma to ("__weakref__",) so that it's a tuple...
2008-04-28 Zac MedicoTry to format the elog message better for bug #211833...
2008-04-28 Zac MedicoUse write_atomic() for manifest updates. (trunk r10016)
2008-04-28 Zac MedicoFix PackageVirtualDbapi.cpv_inject() to make sure packa...
2008-04-28 Zac MedicoBug #211833 - When an ebuild removal phase fails, notif...
2008-04-28 Zac MedicoBug #218854 - Fix depgraph._iter_atoms_for_pkg() so...
2008-04-28 Zac MedicoFix the EbuildQuote check to ignore "echo" and the...
2008-04-28 Zac Medico* Remove the only remaining sys.exit() calls inside...
2008-04-27 Zac MedicoNever uninstall sys-apps/portage except through replace...
2008-04-27 Zac MedicoBug #219369 - Enable automatic upgrage or downgrade...
2008-04-27 Zac MedicoTake the classes that initialize variables in __slots__...
2008-04-27 Zac MedicoCreate a digraph.difference_update() method and use...
2008-04-27 Zac MedicoRemove unnecessary "mydbapi" variable in depgraph.displ...
2008-04-27 Zac MedicoBug #172812 - When a package needs to be uninstalled...
2008-04-27 Zac MedicoAdd a PackageVirtualDbapi.copy() method. (trunk r9982)
2008-04-27 Zac MedicoUse digraphs to clean up blocker reference counting...
2008-04-27 Zac MedicoDon't assume that altlist() will succeed inside display...
2008-04-27 Zac Medico* Add a Blocker class to use instead of tuples.
2008-04-27 Zac MedicoRefactor the way that depgraph.altlist(), _complete_gra...
2008-04-25 Zac MedicoDon't duplicate "system" in xterm titles either.
2008-04-25 Zac MedicoDon't show "world" twice in the xterm titles. Thanks...
2008-04-25 Zac Medicos/be only/only be/ (trunk r9972)
2008-04-25 Zac MedicoAdd some more spinner.update() calls in possibly time...
2008-04-25 Zac MedicoBug #172812 - If any Uninstall tasks need to be execute...
2008-04-24 Zac MedicoAdd a note about automatic uninstallation to solve...
2008-04-24 Zac MedicoCombine --nodeps spinner logic. (trunk r9953)
2008-04-24 Zac MedicoBug #172812 - Automatically uninstall packages to avoid...
2008-04-22 Zac MedicoMake dir_get_metadata() retry if a httplib.ResponseNotR...
2008-04-21 Zac MedicoBug #218439 - Improve alignment in short emerge --help...
2008-04-21 Zac MedicoIn show_slot_collision_notice(), refer to the problem...
2008-04-21 Zac MedicoIn action_metadata(), properly put the source cache...
2008-04-21 Zac MedicoDocument FEATURES="metadata-transfer" changes some...
2008-04-21 Zac MedicoFix portage version, should be >=2.1.5. (trunk r9932)
2008-04-21 Zac Medico* Make portdbapi.aux_get() automatically pull pre-gener...
2008-04-20 Zac MedicoBug #218559 - Make portdbapi automatically add sandbox...
2008-04-19 Zac MedicoAdd a new part for "Dependency Resolution". (trunk...
2008-04-18 Zac MedicoBug #218202 - Make sure the spinner is quiet in --nodep...
2008-04-18 Zac MedicoMake the ccache userpriv permission check from bug...
2008-04-16 Zac MedicoRemove redundant version sorting in _expand_new_virtual...
2008-04-16 Zac MedicoFix portdbapi.getfetchlist() so that it doesn't unneces...
2008-04-16 Zac MedicoIf the mysettings parameter is not passed in to portdba...
2008-04-16 Zac MedicoBug #217905 - Fix portdbapi.getfetchlist() to correctly...
2008-04-16 Zac MedicoHandle potential InvalidDependString exceptions from...
2008-04-15 Zac MedicoInside dblink.unmerge(), call self.updateprotect()...
2008-04-15 Zac MedicoThe dependency resolver now has a feedback mechanism...
2008-04-15 Zac MedicoComment some more on the significance of passing the...
2008-04-15 Zac MedicoAdd support to depgraph._select_atoms() to take a ...
2008-04-15 Zac MedicoRevert part of atom selection consistency improvement...
2008-04-14 Zac MedicoBug #217664 - Fix emerge 'by path' package argument...
2008-04-14 Zac MedicoIn config.setcpv() and regenerate(), replace str.starts...
2008-04-14 Zac Medico* Call depgraph._add_dep() to add package dependencies...
2008-04-14 Zac MedicoSplit out a depgraph._add_dep() method. (trunk r9884)
2008-04-14 Zac Medicos/timetasmp/timestamp/ (trunk r9883)
2008-04-13 Zac Medico* For optimal atom selection, use PackageVirtualDbapi...
2008-04-13 Zac MedicoTo optimize consistency of atom selections, add all...
2008-04-13 Zac MedicoImprove lookahead for new-style virtuals:
2008-04-13 Zac MedicoMake _dep_check_composite_db match() return multiple...
2008-04-13 Zac MedicoMake movefile() tolerant to EPERM errors that can be...
2008-04-13 Zac MedicoBug #215673 - Make ebuild.sh leave IUSE defaults intact...
2008-04-13 Zac MedicoIn --buildpkgonly mode, don't discard RDEPEND and PDEPE...
2008-04-12 Zac MedicoFix the filtering for bug #215016:
2008-04-12 Zac MedicoBug #217444 - Send debug-print() output to stderr so...
2008-04-12 Zac Medico* Optimize config.setcpv() to return early if IUSE...
2008-04-12 Zac MedicoBug #215016 - When transforming of USE flags to USE_EXP...
next