portage.git
2010-10-10 Arfrever Frehtes... Fix typos in comments.
2010-10-09 Zac MedicoAdd support for emerge --buildpkg=n.
2010-10-09 Zac MedicoUse EAPI to validate best/has_version atoms.
2010-10-09 Zac MedicoUse EAPI to validate best/has_version atoms.
2010-10-09 Zac MedicoAllow repo in more Atom instances.
2010-10-08 Zac MedicoAdd debug output for backtracking limit.
2010-10-08 Zac MedicoAdd news about USE=ipc.
2010-10-07 Zac MedicoMake repoman ignore sets.conf. v2.2_rc91
2010-10-07 Zac MedicoFix KeyError for missing repo in eclass_overrides
2010-10-07 Zac Medicomkrelease.sh: Fix ChangeLog generation for --tag.
2010-10-07 Zac MedicoRevert fix for bug #339939, pending discussion.
2010-10-07 Zac Medicorepoman: Don't count git snapshots as live.
2010-10-07 Zac MedicoRemove unused _preserve_logentries code.
2010-10-07 Zac MedicoFix _preload_elog_modules() call.
2010-10-07 Zac MedicoPreserve elog message continuity during updates.
2010-10-07 Zac MedicoAdd a _preload_elog_modules() function.
2010-10-07 Zac MedicoPreserve message continuity in elog_process().
2010-10-07 Zac MedicoFix --sync maxretries calculation.
2010-10-07 Zac MedicoCalculate maxretries before len(ips) changes.
2010-10-07 Zac MedicoUse PORTAGE_TMPDIR if necessary for usersync.
2010-10-07 Zac MedicoReport len(ips) as max retry count for --sync.
2010-10-07 Zac MedicoAllow repo atoms more often in InternalPackageSet
2010-10-07 Zac MedicoFix spelling of 'wildcards' in --exclude error.
2010-10-07 Zac MedicoMake --deselect more careful about repo atoms.
2010-10-07 Zac MedicoAllow repo atoms for unmerge, depclean and prune.
2010-10-07 Zac MedicoMake PackageArg use repo atoms for ebuilds.
2010-10-07 Zac MedicoRevert "Handle negated atoms in getmaskingreason()."
2010-10-07 Zac MedicoAllow repo since parents can be sets or args.
2010-10-06 Zac MedicoAdd FifoIpcDaemon._reopen_input() method.
2010-10-06 Zac MedicoBug #339976 - Suppress fifo POLLHUP events.
2010-10-06 Zac MedicoFix a typo in a comment. v2.2_rc90
2010-10-06 Zac MedicoInclude gpg key in repoman commit message.
2010-10-06 Zac MedicoOptimize slot conflict backtracking for #337178.
2010-10-06 Zac MedicoAdd fallback backtrack_data, in case logic fails.
2010-10-06 Zac MedicoBacktracker reverses backtrack_data now.
2010-10-06 Zac MedicoTest that SLOT deps don't rebuild multislot.
2010-10-06 Zac MedicoRemove unused variable.
2010-10-06 Zac MedicoFix _iter_match_pkgs installed multislot breakage
2010-10-06 Zac MedicoUse Atom.without_use in _show_unsatisfied_dep().
2010-10-06 Zac MedicoFix 'repository' KeyError in Package constructor.
2010-10-06 Zac MedicoEnsure valid Package.metadata['repository'].
2010-10-06 Zac MedicoUse match-all-cpv-only in _show_unsatisfied_dep.
2010-10-06 Zac MedicoHandle negated atoms in getmaskingreason().
2010-10-06 Zac MedicoFix ebuild(1) to handle layout.conf masters.
2010-10-06 Zac MedicoMake --info repo display brief, unless --verbose.
2010-10-06 Zac MedicoOptimize xmatch match-all-cpv-only for repo deps.
2010-10-05 Zac MedicoDon't allow_wildcard in _iter_match_pkgs.
2010-10-05 Zac MedicoEnsure that Package.repo is always valid.
2010-10-05 Zac MedicoAdd _gen_valid_repo() to ensure valid repo name.
2010-10-05 Sebastian LutherMask packages that don't satisfy all atoms.
2010-10-05 Zac MedicoShow status when listing pkgs for emerge --regen.
2010-10-05 Zac MedicoFix _show_unsatisfied_dep to pass repo to _pkg().
2010-10-05 Zac MedicoAdd note about depgraph/portdbapi caching.
2010-10-05 Zac MedicoOptimize depgraph/portdbapi cache handling.
2010-10-05 Zac MedicoSkip redundant cpv_exists in _iter_match_pkgs().
2010-10-05 Zac MedicoClarify repo code in depgraph._pkg().
2010-10-05 Zac MedicoCache InternalPackageSet in _iter_match_pkgs().
2010-10-05 Zac MedicoAdd missing myrepo keyword in findname call.
2010-10-04 Zac MedicoAdd back --sync IPv4/IPv6 override support.
2010-10-04 Zac MedicoClean up repo handling for depgraph pkg_cache.
2010-10-04 Zac MedicoFix undefined name 'output_mode'.
2010-10-04 Zac MedicoOptimize slot conflict backtracking for #337178.
2010-10-04 Zac MedicoBug #339642 - Use AF_UNSPEC for --sync addresses.
2010-10-04 Sebastian Lutheregencache: Sort file names for ChangeLog
2010-10-04 Zac MedicoBug #339642 - Make --sync try all addresses.
2010-10-04 Zac MedicoNote curious testBacktrackMissedUpdates() failure
2010-10-04 Zac MedicoAdd a backtracking test for 'missed updates'.
2010-10-04 Zac MedicoBug #339606 - Fix broken 'missed update' message.
2010-10-03 Michał Górnyegencache --update-changelogs: write if needed
2010-10-03 Michał Górnyegencache --update-changelogs: Filter messages
2010-10-03 Michał Górnyegencache --update-changelogs: escape CP regexp
2010-10-03 Sebastian LutherHandle invalid PORTDIR and realpath issues
2010-10-03 Sebastian LutherInclude repo info in emerge --info
2010-10-03 Michał Górnyegencache --update-changelogs: don't break change list...
2010-10-03 Michał Górnyegencache --update-changelogs: strip leading CP from...
2010-10-03 Zac MedicoTODO: Make elog 'key' parameter more unique.
2010-10-03 Zac MedicoMake Atom.with_repo() allow wildcard.
2010-10-03 Zac MedicoFix repo atom breakage in getmaskingreason().
2010-10-03 Zac MedicoDon't call metadata.get() if metadata is None.
2010-10-02 Michał GórnyAdd support for 'egencache --update-changelogs'.
2010-10-02 Zac MedicoPrune circular nested sets from the digraph.
2010-10-02 Zac MedicoTweak elog message order so python comes first.
2010-10-02 Zac MedicoBug #339402 - Ensure valid repo name.
2010-10-02 Zac MedicoEnsure repo in atom matches PMS 3.1.5.
2010-10-02 Zac MedicoBug #339402 - Prevent whitespace in repo names.
2010-10-02 Zac MedicoFix action_config() broken vardbapi.findname().
2010-10-01 Zac MedicoAvoid 'Unavailable repository' with aliases.
2010-10-01 Zac MedicoFix broken SafeConfigParser.Error reference.
2010-10-01 Zac MedicoSupport documented repos.conf settings.
2010-10-01 Zac MedicoHandle user_location in RepoConfig.update().
2010-10-01 Zac MedicoFix typo in 'masters' variable name.
2010-10-01 Zac MedicoFix misspelling of masters.split() as plit().
2010-10-01 Zac MedicoFix spelling of depclean test methods.
2010-10-01 Zac MedicoUse _pkg_visibility_check in _loadResumeCommand.
2010-10-01 Zac MedicoEnable depgraph._load_vdb() with --buildpkgonly.
2010-10-01 Zac MedicoBug #339316 - Fix --resume to handle repo masks.
2010-10-01 Zac MedicoFix reversed porttrees findname2/findLicensePath.
2010-10-01 Zac MedicoFix broken/reversed order of portdbapi.porttrees.
2010-10-01 Zac MedicoAllow missing category with depclean --exclude.
2010-10-01 Zac MedicoBug #339231 - Return unicode from glsa.getText().
next