portage.git
2007-05-30 Zac MedicoFor bug #180399, raise an appropriate InvalidDependStri...
2007-05-30 Zac MedicoShow deprecation warnings if the "clone" parameters...
2007-05-30 Zac MedicoReturn a copy of the cached result from match_from_list().
2007-05-30 Zac MedicoFor bug #61732, support -flag in USE (instead of just...
2007-05-30 Zac MedicoFix slot handling at the beginning of match_from_list().
2007-05-30 Zac MedicoFor bug #180222, make ecompressdir use -f for the autom...
2007-05-29 Zac MedicoFor bug #179870, correctly handle slot deps in the...
2007-05-29 Zac MedicoFix get_operator() and best_match_to_list() so that...
2007-05-29 Zac MedicoFix dep_getcpv() so that it always properly removes...
2007-05-29 Zac MedicoDon't pass slotted packages into pkgsplit since it...
2007-05-29 Zac MedicoFor bug #179870, add support for cpv:slot in match_from...
2007-05-28 Zac MedicoFix binarytree.gettbz2() so that it works without ...
2007-05-28 Zac MedicoInclude IUSE in the Package index so that it can be...
2007-05-28 Zac MedicoCap the progress bar columns at 80 since it looks ridic...
2007-05-28 Zac MedicoFix emaint world $ROOT handling.
2007-05-28 Zac MedicoAdd new emaint targets called "moveinst" and "movebin...
2007-05-28 Zac MedicoFor bug #180009, add a PORTAGE_RSYNC_INITIAL_TIMEOUT...
2007-05-28 Zac MedicoFor bug #180079, fix a KeyError so that a search for...
2007-05-27 Zac MedicoFix typo.
2007-05-27 Zac MedicoMake emaint prune stale entires from $PKGDIR/Packages.
2007-05-27 Zac MedicoAdd an emaint "binhost" target which does the time...
2007-05-27 Zac MedicoFix a typo.
2007-05-27 Zac MedicoFix an UnboundLocalError when there's no tty.
2007-05-27 Zac MedicoAdd SIGWINCH support so that the progress bar is resize...
2007-05-27 Zac MedicoAdd progress support to emaint (similar to wget's progr...
2007-05-27 Zac MedicoAdd a get_term_size() function that uses the curses...
2007-05-27 Zac MedicoIn the WorldHandler class, add support for an onProgres...
2007-05-26 Zac MedicoFix logic for USE_EXPAND variables that are incremental...
2007-05-26 Zac MedicoFix broken dict.get logic.
2007-05-26 Zac MedicoCreate the Packages index whether or not $PKGDIR/All...
2007-05-26 Zac Medicoxmlint can produce garbage output even on success,...
2007-05-26 Zac MedicoIn the econf die message, don't mention bugs.gentoo...
2007-05-26 Zac Medicos/filing a report to/seeking support at/ Thanks to...
2007-05-25 Zac MedicoStore flags as a set inside the USE incremental loop.
2007-05-25 Zac MedicoCall tcgetattr and tcsetattr on the slave end of the...
2007-05-25 Zac MedicoFor bug #179766, expand USE_EXPAND variables inside...
2007-05-25 Zac MedicoTo ease the namespace transition, automatically transla...
2007-05-25 Zac MedicoSkip fetching of metadata.dtd when mymode == "manifest".
2007-05-24 Zac MedicoDon't treat KEYWORDS="-*" like KEYWORDS="*", because...
2007-05-24 Zac MedicoFix the ignore-previously-merged option so that it...
2007-05-24 Zac MedicoMake PackageIndex.write() omit USE when appropriate.
2007-05-24 Zac MedicoRemember to call the superclass constructor.
2007-05-24 Zac MedicoMake PackageIndex.write() alphabetize the metadata...
2007-05-24 Zac MedicoFix paren_normalize logic.
2007-05-24 Zac MedicoAdd more relevant package metadata to the Packages...
2007-05-23 Zac MedicoAdd a 'ignore-previously-merged' config option which...
2007-05-23 Zac MedicoPass a temporary file name to the package phase in...
2007-05-23 Zac MedicoSave memory by not holding a reference to the PackageIn...
2007-05-23 Zac MedicoLock the Packages index while it's being updated with...
2007-05-23 Zac MedicoStore the path of $PKGDIR/Packages as binarytree._pkgin...
2007-05-23 Zac MedicoLock $PKGDIR/Packages during population so that it...
2007-05-23 Zac MedicoUpdate /Packages as each package is built (MD5 is done...
2007-05-22 Zac MedicoDiscard metadata from the Packages file if there's...
2007-05-22 Zac MedicoSplit reading/writing of $PKGDIR/Packages into a Packag...
2007-05-22 Zac MedicoFix missing red import.
2007-05-22 Zac MedicoPunt the portdbapi.getsize() function since it's unused...
2007-05-22 Zac MedicoMore namespace fixes.
2007-05-22 Zac MedicoFix namespace for S_ISUID and S_ISGID.
2007-05-22 Ned Ludd- cleaner version of the hardlink basic suid protection...
2007-05-22 Zac MedicoHandle a KeyError if an MTIME is missing from the Packa...
2007-05-22 Zac MedicoFix size comparison logic.
2007-05-22 Zac MedicoCache xpak metadata in ${PKGDIR}/Packages in order...
2007-05-22 Zac MedicoWhen ${PKGDIR}/All/ doesn't exist, put packages in...
2007-05-22 Zac MedicoFix src_compile() ECONF_SOURCE logic to make sure it...
2007-05-22 Zac MedicoUse bash to spawn FETCHCOMMAND under selinux since...
2007-05-22 Zac MedicoFor bug #179380, make support for ECONF_SOURCE in the...
2007-05-21 Zac MedicoAdd a missing newline to the writemsg output.
2007-05-21 Ned Ludd- blind chmod 0 before unlinking files to avoid anybody...
2007-05-20 Zac MedicoFor bug #179008, just use metadata.dtd directly from...
2007-05-20 Zac MedicoIn fetch(), don't try to parse digests unless the ...
2007-05-20 Zac MedicoFor bug #179206, improve efficiency by using a containm...
2007-05-19 Zac MedicoUse device number and i-node number (like os.path.samef...
2007-05-19 Zac MedicoFor bug #178378, make the default src_compile() check...
2007-05-19 Zac MedicoAdd edges to shown_edges at the first oportunity.
2007-05-19 Zac MedicoIn --tree output, keep track of which graph edges have...
2007-05-19 Zac MedicoAvoid permission errors when trying to lock repo_path...
2007-05-19 Zac MedicoFor bug #176539, add a "manifest" target to repoman...
2007-05-19 Mike Frysingerfix from James C. Georgas to not modify EXTRA_EINSTALL...
2007-05-18 Zac MedicoFall back to pickle if cPickle is unavailable. Thanks...
2007-05-18 Zac MedicoOnly show extra whitespace where there are some news...
2007-05-18 Zac MedicoCatch a potential OSError if the child process has...
2007-05-18 Marius MauchUpdate for glep42, preserve-libs and elog
2007-05-18 Marius MauchEnable elog functionality for the python side of portage
2007-05-18 Marius MauchDisplay notification about unread news in all situation...
2007-05-18 Marius Mauch- store newsid in unread file, not the path to the...
2007-05-18 Marius MauchAdd registration support for preserved library objects...
2007-05-18 Robin H. JohnsonCheck to see if I have svn.g.o fixed, no actual file...
2007-05-18 Robin H. JohnsonCheck to see if I have svn.g.o fixed, no actual file...
2007-05-17 Zac Medicowrap lines
2007-05-17 Zac MedicoFor bug #162404, use a pseudo-terminal device pair...
2007-05-16 Zac MedicoDon't protect USE_EXPAND variables from -* anymore...
2007-05-14 Zac Medicofix syntax (merged from branches/prefix r6534)
2007-05-13 Zac MedicoFor bug #178293, don't write digest-* files unnecessari...
2007-05-13 Alec Warnerthe profile check is spammy and should be squelched...
2007-05-13 Zac Medicoremove old import
2007-05-13 Zac Medicoimport dispatch_conf from the new namespace
2007-05-13 Zac Medicotabs -> spaces
2007-05-13 Zac MedicoFix the varexpand quotes tests since quotes are no...
2007-05-12 Zac MedicoAdd TODO note about support for blocks within slots...
2007-05-12 Zac Medicos:${PORTDIR}:/usr/portage: so that it's not implied...
next