portage.git
2007-02-02 Alec Warnerremove redundant directory now
2007-02-01 Zac MedicoFor bug #153109, replace our old chflags module with...
2007-02-01 Alec Warneradd warning about storing data in PORTDIR
2007-02-01 Zac MedicoRename dir.bz2 since that's the most likely case now.
2007-02-01 Alec Warnerapparently I'm retarded and missed some of the tests..
2007-02-01 Alec WarnerA somewhat more intelligent layout, move tests into...
2007-02-01 Alec Warnerfix doc typo; more test fiddling
2007-02-01 Zac MedicoFix --newuse so that it works correctly with --usepkg.
2007-02-01 Zac MedicoLoad the most current variables from /etc/profile.env...
2007-02-01 Alec Warnerfix regression in test changes
2007-02-01 Alec Warnerincrease test coverage to cover slots, uncovering a...
2007-02-01 Alec WarnerRound one of dep_getusedeps()
2007-02-01 Alec Warnerrename file
2007-02-01 Alec Warneradd some new tests
2007-01-31 Zac MedicoDon't use os.path.isdir() because it can swallow errors...
2007-01-31 Mike Frysingertry and fix $Rev$
2007-01-31 Mike Frysingertry and fix $LastChangedRevision$
2007-01-31 Mike Frysingeradd some useful options
2007-01-31 Zac MedicoUse find + xargs to avoid a potential 'Argument list...
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-30 Zac MedicoFix "UnboundLocalError: local variable 'portage' refere...
2007-01-30 Zac MedicoFor bug #164363, shuffle the ip addresses returned...
2007-01-29 Zac MedicoFor bug #164078, don't trigger the CLEAN_DELAY countdow...
2007-01-28 Mike Frysingeradd support for transparently decompressing gz/Z/bz2...
2007-01-28 Zac MedicoMinor cleanup for the LIVEVCS.stable code.
2007-01-28 Marius MauchCan't delete variable that doesn't exist anymore (bug...
2007-01-28 Alec Warneruse errno.EACCES as suggested by Brian Harring
2007-01-28 Mike Frysingertranslate unicode quotes to ascii ones so we can keep...
2007-01-28 Marius MauchCatch EACCESS when running env-update, orignal patch...
2007-01-28 Marius MauchAdd a warning about confcache to make.conf(5)
2007-01-28 Zac MedicoRemove a stray print statement. Thanks to Rick Warner...
2007-01-27 Zac MedicoIgnore EEXIST from rmdir since some kernels (such as...
2007-01-27 Mike Frysingeradd support for parsing of unicode quotes
2007-01-27 Alec Warnerfix minor sed overzeallousness
2007-01-27 Alec WarnerMove tests into new directory structure
2007-01-27 Alec Warneradd test to entice svn mv
2007-01-27 Alec Warnerfix namespacing in tests
2007-01-27 Mike Frysingerif requested argv cannot be matched to anything, exit...
2007-01-27 Zac MedicoFor consistency, do not imply --pretend with --changelo...
2007-01-25 Marius MauchFix automatic path detection to account for new location
2007-01-25 Marius MauchFix broken symlink caused by exec module rename
2007-01-25 Marius MauchDocument namespace sanitizing
2007-01-25 Marius MauchNamespace sanitizing, step 5
2007-01-25 Marius MauchNamespace sanitizing, step 4
2007-01-25 Marius MauchFix some breakage caused by script malfunction
2007-01-25 Marius MauchNamespace sanitizing, step 3
2007-01-25 Marius MauchNamespace sanitizing, step 2b
2007-01-25 Marius MauchNamespace sanitizing, step 2
2007-01-25 Marius MauchAdding compat symlinks for cache and elog packages
2007-01-25 Marius MauchNamespace sanitizing, step 1
2007-01-24 Marius Mauchdemote KEYWORDS.missing to a warning to make KEYWORDS...
2007-01-23 Zac MedicoFix broken line number counting for CONTENTS. v2.1.2-r3
2007-01-23 Zac MedicoFor bug #142279, detect and warn about null bytes in...
2007-01-23 Marius MauchUpdate package.keywords section in portage(5) with...
2007-01-23 Marius MauchAdd new ** for package.keywords token to bypass keyword...
2007-01-22 Zac MedicoFor bug #163219, handle binpkgs that have missing PF...
2007-01-21 Zac MedicoFor bug #163083, handle an UnsupportedAPIException...
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-20 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, prevent an AttributeError if the excep...
2007-01-20 Zac MedicoFor bug #161356, fix the SLOT match code to handle...
2007-01-20 Marius MauchSome minor fixes for manifest code
2007-01-20 Mike Frysingerfix programlisting output to match the sections they...
2007-01-20 Mike Frysingerforgot to document strict alias warnings
2007-01-19 Zac MedicoFix syntax.
2007-01-19 Zac MedicoFor bug #162404, when sesandbox is enabled, only log...
2007-01-18 Zac MedicoSimplify rsync timestamp.chk handling and print the...
2007-01-18 Zac MedicoRaise an informative InvalidData exception instead...
2007-01-18 Zac MedicoValidate ebuild names inside portdbapi.cp_list() in...
2007-01-18 Marius MauchUnified try-except-finally only works with python-2.5
2007-01-18 Alec Warnerdon't force a comparison
2007-01-18 Marius MauchDon't load a module if there is nothing to process...
2007-01-18 Marius Mauchupdate make.conf.example with per-module filtering
2007-01-18 Marius MauchAllow per-module filtering based on loglevels in additi...
2007-01-18 Marius Mauchmore trivial fixes
2007-01-18 Alec Warnerbut news lib path is global, not an attr
2007-01-18 Alec WarnerI really meant NEWS_LIB_PATH (/var/lib/gentoo) but...
2007-01-18 Marius MauchAttribute error
2007-01-18 Marius MauchSyntax error
2007-01-18 Alec Warnerlocking, try 100
2007-01-18 Alec Warnerlock file around chown/chmod
2007-01-18 Alec Warnerfix apply_permissions import and use keyworded args...
2007-01-18 Alec Warnerdump emerge's normpath in favor of portage_util's norma...
2007-01-18 Alec Warneradd try finally blocks around locking for news
2007-01-18 Mike Frysingerarm supports sane exec stack stuff now
2007-01-18 Mike Frysingersuperh supports sane exec stack stuff now
2007-01-18 Mike Frysingerstart documenting qa notices so antarus stops whining
2007-01-17 Zac MedicoUse elif where appropriate. Thanks to ferringb.
2007-01-17 Zac MedicoFor bug #162404, spawn tee outside the sesandbox domain...
2007-01-17 Zac MedicoRemove one last reference to ${tarvars}.
2007-01-17 Zac MedicoFix elimination of duplicate virtuals between the binpk...
2007-01-16 Zac MedicoFor --usepkgonly, allow _expand_new_virtuals() to fall...
2007-01-16 Zac MedicoPrevent packages that are installed but masked from...
2007-01-16 Mike Frysingermake sure we rename links and not just what they point...
2007-01-16 Mike Frysingermake it executable
2007-01-16 Zac MedicoUse the portable -o option for tar. Thanks to Timothy...
2007-01-16 Zac MedicoAllow --usepkgonly/--getbinpkgonly to work with install...
next