preserve-libs: preserve during uninstall
[portage.git] / pym / _emerge / actions.py
2011-05-14 Zac Medicopreserve-libs: preserve during uninstall
2011-05-09 Zac Medicodisplay_news_notification: don't populate virts
2011-05-09 Zac Medicounmerge: use expand_new_virt for sys pkg warnings
2011-05-07 David JamesCleanup preserved lib locking in portage.
2011-04-29 Zac Medicoaction_info: eliminate duplicate info_pkgs match
2011-04-27 Zac Medicoexpand_new_virt: don't traverse blockers
2011-04-27 Zac Medicoexpand_new_virt: validate EAPI, IUSE and USE
2011-04-27 Zac Medicoexpand_new_virt: eliminate cpv_getkey
2011-04-26 Zac Medicoexpand_new_virt: use stack for recursion
2011-04-26 Arfrever Frehtes... Fix a typo.
2011-04-26 Zac Medicoemerge --info: support new-style virtuals
2011-03-26 Zac Medicounmerge: fix PORTAGE_BACKGROUND logic
2011-03-21 Zac Medicochk_updated_cfg_files: fix whitespace in message
2011-03-01 Zac Medicoaction_deselect: expand cat against world atoms
2011-02-25 Zac Medicoaction_sync: handle IPv6 [ip] in SYNC some more
2011-02-25 Zac Medicoaction_sync: handle IPv6 [ip] in SYNC
2011-02-22 Zac Medicochk_updated_cfg_files: don't display ._cfg0000_
2011-02-22 Zac Medicochk_updated_cfg_files: fix plurality of message
2011-02-18 Zac Medicoemerge: fix --sync cvs error message
2011-02-18 Zac Medicoemerge: warn to stderr if post_* hooks fail
2011-02-17 Zac Medicoemerge --sync: display message when cvs fails
2011-02-03 Zac Medicoaction_uninstall: allow repo with wildcard atom
2011-01-28 Zac Medicoaction_info: fix noiselevel for repo/set displays
2011-01-28 Zac Medicoaction_info: use _ENABLE_SET_CONFIG for sets
2011-01-28 Sebastian Luther--info: Show installed sets (bug 282250)
2011-01-24 Sebastian LutherWildcard support for -c/-C
2011-01-16 Zac MedicoTweak PollScheduler signal handling.
2011-01-16 Zac MedicoRemove duplicate Scheduler constructor call.
2011-01-16 Zac MedicoAdd PollScheduler.terminate() for interruption.
2011-01-05 Zac MedicoSplit out pkg_use_display() from action_info().
2010-11-24 Zac Medicoaction_sync: preserved leading / in ssh uri
2010-11-19 Michał GórnySupport syncing over ssh with ssh://host//path.
2010-11-19 Zac MedicoFix emerge --sync PORTDIR creation.
2010-11-04 Zac Medicocalc_depclean: use depgraph._pkg()
2010-11-04 Zac Medicocalc_depclean: fix broken pkg hash keys
2010-10-24 Zac MedicoFix broken spawn_bash() call.
2010-10-24 Michał GórnyCleanup CVS calls in 'sync' action.
2010-10-16 Zac Medicoemerge --depclean: Add more --debug output. v2.2_rc97
2010-10-15 Arfrever Frehtes... Fix some typos.
2010-10-14 Zac MedicoEnsure getaddrinfo fallback works when necessary. v2.2_rc96
2010-10-14 Zac MedicoBug #340899 - Validate getaddrinfo() results.
2010-10-13 Zac MedicoShow hostname when getaddrinfo fails. v2.2_rc95
2010-10-13 Zac MedicoFix reference to possibly undefined ips variable.
2010-10-13 Zac MedicoBug #340817 - Handle --sync getaddrinfo failure.
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 MedicoMake --deselect more careful about repo atoms.
2010-10-07 Zac MedicoAllow repo atoms for unmerge, depclean and prune.
2010-10-06 Zac MedicoMake --info repo display brief, unless --verbose.
2010-10-05 Zac MedicoShow status when listing pkgs for emerge --regen.
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 MedicoBug #339642 - Use AF_UNSPEC for --sync addresses.
2010-10-04 Zac MedicoBug #339642 - Make --sync try all addresses.
2010-10-03 Sebastian LutherInclude repo info in emerge --info
2010-10-02 Zac MedicoFix action_config() broken vardbapi.findname().
2010-10-01 Zac MedicoAllow missing category with depclean --exclude.
2010-09-28 Sebastian LutherGet --exclude to work with --depclean and --prune
2010-09-27 Sebastian Lutherreposyntax: Add support all over the place
2010-09-20 Zac MedicoWith waitpid and WNOHANG, only check the first element... v2.2_rc85
2010-09-18 Zac MedicoAdd digraph --debug output in calc_depclean() for the...
2010-09-17 Zac MedicoMove traversal of world_sets from calc_depclean() to
2010-09-16 Zac MedicoAdd missing noiselevel parameter to writemsg_stdout...
2010-09-16 Zac MedicoMake UseFlagDisplay __str__ and __unicode__ methods...
2010-09-10 Sebastian Lutherglobal updates: Honor -q and don't repeat the legend
2010-09-10 Zac MedicoBug #267103 - In action_build(), check for config file...
2010-09-10 Zac MedicoUse EROOT in chk_updated_cfg_files() calls.
2010-09-09 Zac MedicoMake action_info() validate PORTAGE_TMPDIR since it...
2010-09-09 Zac MedicoBug #336503 - Use PORTAGE_TMPDIR for the emerge --sync...
2010-09-08 Zac MedicoFix broken dep_check() call in calc_depclean() to use
2010-09-06 Zac MedicoMove the Scheduler mergelist constructor parameter...
2010-09-05 Fabian Groffenalways apply EPREFIX prepending to GLOBAL_CONFIG_PATH
2010-09-05 Zac MedicoRemove redundant initial os.sep argument to os.path...
2010-09-04 Fabian Groffenuse EROOT with NEWS_LIB_PATH
2010-09-04 Fabian Groffenuse EROOT with CACHE_PATH
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-08-31 Zac MedicoShow PORTAGE_BZIP2_COMMAND and PORTAGE_BUNZIP2_COMMAND...
2010-08-30 Zac MedicoWhen _ENABLE_DYN_LINK_MAP is False, show additional...
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.
2010-08-30 Zac MedicoRename the portage.sets module to portage._sets since...
2010-08-30 Zac MedicoAlways check if vardbapi._linkmap and vardbapi._plib_re...
2010-08-30 Zac MedicoRename vardbapi.linkmap to vardbapi._linkmap since I'm
2010-08-30 Zac MedicoRename vardbapi.plib_registry to vardbapi._plib_registr...
2010-08-29 Arfrever Frehtes... Remove unused imports found by pylint.
2010-08-27 Sebastian Lutherconfig: Add VirtualsManager
2010-08-24 Zac MedicoBug #334319 - Don't call config.backup_changes("FEATURE...
2010-08-22 Zac MedicoRemove deprecated destroot argument from dblink.isowner...
2010-08-21 Zac MedicoAdd a wrapper around config.features that provides...
2010-08-20 Zac MedicoUpdate docs, comments, and messages to refer to make...
2010-08-13 Zac MedicoBug #315615 - Use EbuildIpcDaemon to implement has_vers...
2010-08-11 Sebastian Lutherportage.dep._dep_check_strict: Unused, removed
2010-08-06 Arfrever Frehtes... Fix typo in comment.
next