portage.git
2010-09-26 Zac MedicoRemove --depclean-lib-check docs from the man/emerge... v2.1.9.11
2010-09-26 Zac MedicoAdjust package sets documentation to match behavior...
2010-09-26 Zac MedicoAdd warnings advising use of revdep-rebuild in --depcle...
2010-09-26 Zac MedicoRemove documentation for FEATURES=preserve-libs since...
2010-09-26 Zac MedicoComment out the FEATURES=preserve-libs setting in make...
2010-09-26 Zac MedicoToggle private constants for stable branch:
2010-09-26 Zac MedicoAdd PORTAGE_BINHOST sftp protocol support. v2.2_rc87
2010-09-26 Zac MedicoFix a typo in a comment.
2010-09-25 Zac MedicoAdd non-essential backslashes for clarity in GetConfigT...
2010-09-25 Zac MedicoAdd test cases for getconfig() bash compatibility with...
2010-09-25 Zac MedicoAdd default values for FETCHCOMMAND_SSH and RESUMECOMMA...
2010-09-25 Zac MedicoFix varexpand() so that it doesn't do redundant quote...
2010-09-25 Zac MedicoFix BinpkgVerifier so that it doesn't try to rename...
2010-09-25 Zac MedicoMake MetaDataXML.format_maintainer_string() check a...
2010-09-25 Zac MedicoImplement PORTAGE_BINHOST ssh:// protocol support by...
2010-09-25 Zac MedicoIn EbuildPhase, don't display Repository if the value...
2010-09-25 Zac MedicoMove all imports in bintree.py to the top.
2010-09-25 Zac MedicoMake BinpkgFetcher use AsynchronousLock.
2010-09-25 Zac MedicoFix catpkgsplit() to validate the category part. This...
2010-09-25 Zac MedicoBug #338588 - Allow quickpkg to create packages even...
2010-09-25 Zac MedicoBug #337465 - Enable EbuildIpcDaemon on Darwin and...
2010-09-24 Zac MedicoMake EbuildIpcDaemon._input_handler() handle EAGAIN...
2010-09-23 Fabian GroffenMerge branch 'master' of git+ssh://git.overlays.gentoo...
2010-09-23 Arfrever Frehtes... Add binpkg-logs to the list of supported features.
2010-09-23 Fabian Groffenalways use eroot with CONFIG_MEMORY_FILE
2010-09-23 Zac MedicoBug #337465 - Make EbuildIpcDaemon._input_handler(...
2010-09-23 Zac MedicoAdd support for FEATURES=binpkg-logs which is similar...
2010-09-22 Zac MedicoFix a typo in a comment.
2010-09-22 Zac MedicoIn EbuildIpc._receive_reply(), close the input_file... v2.2_rc86
2010-09-22 Zac MedicoIn EbuildIpc._wait(), use waitpid() instead of wait...
2010-09-22 Zac MedicoBug #337465 - Make ebuild-ipc use an array in order...
2010-09-21 Zac MedicoBug #337465 - Disable EbuildIpcDaemon on Darwin and...
2010-09-21 Zac MedicoMake ebuild-ipc use select() for timeouts, instead...
2010-09-21 Zac MedicoBug #338267 - Fix broken PORTAGE_BUILDDIR assertion...
2010-09-21 Zac MedicoBug #338190 - Handle more exceptions inside getbinpkg...
2010-09-21 Zac MedicoFix ConfigTestCase.testLicenseManager() breakage from...
2010-09-21 Zac MedicoBug #300455 - Store LicenseManager._license_groups...
2010-09-21 Sebastian Lutherreposyntax: Add support in _sets/base.py
2010-09-21 Zac MedicoFix default() and default_src_install() definitions...
2010-09-21 Zac MedicoMake ebuild-ipc use a normal read() call instead of...
2010-09-21 Zac MedicoRemove obsolete comment about non-blocking from
2010-09-21 Zac MedicoMake ebuild-ipc kill the child IO process before it...
2010-09-21 Zac MedicoFix ebuild-ipc to correctly handle non-zero return...
2010-09-21 Zac MedicoRewrite ebuild-ipc timeout handling to use forks.
2010-09-20 Zac MedicoRemove obsolete docstring from _RepoDisplay.__str__().
2010-09-20 Zac MedicoMake ebuild-ipc show an additional 'read failed' messag...
2010-09-20 Zac MedicoIf ebuild-ipc times out during read, check if the read...
2010-09-20 Sebastian LutherTests: add resolver/test_output: Make sure we don't...
2010-09-20 Sebastian LutherMove mergelist printing into resolver/output.py
2010-09-20 Zac MedicoUse git rev-list --format option to simplify _LazyVersi...
2010-09-20 Zac MedicoRevert "Update docompress helper docs from bug #260118...
2010-09-20 Ulrich MuellerRevert "Add option -s to docompress command."
2010-09-20 Sebastian LutherAlways mask the higher version when backtracking due...
2010-09-20 Zac MedicoWith waitpid and WNOHANG, only check the first element... v2.2_rc85
2010-09-20 Zac MedicoOptimize ResolverPlayground._create_ebuild_manifests...
2010-09-19 Zac MedicoBug #338002 - Make _LazyVersion format portage.VERSION...
2010-09-19 Zac MedicoBug #337465 - Enable EbuildIpcDaemon on Darwin and...
2010-09-19 Zac MedicoMake repoman tolerate errors from utime() when fetching...
2010-09-19 Sebastian Lutherslot collision handler: Fix bug in atom pretty printer...
2010-09-19 Zac MedicoFix depgraph._complete_graph() to preserve initial_arg_...
2010-09-19 Zac MedicoFix incorrect depgraph_sets reference in depgraph._load... v2.2_rc84
2010-09-19 Zac MedicoInvert SetArg conditional in depgraph._set_args(),...
2010-09-19 Zac MedicoAdd multiple $ROOT support to depgraph._iter_atoms_for_...
2010-09-18 Zac MedicoAdd digraph --debug output in calc_depclean() for the...
2010-09-18 Zac MedicoFix ebuild-ipc.py to timeout if necessary when opening...
2010-09-18 Zac MedicoFix breakage in population of dynamic_config._set_atoms...
2010-09-18 Zac MedicoUse blocking IO in ebuild-ipc.py and EbuildIpcDaemon...
2010-09-18 Zac MedicoDisable EbuildIpcDaemon for Darwin (similar issues...
2010-09-18 Zac MedicoFix lockfile() to close the file descriptor before...
2010-09-18 Zac MedicoFix the "Unmatch removal atoms" (second try) to show...
2010-09-18 Fabian Groffencatch another case where using EROOT is absolutely...
2010-09-18 Fabian GroffenDrop PREFIX LOCAL markers
2010-09-18 Fabian GroffenFix off-by-one; don't print useless "and 0 more" message.
2010-09-18 Zac MedicoBug #337826 - Fix spawn_nofetch() to create the private
2010-09-18 Zac MedicoFix --autounmask get_dep_chain() function to traverse...
2010-09-18 Zac MedicoNever traverse the same node twice when showing parents in
2010-09-18 Zac MedicoWhen depgraph._show_unsatisfied_dep() displays parents...
2010-09-18 Zac MedicoMake depgraph._pkg_visibility_check() when --autounmask...
2010-09-18 Zac MedicoUse _unicode_decode() to force unicode format strings...
2010-09-18 Zac MedicoPut more variables in PORTAGE_READONLY_VARS instead...
2010-09-18 Zac MedicoRename READONLY_EBUILD_METADATA and READONLY_PORTAGE_VA...
2010-09-18 Zac MedicoRemove unused PORTAGE_MASTER_PID variable.
2010-09-18 Zac MedicoAdd virtual/linux-sources to repoman's RDEPEND.suspect...
2010-09-18 Zac MedicoDon't unset PORTAGE_BUILDDIR in save_ebuild_env() since...
2010-09-18 Zac MedicoAdd PORTAGE_BUILDDIR to READONLY_PORTAGE_VARS since...
2010-09-18 Zac MedicoMake EbuildIpcDaemon._input_handler() use a blanket...
2010-09-17 Zac MedicoUpdate emerge --autounmask docs to indicate support...
2010-09-17 Fabian Groffendon't use EROOT or an upgrade of a package will result...
2010-09-17 Fabian GroffenDo NOT use EROOT when merging files to the live filesys...
2010-09-17 Sebastian Luther--autounmask: Support license changes
2010-09-17 Zac MedicoBug #337540 - Record nested package set information...
2010-09-17 Zac MedicoMove traversal of world_sets from calc_depclean() to
2010-09-16 Zac MedicoBug #337702 - Fix config.load_best_module() to raise...
2010-09-16 Zac MedicoFix misspelling of DependencyArg.__eq__() method.
2010-09-16 Zac MedicoMake Package __str__ and __unicode__ methods more like...
2010-09-16 Zac MedicoMake RepoDisplay __str__ and __unicode__ methods more...
2010-09-16 Zac MedicoBug #337603 - Fix invalid '/etc/make.profile is not...
2010-09-16 Zac MedicoMake EbuildPhase display "Package" and "Repository...
2010-09-16 Zac MedicoAdd missing noiselevel parameter to writemsg_stdout...
2010-09-16 Zac MedicoMake UseFlagDisplay __str__ and __unicode__ methods...
next