portage.git
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...
2008-04-12 Zac MedicoMake binarytree.prevent_collision() adjust permissions...
2008-04-11 Zac MedicoAdd some notes for the parallel-fetch feature and the...
2008-04-11 Zac MedicoRename the undocumented --conistent option to --complet...
2008-04-11 Zac MedicoMake file_get() redirect FETCHCOMMAND output to stdout...
2008-04-11 Zac MedicoFix 'undefined name' errors found by pyflakes. (trunk...
2008-04-11 Zac MedicoWhen dep_check() expands new-style virtuals, use USE...
2008-04-11 Zac MedicoMake doebuild() bail out early with a PermissionDenied...
2008-04-11 Zac MedicoRemove all calls to config.load_infodir() since it...
2008-04-11 Zac MedicoIn config.setcpv() and load_infodir(), always set known...
2008-04-11 Zac MedicoCopy group mode bits from $PKGDIR when creating subdire...
2008-04-11 Zac MedicoTweak --buildpkgonly and fakeroot logic so that --build...
2008-04-10 Zac MedicoNest the DepcheckCompositeDB class inside the depgraph...
2008-04-10 Zac MedicoRename variable pkg_cpv to pkg_str. (trunk r9821)
2008-04-10 Zac MedicoFix "pkg" variable name collisions in depgraph.display...
2008-04-10 Zac MedicoMake the CHOST visibility check tolerant of missing...
2008-04-10 Zac MedicoBug #217122 - When waiting for a parallel-fetch downloa...
2008-04-10 Zac MedicoRemove an unused function. (trunk r9810)
2008-04-10 Zac MedicoImplement expansion of catgories in DepcheckCompositeDB...
2008-04-10 Zac MedicoMake the "this code is not 64bit clean" die less strict...
2008-04-10 Zac MedicoIterate over a copy of the digraph nodes so that remova...
2008-04-10 Zac MedicoMake sure that everything except Package nodes is ignor...
2008-04-10 Zac MedicoAdd some docs for the DepcheckCompositeDB class. (trunk...
2008-04-10 Zac MedicoUse cached Package instances in depgraph.display()...
2008-04-10 Zac Medico* Make depclean/prune use cached Package instances...
2008-04-10 Zac MedicoMake FakeVartree use PackageVirtualDbapi instead of...
2008-04-10 Zac MedicoImprove used of cached Package instances in depgraph...
2008-04-10 Zac MedicoReplace the fakedbapi class that is used to track depgr...
2008-04-09 Zac MedicoPull in "system" as a separate set instead of mixing...
2008-04-09 Zac MedicoTo avoid false positives during the transition
2008-04-09 Zac MedicoAdd system atoms to world since we're trying to emulate...
2008-04-09 Zac MedicoFix a potential TypeError.
2008-04-09 Zac MedicoWhen checking atoms without categories against the...
2008-04-09 Zac MedicoFix the docstring for depgraph._dep_expand(). (trunk...
2008-04-09 Zac MedicoFix minor issues in the calculation of the number of...
2008-04-09 Zac MedicoWhen pruning the list of parents for the slot collision...
2008-04-09 Zac MedicoMake DepcheckCompositeDB cache Package instances for...
2008-04-09 Zac MedicoWhen depgraph.select_files() expands an atom category...
2008-04-09 Zac MedicoCreate a new depgraph._dep_expand() method for select_f...
2008-04-09 Zac MedicoMake depgraph.select_files() detect when a package...
2008-04-09 Zac MedicoSplit out a depgraph method to check if a specific...
2008-04-09 Zac MedicoHandle issues with newlines in elog messages that can...
2008-04-08 Zac MedicoBug #162542 - When checking permissions inside CCACHE_D...
2008-04-08 Zac MedicoBug #197810 - Don't automatically downgrade packages...
2008-04-08 Zac MedicoFix --update greedy atoms logic so that it only pulls...
2008-04-08 Zac MedicoMerge improved argument handling and other general...
2008-04-08 Zac MedicoFor repoman, only cache the metadata necessary for...
2008-04-08 Zac Medico* Optimize metadata caching in pordbapi and bindbapi...
2008-04-08 Zac MedicoIn dump_trace(), fix BASH_ARGV and BASH_ARGC offsets...
2008-04-08 Zac MedicoFix java.eclassesnotused logic. Thanks to Betelgeuse...
2008-04-08 Zac Medico* Use type -P which does not produce messages to stderr.
2008-04-08 Zac MedicoBug #197905 - Preserve order of ebuild messages even...
2008-04-08 Zac MedicoClarify --with-bdeps behavior with example. Thanks...
2008-04-06 Zac MedicoFix the CompositDbapi.match() logic wrt "selective...
2008-04-05 Zac MedicoWhen necessary, make quickpkg add missing metadata...
2008-04-05 Zac MedicoIn dbapi.move_ent(), never assume that any of the expec...
2008-04-05 Zac MedicoFor better performace and consistency in package select...
2008-04-05 Zac MedicoBug #216328 - Fix broken --newuse reinstallation logic...
2008-04-04 Zac MedicoAdd missing "the" to fix grammar. (trunk r9710)
2008-04-04 Zac Medico* In the event that a previously installed package...
2008-04-04 Zac MedicoDisplay the note referencing "masked packages" docs...
2008-04-04 Zac MedicoMerge FEATURES=webrsync-gpg docs from trunk.
2008-04-04 Zac MedicoFix a typo in the depclean USE flag handling when popul...
2008-04-04 Zac MedicoWhen the user has given --depclean a list of atoms...
2008-04-04 Zac MedicoAdd missing DepPriority instances to the graph so that...
2008-04-03 Zac MedicoFix package selection logic so that it always properly...
2008-04-03 Zac MedicoAdd missing str.upper() call for PORTAGE_FETCH_RESUME_M...
2008-04-03 Zac MedicoIf PORTAGE_FETCH_RESUME_MIN_SIZE is undefined or empty...
2008-04-03 Zac MedicoImplement a PORTAGE_FETCH_RESUME_MIN_SIZE variable...
next