portage.git
2008-12-25 Zac MedicoFix typo. v2.2_rc19
2008-12-25 Zac MedicoRefactor EbuildMetadataPhase._output_handler() and...
2008-12-25 Zac MedicoUse long() instead of float() when parsing Package...
2008-12-25 Zac MedicoMake vardbapi._aux_get() return _mtime_ as a long ...
2008-12-25 Zac MedicoInside portdbapi._metadata_callback(), preserve _eclass...
2008-12-25 Zac MedicoHandle potential KeyErrors that may be raised from...
2008-12-25 Zac MedicoDon't add any more that one "-" symbol to the front...
2008-12-25 Zac MedicoInside mirror_cache(), handle unsupported EAPI like...
2008-12-25 Zac MedicoAdd support for synchronizing ebuild and eclass timesta...
2008-12-24 Zac MedicoMake BinpkgFetcher use longs instead of floats when...
2008-12-24 Zac MedicoBug #252374 - Warn if FEATURES=fakeroot is enabled...
2008-12-24 Zac MedicoDon't use 'local' builtin outside of a function.
2008-12-24 Zac MedicoDocument QA_STRICT_PRESTRIPPED.
2008-12-24 Zac MedicoFix typo.
2008-12-24 Zac MedicoReplace QA_DT_HASH with QA_PRESTRIPPED where appropriat...
2008-12-24 Zac MedicoBug #251976 - Add a QA_PRESTRIPPED variable for ebuilds...
2008-12-24 Zac MedicoFix PATH comparison in binarytree.inject() some more.
2008-12-24 Zac MedicoFix broken PATH comparisons when eliminating duplicate...
2008-12-24 Zac MedicoBug #252304 - Restore the -V/--version option.
2008-12-23 Zac MedicoAdd SIGUSR1 signal handlers that call pdb.set_trace...
2008-12-23 Zac MedicoMake more code conditional on POLLIN events, where...
2008-12-23 Zac MedicoMove initial signal handlers to the launcher script.
2008-12-23 Zac MedicoRename the PollTask class to AbstractPollTask.
2008-12-23 Zac MedicoAdd handling for POLLERR, POLLNVAL, and POLLHUP. Hopefu...
2008-12-23 Zac MedicoRegister for poll events before forking, in order to...
2008-12-23 Zac MedicoWhen removing entries with duplicate paths inside binar...
2008-12-23 Zac MedicoFix typo.
2008-12-23 Zac MedicoBug #252243 - Fix binarytree.prevent_collision() so...
2008-12-23 Zac MedicoSimplify the code from bug #218854. Also, ensure that...
2008-12-23 Zac MedicoBug #252167 - If the ebuild no longer exists or it...
2008-12-22 Zac MedicoRemove code from unused config.load_infodir() method...
2008-12-21 Zac MedicoFix DEFINED_PHASES code to check for pkg_config and...
2008-12-21 Zac MedicoAdd support for the new DEFINED_PHASES metadata key...
2008-12-21 Zac MedicoFix --clean <atom> so that it considers all packages...
2008-12-21 Zac MedicoUpdate --depclean 'unsatisfied deps' message to recomme...
2008-12-21 Zac MedicoRemove the TaskScheduler.run() method since the constru...
2008-12-20 Zac MedicoAdjust the EbuildNestedDie pattern so that it only... v2.2_rc18
2008-12-20 Zac MedicoSimplify the InheritAutotools pattern by using \b to...
2008-12-20 Zac MedicoBug #251591 - Adjust the InheritAutotools pattern to...
2008-12-19 Zac MedicoBug #251616 - Inside _check_build_log(), remove unneces...
2008-12-19 Zac MedicoFix DependencyArg.__str__() to ensure that str type...
2008-12-17 Zac MedicoInside display_preserved_libs(), filter out consumers...
2008-12-15 Zac MedicoInside display_preserved_libs(), filter out any consume...
2008-12-14 Zac MedicoBug #250902 - Inside dblink._find_unused_preserved_libs...
2008-12-14 Zac MedicoBug #250902 - Inside dblink._find_libs_to_preserve...
2008-12-12 Zac MedicoDetect problems with arguments and return non-zero...
2008-12-12 Zac MedicoUpdate comment about resume opts stored as dict startin...
2008-12-12 Zac MedicoAdd a new FEATURES=test-fail-continue value which cause...
2008-12-12 Zac MedicoFix --pretend logic in Binpkg some more.
2008-12-12 Zac MedicoFix --getbinpkg to behave as expected with --pretend...
2008-12-12 Zac MedicoFix breakage in stale metadata logic inside binarytree...
2008-12-12 Zac MedicoFix incorrect usage of trap (only remove on signal...
2008-12-12 Zac MedicoWhen using the old binhost protocol, comparison with...
2008-12-12 Zac MedicoFix old-style binhost code binarytree.digestCheck(...
2008-12-12 Zac MedicoFix --getbinpkgonly behavior so that binaries from...
2008-12-11 Zac MedicoDon't warn about missing repo_name for $PORTDIR when...
2008-12-11 Zac MedicoAdd --sync support for `git pull`, and also add a fails...
2008-12-11 Zac MedicoRemove stray part about 'link level dependency awarenes...
2008-12-11 Zac MedicoFix exit code to return non-zero when an error occurs...
2008-12-11 Zac MedicoMake BinpkgFetcher synchronize the local timestamp...
2008-12-10 Zac MedicoRemove ManifestEntry.__cmp__() since it's not needed...
2008-12-10 Zac MedicoFor py3k compat, remove Atom.__cmp__() and use str...
2008-12-10 Zac MedicoMake Binpkg clean the build dir immediately after locki...
2008-12-10 Zac MedicoMake BinpkgVerifier rename files that fail verification...
2008-12-10 Zac MedicoMake the Binpkg class handle fetch logging similar...
2008-12-10 Zac MedicoVerify binary packages even when not in "strict" mode...
2008-12-10 Zac MedicoCreate a BinpkgPrefetcher composite task to handle...
2008-12-10 Zac MedicoWhen the Binpkg class has fetched a package in --fetcho...
2008-12-10 Zac Medicourlparse.urljoin() only works correctly with recognized...
2008-12-10 Zac MedicoWhen processing output from the "depend" phase, use...
2008-12-10 Zac MedicoWhen attempting to close fd 9 at the end of the depend...
2008-12-10 Zac MedicoBug #250148 - Prevent ebuild.sh subprocess from inherit...
2008-12-09 Zac MedicoIn digestgen(), don't call fetch for files that already...
2008-12-09 Zac MedicoSimplify the code from bug #250166.
2008-12-09 Zac MedicoBug #250166 - To avoid accidental regeneration of diges...
2008-12-09 Zac MedicoWhen in --debug mode, make the depgraph call self.digra...
2008-12-09 Zac MedicoFor py3k compat, avoid using list.sort(cmp).
2008-12-09 Zac MedicoFor py3k compat, remove Package.__cmp__() and related...
2008-12-08 Zac MedicoFix deprecated_profile_check() to account for PORTAGE_C...
2008-12-08 Zac MedicoAvoid TypeError in BlockerCache.__iter__() that's trigg...
2008-12-08 Zac MedicoBug #250212 - Add a new 'upstream.workaround' qa catego...
2008-12-07 Zac MedicoBug #249586 - Use writemsg() to send output to stderr...
2008-12-07 Zac MedicoIf pkg_nofetch needs to be spawned inside fetch() and...
2008-12-06 Zac MedicoAdd docs for PORTAGE_GPG_DIR and PORTAGE_GPG_KEY that...
2008-12-06 Zac MedicoValidate $ROOT inside the --resume merge list in order...
2008-12-05 Zac MedicoMake fixpackages use a new "#" symbol for /var/db updat... v2.2_rc17
2008-12-04 Zac MedicoMake fixpackages less noisy by only generting '*' chara...
2008-12-04 Zac MedicoFEATURES=fixpackages is now enabled by default
2008-12-04 Zac MedicoSync with 2.1.6 branch.
2008-12-04 Zac MedicoEnable FEATURES=fixpackages by default since the perfor...
2008-12-04 Zac MedicoBug #249805 - Add some more PreservedLibsRegistry.prune...
2008-12-04 Zac MedicoMake sure depgraph._slot_conflict_explanation() doesn...
2008-12-04 Zac MedicoBug #249185 - For common cases in which USE deps trigge...
2008-12-03 Zac MedicoBreak references between the depgraph and the dropped...
2008-12-03 Zac MedicoWhen --keep-going drops packages due to unsatisfied...
2008-12-03 Zac MedicoIt's not safe to use the git commit -a option since...
2008-12-03 Zac MedicoWhen calling `git ls-files -m` to list modified files...
2008-12-02 Zac MedicoFix depgraph._dep_check_composite_db._visible() to...
2008-12-02 Zac MedicoSkip sourcinf of profile.bashrc during the depend phase.
2008-12-02 Zac MedicoSource bashrc files as late as possible, giving them...
next