portage.git
2008-05-08 Zac MedicoBug #220987 - Fix UnboundLocalError for 'skip' that...
2008-05-08 Zac MedicoMake some confmem behavior modifications in order to...
2008-05-08 Zac MedicoRemove stale uninstall tasks from scheduled_uninstalls...
2008-05-08 Zac MedicoRemove unnecessary BlockerDB and BlockerCache _installe...
2008-05-08 Zac MedicoDon't save "uninstall" tasks in the resume list since...
2008-05-08 Zac MedicoBug #220341 - USE=multislot can make an installed packa...
2008-05-08 Zac MedicoBug #220775 - Source isolated-functions.sh before tryin...
2008-05-08 Zac MedicoBug #220689 - Fix package selection logic so that it...
2008-05-08 Zac MedicoDon't use try/finally to close atomic_ofstream since...
2008-05-08 Zac MedicoFix findInstalledBlockers() to check for blockers in...
2008-05-08 Zac MedicoInstead of doing automatic uninstalls in advance, insta...
2008-05-07 Zac MedicoTolerate InvalidDependString exceptions when checking...
2008-05-07 Zac MedicoFix spelling of "SATISFIED". Thanks to Arfrever.
2008-05-06 Zac MedicoIn install_mask(), discard stderr messages from the...
2008-05-06 Zac MedicoMake satisfied blockers "darkblue" by default.
2008-05-06 Zac MedicoFor consistency with the merge list display, show ...
2008-05-06 Zac MedicoDisplay satisfied blockers in green and show a small...
2008-05-05 Zac MedicoUse find -path -or -name to match basenames of files...
2008-05-05 Zac MedicoCache results for Task.__hash__() calls.
2008-05-05 Zac MedicoUse vardbapi._excluded_dirs to filter results inside...
2008-05-05 Zac MedicoAdd -MERGING-.* to vardbapi._excluded_dirs.
2008-05-05 Zac Medico* In vardbapi.cpv_all() use catpkgsplit() for validatio...
2008-05-05 Zac MedicoHandle a potential InvalidData exception in vardbapi...
2008-05-05 Marius Mauchfix preserve_libs logic to properly account for the... v2.2_pre6
2008-05-05 Zac MedicoAdd "package" to EBUILD_PHASES since it's possible...
2008-05-05 Zac MedicoBug #219286 - Whitelist INSTALL_MASK so that it works...
2008-05-05 Zac Medico* Fix --buildpkgonly logic to avoid an unwanted code...
2008-05-05 Zac MedicoBug #220171 - Filter out 'lost+found' directories in...
2008-05-05 Zac MedicoUse writemsg() to warn about InvalidDependString except...
2008-05-05 Zac MedicoUse a separate digraph to preserve irrelevant blocker...
2008-05-05 Zac MedicoFix misplaced variable.
2008-05-04 Zac MedicoIn the package uninstall sanity check, use RDEPEND...
2008-05-04 Marius Mauchactually remove libraries that aren't strictly needed...
2008-05-04 Marius Mauchremove NEEDED from list of metadata variables (and...
2008-05-04 Marius Mauchremove obsolete class
2008-05-04 Zac MedicoSimilar to the sys-apps/portage protection, also add...
2008-05-04 Zac MedicoDo more validation of resume data from the mtimedb.
2008-05-04 Zac MedicoIn order to fix --tree display behave normally in ...
2008-05-04 Zac MedicoFix misplaced variable used as parameter to _load_favor...
2008-05-04 Zac MedicoFix package counters in depgraph.display() so they...
2008-05-04 Zac MedicoFix some unwanted interaction between --tree display...
2008-05-04 Zac MedicoRemove obsolete tuple() usage inside depgraph.display().
2008-05-04 Zac MedicoFix spelling of _show_unsatisfied_blockers().
2008-05-04 Zac MedicoIn BlockerData._load(), salvage as much cache as possib...
2008-05-04 Zac MedicoValidate all the data types inside BlockerCache._load...
2008-05-03 Zac MedicoWhen a resume list is rejected, display the invalid...
2008-05-03 Zac MedicoWhen a --resume list is rejected due to unsatisfied...
2008-05-03 Zac MedicoDon't clean out old resume lists when in --ask or ...
2008-05-03 Zac MedicoWhen loadResumeCommand() rejects a resume list, give...
2008-05-03 Zac MedicoFix display_problems() logic some more.
2008-05-03 Zac MedicoFix logic so display_problems() gets called every time...
2008-05-03 Zac MedicoImprove --resume handling of saved "favorites" argument...
2008-05-03 Zac Medico* Move circular deps and blocker displays to depgraph...
2008-05-03 Zac MedicoSimilar to the circular dependency display, handle...
2008-05-03 Zac MedicoUse absolute paths for files in ${DISTDIR}. Thanks...
2008-05-03 Zac MedicoBuf #219294 - Fix 'date' and 'cut' arguments for BSD...
2008-05-03 Zac MedicoAlso move mtimedb resume list validation earlier.
2008-05-03 Zac MedicoMove --resume options handling to the beginning of...
2008-05-03 Zac MedicoMake --nodepa automatically disable --tree.
2008-05-03 Zac MedicoFix depgraph.loadResumeCommand() to identify an unsatis...
2008-05-03 Zac MedicoDelete the resume list(s) if there is an unsatisfied...
2008-05-03 Zac MedicoAdd --nodeps to the parallel-fetch --resume options...
2008-05-03 Zac MedicoFix --resume mode to check for unsatisfied blockers...
2008-05-03 Zac Medico* Check for masked packages in the --resume merge list...
2008-05-02 Zac MedicoAdd a PackageVirtualDbapi.__iter__() method and use...
2008-05-02 Zac MedicoUse match_pkgs() to simplify package comparison.
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.
2008-05-02 Zac MedicoClean up merge list handling:
2008-05-02 Marius MauchUpdate documentation for package set configuration...
2008-05-02 Marius Mauchrename NEEDED.2 to NEEDED.ELF.2 to allow other ABI...
2008-05-02 Marius Mauchfix typo
2008-05-02 Marius Mauchuse special symlink comparison code (original patch...
2008-05-02 Marius Mauchv2 of FEATURES=preserved-libs, using LinkageMap instead...
2008-05-02 Marius Mauchdo not consider sets to be installed that are about...
2008-05-02 Marius Mauchmove cleaning of sets out of package loop
2008-05-02 Marius Mauchproperly remove sets from 'world' when unmerging
2008-05-02 Marius Mauchadd config option for package sets to not be recorded...
2008-05-02 Marius Mauchcheck if a given package set is defined more than once
2008-05-02 Marius Mauchremove 'sets/' name-prefix for file-based package sets
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 Marius Mauchcheck if PORTAGE_TMPDIR is mounted readonly/noexec...
2008-05-02 Zac MedicoBug #219837 - Adjust date calculations some more and...
2008-05-01 Zac MedicoFix variable rename breakage: pkg -> pkg.cpv
2008-05-01 Zac MedicoWhen adding blockers for installed packages to the...
2008-05-01 Zac MedicoDetect an old version of tarsync and use bzip2 compress...
2008-05-01 Zac MedicoSort blockers when caching them.
2008-05-01 Zac MedicoDon't add blockers to the graph more times than necessary.
2008-05-01 Zac Medico* Add a Package.operation attribute and use it to disti...
2008-04-30 Zac MedicoBug #219837 - Adjust date calculations to improve accuracy.
2008-04-30 Zac MedicoHandle a KeyError when validating the blocker cache.
2008-04-30 Zac MedicoFix broken comparison, compare with None instead of...
2008-04-30 Zac MedicoFix logic to re-use blockers from the graph when popula...
next