portage.git
2006-09-22 Zac MedicoAllow packages specified on the command line to be...
2006-09-21 Zac MedicoFix another IndexError due to an assumption that digrap...
2006-09-21 Zac MedicoPrevent --update and/or --deep style behavior when...
2006-09-21 Zac MedicoPrevent an IndexError caused by blocker nodes splitting...
2006-09-21 Zac MedicoAdd a comment about old-style virtuals inside depgraph...
2006-09-21 Zac MedicoRemove an inaccurate comment.
2006-09-21 Zac MedicoAdd a docstring for depgraph.validate_blockers().
2006-09-21 Zac MedicoFix depgraph.validate_blockers() logic so that match_fr...
2006-09-20 Zac MedicoThanks to Jason Stubbs for this patch from bug #16365...
2006-09-20 Zac MedicoAs suggested by vapier, send emerge -fp output to stdou...
2006-09-20 Zac MedicoMake portageq exit successfully for -h or --help.
2006-09-19 Zac MedicoMake portageq exit with nonzero status when called...
2006-09-19 Zac MedicoFor consistency, pass ignore_soft_deps into digraph...
2006-09-19 Zac MedicoFix digraph.hasallzeros() breakage.
2006-09-19 Zac MedicoProperly close the caches before reloading portage.
2006-09-19 Zac MedicoThis is a new --tree implementation by Jason Stubbs...
2006-09-19 Zac MedicoFix fetch resume logic for bug #145601 and document...
2006-09-19 Zac MedicoFix digraph.debug_print inverted hard/soft logic.
2006-09-19 Zac MedicoTurn off file name globbing during expansion of ${find_...
2006-09-18 Zac MedicoAllow packages matched by something in package.provided...
2006-09-18 Zac MedicoIdendify soft deps in emerge --debug output.
2006-09-18 Zac MedicoThanks again to Jason Stubbs for this patch from bug...
2006-09-18 Zac MedicoThanks to Jason Stubbs for this patch from bug #147766...
2006-09-18 Zac MedicoEnsure that the parent process gets the first fetch...
2006-09-18 Zac MedicoReplace relative imports with absolute imports for...
2006-09-18 Zac MedicoClose the parallel-fetch log file descriptor when it...
2006-09-17 Zac MedicoUse mtimedb.filename == None to disable mtimedb writes...
2006-09-17 Zac MedicoReimplement parallel-fetch so that it simply spawns...
2006-09-16 Zac MedicoIn portage.commit_mtimedb(), use the commit() method...
2006-09-16 Mike Frysingerdocument FEATURES=buildsyspkg #147729
2006-09-16 Zac MedicoAdd CATEGORY to the list of readonly variables.
2006-09-16 Zac MedicoFor bug #14321, make dispatch-conf scan for individual...
2006-09-16 Zac MedicoFor bug #14321, make etc-update scan for individual...
2006-09-16 Zac MedicoFor bug #14321, make emerge scan for individual files...
2006-09-16 Zac MedicoFor bug #14321, add support for individual files in...
2006-09-15 Zac MedicoWhen it's detected that a previously remembered update...
2006-09-15 Zac MedicoAdd support for SPACE_SEPARATED and COLON_SEPARATED...
2006-09-15 Zac MedicoMove all env.d file name filtering into a single loop.
2006-09-15 Zac MedicoSimplify the confmem logic so that it's easier to read.
2006-09-14 Zac MedicoRemove an unused hardlink_active() function.
2006-09-14 Zac MedicoSimplify portage_locks.hardlink_is_mine() so that it...
2006-09-14 Zac MedicoRemove all traces of atexit hardlock cleanup code,...
2006-09-14 Zac MedicoIn unhardlink_lockfile(), make sure not to touch lockfi...
2006-09-14 Mike Frysingernote that you need to use an absolute path for ROOT...
2006-09-13 Zac MedicoUse configdict["env"].clear() instead of manual deletio...
2006-09-13 Zac MedicoFor correct LINGUAS handling, don't export empty USE_EX...
2006-09-10 Zac MedicoAdd KDEDIRS to colon_separated env-update vars as reque...
2006-09-10 Zac MedicoFix a broken call to new_protect_filename for bug ...
2006-09-10 Mike Frysingerdiff for superh
2006-09-09 Zac MedicoFor bug #80846, prevent false collisions caused by...
2006-09-09 Zac MedicoIn dblink.isowner(), correct the logic to test the...
2006-09-08 Zac MedicoInclude a note about RESTRICT="fetch" in docs for local...
2006-09-07 Zac MedicoAdd PORTAGE_DEPCACHEDIR to SANDBOX_PREDICT since it... v2.1.1
2006-09-07 Zac MedicoMake quickpkg respect PORTAGE_NICENESS.
2006-09-07 Zac MedicoSubstitute isolated-functions.sh in place of /sbin...
2006-09-07 Zac MedicoCondense a few portageq calls into one.
2006-09-07 Zac MedicoMake sure that the package phase has the PYTHONPATH...
2006-09-07 Zac MedicoOptimize quickpkg so that it creates the binary package...
2006-09-07 Zac MedicoFor bug #146564, include directories in packages create...
2006-09-06 Zac MedicoDocument that dblink.unmerge() does not perform locking...
2006-09-06 Zac MedicoProperly lock the critical section of portage.unmerge...
2006-09-06 Zac MedicoAllow env_update to work if there are broken symlinks...
2006-09-06 Zac MedicoRemove ACCEPT_KEYWORDS from incrementals to that a...
2006-09-06 Zac MedicoCall dep_settings.setcpv() first so that ACCEPT_KEYWORD...
2006-09-06 Mike Frysingerunpack rar files with -o+ to force overwriting #146508...
2006-09-06 Mike Frysingermake .compiled warning the same helpful format as ...
2006-09-06 Mike Frysingerif user has FEATURES=noauto then dont check lame .insta...
2006-09-05 Zac MedicoDuring env_update, raise a FileNotFound exception if...
2006-09-04 Zac MedicoAdd an additional note about $ROOT and USE flag handlin...
2006-09-04 Zac MedicoRevert r4403 since dep_check needs a config instance...
2006-09-04 Zac MedicoOnly apply USE masks in dep_check when called by repoma...
2006-09-04 Zac MedicoUse a set for masklist inside dep_check.
2006-09-04 Zac MedicoFor emerge dep_check calls, use a config instance that...
2006-09-04 Zac MedicoMove setcpv call (from the last commit) to a more logic...
2006-09-04 Zac MedicoAdd repoman support for package.use.mask.
2006-09-04 Zac MedicoSince none of the code is written to handle it, never...
2006-09-04 Zac MedicoDon't call dict.keys() unnecessarily for the containmen...
2006-09-03 Zac MedicoMove notes about --depclean and --newuse from NEWS...
2006-09-03 Zac MedicoAdd news about --newuse being able to detect changes...
2006-09-03 Zac MedicoWhen aux_get can't find a matching ebuild, simply raise...
2006-09-03 Simon Stellingmoving the portage-specific sandbox-code out of the...
2006-09-03 Zac MedicoDescribe each of the USE flag symbols that are displaye...
2006-09-02 Zac MedicoMake code from the last 2 commits conditional on mergin...
2006-09-02 Zac MedicoUpdate the depgraph's USE flag cache so that's it's...
2006-09-02 Zac MedicoWhen creating the depgraph, use the correct USE flags...
2006-08-29 Zac MedicoUse a specialized read_int function to read integer...
2006-08-29 Zac MedicoBefore the preinst phase, only call load_infodir for...
2006-08-28 Mike Frysingerfix whitespace
2006-08-27 Simon Stellinglet's not fork too much
2006-08-27 Simon Stellingmake the multilib-strict check show all files that...
2006-08-27 Zac MedicoAdd a missing newline from the previous commit.
2006-08-27 Simon Stellingdon't display useless messages when using --quiet
2006-08-27 Zac MedicoDisplay flags that have been removed from IUSE as ...
2006-08-27 Zac MedicoFor --newuse, ignore masked/forced flags when comparing...
2006-08-27 Zac MedicoFor --newuse, ignore masked/forced flags when comparing...
2006-08-26 Zac MedicoRemove a redundant conditional from the last commit.
2006-08-26 Zac MedicoShow the * symbol in addition to the % symbol when...
2006-08-26 Zac MedicoAdd news about the new depclean algorithm.
2006-08-26 Zac MedicoRecommend `emerge --update --deep world` prior to depcl...
2006-08-25 Simon Stellingremove the MULTILIB_STRICT_EXEMPT default as all profil...
next