| Commit message (Expand) | Author | Age | Files | Lines |
* | binarytree: copy g+rw from PKGDIR to filesv2.2.0_alpha171 | Zac Medico | 2013-04-01 | 1 | -0/+19 |
* | egencache,emirrordist: export NOCOLOR if no tty | Zac Medico | 2013-04-01 | 2 | -8/+10 |
* | egencache,emirrordist: disable color if no tty | Zac Medico | 2013-04-01 | 2 | -0/+7 |
* | ecompressdir: fix decompress, bug #462936 | Zac Medico | 2013-04-01 | 1 | -2/+2 |
* | Support overriding repo-name from layout.conf. | Michał Górny | 2013-03-29 | 1 | -0/+8 |
* | ebuild: standardize error output a bit | Mike Frysinger | 2013-03-27 | 1 | -13/+10 |
* | make.defaults: profile-formats control recursivev2.2.0_alpha170 | Zac Medico | 2013-03-27 | 1 | -5/+5 |
* | getconfig: handle recursive PermissionDenied | Zac Medico | 2013-03-27 | 1 | -3/+19 |
* | Support RESTRICT=splitdebug | Zac Medico | 2013-03-27 | 3 | -2/+8 |
* | PORTAGE_XATTR_EXCLUDE="security.*", bug #461868 | Zac Medico | 2013-03-27 | 4 | -11/+83 |
* | _autounmask_levels: respect keywords, bug #463394 | Zac Medico | 2013-03-26 | 1 | -3/+17 |
* | _autounmask_levels: refactor (no behavior change) | Zac Medico | 2013-03-26 | 1 | -7/+4 |
* | make.defaults: recurse directories | Zac Medico | 2013-03-26 | 1 | -2/+2 |
* | make.conf: recurse directories, bug #463266 | Zac Medico | 2013-03-26 | 2 | -4/+49 |
* | ebuild.1: correct ebuild.sh path, bug #462802 | Zac Medico | 2013-03-24 | 1 | -2/+2 |
* | SubProcess: re-organize Darwin/fcntl logic | Zac Medico | 2013-03-23 | 1 | -7/+6 |
* | SpawnProcess: disable FD_CLOEXEC on stdout for #456296 | Fabian Groffen | 2013-03-23 | 1 | -0/+6 |
* | ebuild.5: correct ebuild.sh path, bug #462802 | Zac Medico | 2013-03-23 | 1 | -2/+2 |
* | lockfile: remove newline from ebegin message | Zac Medico | 2013-03-22 | 1 | -1/+1 |
* | Handle ENOLCK with loop for bug #462694. | Zac Medico | 2013-03-22 | 1 | -8/+32 |
* | portage.const: realpath(__file__.rstrip("co"))v2.2.0_alpha169 | Zac Medico | 2013-03-21 | 1 | -1/+1 |
* | Use realpath(__file__) to locate whole portage. | Zac Medico | 2013-03-21 | 3 | -9/+9 |
* | Test dispatch-conf. | Zac Medico | 2013-03-21 | 1 | -1/+8 |
* | Test portageq and etc-update for bug #462412. | Zac Medico | 2013-03-20 | 2 | -3/+9 |
* | Fix --verbose-main-repo-display missing PORTDIR. | Zac Medico | 2013-03-20 | 1 | -2/+4 |
* | resolver: output: check for None mainRepo() | Brandon Philips | 2013-03-20 | 1 | -2/+2 |
* | prepman: do not compress files <=128 bytes | Mike Frysinger | 2013-03-20 | 2 | -8/+30 |
* | config: fix typo maid -> main | Brandon Philips | 2013-03-20 | 1 | -3/+3 |
* | prepallman: avoid temp file indirection | Mike Frysinger | 2013-03-20 | 1 | -3/+2 |
* | portageq: fix envvar -v, bug #462412v2.2.0_alpha168 | Zac Medico | 2013-03-19 | 1 | -0/+8 |
* | manifest2MiscfileFilter: remove redundant checksv2.2.0_alpha167 | Zac Medico | 2013-03-19 | 1 | -4/+2 |
* | _iter_similar_available: do built checks together | Zac Medico | 2013-03-19 | 1 | -2/+2 |
* | Use autounmask for subslot conflict, bug #461464. | Zac Medico | 2013-03-19 | 2 | -15/+165 |
* | Task.__repr__: handle python-trace | Zac Medico | 2013-03-19 | 1 | -0/+3 |
* | config: make circular vartree import lazy | Zac Medico | 2013-03-19 | 2 | -3/+2 |
* | repoman: export GNUPGHOME to git, bug #462362 | Zac Medico | 2013-03-19 | 1 | -2/+6 |
* | _get_slot_re: relocate due to circular import | Zac Medico | 2013-03-19 | 4 | -25/+27 |
* | autounmask: remove faulty reset_pkg() function | Zac Medico | 2013-03-19 | 1 | -5/+5 |
* | Task: implement __repr__ | Zac Medico | 2013-03-19 | 1 | -1/+5 |
* | repoman: exempt multilib-minimal for get_libdir | Zac Medico | 2013-03-19 | 1 | -1/+2 |
* | tests.main(): disable colors when appropriate | Zac Medico | 2013-03-19 | 1 | -0/+6 |
* | append_repo: use Atom.with_repo() | Zac Medico | 2013-03-19 | 1 | -2/+2 |
* | append_repo: preserve existing repo atom | Zac Medico | 2013-03-18 | 1 | -2/+3 |
* | cmp_sort_key: reference functools.cmp_to_key() | Zac Medico | 2013-03-18 | 1 | -0/+3 |
* | grabfile_package: unicode(), not str() for py2 | Zac Medico | 2013-03-18 | 1 | -1/+6 |
* | display_preserved_libs: distinguish prsvd cnsmrs | Zac Medico | 2013-03-18 | 1 | -8/+27 |
* | Display._blockers(): distinguish hard blocking | Zac Medico | 2013-03-18 | 1 | -3/+8 |
* | resolver/output: rename Display._blockers() param | Zac Medico | 2013-03-18 | 1 | -10/+10 |
* | resolver/output: unicode(), not str() for python2 | Zac Medico | 2013-03-18 | 1 | -8/+10 |
* | portageq: optimize pquery --no-version | Zac Medico | 2013-03-18 | 1 | -3/+11 |