portage.git
2010-09-04 Zac MedicoAdjust package sets documentation to match behavior... v2.1.9
2010-09-04 Zac MedicoAdd warnings advising use of revdep-rebuild in --depcle...
2010-09-04 Zac MedicoRemove documentation for FEATURES=preserve-libs since...
2010-09-04 Zac MedicoComment out the FEATURES=preserve-libs setting in make...
2010-09-04 Zac MedicoToggle private constants for stable branch:
2010-09-04 Zac MedicoReplace svn-trunk with VERSION in doc/fragment/version... v2.2_rc75
2010-09-04 Zac MedicoAdd missing portage import in portage.locks.
2010-09-04 Zac MedicoIn the short timeout test for QueueScheduler.run()...
2010-09-04 Zac MedicoAdd back PortageException handler inside mod_mail_summa...
2010-09-04 Zac MedicoMake ebuild-ipc.py call portage._disable_legacy_globals...
2010-09-04 Zac MedicoMake portage.locks avoid importing the portage.output...
2010-09-04 Zac MedicoMove registration of the close_portdbapi_caches() exit...
2010-09-04 Zac MedicoUse a lazy import for portage.dep instide portage.util.
2010-09-04 Zac MedicoMove portage.locks imports to the top of the file.
2010-09-04 Zac MedicoAdjust AlarmSignal.unregister() call in ebuild-ipc.
2010-09-04 Zac MedicoUse AlarmSignal for timout handling in mod_mail_summary...
2010-09-04 Zac MedicoMake AlarmSignal._signal_handler() restore the default...
2010-09-04 Zac MedicoUse AlarmSignal for timeout handling in elog_process().
2010-09-04 Zac MedicoFix breakage from previous commit.
2010-09-04 Zac MedicoMove AlarmSignal.unregister() call to a better place...
2010-09-04 Zac MedicoUse AlarmSignal for alarm timeout in action_sync().
2010-09-04 Zac MedicoMake AlarmSignal.register() require a time parameter...
2010-09-04 Zac MedicoAdd AlarmSignal.register() and unregister() classmethod...
2010-09-03 Zac MedicoAdd a test case for intentionally short timeout with...
2010-09-03 Zac MedicoAdd support for a timeout argument to QueueScheduler...
2010-09-03 Zac MedicoBug #335777 - Add a 40 second timeout in ebuild-ipc...
2010-09-03 Zac MedicoAccount for package.use.force/mask in previous commit.
2010-09-03 Sebastian Lutherautounmask: Don't print masked/forced flags in "require...
2010-09-03 Sebastian LutherOld "Change USE" message: Don't screw up if the highest...
2010-09-03 Zac MedicoMake emerge display a warning message if FEATURES conta...
2010-09-03 Zac MedicoFix VDB_PATH handling in ebuild(1) to join with EROOT.
2010-09-03 Zac MedicoAdd a "Delayed Evaluation of Disjunctive Dependency...
2010-09-03 Zac MedicoUnify to different pieces of code that handle sandbox...
2010-09-02 Zac MedicoFix whenago() to show times as integers instead of... v2.2_rc74
2010-09-02 Zac MedicoAdd backward compatible config.pmaskdict and punmaskdic...
2010-09-02 Zac MedicoMake MaskManager use tuples for values inside _pmaskdic...
2010-09-02 Zac MedicoImplement ExtendedAtomDict.copy().
2010-09-02 Zac MedicoBug #335620 - Add backward compatible config.virtuals...
2010-09-02 Zac MedicoPrevent local x variable in ebuild_main() from showing...
2010-09-02 Zac MedicoPrevent the local filter_opts variable in filter_readon...
2010-09-02 Zac MedicoFilter more variables that don't need to end up in...
2010-09-02 Zac MedicoFix breakage for python3 from trying to mix bytes and...
2010-09-02 Zac MedicoAdd a _SANDBOX_COMPAT_LEVEL constant which will be...
2010-09-02 Zac MedicoWhen signaling successful exit from an ebuild phase...
2010-09-02 Michał GórnyOmit dotfiles in /usr/share/portage/config/sets (e...
2010-09-02 Zac MedicoBug #248603 - Add a _ENABLE_REPO_NAME_WARN constant...
2010-09-02 Zac MedicoHide the portageq list_preserved_libs command when...
2010-09-02 Zac MedicoBug #335670 - Make copyright header in herdbase.py...
2010-09-02 Zac MedicoMake repoman disable FEATURES=unknown-features-warn...
2010-09-02 Zac MedicoAdjust EbuildIpcDaemon pickle read and write code in...
2010-09-02 Zac MedicoBug #335642 - Also make show_masked_packages() display...
2010-09-02 Zac MedicoBug #335642 - Revert depgraph._show_unsatisfied_dep...
2010-09-01 Zac MedicoRemove reference to nonexistent _unlock_builddir()... v2.2_rc73
2010-09-01 Zac MedicoAdd support to config.setcpv() for caching USE settings...
2010-09-01 Zac MedicoMake atomic directory creation code in dblink.mergeme...
2010-09-01 Zac MedicoAdd a note to the ensure_dirs() docstring about atomic...
2010-09-01 Zac MedicoMake ensure_dirs() use os.path.isdir() to verify that...
2010-09-01 Zac MedicoIn ensure_dirs(), only call apply_permissions() when...
2010-09-01 Zac MedicoMake more doebuild() commands exempt from _check_temp_d...
2010-09-01 Zac MedicoIn doebuild(), don't call _check_temp_dir() for pseudo...
2010-09-01 Zac MedicoIn dblink.mergeme(), handle EISDIR which can be raised...
2010-09-01 Zac MedicoFix WorldSelectedSet._load2() to always return a list...
2010-09-01 Zac MedicoFix depgraph._serialize_tasks() so that portage-9999...
2010-09-01 David JamesFix portage to create directories atomically in fast...
2010-09-01 David JamesUpdate portage to create directories atomically.
2010-08-31 Zac MedicoAdd comments about consumers of FakeVardbapi.getpath().
2010-08-31 Zac MedicoSimplify the vartree constructor usage in config.getvir...
2010-08-31 Zac MedicoUse self.dbapi.getpath() to simplify code in vartree...
2010-08-31 Zac MedicoBug #335439 - Fix "AttributeError: 'vartree' object...
2010-08-31 Zac MedicoWhen portage updates itself and the new version either...
2010-08-31 Zac MedicoFix ResolverPlayground.cleanup() to cleanup the portdba...
2010-08-31 Zac MedicoAdd a fallback PORTAGE_BZIP2_COMMAND setting in ebuild...
2010-08-31 Zac MedicoShow PORTAGE_BZIP2_COMMAND and PORTAGE_BUNZIP2_COMMAND...
2010-08-31 Zac MedicoFix bugs in features_set._prune_overrides() and add...
2010-08-31 Zac MedicoAdd testcase to check that features_set._prune_override...
2010-08-31 Zac MedicoBug #335340 - Use PORTAGE_BUNZIP2_COMMAND and PORTAGE_B...
2010-08-31 Zac MedicoBug #335340 - Add support for PORTAGE_BZIP2_COMMAND and
2010-08-31 Zac MedicoBug #326561 - Implement FEATURES=unknown-features-filte...
2010-08-31 Zac MedicoMove FEATURES=unknown-features-warn code to config...
2010-08-30 Zac MedicoWhen _ENABLE_DYN_LINK_MAP is False, show additional...
2010-08-30 Zac MedicoWhen _ENABLE_SET_CONFIG is False, disable reading/writi...
2010-08-30 Zac MedicoWhen _ENABLE_SET_CONFIG is False, make load_default_con...
2010-08-30 Zac MedicoReplace the literal portage version in all man page...
2010-08-30 Zac MedicoAdd a comment to make.globals noting that the preserve...
2010-08-30 Zac MedicoUse _ENABLE_PRESERVE_LIBS and _ENABLE_DYN_LINK_MAP...
2010-08-30 Zac MedicoMerge branch 'master' of git+ssh://git.overlays.gentoo...
2010-08-30 Zac MedicoAdd some private constants for use in conditional code...
2010-08-30 Arfrever Frehtes... Fix typos.
2010-08-30 Zac MedicoAdd more new features to RELEASE-NOTES for portage...
2010-08-30 Zac MedicoInvert _ebuild_helpers_path EAPI conditional in ebuild.sh.
2010-08-30 Zac MedicoMerge branch 'master' of git+ssh://git.overlays.gentoo...
2010-08-30 Zac MedicoSplit out a RELEASE-NOTES section for portage-2.1.9...
2010-08-30 Ulrich MuellerBug fix in canonicalize() function.
2010-08-30 Zac MedicoAdd a TODO note to AbstractEbuildProcess._can_log(...
2010-08-30 Zac MedicoMake match_from_list() strip "!!" when appropriate...
2010-08-30 Zac MedicoRemove duplicate real_vardb definition from merge in...
2010-08-30 Zac MedicoMerge branch 'master' of git+ssh://git.overlays.gentoo...
2010-08-30 Arfrever Frehtes... Fix "UnboundLocalError: local variable 'real_vardb...
2010-08-30 Zac MedicoFix broken reference to real_vardb in calc_depclean...
2010-08-30 Arfrever Frehtes... Fix typo in comment.
next