portage.git
2010-11-27 Zac Medicodepgraph: fix logic more for bug 345979 v2.1.9.25
2010-11-27 Zac Medicodepgraph: fix logic in code for bug 345979
2010-11-27 Zac MedicoUseManager: make warnings show even with --quiet
2010-11-27 Zac MedicoUseManager: convert lists to tuples
2010-11-27 Zac Medicodepgraph: check unevaluated USE dep IUSE earlier
2010-11-27 Zac Medicodepgraph: tweak USE match logic for bug 345979
2010-11-27 Zac MedicoBump header date stamps on man pages.
2010-11-26 Zac Medicowhitelist proxy vars and don't save them
2010-11-26 Zac Medicoshow_unsatisfied_dep: include ROOT if it's not /
2010-11-26 Zac MedicoFix quotes in QA_PREBUILT docs.
2010-11-25 Zac Medicoconfig.environ: filter calling env only if mycpv
2010-11-25 Zac Medicocreate_trees: propagate proxy vars to host ROOT
2010-11-25 Zac Medicofetch: pass full env to fetcher (for proxy vars)
2010-11-25 Zac Medicorepoman: fix broken masking check
2010-11-25 Zac Medico_get_usedep_re: make None eapi imply latest
2010-11-24 Zac MedicoRevert use.unsatisfiable support for now.
2010-11-24 Zac Medicograb*_package: optimize for non-existent files
2010-11-24 Zac Medicoaction_sync: preserved leading / in ssh uri
2010-11-24 Zac Medicoemerge: accept 'y' for options that accept 'n'
2010-11-24 Zac Medicorepoman: enable dep check with empty KEYWORDS
2010-11-24 Zac MedicoAdd example use.mask usage.
2010-11-24 Zac Medicoruntests.sh: handle SIGINT
2010-11-24 Zac MedicoUse Package.use.force/mask attributes.
2010-11-24 Zac MedicoUse Package.use.force/mask attributes.
2010-11-24 Zac MedicoAdd Package.use.force/mask attributes.
2010-11-24 Zac Medico_get_use*: remove unused code
2010-11-24 Zac MedicoFix use.mask set intersection from previous.
2010-11-24 Zac MedicoFix interaction of use.mask/force with use deps.
2010-11-24 Zac MedicoHandle combination of incremental + USE_EXPAND
2010-11-24 Zac MedicoUSE_EXPAND: incremental expand for profiles
2010-11-24 Zac Medicoemerge --info: Fix USE_EXPAND display
2010-11-24 Michał GórnySupport syncing over ssh with ssh://host//path.
2010-11-24 Zac MedicoFix emerge --sync PORTDIR creation.
2010-11-24 Arfrever Frehtes... Rename _parse_profile_files_to_list() to _parse_profile...
2010-11-24 Arfrever Frehtes... Validate syntax of USE flags in use.force, use.mask...
2010-11-24 Zac MedicoFix malformed atom formatting for slot conflict.
2010-11-24 Zac MedicoMergeProcess: suppress finally blocks after fork
2010-11-24 Zac MedicoEbuildFetcher: suppress finally blocks after fork
2010-11-24 Ryan Hillrepoman: add wxwidgets.eclassnotused (bug 305469)
2010-11-24 Zac MedicoUse a temporary workaround for bug #344845.
2010-11-24 Zac MedicoFix MergeProcess elog handling.
2010-11-24 Zac MedicoMerge package files in a subprocess.
2010-11-24 Zac MedicoMove _get_use* calls out of loops.
2010-11-24 Zac Mediconote package.env in bashrc docs
2010-11-24 Zac MedicoAtom: require string type for eapi
2010-11-24 Arfrever Frehtes... Assume that eapi=None means the newest EAPI.
2010-11-24 Arfrever Frehtes... Accept eapi argument in portage.util.grabdict_package...
2010-11-24 Arfrever Frehtes... Remove a part of a comment, which is about files not...
2010-11-24 Arfrever Frehtes... Calculate path to package.mask file only once per profile.
2010-11-24 Arfrever Frehtes... Fix a typo.
2010-11-24 Arfrever Frehtes... Support use.unsatisfiable and package.use.unsatisfiable...
2010-11-24 Arfrever Frehtes... Update an example in portage.5 man page.
2010-11-24 Arfrever Frehtes... Allow to use different syntax of USE flags in different...
2010-11-24 Arfrever Frehtes... Remove remnants of parse-eapi-glep-55.
2010-11-24 Zac MedicoFix tests for ssh/sftp FETCHCOMMANDs.
2010-11-24 Zac Medicocomplete binhost ssh/sftp port support
2010-11-24 Zac Medicobinarytree: handle binhost port for sftp/ssh
2010-11-24 Zac Medicocalc_depclean: use depgraph._pkg()
2010-11-24 Zac Medicocalc_depclean: fix broken pkg hash keys
2010-11-24 Zac MedicoAdd note about reposyntax enhancements.
2010-11-24 Zac MedicoAdd note about FEATURES=preserve-libs.
2010-11-24 Zac MedicoAsynchronousLock: protect _wait() from recursion
2010-11-24 Zac Medicolock-helper.py: make locks quiet
2010-11-24 Zac MedicoMake _LockThread.lock_obj private.
2010-11-24 Zac MedicoAsynchronousLock: assert state in unlock()
2010-11-24 Zac Medicolock-helper.py: use PORTAGE_PYM_PATH for safety
2010-11-24 Zac MedicoAsynchronousLock: use subprocess if no threads
2010-10-31 Zac MedicoOptimize LazyItemsDict.__deepcopy__(). v2.1.9.24
2010-10-31 Zac MedicoSimplify LazyItemsDict.__deepcopy__().
2010-10-31 Zac MedicoUpdate docstring for LazyItemsDict.__deepcopy__()
2010-10-30 Zac MedicoFix LazyItemsDict.__deepcopy__() for python 2.7.
2010-10-30 Zac Medicodyn_spec: account for empty $FILESDIR
2010-10-27 Zac Medicodebug-print: don't stat $T during depend phase v2.1.9.23
2010-10-27 Zac Medicoebuild: move SANDBOX_ON=0 setting later
2010-10-27 Zac MedicoOnly addwrite for tmp dirs if sandbox is enabled.
2010-10-27 Zac MedicoScheduler: eliminate redundant display calls
2010-10-27 Zac Medicorepoman: use slice to avoid IndexError
2010-10-27 Zac Medicorepoman: optimize svn keywords handling
2010-10-27 Zac Medicorepoman: avoid possible IndexError with svn props
2010-10-27 Zac Medicodebug-print-function: output like older portage
2010-10-27 Zac Medicodebug-print: permission fixes
2010-10-27 Zac Medicoebuild: account for symlink in /var/db/pkg path
2010-10-27 Zac Medicoam maintainer-mode: ignore autotest and help2man
2010-10-27 Zac Medicoebuild(1): fix breakage for /var/db/pkg ebuilds
2010-10-27 Zac MedicoRaise StopIteration from _poll() if needed.
2010-10-27 Zac MedicoFix broken spawn_bash() call.
2010-10-27 Michał GórnySimplify retval checks in has_version() and best_version().
2010-10-27 Michał GórnyCleanup CVS calls in 'sync' action.
2010-10-27 Michał GórnySimplify debug-print*() functions code.
2010-10-27 Michał Górnyegencache --update-changelogs: reverse the sort order...
2010-10-27 Zac MedicoAdd sanity checks for system clock changes.
2010-10-27 Zac MedicoScheduler: ensure display update every 3 seconds
2010-10-27 Zac MedicoJobStatusDisplay: add a _set_width() method
2010-10-27 Zac MedicoCopy term size to pty only if foreground.
2010-10-27 Arfrever Frehtes... Fix some typos and improve a message in repoman.
2010-10-27 Arfrever Frehtes... Bug #340475: Make repoman check if SVN keywords are...
2010-10-27 Arfrever Frehtes... Allow repoman to commit files, which have changes only...
2010-10-23 Zac Medicodepgraph minimize_children: yield highest version v2.1.9.22
2010-10-22 Zac MedicoRaise default backtrack limit from 5 to 10.
2010-10-22 Zac MedicoEbuildBuildDir: allow EPERM when removing catdir
next