portage.git
2009-01-05 Zac MedicoDo not hardlink files unless they are in the same
2009-01-04 Zac MedicoWhen dropping privileges inside action_sync(), set...
2009-01-04 Zac MedicoBug #253467 - Don't allow alien $A values to leak into...
2009-01-04 Zac MedicoInside action_sync(), when running as root, detect...
2009-01-03 Zac MedicoFix the 'Unrecognized configure options' check for...
2009-01-03 Zac MedicoBug #253336 - Set PORTAGE_VERBOSE=1 so that files are...
2009-01-02 Ned Ludd- tell the user where we unpacked the source
2009-01-01 Mike Frysingerexport STRIP_MASK automatically
2009-01-01 Mike Frysingerdont force people to match leading $D in STRIP_MASK
2008-12-31 Zac MedicoBug #253210 - Fix logic inside EbuildBuild._buildpkg_ex...
2008-12-30 Zac MedicoBug #252985 - Add a note about the new default behavior...
2008-12-30 Zac MedicoBug #252995 - When post_emerge() returns early because...
2008-12-29 Zac MedicoHandle tree conflicts in svn status output, new in...
2008-12-29 Zac MedicoSpecify that metadata variable values should only conta...
2008-12-29 Zac MedicoFix 'TypeError: not all arguments converted during...
2008-12-29 Zac MedicoBug #253002 - Add a new variable.invalidchar check...
2008-12-29 Zac MedicoInside _showwarning(), import sys since otherwise it...
2008-12-29 Zac MedicoBug #252840 - Fix TypeError which is triggered by a...
2008-12-28 Zac MedicoAdd notes about FEATURES=protect-owned and move the...
2008-12-28 Zac MedicoWrap lines to 80 columns and remove extra blank lines.
2008-12-28 Zac MedicoInside git_sync_timestamps(), use git-diff-index for...
2008-12-28 Zac MedicoBug #252727 - Use `git diff-index --name-only --diff...
2008-12-27 Zac MedicoRevert r12348 since it's not really needed and the... v2.2_rc20
2008-12-26 Zac MedicoBug #252562 - Show --onlydeps in short --help output.
2008-12-26 Zac MedicoBail out earlier if the file name argument doesn't...
2008-12-26 Zac MedicoFix loop logic some more for bug #252572.
2008-12-26 Zac MedicoBug #252572 - Fix a loop condition inside depgraph...
2008-12-25 Mike Frysingerscan archives of objects for exec stacks
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...
next