portage.git
2007-06-27 Zac MedicoFor bug #144333, add a --reinstall=changed-use option...
2007-06-27 Zac MedicoFormat the callstack indentation more like it used...
2007-06-27 Zac MedicoSend the ebuild die message through eerror and make...
2007-06-27 Zac MedicoPreserve merge order in elog output. (trunk r7046)
2007-06-26 Zac MedicoShort circuit the loop as soon as missing hashes are...
2007-06-26 Zac MedicoAdd one more size == 0 check to digestgen(). (trunk...
2007-06-26 Zac MedicoAdd sanity checks in fetch() and digestgen() to automat...
2007-06-25 Zac MedicoFor bug #183167, explicitly call elog_process() when...
2007-06-25 Zac MedicoFor bug #142473, add 4 color classes corresponding...
2007-06-25 Zac MedicoFix typo.
2007-06-25 Zac MedicoDon't use urljoin() in binarytree.gettbz2() since it...
2007-06-25 Zac MedicoFix file_get_lib() so it behaves the same way with...
2007-06-25 Zac MedicoFor bug #175891, add sftp protocol support via the...
2007-06-25 Zac MedicoAllow emerge --fetchonly to continue downloading other...
2007-06-25 Zac MedicoFix resume logic in binarytree.gettbz2(). (trunk r7017...
2007-06-25 Zac MedicoFor bug #175891, support ${FETCHCOMMAND}_${PROTOCOL...
2007-06-25 Zac MedicoClean up file_get() to use shlex, varexpand, and spawn...
2007-06-24 Zac MedicoFix binarytree.isremote() to be consistent with binaryt...
2007-06-24 Zac Medicoadd hashlib support for checksum verification, refactor...
2007-06-24 Zac Medicohighlight world packages in --pretend output (bug ...
2007-06-24 Zac MedicoClarify RESUMECOMMAND requirements. (trunk r7005)
2007-06-24 Zac MedicoUpdate FETCHCOMMAND and RESUMECOMMAND docs (bug #141550...
2007-06-24 Zac Medicodont break when the binhost url doesn't end with a...
2007-06-24 Zac Medicochange default diff_command for emacs (bug #147558...
2007-06-24 Zac Medicosort the world file before writing it and ensure that...
2007-06-24 Zac Medicoget ACCEPT_KEYWORDS from the env in gvisible() to prope...
2007-06-24 Zac Medico- s/!owned/replaced/ in merge output to clarify it...
2007-06-24 Zac MedicoAllow sync for unpriviledges users if they have write...
2007-06-24 Zac MedicoFor bug #182964, replace os.rename() with portage.movef...
2007-06-23 Zac MedicoRevert r6968 since shutil.move() is broken internally.
2007-06-23 Zac MedicoFor bug #182964, replace os.rename() with shutil.move...
2007-06-23 Zac MedicoFix typo.
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 Medicoenable save_summary and echo modules in make.globals...
2007-06-22 Zac MedicoShow which $ROOT a package was merged to when $ROOT...
2007-06-22 Zac Medico- Make elog finalize() handling safe for PORTAGE_CONFIG...
2007-06-22 Zac MedicoDocument RESTRICT=bindist and add a note about allowanc...
2007-06-22 Zac MedicoUpdate 2.1.3 news for elog stuff. (trunk r6950)
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 RESTRI...
2007-06-22 Zac MedicoClean up the profile masking code. (trunk r6292)
2007-06-22 Zac Medicocache the result of --suffix to reduce testing overhead...
2007-06-22 Zac MedicoImplement iterkeys on top of __iter__ instead of vice...
2007-06-22 Zac Medicoconfig class mapping interface cleanups from trunk...
2007-06-22 Zac MedicoRemove more unnecessary list generation. (trunk r6913)
2007-06-22 Zac MedicoRemove more unnecessary list generation. (trunk r6912)
2007-06-22 Zac MedicoRemove lots of unnecessary list generation via dict...
2007-06-22 Zac MedicoPrint hostname in xterm title if HOSTNAME is exported...
2007-06-22 Zac MedicoPrint filename when displaying package.mask comments...
2007-06-22 Zac MedicoAdd support for RSYNC_EXTRA_OPTS to webrsync (trunk...
2007-06-22 Zac MedicoCheck if entries contain the required hashes before...
2007-06-22 Zac Medicoremove confcache docs (trunk r5802)
2007-06-22 Zac Medicoif requested argv cannot be matched to anything, exit...
2007-06-21 Zac MedicoSome minor fixes for manifest code (trunk r5735)
2007-06-21 Zac MedicoAllow per-module filtering based on loglevels in additi...
2007-06-21 Zac Medico- start documenting qa notices so antarus stops whining...
2007-06-21 Zac MedicoDisplay message about --buildpkgonly restriction in...
2007-06-21 Zac Medicodefault --help should be usable, so make the extended...
2007-06-21 Zac Medicofix grammar in error output (trunk r6285)
2007-06-21 Zac Medicomake PDEPEND wording less restrictive #172511 and clari...
2007-06-21 Zac Medicochange "EXEDESTTREE" to "_E_EXEDESTTREE_" to try and...
2007-06-21 Zac Medicochange DOCDESTTREE to _E_DOCDESTTREE_ to try and preven...
2007-06-21 Zac Medicostrip .comment by default, add a comment as to what...
2007-06-21 Zac MedicoPretty up the repoman imports, use cPickle over pickle...
2007-06-21 Zac Medicoadd new echo module for people who don't want any real...
2007-06-21 Zac Medicoas 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 MedicoShow a "world problems" warning for packages that aren...
2007-06-20 Zac MedicoFor bug #180165, make portageq print a "Permission...
2007-06-20 Zac MedicoIf a package is in the world set but it's not installed...
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-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-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... v2.1.3_rc1
2007-06-14 Zac MedicoMiscellaneous global updates cleanups. (trunk r6686...
2007-06-13 Zac MedicoFor bug #181953, prevent the circular_blocks code from...
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. (trunk r6821)
2007-06-12 Zac MedicoFor bug #153109, replace our old chflags module with...
next