portage.git
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
2010-10-22 Zac MedicoEbuildFetcher: fix fetch to use manifest
2010-10-22 Zac Medicoprepare_build_dirs: tolerate permission issues
2010-10-22 Zac MedicoEbuildBuildDir: tolerate some permission issues
2010-10-22 Zac MedicoEbuildFetchonly: remove unused _execute method
2010-10-22 Zac MedicoEbuildFetchonly: remove redundant tmpdir code
2010-10-22 Zac MedicoSeparate conflict atoms for 'missed update'.
2010-10-22 Zac MedicoEbuildFetcher: close uneeded fds in subprocess
2010-10-22 Zac MedicoEbuildFetcher: Use fork for better performance.
2010-10-21 Zac MedicoAdd note about EAPI 4_pre1. v2.1.9.21
2010-10-21 Zac MedicoFix pretend phase doebuild_environment().
2010-10-21 Zac Medicodispatch-conf: suppress 'No such file' errors.
2010-10-21 Zac MedicoShow paths of corrupt NEEDED.ELF.2 files.
2010-10-21 Zac MedicoSuppress 'invalid .la file' message if necessary.
2010-10-18 Zac MedicoNote more benefits of having USE=ipc enabled. v2.1.9.20
2010-10-18 Mao PUslot_collision.py: Define basestring for python3.
2010-10-16 Zac Medicoemerge --depclean: Add more --debug output. v2.1.9.19
2010-10-16 Arfrever Frehtes... Fix some typos.
2010-10-15 Sebastian Lutheruse_reduce: Next try on full reduction
2010-10-15 Zac Medicouse_reduce: Another fix for bug 340973.
2010-10-15 Zac Medicouse_reduce: Add non-working test for bug 340973.
2010-10-15 Zac MedicoFix a typo in a comment.
2010-10-15 Zac MedicoUseReduceTestCase: Show whole string in exception
2010-10-15 Zac Medicouse_reduce: Add more tests.
2010-10-15 Zac MedicoFix use_reduce + opconvert of "A || ( B C )".
2010-10-15 Zac MedicoFix use_reduce + opconvert of "|| ( A B ) C".
2010-10-15 Zac MedicoTest use_reduce opconvert breakage.
2010-10-15 Sebastian Lutheruse_reduce: Fully reduce complex || constructs.
2010-10-15 Zac MedicoFix parallel-fetch output by BinpkgVerifier.
2010-10-15 Zac MedicoOptimize uninstall selection more.
next