portage.git
2007-03-01 Zac MedicoMerge --quiet fixes from trunk r6112:6113
2007-03-01 Zac MedicoMake sure pids are appropriately removed from portage_e...
2007-03-01 Zac MedicoUse an alarm signal to implement a timeout when rsync...
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-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 verify_all() return an "insufficient data" error...
2007-02-23 Zac Medicospawn rsync without a shell. (trunk r6050:6051)
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 broken file list handling for FEATUES=sign when...
2007-02-22 Zac MedicoFix more broken commitmessagefile handling. (trunk...
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. (trunk r6022...
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 MedicoFor bug #167217, don't hardcode /usr/lib/portage. ...
2007-02-19 Zac MedicoOptimize order for --tree display of circular dependenc...
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 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 MedicoFor bug #166939, make --nodeps work like a normal packa...
2007-02-16 Zac MedicoDetect potential issues with mtime granlarity in env_up...
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-12 Zac MedicoMake xterm titles work even when color is disabled...
2007-02-12 Zac MedicoIn the event of a circular dependency panic, eliminate...
2007-02-08 Zac MedicoMake the "lfull" output more succinct by omitting categ... v2.1.2-r9
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...
2007-02-07 Zac MedicoFor bug #165783, handle a potential InvalidDependString...
2007-02-07 Zac MedicoEnable strict dep checking for repoman. (trunk r5918)
2007-02-07 Zac MedicoFor bug #165783, handle a potential InvalidDependString...
2007-02-07 Zac MedicoFor bug #165780, make config-protect code consistently...
2007-02-07 Zac MedicoOnly echo PORTAGE_LOG_FILE if it's actually set (may...
2007-02-07 Zac MedicoFor backward compatibility with api consumers, _dep_che...
2007-02-07 Zac MedicoFor bug #165783, handle an InvalidDependString exceptio...
2007-02-05 Zac MedicoEnsure that the code for bug #165382 only affects name...
2007-02-05 Zac MedicoFor bug #165349, use the portage_versions regex (via...
2007-02-05 Zac MedicoDocument --config-root for bug #165334. (trunk r5888...
2007-02-05 Zac MedicoFor bug #165382, show a helpful message if an exception...
2007-02-05 Zac MedicoFor bug #165382, don't raise a ValueError in cpv_expand...
2007-02-03 Zac Medicoadd warning about storing data in PORTDIR (trunk r5865...
2007-02-03 Zac MedicoFor bug #165065, use the proper RESTRICT setting when...
2007-02-03 Zac MedicoFor bug #165034, make sure that symlinks are excluded...
2007-02-03 Zac MedicoIn order to correctly handl the case of target caches...
2007-02-01 Zac MedicoDon't use os.path.isdir() because it can swallow errors... v2.1.2-r6
2007-02-01 Zac MedicoLoad the most current variables from /etc/profile.env...
2007-02-01 Zac MedicoRename dir.bz2 since that's the most likely case now...
2007-02-01 Zac MedicoFix --newuse so that it works correctly with --usepkg...
2007-01-31 Zac MedicoUse find + xargs to avoid a potential 'Argument list...
2007-01-30 Zac MedicoFor bug #164363, shuffle the ip addresses returned...
2007-01-30 Zac MedicoFor bug #164617, don't change permissions on ${WORKDIR...
2007-01-30 Zac MedicoFor bug #164532, don't rely on ${USERLAND} since the...
2007-01-29 Zac MedicoIgnore EEXIST from rmdir since some kernels (such as... v2.1.2-r5
2007-01-29 Zac MedicoCatch EACCESS when running env-update, orignal patch...
2007-01-29 Zac MedicoFor bug #164078, don't trigger the CLEAN_DELAY countdow...
2007-01-29 Zac Medicoadd support for transparently decompressing gz/Z/bz2...
2007-01-28 Zac MedicoRemove a stray print statement. Thanks to Rick Warner...
2007-01-28 Zac Medicotranslate unicode quotes to ascii ones so we can keep...
2007-01-28 Zac MedicoCan't delete variable that doesn't exist anymore (bug...
2007-01-24 Zac Medicodemote KEYWORDS.missing to a warning to make KEYWORDS... v2.1.2-r4
2007-01-24 Zac MedicoFix broken line number counting for CONTENTS. (trunk...
2007-01-23 Zac MedicoFor bug #142279, detect and warn about null bytes in...
2007-01-23 Zac MedicoAdd new ** for package.keywords token to bypass keyword...
2007-01-23 Zac MedicoFor bug #163219, handle binpkgs that have missing PF...
2007-01-21 Zac MedicoFor bug #163083, handle an UnsupportedAPIException... v2.1.2-r2
2007-01-21 Zac MedicoTo ease transition while Manifest 1 is being removed...
2007-01-21 Zac MedicoDon't require MANIFEST2 hashes since that can trigger...
2007-01-21 Zac MedicoMinor fixes thanks to Fabio Correa <facorread@alexandri...
2007-01-20 Zac MedicoUse XARGS for portable xargs handling when find doesn...
2007-01-20 Zac MedicoFor bug #161356, fix error handling for currupt ebuilds...
2007-01-19 Zac Medicodump emerge's normpath in favor of portage_util's norma... v2.1.2-r1
next