portage.git
2006-12-14 Zac MedicoFor bug #157897, add slot collision handling in depgrap...
2006-12-13 Mike Frysingerhandle --cols when displaying blockers
2006-12-13 Zac MedicoFor bug #157897, handle the case of multiple versions...
2006-12-13 Zac MedicoRemove redundant digraph.pkg_node_map node insertions...
2006-12-13 Zac MedicoTrack slot atom to digraph node mappings as the depgrap...
2006-12-13 Zac MedicoMove the biolerplate cpv_all() implementation from...
2006-12-12 Zac MedicoFor bug #157897, ensure that only "merge" nodes are...
2006-12-12 Zac MedicoFor bug #157897, only let depgraph.create() inject...
2006-12-12 Zac MedicoFor higher efficiency, call self.__int__() instead...
2006-12-12 Zac MedicoOptimize dep_check calls in depgraph.validate_blockers...
2006-12-12 Zac MedicoStore dependency metadata in depgraph.mydbapi so that...
2006-12-12 Zac MedicoCentralize all of the vardb metadata mangling in FakeVa...
2006-12-11 Zac MedicoAll portage.fetch() to succeed even if FETCHCOMMAND...
2006-12-11 Zac MedicoMake the fetch phase bail out if FETCHCOMMAND or RESUME...
2006-12-11 Zac MedicoFor bug #157823, ignore blocker collisions between...
2006-12-11 Zac MedicoFor bug #157823, don't forget to split the USE.
2006-12-11 Zac MedicoFix a typo from the previous commit.
2006-12-11 Zac MedicoWhen there are multiple packages occupying the same...
2006-12-11 Zac MedicoEnsure that the root of the vdb exists before attemptin...
2006-12-10 Zac MedicoIgnore blockers when "--buildpkgonly" is enabled.
2006-12-10 Zac MedicoAdd an allow_blockers parameter to isvalidatom so that...
2006-12-10 Zac MedicoFor bug #157734, fix repoman isvalidatom() checks....
2006-12-10 Zac MedicoDon't collapse the tuple into a hash, since dict can...
2006-12-10 Zac MedicoTo minimize memory consumption and maximize performance...
2006-12-10 Zac MedicoMake sure the SLOT comes from the vardb instead of...
2006-12-10 Zac MedicoFor bug #128809, optimize dep_check calls and enable...
2006-12-10 Zac MedicoInitialize the match cache in the bindbapi constructor.
2006-12-10 Zac MedicoCache the results of fakedbapi.match() calls and clear...
2006-12-10 Zac MedicoUse dep_getcpv() inside dep_expand() for code sharing...
2006-12-10 Zac MedicoCache results of dep_getcpv() calls.
2006-12-10 Zac MedicoCache the results of match_from_list() calls.
2006-12-10 Zac MedicoAvoid unnecessary dbapi.cp_list() calls inside cpv_expa...
2006-12-10 Zac MedicoFor bug #128809, process blockers for all installed...
2006-12-10 Zac MedicoEscape a newline from the previous commit.
2006-12-09 Zac MedicoDon't attempt to enforce merge order unless the blocker...
2006-12-09 Zac MedicoThis patch cleans up the blocker validation logic....
2006-12-09 Zac MedicoFor bug #157369, clean when cleanup has been triggere...
2006-12-09 Zac MedicoClean up depstring/atom splitting and filtering.
2006-12-09 Zac MedicoAdd ? to the invalid atom characters.
2006-12-09 Zac MedicoMake isvalidatom() (and thus repoman) reject atoms...
2006-12-09 Zac MedicoUse portage.isvalidatom() for atom validation in repoman.
2006-12-09 Zac MedicoAdd use.force support to dep_check for repoman especial...
2006-12-09 Marius Mauchadjust QA_* variable names for complex values of like...
2006-12-09 Zac MedicoFix a type from the previous commit.
2006-12-09 Zac MedicoFix broken SLOT update logic in fakedbapi.cpv_inject().
2006-12-09 Zac MedicoSplit some global updates functions out of depgraph...
2006-12-09 Zac MedicoUse tuples for digraph nodes in order to avoid lots...
2006-12-09 Zac MedicoRemove unused depgraph.match() method.
2006-12-09 Zac MedicoMove the reset of the per-root initializations into...
2006-12-09 Zac MedicoGo ahead and populate depgraph.mydbapi even when -...
2006-12-09 Zac MedicoRemove locking from dbapi.aux_update() implementations...
2006-12-09 Zac MedicoClean up vardbapi.aux_get().
2006-12-08 Zac MedicoRemove all traces of FEATURES=cvs since code for that...
2006-12-08 Zac MedicoIndicate test failure with an exit code.
2006-12-08 Zac MedicoBreak out of the loop if a CacheError occurs.
2006-12-08 Zac MedicoDelete the exception object after use.
2006-12-08 Zac MedicoFor bug #157370, make `emerge --regen` cleanse stale...
2006-12-08 Zac MedicoSimplfy deprecated action parsing logic.
2006-12-08 Zac MedicoAvoid bogus 'Deprecated use of action' warnings for...
2006-12-08 Alec Warneradd some portage_util tests
2006-12-08 Marius MauchAllow searching for action terms again
2006-12-08 Alec Warnerminor syntax changes ( in is faster than has_key )...
2006-12-08 Zac MedicoMake all lock files hidden for bug #142369.
2006-12-08 Alec WarnerAdd pretty basic vercmp unit testing...need more cases
2006-12-07 Zac Medicos/zip/izip/ some more
2006-12-07 Zac Medicos/zip/izip/ Thanks to Brian Harring for the suggestion.
2006-12-07 Alec WarnerA quick docstring for vercmp
2006-12-07 Zac MedicoCatch an exception instead of using a redundant os...
2006-12-07 Alec Warnerportage_versions lacks a header or copyright notice :x
2006-12-07 Zac MedicoEnable FakeVartree to populate the virtuals so that...
2006-12-07 Zac MedicoShare the same config instance between portagetree...
2006-12-07 Zac MedicoFor bug #152127, make vercmp give less value to implcit...
2006-12-07 Zac MedicoRevert r5175 for bug #152127 since the original = behav...
2006-12-07 Zac MedicoFix the 'TypeError: not all arguments converted during...
2006-12-07 Zac MedicoMake sure the ebuild path is properly normalized.
2006-12-07 Zac MedicoFor bug #157393, fix up ebuild path normalization so...
2006-12-07 Zac MedicoMake repoman bail out if it's unable to generate the...
2006-12-07 Zac MedicoFix broken SRC_URI logic in doebuild.
2006-12-07 Zac MedicoFix broken SRC_URI logic from the previous commit.
2006-12-07 Zac MedicoFor bug #157385, enable portage.digestgen() to fetch...
2006-12-06 Zac MedicoFix indentation.
2006-12-06 Zac MedicoRemove all traces of the unmerge raise_on_missing param...
2006-12-06 Zac MedicoAlways silently ingnore missing packages during unmerge.
2006-12-06 Zac MedicoFix depclean so the fake vartree is used in dep_check...
2006-12-06 Zac MedicoAllow depclean to silently skip packages unmerged behin...
2006-12-06 Zac MedicoUse FakeVartree for vardb lock/cache during depclean.
2006-12-06 Zac MedicoDelete the depgraph when it's no longer needed.
2006-12-06 Zac MedicoUse a fake vartree for depgraph calculations. This...
2006-12-06 Zac MedicoOnly call calc_changelog if there is an installed versi...
2006-12-06 Zac MedicoRemove dependence on the vartree api by using equivalen...
2006-12-06 Zac MedicoRemove unused depgraph.is_newer_ver_installed() method.
2006-12-06 Zac MedicoImplement fakedbapi.aux_update().
2006-12-06 Zac MedicoSync match_to_list >=, <=, etc.. code with the new...
2006-12-06 Zac MedicoMake match_to_list = behavior consistent with >= and...
2006-12-04 Zac MedicoFix up mtimedb["ldpath"] references broken by the previ...
2006-12-04 Zac MedicoFor bug #157134, make `emerge --digest` automatically...
2006-12-04 Zac MedicoUse portage.chdir() instead of os.chdir() in order...
2006-12-04 Zac MedicoFor `ebuild --force digest`, exempt the depend phase...
2006-12-04 Zac MedicoUpdate the RESTRICT=binchecks docs. Thanks to jakub...
2006-12-04 Zac MedicoMake `repoman fix` work with the new ebuild Manifest...
next