2009-03-10 |
Zac Medico | When the config_incrementals parameter is unspecified... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Zac Medico | Simplify environment cleansing that's done for the... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Zac Medico | Inside create_trees(), when cleansing the environment... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Zac Medico | Bug #261670 - Generate a QA Notice if CHOST (from dyn_i... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Zac Medico | Only execute src_test pre/post hooks when src_test... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Zac Medico | Add more QA warnings for econf calls during unexpected... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Zac Medico | When generating variable names to hold EXPORT_FUNCTIONS... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Zac Medico | Use the ebuild_phase helper function to calls phase... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Zac Medico | Inside dyn_unpack(), only call pre/post phase hooks... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Zac Medico | Fix _setitem() to account for the change to serialize_e... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Zac Medico | Make manifest mode with --force option cause existing... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Zac Medico | Reorganize code for --digests and FEATURES=digest. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Zac Medico | Never call digestgen() inside doebuild() which only... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Zac Medico | Bug #261675 - Generate manifests in advance when FEATUR... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Zac Medico | Bug #261675 - Also don't call digestgen() from parallel... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Zac Medico | Bug #261675 - When doebuild() is called by emerge,... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Zac Medico | Make the --digest warning message show for FEATURES... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Zac Medico | Replace things like [[ $PORTAGE_BUILDDIR/.prepared... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Zac Medico | Generate a QA Notice when EXPORT_FUNCTIONS is called... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Mike Frysinger | for pointers cast to 32bit ints, we always want to... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Zac Medico | Fix typo from previous commit. |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Zac Medico | Also support + character in eclass names. |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Zac Medico | Translate period characters in eclass names when genera... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Zac Medico | Make EXPORT_FUNCTIONS store it's arguments in an enviro... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Zac Medico | Revert previous 2 commits due to bugs. |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Zac Medico | Fix PECLASS logic inside inherit() so that ECLASS is... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Zac Medico | Make EXPORT_FUNCTIONS store it's arguments in an enviro... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Zac Medico | Implement _getitem instead of __getitem__ so that the... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Zac Medico | In LazyItemsDict.__deepcopy__(), enable deepcopy of... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Zac Medico | Use slice instead of startwith in stack_* incremental... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Zac Medico | Remove unnecessary list() from previous commit. |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Zac Medico | Fix an issue with incomplete deepcopy of _LazyItem... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Zac Medico | Fix __getitem__ to convert mtime to long, and remove... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Zac Medico | Always use basestring instead of str with isinstance(). |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Zac Medico | Allow unicode type values in config.__setitem__().... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Zac Medico | Simplify LazyItemsDict internals. |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Zac Medico | Fix LazyItemsDict.update() to create new _SingletonWrap... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Zac Medico | Add keyword argument support to LazyItemsDict.update(). |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Zac Medico | Remove unused import. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Zac Medico | Define __slots__ for classes derived from ObjectProxy. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Zac Medico | Send message about unset RESUMECOMMAND to stderr instea... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Zac Medico | Make digraph store a single priority list for each... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Zac Medico | whitespace cleanup |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Zac Medico | Fix failure exit status. Thanks to Brian Harring. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Zac Medico | Make config.categories a sorted tuple so that portdbapi... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Zac Medico | Add tests for use_reduce() and paren_reduce(). |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Zac Medico | Use enumerate() inside use_reduce() validation code. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Zac Medico | Use basestring instead of str for isinstance check... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Zac Medico | Remove unnecessary setting of default values to empty... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Zac Medico | Make the first argument of update() methods be an optio... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Zac Medico | Make --searchdesc imply --search inside parse_opts(). |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Zac Medico | Only generate PORTAGE_COUNTER_HASH for actions that... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Zac Medico | Make --version and action. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Zac Medico | Set Unpickler.find_global = None when possible and... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Zac Medico | Remove unnecessary creation of lists when iterating... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Zac Medico | Bug #261082 - Prefer remote package instances whenever... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Zac Medico | Make glsa-check executable. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Zac Medico | Bug #261082 - Fix --getbinpkgonly code in binarytree... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Zac Medico | Bug #256289 - When displaying an unsatisfied USE dep... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Zac Medico | Fix vdb entry writting code in dyn_install() to avoid... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Zac Medico | Make KeyValuePairFileLoader store the values as a strin... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Zac Medico | ACCEPT_CHOSTS applies to unbuilt ebuild now (not just... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Zac Medico | Fix KeyValuePairFileLoader to only split on '=' once... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Zac Medico | When ACCEPT_CHOSTS is set, enable CHOST masking for... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Zac Medico | Use PORTAGE_USE when evaluating LICENSE inside portdbap... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Zac Medico | When fetch() is called and there is an existing file... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Zac Medico | Don't give portage group write permissions on the mtime... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Zac Medico | Thanks to Petteri Räty <betelgeuse@gentoo.org> for... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Zac Medico | Remove redundant long(_mtime_) conversion since templat... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Zac Medico | * Fix portage.cache.template.database.__getitem__(... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Zac Medico | Skip the code from bug #259954 when $ROOT != / since... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Zac Medico | When checking ebuild content, use codecs.open() to... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Zac Medico | In _ensure_default_encoding(), make sure the default... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Zac Medico | Add support to _ensure_default_encoding() for the same... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Zac Medico | Make Atom instances consume less memory by implementing... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Zac Medico | Use Popen.communicate() to avoid a potential deadlock. |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Zac Medico | Open then temp file in text mode for py3k compatibility. |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Zac Medico | Open the temp file in text mode for py3k compatibility. |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Zac Medico | Open the temp file in text mode for py3k compatibility. |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Zac Medico | Use os.fdopen() on file descriptors returned from mkste... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Zac Medico | Open the temp file in text mode for py3k compatibility. |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Zac Medico | Open the temp file in text mode for py3k compatibility. |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Zac Medico | Use unicode() so that 2to3 handles py3k compatibility. |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Zac Medico | Fix CommandOutputSet to decode binary command output... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Zac Medico | Fix PipeReader and PipeReaderTestCase to work with... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Zac Medico | Loosen EMakeParallelDisabled.re so it can match more... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Zac Medico | Add a new upstream.workaround check for hardcoded MAKEO... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Zac Medico | Fix test breakage due to change in calling order of... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Zac Medico | Fix a case in which a SRC_URI is incorrectly idendified... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Zac Medico | Remove recursion code from Scheduler._system_merge_star... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Zac Medico | In traversing deps to add to Scheduler._unsatisfied_sys... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Zac Medico | Bug #259954 - Do not spawn parallel build when the... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Mike Frysinger | reject all set*id binaries that have DT_RPATH:$ORIGIN... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Zac Medico | Remove stray parenthesis. |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Zac Medico | Inside depgraph._merge_order_bias(), promote deep syste... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Zac Medico | Implement BlockerDepPriority.__str__(). |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Zac Medico | Fix typo in DepPriority.__str__(). |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Zac Medico | Implement lazy evaluation of USE_EXPAND variables in... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Zac Medico | In mirror_cache(), normalize EAPI by mapping EAPI=0... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Zac Medico | Bug #259882 - Disable the ignore-previously-merged... |
commit | commitdiff | tree | snapshot |
next |