| Commit message (Expand) | Author | Age | Files | Lines |
* | Use slot atom matching to simplify detection of downgrades relative to instal... | Zac Medico | 2006-12-31 | 1 | -14/+12 |
* | For bug #159518, increase the "database is locked" timeout. | Zac Medico | 2006-12-31 | 1 | -1/+7 |
* | Send errors in elog_process() to stderr via writemsg. | Zac Medico | 2006-12-31 | 1 | -4/+6 |
* | Use return values instead of direct sys.exit(123) calls when a merge fails. | Zac Medico | 2006-12-30 | 2 | -21/+13 |
* | Use a try/finally block to ensure that the alarm will always be cancelled app... | Zac Medico | 2006-12-30 | 1 | -2/+4 |
* | For bug #141361, use an alarm signal to implement a 1 minute timeout for proc... | Zac Medico | 2006-12-30 | 1 | -0/+9 |
* | Correct the package.mask lookup order in getmaskingreason(). | Zac Medico | 2006-12-30 | 1 | -4/+4 |
* | For bug #151326, prevent invalid comments from being returned by portage.getm... | Zac Medico | 2006-12-30 | 1 | -3/+10 |
* | Punt the abort_unpack() handler since it's pointless anyway. | Zac Medico | 2006-12-30 | 1 | -10/+0 |
* | Fix 'TypeError: unpack non-sequence' that occurs if myparent is None. | Zac Medico | 2006-12-30 | 1 | -1/+4 |
* | Do some small fixes to prevent slot collision nodes from interfering with the... | Zac Medico | 2006-12-30 | 1 | -2/+8 |
* | Improve the logic for bug #159360 to ensure that an actual upgrade is selecte... | Zac Medico | 2006-12-30 | 1 | -6/+9 |
* | Be slightly more defensive when loading the vdb/blockers caches. | Zac Medico | 2006-12-30 | 2 | -3/+4 |
* | Sort the --info USE flags for bug #159161. | Zac Medico | 2006-12-30 | 1 | -0/+2 |
* | For bug #159360, make sure that the highest available new-style virtual is se... | Zac Medico | 2006-12-30 | 1 | -11/+48 |
* | detect incorrect absolute symlinks in libdirs | Mike Frysinger | 2006-12-30 | 1 | -3/+13 |
* | fixup style | Mike Frysinger | 2006-12-30 | 1 | -5/+7 |
* | Send stuff that's not a warning or error to stdout rather than stderr. | Zac Medico | 2006-12-29 | 1 | -1/+3 |
* | - keep things quiet when uninstalling | Ned Ludd | 2006-12-29 | 1 | -2/+1 |
* | Do some minor cleanup in the dep_zapdeps downgrade avoidance logic (while wor... | Zac Medico | 2006-12-29 | 1 | -9/+9 |
* | For bug #159310, don't show a slot collision notice if there are unresolvable... | Zac Medico | 2006-12-29 | 1 | -4/+28 |
* | Add some docs for the blockers cache format. | Zac Medico | 2006-12-29 | 1 | -1/+9 |
* | For bug #159161, make emerge --info show USE_EXPAND flags similar to the way ... | Zac Medico | 2006-12-29 | 1 | -2/+18 |
* | Use a pickle to cache blockers for all installed packages so that dep_check d... | Zac Medico | 2006-12-29 | 1 | -6/+115 |
* | For bug #159295 and python-2.3 compatibility, don't assume that dict.update c... | Zac Medico | 2006-12-28 | 1 | -1/+2 |
* | For bug #159252, don't preserve file attributes when copying files for instal... | Zac Medico | 2006-12-28 | 1 | -1/+1 |
* | Make vardbapi.cpv_counter() use aux_get for caching. | Zac Medico | 2006-12-28 | 1 | -0/+4 |
* | Make vartree.getslot() use the dbapi for aux_get caching. | Zac Medico | 2006-12-28 | 1 | -7/+3 |
* | Allow the list of keys cached by the vardb to change without forcing a cache ... | Zac Medico | 2006-12-28 | 1 | -0/+4 |
* | Update emerge --metadata docs for more clarity. | Zac Medico | 2006-12-28 | 2 | -8/+13 |
* | Make portdbapi.flush_cache() consistent with vardbapi.flush_cache(). | Zac Medico | 2006-12-28 | 1 | -3/+2 |
* | Use a pickle to cache vdb metadata. This greatly improves the performance fo... | Zac Medico | 2006-12-28 | 2 | -0/+96 |
* | try to give the emerge manpage a facelift, upgrade clean and prune docs, chan... | Alec Warner | 2006-12-28 | 1 | -39/+42 |
* | Allow dep_check to use the global db for compatibility (fixes python-updater ... | Zac Medico | 2006-12-27 | 1 | -1/+2 |
* | Make _setitem do a deepcopy just in case. | Zac Medico | 2006-12-26 | 1 | -1/+3 |
* | For bug #148603, when an ebuild dies, print eclasses that are from overlays. ... | Zac Medico | 2006-12-25 | 1 | -0/+16 |
* | Use a SIGTERM signal to support a die call inside of a subshell. | Zac Medico | 2006-12-25 | 1 | -0/+7 |
* | Make sure that portage_group_warning() will be shown even in quiet mode. | Zac Medico | 2006-12-25 | 1 | -4/+11 |
* | When the user has insufficient access privileges, specify whether superuser a... | Zac Medico | 2006-12-25 | 1 | -7/+21 |
* | Prevent the regen action from running in --pretend mode. | Zac Medico | 2006-12-25 | 1 | -11/+8 |
* | Drop the warning messages for users that aren't in the portage group since tp... | Zac Medico | 2006-12-25 | 1 | -8/+0 |
* | Docstrings for mergeme... | Alec Warner | 2006-12-25 | 1 | -0/+26 |
* | more docstrings.. | Alec Warner | 2006-12-25 | 1 | -14/+111 |
* | Make sure that bindbapi makes EAPI correctly default to 0 in all possible cases. | Zac Medico | 2006-12-24 | 1 | -3/+3 |
* | Make bindbapi.aux_get() selectively cache metadata in order to optimize dep m... | Zac Medico | 2006-12-24 | 1 | -17/+31 |
* | Clone cached match results before returning them from portdbapi.xmatch(). Th... | Zac Medico | 2006-12-24 | 1 | -2/+2 |
* | cptot appears to be unused, punting it along with this commented out function... | Alec Warner | 2006-12-24 | 1 | -11/+0 |
* | Docstrings for doebuild | Alec Warner | 2006-12-24 | 1 | -0/+48 |
* | More code cleanup, packagetree appears to be completely unused, so lets remov... | Alec Warner | 2006-12-24 | 1 | -37/+2 |
* | Manpage fix for bug # 158983, thanks to Fabio Correa for the patch | Alec Warner | 2006-12-24 | 1 | -1/+1 |