portage.git
2008-06-10 Zac MedicoAdd another sanity check in the owners cache.
2008-06-10 Zac MedicoUse isinstance() instead of handling TypeError.
2008-06-10 Zac MedicoBug #225285 - Allow digestcheck() to succeed when the...
2008-06-10 Zac MedicoAdd some sanity checks and error tolerance in the owner... v2.2_pre8
2008-06-10 Zac MedicoFix typo.
2008-06-10 Zac MedicoFix typo.
2008-06-09 Zac MedicoFix missing initialization.
2008-06-09 Zac MedicoRemove unused PackageVirtualDbapi.__getitem__() method.
2008-06-09 Zac MedicoAdd CONTENTS indexing support for optimization of owner...
2008-06-08 Zac MedicoWhen inside fakeroot, directories with portage's gid...
2008-06-08 Marius Mauchmake sure that scanelf is called with the right paths...
2008-06-08 Zac MedicoBug #225285 - Allow digestcheck() to succeed when the...
2008-06-08 Zac MedicoMake portdbapi.aux_get() return float type for _mtime_.
2008-06-08 Zac MedicoAdd additional functions such as eaclocal and eautohead...
2008-06-08 Zac MedicoFix typo.
2008-06-08 Zac MedicoMake repoman pass Package instances into run_checks...
2008-06-07 Zac MedicoInside, create_trees(), pass target_root="/" into the...
2008-06-07 Zac MedicoValidate ROOT from make.conf.
2008-06-07 Zac MedicoMake load_emerge_config() filter out empty PORTAGE_CONF...
2008-06-07 Zac MedicoBug #224271 - New check 'IUSE.undefined', renamed from...
2008-06-07 Zac MedicoAs suggested by Flameeyes, add a new 'inherit.autotools...
2008-06-07 Mike Frysingerremove old/unused gen_wrapper function
2008-06-07 Zac MedicoBug #224271 - Add a 'IUSE is not defined' ebuild.minors...
2008-06-06 Zac MedicoAdd a PackageVirtualDbapi.__getitem__() method.
2008-06-05 Zac MedicoAdd Package.counter and mtime attributes.
2008-06-05 Zac MedicoAdd vardbapi.aux_get() support for an "_mtime_" value...
2008-06-04 Zac MedicoBug #224713 - Avoid TypeError when make.conf is missing:
2008-06-04 Zac MedicoMention PORTAGE_RO_DISTDIRS in the DISTDIR docs.
2008-06-04 Zac MedicoUse sets for more accurate cache modification counts...
2008-06-04 Zac MedicoUse platform module to make it clear what we're display...
2008-06-04 Zac MedicoUse "platform" module instead of os.uname, or -- even...
2008-06-04 Zac MedicoFix typo.
2008-06-04 Zac MedicoUse a distdir_writable variable in fetch(), for better...
2008-06-03 Zac MedicoUpdate --depclean and package.provided docs to indicate...
2008-06-03 Zac MedicoMake PackagesSystemSet.description refer to the real...
2008-06-03 Zac MedicoAvoid an unhandled IndexError thrown from the PackagesS...
2008-06-03 Zac MedicoFix regex for compatibility with the regex implementati...
2008-06-03 Zac MedicoTweak the installed masked code from bug #223447 so...
2008-06-03 Zac MedicoFix typo.
2008-06-03 Zac MedicoWhen pruning the digests to optimize parallel-fetch...
2008-06-03 Zac MedicoUse float mtime instead of int for finer granularity...
2008-06-03 Zac MedicoAdd modification threshold for BlockerCache.flush(...
2008-06-03 Zac MedicoFix vardbapi.flush_cache() so that it only updates...
2008-06-03 Zac MedicoAdd support for a PORTAGE_RO_DISTDIRS variable. When...
2008-06-03 Zac MedicoDon't unset PORTAGE_BINPKG_FILE because it's readonly.
2008-06-01 Zac MedicoFilter PORTAGE_BINPKG_FILE in save_ebuild_env().
2008-06-01 Zac MedicoFix typo.
2008-06-01 Zac MedicoMention masked packages in another --resume message.
2008-06-01 Zac MedicoReference depgraph.UnsatisfiedResumeDep instead of...
2008-06-01 Zac MedicoUpdate the --skipfirst dropped packages warning to...
2008-06-01 Zac MedicoUpdate the UnsatisfiedResumeDep display to distinguish...
2008-06-01 Zac MedicoRevert changes wrt argument atoms in the previous commi...
2008-06-01 Zac MedicoMake --skipfirst tolerate masked packages by dropping...
2008-06-01 Zac MedicoFix EditablePackageSet.update() to create Atom instance...
2008-05-31 Zac MedicoMake PackageSet._setAtoms() use existing Atom instances...
2008-05-31 Zac MedicoFix create_world_atom() to take a Package instance...
2008-05-31 Zac MedicoAdd some isvalidatom() test cases with "null" and missi...
2008-05-31 Zac MedicoFix TypeError: 'tuple' object does not support item...
2008-05-31 Zac Medico* Tweak isvalidatom() to treat "null" category as valid...
2008-05-31 Zac MedicoClean up reference to parts of the first graph for...
2008-05-31 Zac MedicoOptimize the new --skipfirst code so that in only has...
2008-05-30 Zac MedicoFix PackageSet.findAtomForPackage() to find the most...
2008-05-30 Zac MedicoNow that dbapi._iter_match() is guaranteed to return...
2008-05-30 Zac MedicoFor consistency, make sure that a normal iterator is...
2008-05-30 Zac MedicoMake the use_cache=0 listdir() implementation inside...
2008-05-30 Zac MedicoPass a mutable config instance into get_masking_status...
2008-05-30 Zac MedicoMake PackageSet.findAtomForPackage() just return the...
2008-05-30 Zac MedicoSimplify None Package.slot handling in match_from_list().
2008-05-30 Zac MedicoFix Atom attribute handling in get_operator() and dep_g...
2008-05-30 Zac MedicoCreate Atom instances earlier to avoid redundant valida...
2008-05-29 Zac MedicoWhen dropping deps from the resume list, make sure...
2008-05-29 Zac MedicoUse Package.metadata instead of calling dbapi.aux_get().
2008-05-29 Zac MedicoUse a frozenset instead of a list for containment tests.
2008-05-29 Zac MedicoFix typo.
2008-05-29 Zac MedicoUse izip() to eliminate temporary dict instances.
2008-05-29 Zac MedicoClean up references to unsatisfied_parents.
2008-05-29 Zac MedicoClean up reference to dropped_tasks when finished.
2008-05-29 Zac MedicoWhen --skipfirst drops packages due to unsatisfied...
2008-05-29 Zac MedicoClean up exception reference from previous commit.
2008-05-29 Zac MedicoMake --skipfirst handle missing dependencies by droppin...
2008-05-29 Zac MedicoSave the content of CONFIG_MEMORY_FILE in dblink.treewa...
2008-05-29 Zac MedicoMake the unmerge time CONFIG_MEMORY_FILE pruning slight...
2008-05-29 Zac MedicoFilter out installed keyword masked packages when popul...
2008-05-29 Zac MedicoFix the code from bug #220341 so that it matches the...
2008-05-28 Zac MedicoSkip redundant Atom construction in select_package().
2008-05-28 Zac MedicoUpdate the fix from bug #220341 to protect USE deps...
2008-05-28 Zac MedicoBug #223447 - Adjust the "installed packages are masked...
2008-05-28 Zac MedicoMake the new behavior from bug #222439 conditional...
2008-05-28 Zac MedicoMake set_term_size() handle the CommandNotFound excepti...
2008-05-28 Zac MedicoConvert doman to use bash's =~ operator instead of...
2008-05-27 Zac MedicoBug #222439 - Add doman support for foo.lang.N filename...
2008-05-27 Zac MedicoFix breakage due to frozenset being immutable.
2008-05-27 Zac MedicoFix typo.
2008-05-27 Zac MedicoMake config._init_dirs() preserver /tmp and /var/tmp...
2008-05-27 Zac MedicoFix a typo from the previous commit.
2008-05-27 Zac MedicoUse new Package.use and iuse attributes to avoid extra...
2008-05-27 Zac MedicoSet Atom.use = None when there are no USE deps (instead...
2008-05-27 Zac MedicoRepoman only checks IUSE for USE deps, so don't evaluat...
2008-05-27 Zac MedicoFix dbapi._iter_match_use() to escape IUSE values when...
2008-05-27 Zac MedicoFix breakage in the BlockerDB constructor.
next