portage.git
2007-03-01 Zac MedicoFix misplaced [1]
2007-03-01 Zac MedicoFor bug #168646, don't bail out immediately when rsync...
2007-03-01 Zac MedicoFor bug #168823, fix broken except statement syntax...
2007-02-28 Mike Frysingerupdate --help example to match current behavior #168678...
2007-02-27 Zac MedicoMerged from branches/prefix r6092:6093.
2007-02-27 Zac MedicoMerged from branches/prefix r6091:6092.
2007-02-27 Zac MedicoFor bug #168267, use add --force to the default PORTAGE...
2007-02-27 Zac MedicoFor compatibility with older findutils, don't use the...
2007-02-26 Zac MedicoFor bug #167668, prune empty ${FILESDIR}s by adding...
2007-02-24 Zac MedicoClean up os.environ["USERLAND"] pollution from the...
2007-02-24 Zac MedicoAllow --verbose to trigger a merge list even without...
2007-02-23 Zac MedicoAs requested by solar, never show a merge list unless...
2007-02-23 Zac MedicoAs requested by solar, never show a merge list unless...
2007-02-23 Zac MedicoFilter paths matching '/<built-in>$' that come from...
2007-02-23 Zac MedicoDo not show the spinner and the "Calculating dependenci...
2007-02-23 Zac MedicoMake fetch() bail out when an "Insufficient data for...
2007-02-23 Zac MedicoMake verify_all() return an "insufficient data" error...
2007-02-23 Robin H. JohnsonUndoing previous test
2007-02-23 Robin H. JohnsonTesting CIA commit logs, will undo in a moment.
2007-02-23 Zac Medicospawn rsync without a shell.
2007-02-22 Zac MedicoRemove quotes since rsync doesn't accept them (and...
2007-02-22 Zac MedicoFor bug #167668, use an rsync "hide" filter rule to...
2007-02-22 Zac MedicoDon't bother to parse ${FILESDIR}/digest-* when manifes...
2007-02-22 Zac MedicoFor bug #167667, add support for ${PORTDIR}/manifest1_o...
2007-02-22 Zac MedicoFor bug #167667, use the existence of ${PORTDIR}/manife...
2007-02-22 Zac MedicoMake sure that ${A} in initialized in case pkg_nofetch...
2007-02-22 Zac MedicoFix "NameError: global name 'myfilelist' is not defined...
2007-02-22 Zac MedicoAdd some sanity checks for file list handling when...
2007-02-22 Zac MedicoFix broken file list handling for FEATUES=sign when...
2007-02-22 Zac MedicoFix more broken commitmessagefile handling.
2007-02-22 Zac MedicoUse startdir instead of mydir since mydir has a trailin...
2007-02-22 Zac MedicoAvoid a TypeError when commitmessagefile is None.
2007-02-21 Zac MedicoFix stardir and repodir logic from the previous commit.
2007-02-21 Zac MedicoFor consistency, replace multiple os.getcwd() calls...
2007-02-21 Zac Medicos/x/xs/ to fix a typo in a variable name.
2007-02-21 Zac MedicoRaise a CommandNotFound exception when necessary, to...
2007-02-20 Zac MedicoFor bug #167795, try avoid the population routine when...
2007-02-20 Zac MedicoAs requested by vapier, don't show the merge list in...
2007-02-19 Zac MedicoOptimize order for --tree display of circular dependencies.
2007-02-19 Zac MedicoMake digraph._merge_order_bias() operate on a single...
2007-02-19 Zac MedicoFor bug #167450, optimize leaf node selection by orderi...
2007-02-19 Zac MedicoAutomatically enable --tree mode when displaying nodes...
2007-02-19 Zac MedicoFor bug #166564, make a circular dependency panic more...
2007-02-18 Zac MedicoDon't exclude . since that excludes the entire contents...
2007-02-18 Zac MedicoWhen calling tar, always exclud . in order to preserver...
2007-02-18 Zac MedicoFor bug #166880, always display the merge list header.
2007-02-18 Zac MedicoFor bug #166880, always display the merge list (allowin...
2007-02-18 Zac MedicoFor bug #167450, optimize merge order by delaying the...
2007-02-18 Marius Mauchset.remove() returns None, so can't use it in a functio...
2007-02-18 Marius MauchMove preserve-libs and collision-protect code from...
2007-02-18 Marius Mauchextend check for internal references, should remove...
2007-02-18 Marius MauchMove reverse NEEDED cache into CACHE_PATH and use a...
2007-02-18 Zac MedicoFor bug #163990, warn about binary packages with invali...
2007-02-18 Zac MedicoFor bug #163990, warn about ebuilds with invalid catego...
2007-02-18 Zac MedicoFor bug #166785, check for invalid categories in the...
2007-02-17 Zac MedicoFix package.provided breakage from the fix for bug...
2007-02-17 Zac MedicoRemove unnecessary import that triggers DEPRECATION...
2007-02-17 Zac MedicoFor bug #166939, make --nodeps work like a normal packa...
2007-02-17 Marius MauchReplace compat symlinks with a new compat module as...
2007-02-17 Marius MauchRemove portage_exec.py as subversion is stupid and...
2007-02-17 Marius MauchFor full backwards compat (with symlinks or other weird...
2007-02-17 Marius MauchMove bin/emerge to pym/emerge/__init__.py to restore...
2007-02-17 Marius MauchMake emerge importable again without relying on module...
2007-02-17 Marius MauchPrint hostname in xterm title if sheridan is available...
2007-02-17 Marius MauchIgnore compiled files.
2007-02-17 Marius MauchPrint filename when displaying package.mask comments
2007-02-17 Marius MauchAdd support for RSYNC_EXTRA_OPTS to webrsync
2007-02-15 Zac MedicoAdd missing quotes.
2007-02-15 Zac MedicoFix CONFIG_PROTECT_MASK support. Thanks to piavlo...
2007-02-14 Zac MedicoOptimize merge order calculation for --tree output...
2007-02-14 Zac MedicoFor bug #158100, use an exact reversal of the actual...
2007-02-13 Zac MedicoFix broken imports.
2007-02-13 Zac MedicoDetect potential issues with mtime granlarity in env_up...
2007-02-13 Zac MedicoFix missing imports.
2007-02-13 Mike Frysingertweak PORT_LOGDIR comments so as to not give the wrong...
2007-02-12 Zac MedicoIn the event of a circular dependency panic, eliminate...
2007-02-11 Marius MauchMake subpackage naming consistent
2007-02-11 Zac Medicoimport best() from portage.versions
2007-02-11 Marius MauchUse the real symbols in import statements, not the...
2007-02-10 Zac MedicoMake xterm titles work even when color is disabled...
2007-02-10 Zac MedicoAdd missing VDB_PATH to fix vardbapi.aux_get() breakage.
2007-02-10 Zac MedicoFix vardb.cpv_all() breakage.
2007-02-10 Zac MedicoFix missing stat import.
2007-02-10 Zac MedicoBreak a recursive loop.
2007-02-10 Zac MedicoUse os.path.realpath to handle symlinks properly.
2007-02-10 Zac Medicofix broken imports
2007-02-10 Zac Medicoremove broken dblink import
2007-02-10 Zac MedicoFix automatic sys.path insertions so that they're relat...
2007-02-10 Zac MedicoFix imports from the emerge package.
2007-02-10 Zac Medicofix syntax
2007-02-10 Marius MauchMove dbapi and related classes out of __init__.py...
2007-02-10 Alec Warneradd docstrings
2007-02-10 Alec Warnerfix a few broken tests
2007-02-10 Alec Warnerupdate test notes
2007-02-08 Marius MauchCreate namespace for emerge
2007-02-08 Alec Warnerdie requires diefunc and dump_trace too; duh; also...
2007-02-08 Zac MedicoMake the "lfull" output more succinct by omitting categ...
2007-02-08 Zac MedicoTurn on strict dep checking to fix the isvalidatom...
2007-02-07 Zac MedicoSynchronize required hash code in all relevant places.
2007-02-07 Zac MedicoFor bug #165783, handle a potential InvalidDependString...
next