portage.git
2007-06-23 Marius MauchAllow sync for unpriviledges users if they have write...
2007-06-23 Marius Mauchadd hashlib support for checksum verification, refactor...
2007-06-23 Zac MedicoRevert r6967 since shutil.move() is broken internally.
2007-06-23 Zac Medicos/OSError/EnvironmentError/ since shutil.move() general...
2007-06-23 Zac MedicoFor bug #182964, replace os.rename() with shutil.move...
2007-06-23 Zac MedicoRemove redundant 'Usage: ' from the usage message.
2007-06-23 Zac MedicoAdd a logrotate config for the save_summary elog module...
2007-06-22 Zac MedicoShow which $ROOT a package was merged to when $ROOT...
2007-06-22 Zac MedicoRemove confcache docs.
2007-06-22 Zac MedicoMake elog finalize() handling safe for PORTAGE_CONFIGROOT.
2007-06-22 Zac MedicoDocument RESTRICT=bindist and add a note about allowanc...
2007-06-22 Zac MedicoDump mod_echo elog output inside post_emerge(), just...
2007-06-22 Zac MedicoAdd a note about potential for config mixups in elog...
2007-06-22 Zac MedicoUpdate 2.1.3 news for elog stuff.
2007-06-22 Zac MedicoFor bug #182428, make quickpkg exclude config files...
2007-06-22 Zac MedicoMake quickpkg print a warning if "bindist" is in RESTRICT.
2007-06-21 Mike Frysingercache the result of --suffix to reduce testing overhead...
2007-06-21 Zac MedicoClean up config.__getitem__(), get() and setdefault...
2007-06-21 Zac MedicoSimplify the implementation of config.__iter__ and...
2007-06-21 Zac MedicoImplement iterkeys on top of __iter__ instead of vice...
2007-06-21 Zac MedicoAutodetect if sandbox is active in order to prevent...
2007-06-21 Zac MedicoImplement config.has_key() on top of __contains__ inste...
2007-06-21 Zac MedicoFix the test so that it can run inside a sandbox.
2007-06-21 Zac MedicoImplement UserConfigKlass.__iter__() so that tests...
2007-06-21 Zac MedicoRemove more unnecessary list generation.
2007-06-21 Zac MedicoRemove more unnecessary list generation.
2007-06-21 Zac MedicoRemove lots of unnecessary list generation via dict...
2007-06-21 Zac MedicoDon't generate a list of keys for a containment test.
2007-06-21 Zac MedicoDon't call digraph.hasallzeros() in --resume mode becau...
2007-06-21 Zac MedicoMake IUSE handling safe for IUSE defaults.
2007-06-21 Mike Frysingeras noted by Josh Saddler on the gentoo-dev mailing...
2007-06-21 Zac MedicoIn dblink._security_check(), use os.path.realpath to...
2007-06-20 Zac MedicoAdd an --ignore-default-opts option that is analogous...
2007-06-20 Zac MedicoUse the the optparse options for --ignore-default-opts...
2007-06-20 Zac MedicoMake the progress bar percentage indicator stop at...
2007-06-20 Zac MedicoShow a "world problems" warning for packages that aren...
2007-06-20 Zac MedicoMake all the classes inherit from object.
2007-06-20 Zac MedicoIf a package is in the world set but it's not installed...
2007-06-20 Zac MedicoFor bug #180165, make has_version dir if portageq has...
2007-06-20 Zac MedicoFor bug #180165, make portageq print a "Permission...
2007-06-19 Zac MedicoFix cacheddir() to behave properly if os.listdir()...
2007-06-19 Zac MedicoFor bug #143340, give an appropriate message when there...
2007-06-19 Zac MedicoReturn early from get_term_size() is stdout is not...
2007-06-19 Zac MedicoFor bug #182571, handle curses.error if it's thrown...
2007-06-19 Zac MedicoFor bug #182428, make quickpkg use a more secure umask...
2007-06-19 Zac MedicoAdd a test case for the logfile functionality of portag...
2007-06-19 Zac MedicoAdd PORTAGE_BIN_PATH to the environment since it's...
2007-06-18 Zac MedicoDuring unmerge, always verify that the file isn't a...
2007-06-17 Zac MedicoIn dblink.isowner() don't bother to stat the file when...
2007-06-17 Zac MedicoFor bug #182346, use dblink.isowner() during unmerge...
2007-06-16 Zac MedicoFix profile and config arguments to NewsItem.isRelevant...
2007-06-15 Zac MedicoGo ahead and unlink symlinks to directories when they...
2007-06-15 Zac MedicoMake the collision-protect loop check for existance...
2007-06-15 Zac MedicoMake repoman exit with nonzero status whenever there...
2007-06-15 Zac MedicoFor bug #182021, use active voice when notifying the...
2007-06-15 Zac MedicoHandle another case where removing a symlink to a direc...
2007-06-15 Zac MedicoFor bug #182157, don't let unmerge-orphans unlink symli...
2007-06-15 Zac MedicoFor bug #182157, never chmod 0 symlinks before unlinkin...
2007-06-15 Zac MedicoFor bug #182105, fix the spelling of the fd_pipes parem...
2007-06-14 Zac MedicoFix broken \!found logic so that any missing files...
2007-06-13 Zac MedicoPass existing portdbapi and vardbapi instances into...
2007-06-13 Zac MedicoMake display_news_notification() reuse the existing...
2007-06-13 Zac MedicoPass all the of the existing package databases into...
2007-06-13 Zac MedicoFor bug #181953, prevent the circular_blocks code from...
2007-06-13 Marius MauchGet registry object from vardbapi directly instead...
2007-06-13 Marius MauchAdd portageq command to list preserved libs
2007-06-13 Zac MedicoIn dblink.treewalk(), handle the case where the current...
2007-06-13 Zac MedicoAdd a note about the new unmerge-orphans behavior.
2007-06-13 Zac MedicoFor bug #134620, add a FEATURES=unmerge-orphans option...
2007-06-13 Zac MedicoFix dblink.isowner() so it works properly when ROOT!=/.
2007-06-13 Zac MedicoUse cached dblink instances for collision-protect.
2007-06-13 Zac MedicoCache dblink instances for security checks and referenc...
2007-06-12 Zac MedicoReuse previously acquired lstat results.
2007-06-12 Zac MedicoRemove some useless dircache code.
2007-06-12 Zac MedicoAlways return a dict from dblink.getcontents() since...
2007-06-12 Zac MedicoFor bug #181021, during unmerge use all slot matches...
2007-06-12 Zac MedicoAdd a note about preservation of timestamps on merged...
2007-06-11 Zac MedicoRemove stray newline.
2007-06-11 Zac MedicoUpdate the PORT_LOGDIR docs for bug #82378. Thanks...
2007-06-11 Zac MedicoUpdate the PORT_LOGDIR docs for bug #82378. Thanks...
2007-06-11 Zac MedicoMove news about ** token in package.keywords to the...
2007-06-11 Zac MedicoBump 2.1.3 to 2.2 for some features and add news about...
2007-06-11 Zac MedicoFor consistency with other xterm titles code, redirect...
2007-06-11 Zac MedicoRemove the "missing left parenthesis" test for now...
2007-06-11 Zac MedicoFor bug #181355, detect parenthesis mismatch in paren_r...
2007-06-10 Zac MedicoFix the suid/sgid check so it only looks at regular...
2007-06-10 Zac MedicoDon't bother to warn about hardlinks to suid/sgid files...
2007-06-10 Zac MedicoFor bug #81097, detect and report suspicious hardlinks...
2007-06-10 Zac MedicoFor bug #181551, support slot deps in package.keywords.
2007-06-10 Zac MedicoMake repoman work with both + and - flags in IUSE.
2007-06-10 Zac MedicoPreserve order of flags from IUSE in wildcard expansion.
2007-06-09 Zac MedicoFor bug #148702, use the * token to trigger wildcard...
2007-06-09 Zac MedicoWhen an update is discarded due to confmem, record...
2007-06-09 Zac MedicoFor bug #148702, automatically enable flags from IUSE...
2007-06-09 Zac MedicoFor bug #181387, fix an UnboundLocalError for the mymti...
2007-06-09 Zac MedicoSkip bogus '$ECLASS inherited illegally' messages when...
2007-06-09 Zac MedicoOnly execute $PROMPT_COMMAND when appropriate.
2007-06-09 Zac MedicoFor bug #152828, run ${CHOST}-ldconfig when ${CBUILD...
2007-06-08 Zac MedicoFor bug #139383, in xtermTitleReset() use os.system...
2007-06-08 Zac MedicoFor bug #181104, make econf give an appropriate error...
next