portage.git
2006-06-26 Zac MedicoRemove direct references to the global mtimedb from...
2006-06-26 Zac MedicoRemove all direct references to global variables form...
2006-06-25 Zac MedicoUse the PORTAGE_DEBUG environment variable to replace...
2006-06-25 Zac MedicoReplace a references to global scope CLEAN_DELAY and...
2006-06-25 Zac MedicoEnsure that CLEAN_DELAY and EMERGE_WARNING_DELAY enviro...
2006-06-25 Zac MedicoRemove the help() function.
2006-06-25 Zac MedicoRemove an unused import.
2006-06-25 Zac MedicoPrint a message to stderr if an error occurs when updat...
2006-06-25 Zac MedicoPass in just the CONFIG_PROTECT info instead of the...
2006-06-25 Zac MedicoSplit the config protect functionality from the dblink...
2006-06-25 Zac MedicoFix portage.update_config_files() so that it can work...
2006-06-25 Zac MedicoSplit the command line argument parsing into a function.
2006-06-25 Zac MedicoRemove unnecessary PORTAGE_CALLER exports.
2006-06-25 Zac MedicoPass a config object into the binarytree constructor...
2006-06-25 Zac MedicoPass a config object into the vartree constructor so...
2006-06-24 Zac MedicoSkip the install phase when ${PORTAGE_BUILDDIR}/.instal...
2006-06-24 Zac MedicoMove the counter_tick methods from the dbapi class...
2006-06-24 Zac MedicoMake the COUNTER regeneration logic account for $ROOT...
2006-06-24 Zac MedicoThe mtimedb should not be relative to the target $ROOT...
2006-06-24 Zac Medicos/Preform/Perform/ Thanks to exg for reporting.
2006-06-24 Zac MedicoRemove references to portage.settings from unmerge().
2006-06-24 Zac MedicoRemove references to portage.root from unmerge().
2006-06-24 Zac MedicoPass a config instance into key_expand calls so that...
2006-06-24 Zac MedicoRemove all direct references to global variables from...
2006-06-24 Zac MedicoRemove all direct references to global variables from...
2006-06-24 Zac MedicoRemove all references to global variables from getporta...
2006-06-24 Zac MedicoFix getgccversion logic for bug #137786.
2006-06-24 Zac MedicoRemove the deprectated digestCheckFiles function.
2006-06-24 Zac MedicoRemove a few unused imports.
2006-06-24 Zac MedicoRemove a few unused imports.
2006-06-23 Zac MedicoSplit the --metadata action into a separate function...
2006-06-23 Zac MedicoRegister emerge exit and signal handlers after parsing...
2006-06-23 Zac MedicoMinor import cleanups.
2006-06-23 Zac MedicoEnsure that ^C interrupts are handled quietly.
2006-06-23 Zac MedicoShift all global scope code to the bottom.
2006-06-23 Zac MedicoFix extra imports and undefined variable found by pyflakes.
2006-06-23 Zac MedicoFix error handling for getlist().
2006-06-23 Zac MedicoSort filenames for predictable results.
2006-06-23 Zac MedicoDo not import * for cooperation with pyflakes.
2006-06-23 Zac MedicoUse secpass to determine whether emergelog exceptions...
2006-06-23 Zac MedicoRemove unnecessary "myaction" parameter from the depgra...
2006-06-23 Zac MedicoPass relevant global variables as parameters to action_...
2006-06-23 Zac MedicoDocument "deep" and remove unused "params" variable.
2006-06-23 Zac MedicoRemove unused "merged" variable.
2006-06-23 Zac MedicoPrevent an inappropriate warning when a repoman user...
2006-06-23 Zac MedicoTest the basename for starting with "." instead of...
2006-06-23 Zac MedicoFix a typo from r3611 (file != files).
2006-06-23 Alec Warnerignore .files in /etc/portage recursion
2006-06-22 Zac MedicoUse portage_exec.find_binary since "which" always retur...
2006-06-22 Zac MedicoSimplify permission logic for emerge.log.
2006-06-22 Zac MedicoMove the creation of depgraph params from global scope...
2006-06-22 Zac MedicoAs suggested by exg, include the einfon code inside...
2006-06-22 Zac MedicoDon't register signal handlers during module import...
2006-06-22 Simon Stellingmention the use of @ in -s; bug 137565
2006-06-22 Zac MedicoFix a broken reference to syslist and remove two extras.
2006-06-22 Zac MedicoMove emerge's default action code from global scope...
2006-06-22 Zac MedicoFix missing global "syslist" from r3594.
2006-06-22 Zac MedicoMove the --depclean code from global scope to a function.
2006-06-22 Zac MedicoMove the --search code from global scope to a function.
2006-06-22 Zac MedicoMove the --info code from global scope to a function.
2006-06-22 Zac MedicoFix a collision with a previous variable named "p".
2006-06-22 Zac MedicoMove the --config code from global scope to a function.
2006-06-22 Zac MedicoMove the --regen code from global scope to a function.
2006-06-22 Zac MedicoMove the --sync and --metadata code from global scope...
2006-06-22 Zac MedicoRemove most direct references to global variables from...
2006-06-22 Zac MedicoRemove unused "olddbapi" variable.
2006-06-22 Zac MedicoRemove all global variables from emerge's search class.
2006-06-22 Zac MedicoEncapsulate emerge's spinner into an object.
2006-06-22 Zac MedicoSimplify PORT_LOGDIR intitialization.
2006-06-22 Zac MedicoPrevent and exception when PORT_LOGDIR is an empty...
2006-06-22 Zac MedicoRemove redundant PORT_LOGDIR validation from the config...
2006-06-22 Zac MedicoDon't bother to warn when PORT_LOGDIR="".
2006-06-22 Zac MedicoMake sure that PORT_LOGDIR is properly unset when it...
2006-06-21 Zac MedicoBy popular demand (including releng), revert the unmerg...
2006-06-20 Zac MedicoMake it easy to pass alternative cache implementations...
2006-06-20 Zac MedicoUse get() to simplify setitem logic as suggested by...
2006-06-20 Zac MedicoImplement get() as part of the standard mapping interface.
2006-06-20 Zac MedicoFix it so that values are properly saved in the writabl...
2006-06-20 Zac MedicoUse wantnewlockfile=1 on /var/lib/portage/config for...
2006-06-19 Zac MedicoTo prevent infinite recursion when a lock file has...
2006-06-19 Marius Mauchmake sure that elog entries are also processed in ...
2006-06-19 Zac MedicoSave timestamp.chk even when metadata-transfer is disab...
2006-06-19 Ned Ludd- do not complain about redundant use of pretend and...
2006-06-18 Alec Warnergoodbye tokenize
2006-06-18 Zac MedicoPut bright colors before dark colors for bug #137206...
2006-06-18 Zac MedicoAdd missing sys import found by pyflakes.
2006-06-18 Marius Mauchfix typo
2006-06-18 Mike Frysingerget rid of quotes in output
2006-06-18 Zac MedicoPrevent repoman frm using /etc/portage/package.mask...
2006-06-18 Zac MedicoOverwrite the existing fetch log so that it only contai...
2006-06-17 Zac MedicoLog parallel-fetch output to /var/log/emerge-fetch...
2006-06-17 Zac MedicoMake sure that doebuild gets the correct CATEGORY....
2006-06-17 Mike FrysingerBenno Schulenberg writes in #136818: tweak --nocolor...
2006-06-17 Mike FrysingerBenno Schulenberg writes in #136818: tweak the descript...
2006-06-17 Mike FrysingerBenno Schulenberg writes in #136818: make the style...
2006-06-17 Mike FrysingerBenno Schulenberg writes in #136818: put the --config...
2006-06-17 Mike Frysingerline wrap to 80 cols
2006-06-17 Mike FrysingerBenno Schulenberg writes in #136818: changes the wordin...
2006-06-17 Zac MedicoForce digest generation when assume-digests is enabled...
2006-06-16 Zac MedicoImport missing PermissionDenied class. Thanks to marie...
next