portage.git
2007-07-11 Zac Medicoremove readable bits for debug files if the souce ELF...
2007-07-11 Zac MedicoSimplify logic mapping of options to depgraph params...
2007-07-11 Zac MedicoFix typo. (trunk r7228)
2007-07-11 Zac MedicoFix another case similar to bug #184806 that can occur...
2007-07-11 Zac MedicoFix typo.
2007-07-11 Zac MedicoFor bug #184687, skip the huge --depclean warning when...
2007-07-11 Zac MedicoFor bug #184679, handle ENOTDIR by finding the non...
2007-07-10 Zac MedicoFor bug #184843, allow USE_EXPAND variables to pass...
2007-07-10 Zac MedicoFor bug #184604, make env-update write $ in front of...
2007-07-10 Zac MedicoFor bug #184806, account for the fact the metadata...
2007-07-09 Zac MedicoRemove the repo_name warning in the portdbapi construct...
2007-07-09 Zac MedicoFix interaction of resume opts with spinner output...
2007-07-08 Zac MedicoMake dblink invalidate the vardbapi caches for each...
2007-07-08 Zac MedicoFor bug #184566, enable the emerge --info action to...
2007-07-08 Zac MedicoAdd color classes PROMPT_CHOICE_{DEFAULT,OTHER} for...
2007-07-08 Zac MedicoAllow system virtuals to be pruned from the world file...
2007-07-08 Zac MedicoFor bug #184412, make depclean more consistent with...
2007-07-08 Zac Medicoallow split debuf for kernel modules (trunk r7193)
2007-07-07 Zac MedicoNow that the "white" color code really is white, alias...
2007-07-07 Zac Medico`find` can accept a list of paths so condense this...
2007-07-07 Zac MedicoAdd a depgaph.loadResumeCommand() method to handle...
2007-07-06 Zac MedicoWhen depgraph updates preferences for old-style virtual...
2007-07-06 Zac MedicoMisc color fixes. Thanks to Arfrever Frehtes Taifersar...
2007-07-06 Zac Medicotighten up --quiet output for --unmerge (trunk r7177)
2007-07-06 Zac MedicoDon't exclude system virtuals from world since they...
2007-07-06 Zac MedicoCount the number of merges processed by MergeTask and...
2007-07-06 Zac MedicoRemove the PKG_*ARG* color classes in order to simplify...
2007-07-06 Zac MedicoFix emerge by tbz2 path so that it works properly....
2007-07-06 Zac MedicoFix emerge by ebuild path so that it works properly...
2007-07-05 Zac MedicoDon't store unslotted system packages in the world...
2007-07-05 Zac MedicoMove depgraph._args_atoms to depgraph._sets["args"...
2007-07-05 Zac MedicoRemove redundant config update notification (bug #18411...
2007-07-05 Zac MedicoMerge portdbapi.getRepositories() from trunk.
2007-07-05 Marius Mauchbackport r7087 and r7093 to ease the upgrade to 2.2...
2007-07-05 Zac MedicoReplace sys.exit() with return in depgraph.display...
2007-07-05 Zac MedicoUpdate the location of output.py for the old namespace.
2007-07-05 Zac MedicoFor bug #183861, allow a color class in color.map to...
2007-07-04 Zac MedicoFix greedy atoms logic for system mode. (trunk r7144)
2007-07-04 Zac MedicoRecord a slot atom in the world file for any atom that...
2007-07-03 Zac MedicoUnify depgraph favorites handling with the other args...
2007-07-03 Zac MedicoImplement BlockerCache.keys() so that DictMixin.__repr_...
2007-07-03 Zac MedicoClean up system and world set handling. For forward...
2007-07-02 Zac MedicoPrefer asap_nodes more aggressively over any other...
2007-07-02 Zac MedicoClone asap_nodes so that iteration is safe for node...
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...
next