portage.git
2006-07-27 Zac MedicoSimplify permissions adjustment after a file is fetched.
2006-07-27 Zac MedicoMove the filesystem mirrors code into the main fetch...
2006-07-27 Zac MedicoMove permissions adjustment of previously fetched files...
2006-07-27 Zac MedicoFix ENOENT exception handler so that it only wraps...
2006-07-27 Zac MedicoHide a password if a uri contains one (a custom local...
2006-07-27 Zac MedicoSimplify fetch failure logic.
2006-07-27 Zac MedicoEnsure that that fetch restriction message is only...
2006-07-27 Zac MedicoAllow fetch restricted files to be fetched from custom...
2006-07-27 Zac MedicoMove the initial check of previously fetched files...
2006-07-26 Zac MedicoFix unsafe deletion of a dictionary item during iteration.
2006-07-25 Zac MedicoWhen necessary, always print a list of missing atoms...
2006-07-25 Zac MedicoMove the self dependency check from digraph.addnode...
2006-07-25 Zac MedicoAdd more dependencies to the digraph in order to help...
2006-07-24 Zac Medicos/difference/symmetric_difference/ for the last two...
2006-07-24 Zac MedicoFor binary packages, trigger a rebuild with --newuse...
2006-07-24 Zac MedicoTrigger a rebuild with --newuse when IUSE has changed...
2006-07-23 Zac MedicoSimplify depgraph.select_dep() logic by using a list...
2006-07-23 Zac MedicoReturn tuples instead of lists from getboth functions...
2006-07-23 Zac MedicoReturn a tuple from searchindex instead of a list.
2006-07-22 Zac MedicoMake xsplit() return False on failure and True on succe...
2006-07-22 Zac MedicoMove best_match_to_list, match_from_list, and match_to_...
2006-07-22 Zac MedicoMove portage.best() to portage_versions.
2006-07-22 Zac MedicoRemove unused portage.match_from_list_original() function.
2006-07-22 Zac MedicoUse portage.best() to simplify package comparison.
2006-07-22 Zac MedicoJust add the providers to the protected set without...
2006-07-22 Zac MedicoMake depclean account for old-style virtuals so that...
2006-07-21 Zac MedicoMake sure that PORTAGE_BUILDDIR exists before attemptin...
2006-07-21 Zac MedicoCollapse whitespace in aux_get calls for remote binpkg...
2006-07-21 Zac MedicoIgnore hidden directories and files when updating confi...
2006-07-21 Zac MedicoAdd a link for "Setting up your own local rsync mirror...
2006-07-21 Zac MedicoMove dep_transform from the portage_dep module to porta...
2006-07-21 Zac MedicoMove update_config_files from the core portage module...
2006-07-21 Zac MedicoDo the portage_checksum import in local scope because...
2006-07-21 Zac MedicoMove new_protect_filename from the core portage module...
2006-07-21 Zac MedicoMove parse_updates from the core portage module to...
2006-07-21 Zac MedicoMove isjustname, isspecific, dep_getkey, and dep_transf...
2006-07-21 Zac MedicoRemove grabdict_package and grabfile_package from the...
2006-07-21 Zac MedicoMove dep_getcpv, get_operator, and isvalidatom from...
2006-07-21 Zac MedicoBlacklist some variables in the config constructor...
2006-07-20 Zac MedicoFix broken if/elif statement.
2006-07-20 Zac MedicoFix a broken reference to portage.portdb.
2006-07-20 Zac MedicoRemove redundant initialization of directories for...
2006-07-20 Zac MedicoMove initialization of config.uvlist into the regenerat...
2006-07-20 Zac MedicoMove initialization of self.lookuplist to a more logica...
2006-07-20 Zac MedicoRemove redundant initialization of self.features (and...
2006-07-20 Simon Stellingnote that there is the possibility to have a local...
2006-07-20 Zac MedicoRemove redundant initialization of PORTAGE_BIN_PATH...
2006-07-20 Zac MedicoRemove redundant initialization of CBUILD for cloned...
2006-07-20 Zac MedicoRemove redundant definition of catsplit() which is...
2006-07-20 Zac MedicoRemove redundant copying of self.lookuplist and self...
2006-07-20 Zac MedicoWhen cloning a config instance, use the copied env...
2006-07-20 Zac MedicoRemove redundant processing of ROOT and PORTAGE_CONFIGR...
2006-07-20 Zac MedicoRemove redundant (and possibly problem causing) copying...
2006-07-20 Zac MedicoRemove redundant processing of PORTDIR_OVERLAY for...
2006-07-20 Zac MedicoRemove redundant initialization of self.depcachedir...
2006-07-20 Zac MedicoWhen a config instance is cloned, don't initialize...
2006-07-20 Zac MedicoWhen a config instance is cloned, don't set default...
2006-07-20 Zac MedicoHandle a potential ValueError when parsing the number...
2006-07-19 Zac MedicoMake user_special() return 1 if none of the patterns...
2006-07-19 Zac MedicoMake PORTAGE_TMPDIR cannonical for sandbox before it...
2006-07-19 Marius Mauchadd support to prevent auto-processing for user-special...
2006-07-19 Marius Mauchuse eval to allow shell expansion in config file
2006-07-19 Marius MauchOnly call portageq once
2006-07-19 Zac MedicoRemove redundant checksum output.
2006-07-19 Marius Mauchupdate mtime after replacing config files
2006-07-19 Marius Mauchadd notice about remaining updates on exit
2006-07-19 Marius Mauchadd option to discard config updates
2006-07-19 Marius MauchShow full path when auto-merging
2006-07-19 Marius Mauchensure we have the necessary access
2006-07-19 Zac MedicoUse the python implemention of ebegin/eend to visually...
2006-07-19 Zac MedicoAdd an EOutput class that provides a python implementat...
2006-07-19 Zac MedicoDon't try to create a log file unless PORTAGE_BUILDDIR...
2006-07-19 Zac MedicoUse the portage gid for BUILD_PREFIX.
2006-07-19 Zac MedicoEnsure that BUILD_PREFIX has been created before attemp...
2006-07-18 Zac MedicoDo file locking on PORTAGE_BUILDDIR and use a finally...
2006-07-18 Zac MedicoEnsure a sane umask for repoman.
2006-07-18 Simon Stellingfix up doman and prepman so that they work with the...
2006-07-18 Simon Stellingmake .keep files package-dependant to fix bug 102436
2006-07-18 Zac MedicoUse a set instead of a list for better efficiency.
2006-07-18 Zac MedicoSimplify generation of the cleanlist for depclean.
2006-07-17 Zac MedicoFix depclean so that it cleans unneeded slots (unless...
2006-07-17 Zac MedicoAdd a docstring with epytext markup to portage_versions...
2006-07-17 Zac MedicoEnable repoman to work with portage.init_legacy_globals...
2006-07-17 Zac MedicoRemove redundant variable definitions.
2006-07-17 Zac MedicoFix categories and arch.list handling for repoman with...
2006-07-17 Zac MedicoCollapse two repoman PORTAGE_CALLER conditionals into...
2006-07-16 Zac MedicoAdd ipv6 --sync support for bug #37124. Thanks to...
2006-07-16 Zac MedicoFix broken --usepkg masking logic for bug #140694.
2006-07-16 Zac MedicoMove the ConfigProtect class to the portage_util module.
2006-07-16 Zac Medicos/config_protect/ConfigProtect/ for the class name.
2006-07-15 Zac MedicoAdd a new portageq metadata function that wraps dbapi...
2006-07-15 Zac MedicoRemove the portage_file module for bug #133591.
2006-07-15 Zac MedicoMove normalize_path into portage_util.
2006-07-15 Zac MedicoUse normalize_path instead of using normpath directly.
2006-07-15 Zac MedicoSimplify portage.normalize_path() logic.
2006-07-15 Zac MedicoUse calculations to center --info header titles.
2006-07-15 Zac MedicoAs suggested by vapier, only show the "System Settings...
2006-07-15 Marius Mauchnote change in search behavior in release notes
2006-07-15 Marius Mauchupdate search docs
2006-07-15 Marius Mauchdisable regular expressions for search by default
next