portage.git
2007-07-02 Zac MedicoClean up the selected_nodes logic in depgraph.altlist...
2007-07-02 Zac MedicoFlatten restrict for the RESTRICT.invalid check. (trunk...
2007-07-02 Zac MedicoMove medium priority out of ignore_priority_range and...
2007-07-01 Zac MedicoIf necessary, resample the leaf nodes so that they...
2007-07-01 Zac Medicos/PORTAGE_EXTRA_RSYNC_OPTS/PORTAGE_RSYNC_OPTS/ for...
2007-07-01 Zac MedicoFor bug #131030, update the warning about potential...
2007-07-01 Zac MedicoRevert --buildpkgonly logic back because it was already...
2007-07-01 Zac MedicoUpdate --buildpkgonly logic to account for DepPriority...
2007-07-01 Zac MedicoAdd medium-soft support to DepPriority.__str__(). ...
2007-07-01 Zac MedicoFor bug #180045, try to merge PDEPEND as soon as possib...
2007-06-30 Zac MedicoAdd a QA warning for invalid values of RESTRICT. Thank...
2007-06-30 Zac MedicoAdd docs for /etc/portage/color.map and a few misc...
2007-06-29 Zac MedicoAdd a 0xAAAA00 rgb color code to represent the darkyell...
2007-06-29 Zac MedicoFor bug #183639, give a more informative message with...
2007-06-29 Zac MedicoFix typo. (trunk r6989)
2007-06-28 Zac MedicoFix typo. (trunk r7083)
2007-06-28 Zac MedicoFor bug #144333, document the new --reinstall=changed...
2007-06-28 Zac MedicoRemove unused worldlist variable. (trunk r7078)
2007-06-28 Zac MedicoFor bug #142473, add 2 additional color classes for...
2007-06-28 Zac MedicoFor bug #183431, catch a ParseError caused by a corrupt...
2007-06-28 Zac MedicoWhen filling in "nomerge" nodes for --tree display...
2007-06-28 Zac MedicoFor bug #144333, make the --reinstall option a single...
2007-06-28 Zac MedicoDiscard "nomerge" nodes to speed up depgraph.altlist...
2007-06-28 Zac Medico- Improve tracking of correspondence between arguments...
2007-06-27 Zac MedicoInstead of just a list, use a cat/pkg dict for matching...
2007-06-27 Zac MedicoFor bug #142473, account for $ROOT when deciding if...
2007-06-27 Zac MedicoFix quoting. (trunk r7057)
2007-06-27 Zac MedicoFormat $EBUILD_OVERLAY_ECLASSES output more like it...
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...
next