portage.git
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...
2010-09-16 Zac MedicoUpdate docompress helper docs from bug #260118, comment...
2010-09-16 Zac MedicoMake PortageException __str__ and __unicode__ methods...
2010-09-16 Zac MedicoAdd tests for DependencyArg __str__ and __unicode__...
2010-09-16 Zac MedicoImplement DependencyArg __equals__, __hash__, and __uni...
2010-09-15 Arfrever Frehtes... Fix typo in comment.
2010-09-15 Zac MedicoBug #337465 - Disable EbuildIpcDaemon on FreeBSD since... v2.2_rc83
2010-09-15 Zac MedicoTweak stack_lists() strict_warn_for_unmatched_removal...
2010-09-15 Zac MedicoBug #337180 - Add a --unmatched-removal option for...
2010-09-15 Zac MedicoBug #337180 - Add a strict_warn_for_unmatched_removal...
2010-09-15 Sebastian LutherLimit the spam caused by unmatched removal atoms
2010-09-15 Zac MedicoIn Package._validate_deps(), force unicode format string in
2010-09-15 Zac MedicoMake Package._metadata_exception() use unicode format...
2010-09-15 Zac MedicoBug #336692 - When stack_lists() detects unmatched...
2010-09-15 Sebastian LutherTests: test isvalidatom ::repo syntax support
2010-09-15 Sebastian LutherResolverPlayground: Add multi repo support
2010-09-15 Sebastian LutherAdd :.repo syntax support for portage.util.{grabfile_pa...
2010-09-15 Sebastian Lutherportage.dep: Add support for ::repo syntax to all funct...
2010-09-15 Zac MedicoIn doebuild(), skip PORTAGE_BUILDDIR locking if it...
2010-09-14 Zac MedicoMake IpcDaemonTestCase use a finally block to unlock... v2.2_rc82
2010-09-14 Zac MedicoMake ebuild-ipc.py close the output_file before trying...
2010-09-14 Zac MedicoBug #336433 - Don't filter the DCCC_PATH variable from...
2010-09-14 Zac MedicoOnly initialize Package.inherited to an empty set when...
2010-09-14 Zac MedicoEnsure that Package.inherited is always initialized...
2010-09-14 Ulrich MuellerAdd option -s to docompress command.
2010-09-14 Zac MedicoMake EbuildBuildDir.unlock() use an asynchronous lock...
2010-09-14 Zac MedicoRevert "Remove ebuild-helpers/preplib (bug 102297)"
2010-09-14 Zac MedicoMake EbuildBuildDir use the PORTAGE_BUILDDIR variable...
2010-09-14 Zac MedicoMake Binpkg call doebuild_environment() before constructing
2010-09-14 Arfrever Frehtes... Fix some typos.
2010-09-14 Zac MedicoDon't export PORTAGE_BUILDIR_LOCKED to the ebuild envir...
2010-09-14 Zac MedicoAdd a config.pkeywordsdict property for backward compat...
next