portage.git
2006-04-15 Zac MedicoOverride LazyItemsDict.update() so that it works correc...
2006-04-15 Mike Frysingertouchup syntax and dont execute the loop as many times
2006-04-15 Simon Stellinguse strip_duplicate_slashes instead of "for 1 2 3 do...
2006-04-15 Simon Stellingremove all unneeded slashes, not only // or ///
2006-04-15 Simon Stelling`` must die
2006-04-15 Simon Stellingsome more hasq fixes
2006-04-15 Simon Stellinguse has instead of bloated bash constructs
2006-04-15 Simon Stellingfix typo from rev 3151
2006-04-15 Simon Stellingonly move $T/environment if it exists; bug 64926
2006-04-15 Zac MedicoSplit out a reusable Manifest._readManifest() method.
2006-04-15 Zac MedicoAdd singleton support to LazyItemsDict to make it easie...
2006-04-14 Zac MedicoCatch fetch_check FileNotFound exceptions for bug ...
2006-04-14 Zac MedicoRun chflags only when needed for bug #129852. Thanks...
2006-04-14 Zac MedicoPreserve the mysettings["SLOT"] for bug #129720.
2006-04-14 Zac MedicoFix a typo from the last revision.
2006-04-14 Zac MedicoFix collision-protect logic so the correct cpv is used...
2006-04-14 Zac MedicoAdd an initial_items parameter to the LazyItemsDict...
2006-04-13 Zac MedicoFix digestcheck logic for bug #129839.
2006-04-13 Simon Stellingexit if user hits the cancel button in dialog mode...
2006-04-13 Simon Stellingdon't declare input as integer, or etc-update will...
2006-04-13 Simon Stellingignore backup files when scanning for ._cfg????_*;...
2006-04-13 Simon Stellingdon't display the ._cfg???? files anymore but instead...
2006-04-13 Mike Frysingerfixes by solar for ROOT output when unmerging #129649...
2006-04-13 Zac MedicoFix manifest/digest generation logic for bug #129737.
2006-04-12 Zac MedicoUse LazyItemsDict to avoid a vdb scan during portage...
2006-04-12 Zac MedicoUse cannonical paths for portdb.portrees to ensure...
2006-04-12 Zac MedicoCreate a generic portage_util.LazyItemsDict and use...
2006-04-11 Zac MedicoRevert r3129 and r3130 because they don't solve bug...
2006-04-11 Zac MedicoFix LazyDatabasesDict so that databases only need to...
2006-04-11 Zac MedicoMake etc-update play nice with symlinks for bug #129515...
2006-04-11 Zac MedicoMake dispatch-conf play nice with symlinks for bug...
2006-04-11 Zac MedicoMake qmerge imply noclean for bug #129559.
2006-04-11 Zac MedicoImplement lazy construction of global databases db...
2006-04-11 Zac MedicoSupport EBUILD_PHASE during more phases for bug #129244.
2006-04-11 Zac MedicoSupport EBUILD_PHASE during package and rpm phases...
2006-04-11 Zac MedicoRemove dead code from portage.digestcheck().
2006-04-11 Zac MedicoRemove the "db" parameter from digestcheck() because...
2006-04-11 Zac MedicoRemove the "db" parameter from digestParseFile() becaus...
2006-04-11 Zac MedicoRemove the "db" parameter from digestgen() because...
2006-04-11 Zac MedicoFix FetchlistDict.keys() so it does the same porttrees...
2006-04-11 Zac MedicoFix FetchlistDict so usage of global portdb leaves...
2006-04-11 Mike Frysingerkill off custom bash hacks and replace with calls to...
2006-04-10 Jason StubbsEnsure that binarytree.populate is called even when...
2006-04-10 Zac MedicoUse os.path.join for cleaner joins.
2006-04-10 Zac MedicoMake repoman ignore deeply nested CVS directories and...
2006-04-10 Zac MedicoAdd docstrings for FetchlistDict.
2006-04-10 Zac MedicoSimplify the porttrees logic for FetchlistDict.
2006-04-10 Zac MedicoRemove unnecessary calls to dict.keys() from portage_ma...
2006-04-10 Zac MedicoRemove db and mysettings from Manifest and replace...
2006-04-10 Zac MedicoPass DISTDIR into the Manifest constructor instead...
2006-04-09 Zac MedicoRemove dependency on the core portage module from porta...
2006-04-09 Mike Frysingersimpler dosym to make mr bones happy
2006-04-09 Zac MedicoRemove dead code from portage.digestParseFile().
2006-04-09 Zac MedicoEncapsulate type guessing logic in a new Manifest method.
2006-04-09 Zac MedicoFor compatibility, return a tuple of 3 when an OSError...
2006-04-09 Zac MedicoMove mf.create out of a loop because it should only...
2006-04-09 Zac MedicoSupply missing parameters to a checkFileHashes call.
2006-04-08 Zac MedicoRemove bin/mirror.py because, according to Brian Harrin... v2.1_pre8
2006-04-08 Zac MedicoRemove pym/portage_contents.py because it's not used...
2006-04-08 Zac MedicoRemove pym/dcdialog.py because it's not used. Thanks...
2006-04-08 Zac MedicoAdd copyright headers for portage_update and portage_ma...
2006-04-08 Zac MedicoFix some minor issues with the anydbm cache module...
2006-04-08 Zac MedicoRemove redundant "please tell me what to do" code,...
2006-04-08 Zac MedicoFix myaction logic so that --resume works (with --prete...
2006-04-08 Jason StubbsProtect string indexes during input stripping in dep_ge...
2006-04-07 Zac MedicoFix myaction logic (myaction==None is actually valid...
2006-04-07 Mike Frysingerremove reference to a script that doesnt exist
2006-04-07 Alec WarnerFix this random y that was in the last commit...I blame...
2006-04-07 Alec WarnerFix a regression in security handling, emerge with...
2006-04-07 Alec WarnerThanks to jforman for finding this one, emerge was...
2006-04-07 Zac MedicoOptimize manifest2AuxfileFilter handling of ignored...
2006-04-07 Zac MedicoRaise exceptions when appropriate in the atomic_ofstrea...
2006-04-07 Alec WarnerSpeed up portage.config.keys()
2006-04-07 Alec WarnerChange == None to is None
2006-04-06 Simon Stellingonly display syncing progress for each file when -...
2006-04-06 Simon Stellingset PKG_CONFIG_PATH correct on multilib systems; bug...
2006-04-06 Simon Stellingadd /usr/local/{,s}bin to PATH; bug 117713
2006-04-06 Simon Stellingemerge info -> emerge --info
2006-04-06 Alec WarnerRemove really really old check during a cvs move. ...
2006-04-06 Zac MedicoRevert r3073 since it causes a regression (digestgen...
2006-04-05 Zac MedicoRevert FEATURES=noclean behavior so that clean is only...
2006-04-05 Zac MedicoMove some color mappings to ensure that they do not...
2006-04-05 Zac MedicoAdd color code mappings for 16 colors in rgb format.
2006-04-05 Zac MedicoRemove the srcroot parameter from env_update because...
2006-04-04 Alec WarnerDon't generate digests on --pretend for repoman. Thank...
2006-04-04 Zac MedicoAdd support for user configuration of colors in the...
2006-04-04 Zac MedicoAutomatically create FILESDIR if necessary when writing...
2006-04-04 Simon Stellingfix typo in make.conf and remove RSYNC_EXCLUDEFROM...
2006-04-04 Simon Stellingfix make.conf indentation per bug 127868; thanks to...
2006-04-03 Alec WarnerIt was pointed out that we have a Test-Manifest perl...
2006-04-03 Alec WarnerFix yet another typo of mine, thanks to exg
2006-04-03 Alec WarnerFix ordering in cvs calls to be correct, thanks to...
2006-04-03 Jason Stubbss/parenreduce/paren_reduce/ comment fix.
2006-04-03 Alec WarnerRemove out-dated TODO file
2006-04-03 Zac MedicoFix a typo from r3058.
2006-04-03 Alec WarnerFixes for repoman thanks to exg@gentoo.org and bug...
2006-04-03 Alec WarnerFix minor typo: reported by Brian Harring
2006-04-03 Alec Warnertsk tsk, fix a missing parenthesis :)
2006-04-03 Alec WarnerAdd a deprecation notice for those who are still using...
2006-04-03 Zac MedicoMove DISTDIR initialization from doebuild to fetch...
next