portage.git
2010-10-27 Zac Medicodebug-print: don't stat $T during depend phase v2.2.0_alpha2
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-26 Zac Medicoebuild(1): fix breakage for /var/db/pkg ebuilds
2010-10-26 Zac MedicoRaise StopIteration from _poll() if needed.
2010-10-24 Zac MedicoFix broken spawn_bash() call.
2010-10-24 Michał GórnySimplify retval checks in has_version() and best_version().
2010-10-24 Michał GórnyCleanup CVS calls in 'sync' action.
2010-10-24 Michał GórnySimplify debug-print*() functions code.
2010-10-24 Michał Górnyegencache --update-changelogs: reverse the sort order...
2010-10-23 Zac MedicoAdd sanity checks for system clock changes.
2010-10-23 Zac MedicoScheduler: ensure display update every 3 seconds
2010-10-23 Zac MedicoJobStatusDisplay: add a _set_width() method
2010-10-23 Zac MedicoCopy term size to pty only if foreground.
2010-10-23 Arfrever Frehtes... Fix some typos and improve a message in repoman.
2010-10-23 Arfrever Frehtes... Bug #340475: Make repoman check if SVN keywords are...
2010-10-23 Arfrever Frehtes... Allow repoman to commit files, which have changes only...
2010-10-23 Zac Medicodepgraph minimize_children: yield highest version v2.2.0_alpha1
2010-10-22 Zac MedicoEbuildBuildDir: allow EPERM when removing catdir
2010-10-22 Zac MedicoEbuildFetcher: fix fetch to use manifest
2010-10-22 Zac MedicoAsynchronousLock: protect _wait() from recursion
2010-10-22 Zac Medicolock-helper.py: make locks quiet
2010-10-22 Zac MedicoMake _LockThread.lock_obj private.
2010-10-22 Zac MedicoAsynchronousLock: assert state in unlock()
2010-10-22 Zac MedicoSupport aliases in metadata/layout.conf.
2010-10-22 Zac MedicoFix RepoConfig.info_string() for aliases.
2010-10-22 Zac MedicoFix 'Unavailable repository' layout.conf path.
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 MedicoComment out unused slot operator test ebuilds.
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-22 Zac Medicolock-helper.py: use PORTAGE_PYM_PATH for safety
2010-10-22 Zac MedicoAsynchronousLock: use subprocess if no threads
2010-10-21 Sebastian LutherRaise default backtrack limit for bug 337178
2010-10-21 Zac MedicoEnable tests for autoumask with EAPI 4.
2010-10-21 Zac MedicoEnable tests for circular deps with EAPI 4.
2010-10-21 Zac MedicoComment: slot operator deps not implemented.
2010-10-21 Zac MedicoEnable more tests for resolver with EAPI 4.
2010-10-21 Zac MedicoEnable tests for resolver with EAPI 4.
2010-10-21 Zac MedicoEnable tests for slot collision with REQUIRED_USE
2010-10-21 Zac MedicoEnable tests for use dep defaults.
2010-10-21 Zac MedicoEnable REQUIRED_USE tests.
2010-10-21 Zac MedicoAdd note about EAPI 4_pre1. v2.2_rc99
2010-10-21 Zac MedicoEnable EAPI 4_pre1 for testing.
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-20 Sebastian LutherEnsure repo.priority is initialized.
2010-10-19 Zac MedicoMake portdbapi constructor backward compatible.
2010-10-18 Zac MedicoNote more benefits of having USE=ipc enabled. v2.2_rc98
2010-10-17 Mao PUslot_collision.py: Define basestring for python3.
2010-10-17 Sebastian LutherSpecify repo in FakeVartree._aux_get_wrapper().
2010-10-17 Sebastian LutherFix RepoConfig.update() for missing_repo_name.
2010-10-16 Zac MedicoFix RepoConfig.info_string() for eclass-overrides
2010-10-16 Zac Medicoemerge --depclean: Add more --debug output. v2.2_rc97
2010-10-15 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.
2010-10-15 Zac MedicoOptimize uninstall selection in serialize_tasks.
2010-10-14 Zac MedicoPrefer ~ and =* atoms in missed update display.
2010-10-14 Zac MedicoAdd a simpler non-working use_reduce test.
2010-10-14 Zac MedicoAdd non-working use_reduce tests.
2010-10-14 Zac MedicoFix use_reduce() case from bug #340973.
2010-10-14 Zac MedicoAdd test case for bug #340973.
2010-10-14 Ulrich MuellerDon't compress empty files, bug 340935.
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-12 Sebastian LutherAllow repository specs for atoms with wildcards
2010-10-12 Zac MedicoFix indention error in repoman headerstring code. v2.2_rc94
2010-10-12 Zac MedicoDocument egencache --update-changelogs. v2.2_rc93
2010-10-12 Zac MedicoUpdate man page header dates.
2010-10-12 Zac MedicoFix repo in 'masked installed' message.
2010-10-12 Zac MedicoFix portageq to handle NOCOLOR.
2010-10-12 Zac MedicoInvert repoman cvs logic for headerstring.
next