portage.git
2008-10-06 Zac MedicoBug #239471 - Handle InvalidDependString from portdbapi...
2008-10-06 Zac MedicoBug #239006 - In FakeVartree._aux_get_wrapper(), fall...
2008-10-06 Zac MedicoBug #222091 - Filter out any instances of the \1 charac...
2008-09-13 Zac MedicoFix WorldHandler so that it works properly when ROOT...
2008-08-17 Zac MedicoBug #229069 - Before deleting the depgraph, break refer...
2008-08-17 Zac MedicoFix spelling of depgraph._complete_threshold. (trunk...
2008-08-17 Zac MedicoIf dep calculation time exceeds 20 seconds then automat...
2008-08-17 Zac MedicoClear dbapi caches just after deleting the depgraph...
2008-08-17 Zac MedicoFix some remaining corner cases that cause bug #220341...
2008-08-17 Zac MedicoBug #228939 - Fix display list interaction with --tree...
2008-08-17 Zac MedicoFix implicit_pattern to match different quote character...
2008-08-17 Zac MedicoExclude calls to autoheader and makeinfo from the autom...
2008-06-19 Zac MedicoPass a Package instance into LineCheck.new(). (trunk...
2008-06-19 Zac MedicoRefactor the 'inherit.autotools' and 'IUSE.undefined...
2008-06-19 Zac MedicoBug #228075 - Explicitly call gc.collect() to try and...
2008-06-19 Zac MedicoAs suggested by remi`, make the 'inherit.autotools...
2008-06-19 Zac MedicoBug #225285 - Add support for persistent options stored...
2008-06-19 Zac MedicoBug #225285 - Add a --skip-manifest option that disable...
2008-06-19 Zac MedicoUse optparse instead of getopt. (trunk r10709:10711)
2008-06-17 Zac MedicoMore eblank. v2.1.5.6
2008-06-17 Zac MedicoRemove the rest of eblank.
2008-06-17 Zac MedicoRevert eblank since a formatting function is out of...
2008-06-17 Zac MedicoAdd missing helper_functions.docbook from previous...
2008-06-17 Zac Medico* Document eblank and eqawarn in the ebuild.5 man page.
2008-06-17 Zac MedicoAdd note about bug #226505. (trunk r10685)
2008-06-17 Zac MedicoAdd a "Interaction with previous installed version...
2008-06-17 Zac MedicoAdd "blank" to the default PORTAGE_ELOG_CLASSES setting...
2008-06-17 Zac MedicoFix BLANK order and color. (trunk r10679)
2008-06-17 Zac Medico* Rename NEUTRAL color to BLANK for eblank.
2008-06-17 Zac MedicoAdd support for an new "eblank" elog function that...
2008-06-16 Zac MedicoFix typo. (trunk r10673)
2008-06-16 Zac MedicoDocument the new ACCEPT_CHOSTS variable. (trunk r10671)
2008-06-16 Zac MedicoTweak the config._accept_chost() regex. (trunk r10669)
2008-06-16 Zac MedicoRe-enable vardbapi.cpv_all() cache now that bug #223417...
2008-06-16 Zac MedicoBug #223417 - Due to 1 second mtime granularity in...
2008-06-16 Zac MedicoMake some post_merge() things conditional on the vdb...
2008-06-16 Zac MedicoAdd some write access checks in post_merge() in order...
2008-06-16 Zac MedicoFix the 'inherit.autotools' check to account for apache...
2008-06-16 Zac MedicoAdd two new build log qa checks, suggested by Diego...
2008-06-16 Zac MedicoPass missing "installed" parameter into Package constru...
2008-06-15 Zac MedicoFix config._accept_chost_re so it's only an instance...
2008-06-15 Zac MedicoAdd support for and ACCEPT_CHOSTS variable that control...
2008-06-11 Zac MedicoHandle InvalidDependString in _package_cache.__setitem_... v2.1.5.5
2008-06-11 Zac MedicoBug #225767 - Suppress warnings for installed packages...
2008-06-11 Zac MedicoUse spawn() instead of system(). (trunk r10642)
2008-06-10 Zac MedicoAdd another sanity check in the owners cache. (trunk...
2008-06-10 Zac MedicoUse isinstance() instead of handling TypeError. (trunk...
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...
2008-06-10 Zac MedicoFix typo. (trunk r10631)
2008-06-10 Zac MedicoUse pkg.mtime instead of calling stat().
2008-06-10 Zac MedicoFix typo. (trunk r10628)
2008-06-09 Zac MedicoFix missing initialization. (trunk r10626)
2008-06-09 Zac MedicoAdd CONTENTS indexing support for optimization of owner...
2008-06-09 Zac MedicoWhen inside fakeroot, directories with portage's gid...
2008-06-09 Zac MedicoBug #225285 - Allow digestcheck() to succeed when the...
2008-06-09 Zac MedicoMake portdbapi.aux_get() return float type for _mtime_...
2008-06-09 Zac MedicoAdd additional functions such as eaclocal and eautohead...
2008-06-09 Zac MedicoMake repoman pass Package instances into run_checks...
2008-06-09 Zac MedicoBug #224271 - New check 'IUSE.undefined', renamed from...
2008-06-09 Zac MedicoAs suggested by Flameeyes, add a new 'inherit.autotools...
2008-06-09 Zac Medicoremove old/unused gen_wrapper function (trunk r10591)
2008-06-09 Zac MedicoAdd Package.counter and mtime attributes. (trunk r10587)
2008-06-09 Zac MedicoAdd vardbapi.aux_get() support for an "_mtime_" value...
2008-06-07 Zac MedicoInside, create_trees(), pass target_root="/" into the...
2008-06-07 Zac MedicoValidate ROOT from make.conf. (trunk r10596)
2008-06-07 Zac MedicoMake load_emerge_config() filter out empty PORTAGE_CONF...
2008-06-07 Zac MedicoBug #224271 - Add a 'IUSE is not defined' ebuild.minors...
2008-06-04 Zac MedicoBug #224713 - Avoid TypeError when make.conf is missing: v2.1.5.4
2008-06-04 Zac MedicoMention PORTAGE_RO_DISTDIRS in the DISTDIR docs. (trunk...
2008-06-04 Zac MedicoUse sets for more accurate cache modification counts...
2008-06-04 Zac MedicoUpdate --depclean and package.provided docs to indicate...
2008-06-04 Zac MedicoFix regex for compatibility with the regex implementati...
2008-06-04 Zac MedicoTweak the installed masked code from bug #223447 so...
2008-06-04 Zac MedicoUse float mtime instead of int for finer granularity...
2008-06-04 Zac MedicoAdd modification threshold for BlockerCache.flush(...
2008-06-04 Zac MedicoFix vardbapi.flush_cache() so that it only updates...
2008-06-04 Zac MedicoFit typo. (trunk r10566)
2008-06-04 Zac MedicoAdd support for a PORTAGE_RO_DISTDIRS variable. When...
2008-06-01 Zac MedicoFix typo. (trunk r10538) v2.1.5.3
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-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 Medico* Tweak isvalidatom() to treat "null" category as valid...
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...
next