portage.git
2008-04-27 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 Marius Mauchfix logic error
2008-04-27 Marius Mauchactually use rpath for the internal lib check
2008-04-27 Marius Mauchsome minor code fixes
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-26 Zac MedicoAdd a PackageVirtualDbapi.copy() method.
2008-04-26 Zac MedicoUse digraphs to clean up blocker reference counting...
2008-04-26 Zac MedicoDon't assume that altlist() will succeed inside display...
2008-04-26 Zac Medico* Add a Blocker class to use instead of tuples.
2008-04-26 Marius Mauchadd LibraryPackageMap replacement using NEEDED.2 files
2008-04-25 Zac MedicoRefactor the way that depgraph.altlist(), _complete_gra...
2008-04-25 Zac MedicoBug #219251 - Fix typo in PORTDIR_OVERLAY when searchin...
2008-04-25 Zac Medicos/be only/only be/
2008-04-25 Marius Mauchremove debug output
2008-04-25 Marius Mauchas NEEDED files don't conain enough formation for e...
2008-04-25 Zac MedicoAdd some more spinner.update() calls in possibly time...
2008-04-25 Marius Mauchremove unused function
2008-04-25 Zac MedicoBug #172812 - If any Uninstall tasks need to be execute...
2008-04-24 Zac MedicoUpdate description of "complete" depgraph param.
2008-04-24 Zac MedicoRename the "consistent" depgraph parameter to "complete...
2008-04-24 Zac MedicoAdd a note about automatic uninstallation to solve...
2008-04-24 Zac MedicoFix interaction between automatic uninstall and options...
2008-04-24 Zac MedicoHandle potential InvalidDependString exceptions when...
2008-04-24 Zac MedicoFix broken mtimedb resume list handling for automatic...
2008-04-24 Zac MedicoCombine --nodeps spinner logic.
2008-04-24 Zac MedicoBug #172812 - When automatically uninstalling packages...
2008-04-24 Zac MedicoSplit out a _dequeue_uninstall_tasks() method.
2008-04-24 Zac MedicoReset the state variables for leaf node selection in...
2008-04-23 Zac MedicoBug #172812 - Protect packages from being removed from...
2008-04-23 Zac MedicoBug #172812 - Document new automatic uninstallation...
2008-04-23 Zac Medicos/unmerge/uninstall/ for consistency.
2008-04-23 Zac MedicoBug #172812 - Automatically uninstall packages to avoid...
2008-04-22 Zac MedicoBug #172812 - Add an Uninstall class derived from the...
2008-04-22 Zac MedicoMake dir_get_metadata() retry if a httplib.ResponseNotR...
2008-04-21 Zac MedicoSwap --nospinner and --oneshot for alphabetical ordering.
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.
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-18 Zac MedicoAdd a new part for "Dependency Resolution".
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 MedicoFix issues with an empty string being passed into
2008-04-14 Zac MedicoRevert back to using startwith because I screwed up...
2008-04-14 Zac MedicoWhen regenerating USE_EXPAND in config.setcpv(), improv...
2008-04-14 Zac MedicoFix some breakage in the allow_unsatisfied handling.
2008-04-14 Zac MedicoCall depgraph._add_dep() to add package dependencies...
2008-04-14 Zac MedicoSplit out a depgraph._add_dep() method.
2008-04-14 Zac Medicos/timetasmp/timestamp/
2008-04-14 Zac MedicoFix some more broken logic inside WorldSet.load().
2008-04-14 Zac MedicoFix buggy logic in WorldSet.load() that causes it to...
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 MedicoFix the _dep_check_composite_db visibility filtering...
2008-04-13 Zac MedicoFix _dep_check_composite_db.match() so that it doesn...
2008-04-13 Zac MedicoMake _dep_check_composite_db match() return multiple...
2008-04-13 Marius Mauchstore sets in a different physical location than normal...
2008-04-13 Zac MedicoConvert st_mtime to long for movefile() return type.
2008-04-13 Zac MedicoMake movefile() tolerant to EPERM errors that can be...
2008-04-13 Marius Mauchfix check for other lib copies to properly exclude...
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.
2008-04-11 Zac MedicoFix the code from the previous commit so that it doesn...
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 unused infodir variable.
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...
next