portage.git
2008-05-21 Marius MauchRaise an error if the named repository doesn't exist v2.2_pre7
2008-05-20 Zac MedicoWhen using vecho or eqawarn it comes in handy when...
2008-05-20 Zac MedicoSimplify cache code in vardbapi.aux_get().
2008-05-20 Zac MedicoIn vardbapi.aux_get(), don't mark cacheed metadata...
2008-05-20 Zac MedicoInside vardbapi.aux_get(), do more validation on the...
2008-05-19 Zac MedicoAdjust code order to organize it a bit. (branches/2...
2008-05-19 Zac MedicoValidate and normalize target_root earlier in the confi...
2008-05-19 Zac MedicoFix vardbapi.aux_get() logic so that it will correctly...
2008-05-19 Zac MedicoExclude "env" from use in variable substitution since...
2008-05-18 Zac MedicoIn unmerge(), flush the vardbapi aux_get() cache to...
2008-05-18 Zac MedicoTweak vardbapi.aux_get() cache logic a bit.
2008-05-18 Zac Medico* To avoid excessive IO on each call to LinkageMap...
2008-05-18 Zac MedicoBug #222623 - Use "regardless" instead of "irregardless...
2008-05-17 Zac MedicoAdd the environment and some more files to the existing...
2008-05-17 Zac MedicoFix th logic from the previous commit.
2008-05-17 Zac MedicoAdd back the "install new portage asap" behavior that...
2008-05-16 Zac MedicoDetect and filter ebuilds that have invalid versions...
2008-05-16 Zac MedicoAdd dev-util/ftjam to the RDEPEND.suspect list as per...
2008-05-14 Zac MedicoAdd a note about interaction between FEATURES="metadata...
2008-05-14 Zac MedicoSkip blocker atoms for the RDEPEND.suspect check.
2008-05-14 Zac MedicoBug #221537 - Add a new "RDEPEND.suspect" check for...
2008-05-13 Marius Mauchadd xterm-color and interix to list of valid terminals
2008-05-13 Marius MauchRemove 'eselect compiler' references
2008-05-13 Marius MauchPrefer deb2tgz over ar for unpacking .deb files when...
2008-05-13 Marius Mauchmake debug mode configurable
2008-05-13 Marius MauchAdd subversion support for repoman (patch by Fabien...
2008-05-13 Marius Mauchignore consumers from the current package instance...
2008-05-13 Marius MauchCheck vercmp() return value to avoid arbitrary results...
2008-05-13 Mike Frysingerfix man markup for PORTAGE_FETCH_RESUME_MIN_SIZE
2008-05-13 Zac Medicocapitalize Portage
2008-05-13 Zac MedicoDescribe how we limit the probability that temporary...
2008-05-13 Zac MedicoBug #220533 - Document FEATURES="skiprocheck".
2008-05-12 Zac MedicoDefine the world_candidates variable earlier to make...
2008-05-12 Zac MedicoFilter sets that are not "world candidates" from the...
2008-05-12 Zac MedicoIn the warning about eclasses in overlay overriding...
2008-05-12 Marius Mauchdon't add package sets to 'world' that have world-candi...
2008-05-11 Zac MedicoSimplify the code for bug #221755 now that the substitu...
2008-05-11 Zac MedicoMake the variable substitution code for bug #221755...
2008-05-11 Zac MedicoFix the variable subsitution code from bug #221755...
2008-05-11 Zac MedicoBug #221755 - Enable variable substitution in make...
2008-05-11 Zac MedicoAdd back the warning for DISTDIR about storing stuff...
2008-05-11 Zac MedicoSync make.conf.example with make.conf.5 for bug #220111.
2008-05-11 Zac MedicoBug #220111 - Update the DISTDIR docs to clarify that...
2008-05-11 Zac MedicoMake the summary more accurate.
2008-05-10 Zac MedicoIf the uninstall task did not need to be executed because
2008-05-10 Zac Medicoeachother -> each other
2008-05-10 Zac MedicoAlways include satisfied blockers as an indicator that...
2008-05-10 Zac MedicoWhen selecting leaf nodes, if there is a mix of merge...
2008-05-10 Zac MedicoFix another KeyError, reported in Bug #221107, comment...
2008-05-09 Zac MedicoBug #221053 - Save the resume list before verifying...
2008-05-09 Zac MedicoBug #221071 - Prevent display_problems() from redundant...
2008-05-09 Zac MedicoBug #221107 - Fix depgraph._serialize_tasks() so that...
2008-05-09 Zac MedicoDescribe how file collisions between blocking packages...
2008-05-09 Zac MedicoSimplify code for derived Package attributes.
2008-05-09 Zac MedicoFor the "blockers" parameter that's passed into the...
2008-05-09 Zac MedicoIf an uninstall task fails inside MergeTask.merge(...
2008-05-09 Zac MedicoUse set.instersection() instead of a for loop.
2008-05-09 Zac MedicoAllow scheduled uninstalls to be selected the same...
2008-05-09 Zac MedicoMake the fix for bug #220341 better by checking all...
2008-05-09 Zac MedicoOptimize BlockerDB.findInstalledBlockers() so that...
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...
next