Make favorites handling in depgraph.select_files() consistent with
[portage.git] / pym /
2008-05-02 Zac Medicocheck if PORTAGE_TMPDIR is mounted readonly/noexec...
2008-05-01 Zac MedicoBug #219918 - Remove the last traces of PORTAGE_TMPFS.
2008-04-30 Zac MedicoFix 2 more types.InstanceType comparisons that are...
2008-04-30 Zac Medico* Fix dep_check() so that it doesn't expand virtual...
2008-04-28 Zac MedicoFor bug #211833, be explicit that the pkg_prerm() and...
2008-04-28 Zac MedicoAs suggested by Chr. Schaefer in bug #211833, comment...
2008-04-28 Zac MedicoTry to format the elog message better for bug #211833...
2008-04-28 Zac MedicoUse write_atomic() for manifest updates. (trunk r10016)
2008-04-28 Zac MedicoBug #211833 - When an ebuild removal phase fails, notif...
2008-04-27 Zac MedicoCreate a digraph.difference_update() method and use...
2008-04-27 Zac MedicoUse digraphs to clean up blocker reference counting...
2008-04-24 Zac MedicoBug #172812 - Automatically uninstall packages to avoid...
2008-04-22 Zac MedicoMake dir_get_metadata() retry if a httplib.ResponseNotR...
2008-04-21 Zac MedicoBug #218439 - Improve alignment in short emerge --help...
2008-04-21 Zac Medico* Make portdbapi.aux_get() automatically pull pre-gener...
2008-04-20 Zac MedicoBug #218559 - Make portdbapi automatically add sandbox...
2008-04-18 Zac MedicoMake the ccache userpriv permission check from bug...
2008-04-16 Zac MedicoRemove redundant version sorting in _expand_new_virtual...
2008-04-16 Zac MedicoFix portdbapi.getfetchlist() so that it doesn't unneces...
2008-04-16 Zac MedicoIf the mysettings parameter is not passed in to portdba...
2008-04-16 Zac MedicoBug #217905 - Fix portdbapi.getfetchlist() to correctly...
2008-04-15 Zac MedicoInside dblink.unmerge(), call self.updateprotect()...
2008-04-15 Zac MedicoAdd support to depgraph._select_atoms() to take a ...
2008-04-14 Zac MedicoIn config.setcpv() and regenerate(), replace str.starts...
2008-04-13 Zac MedicoMake movefile() tolerant to EPERM errors that can be...
2008-04-12 Zac MedicoFix the filtering for bug #215016:
2008-04-12 Zac Medico* Optimize config.setcpv() to return early if IUSE...
2008-04-12 Zac MedicoBug #215016 - When transforming of USE flags to USE_EXP...
2008-04-12 Zac MedicoMake binarytree.prevent_collision() adjust permissions...
2008-04-11 Zac MedicoRename the undocumented --conistent option to --complet...
2008-04-11 Zac MedicoMake file_get() redirect FETCHCOMMAND output to stdout...
2008-04-11 Zac MedicoFix 'undefined name' errors found by pyflakes. (trunk...
2008-04-11 Zac MedicoWhen dep_check() expands new-style virtuals, use USE...
2008-04-11 Zac MedicoMake doebuild() bail out early with a PermissionDenied...
2008-04-11 Zac MedicoRemove all calls to config.load_infodir() since it...
2008-04-11 Zac MedicoIn config.setcpv() and load_infodir(), always set known...
2008-04-11 Zac MedicoCopy group mode bits from $PKGDIR when creating subdire...
2008-04-11 Zac MedicoTweak --buildpkgonly and fakeroot logic so that --build...
2008-04-10 Zac MedicoBug #217122 - When waiting for a parallel-fetch downloa...
2008-04-09 Zac MedicoFix a potential TypeError.
2008-04-09 Zac MedicoCreate a new depgraph._dep_expand() method for select_f...
2008-04-09 Zac MedicoHandle issues with newlines in elog messages that can...
2008-04-08 Zac MedicoBug #162542 - When checking permissions inside CCACHE_D...
2008-04-08 Zac MedicoMerge improved argument handling and other general...
2008-04-08 Zac Medico* Optimize metadata caching in pordbapi and bindbapi...
2008-04-08 Zac MedicoBug #197905 - Preserve order of ebuild messages even...
2008-04-05 Zac MedicoIn dbapi.move_ent(), never assume that any of the expec...
2008-04-05 Zac MedicoFor better performace and consistency in package select...
2008-04-03 Zac MedicoAdd missing str.upper() call for PORTAGE_FETCH_RESUME_M...
2008-04-03 Zac MedicoIf PORTAGE_FETCH_RESUME_MIN_SIZE is undefined or empty...
2008-04-03 Zac MedicoImplement a PORTAGE_FETCH_RESUME_MIN_SIZE variable...
2008-04-03 Zac MedicoIn cpv_expand(), if the virtuals file contains a versio...
2008-04-02 Zac MedicoHandle a potential FileNotFound exception in new_protec...
2008-04-01 Zac MedicoUse pkgcmp() instead of == and best() for correctness...
2008-04-01 Zac MedicoRemove some boolean logic that is obsolete now that...
2008-04-01 Zac MedicoExploid ascending order returned from dbapi.match(...
2008-04-01 Zac MedicoBug #215308 - Cache the paths of known bad manifests...
2008-03-30 Zac MedicoWhen dblink.treewalk() queries for other packages in...
2008-03-30 Zac MedicoFix typos. Thanks to Arfrever Frehtes Taifersar Arahesis
2008-03-30 Zac MedicoFix namespace typo.
2008-03-30 Zac MedicoMove the AUTOCLEAN code into dblink.treewalk since...
2008-03-30 Zac MedicoFor bugs #197810 and #215308, pass the depgraph's ...
2008-03-29 Zac MedicoBug #215240 - Use an alarm signal to implement a 60...
2008-03-29 Zac MedicoBug #214619 - Run dyn_package() and preinst_mask()...
2008-03-28 Zac MedicoBug #214619 - Add support for a PORTAGE_BINPKG_TAR_OPTS...
2008-03-28 Zac MedicoBug #214879 - Fix FEATURES=-strict behavior so that...
2008-03-28 Zac MedicoSupport ${HOST} substitution in "From" field. Thanks...
2008-03-28 Zac Medicoadd @ to the list of invalid atom chars so sets with...
2008-03-28 Zac MedicoWhen in strict mode, make paren_reduce() detect missing...
2008-03-28 Zac MedicoBug #42456 - When a checksum failure occurs during...
2008-03-28 Zac Medico* Optimize parallel-fetch to avoid redundant checksum...
2008-03-28 Zac MedicoMake strip_empty() return a nedw list instead of workin...
2008-03-28 Zac MedicoAs requested by wolf31o2, use the ROOT setting from...
2008-03-28 Zac MedicoRemove redundant CUSTOM_PROFILE_PATH from the PROFILE_P...
2008-03-28 Zac MedicoBug #212080 - Don't list files as being merged when...
2008-03-28 Zac MedicoBug #212152 - Check available space in DISTDIR before...
2008-03-28 Zac MedicoBug #200385 - Stack use flags from package.*use* files...
2008-03-28 Zac MedicoBug #211554 - Replace references to config["USE"] with...
2008-03-28 Zac MedicoRevert portdbapi category auto-detection code since...
2008-03-28 Zac MedicoOptimize dblink.isowner() to use fewer stat calls by...
2008-03-28 Zac MedicoMake stack_dicts() treat an empty variable assignment...
2008-03-27 Zac MedicoBug #212882
2008-03-27 Zac Medicorevert previous commit since it had portage_locks stuff...
2008-03-27 Zac MedicoMake --noreplace take precedence over --newuse, as...
2008-03-01 Zac MedicoMake 'import portage' statements more tolerant to broke...
2008-02-25 Zac MedicoBug #211365 - Use catpkgsplit() instead of pkgsplit...
2008-02-10 Zac MedicoBug #209538 - Disable annoying "masked by keyword"...
2008-02-09 Zac MedicoFix a changed variable name.
2008-02-09 Zac MedicoUse local time for elog summaries (trunk r9273)
2008-02-09 Zac MedicoBug #208708 - Show informative warning messages for...
2008-02-07 Zac MedicoBug #155993 - Update environment.bz2 after postinst...
2008-02-01 Zac MedicoMake the manifest1_compat constructor parameter default...
2008-01-31 Zac MedicoUnconditionally disable manifest1 compatibility since...
2008-01-31 Zac MedicoAdd 'local' to the list of non_category_dirs since...
2008-01-31 Zac MedicoBug #205966 - Don't show binhost password when displayi...
2008-01-11 Zac MedicoBug #205318 - Handle errno.ENOTDIR thrown from the...
2008-01-11 Zac Medico* Make pkgcmp() pass the ebuild revision directly into...
2008-01-11 Zac MedicoBug #203316 - Fix isvalidatom() to properly detect...
2008-01-11 Zac MedicoWhen spawing the "depend" phase, use file descriptors...
2008-01-10 Zac MedicoBug #162542 - When dropping privileges for FEATURES...
next