| Commit message (Expand) | Author | Age | Files | Lines |
* | For bug #182157, don't let unmerge-orphans unlink symlinks to directories sin... | Zac Medico | 2007-06-15 | 1 | -0/+3 |
* | For bug #182157, never chmod 0 symlinks before unlinking them. | Zac Medico | 2007-06-15 | 1 | -1/+1 |
* | For bug #182105, fix the spelling of the fd_pipes paremeter. | Zac Medico | 2007-06-15 | 1 | -1/+1 |
* | Fix broken \!found logic so that any missing files are properly skipped. | Zac Medico | 2007-06-14 | 1 | -6/+2 |
* | Pass existing portdbapi and vardbapi instances into the NewsManager constructor. | Zac Medico | 2007-06-13 | 2 | -16/+18 |
* | Make display_news_notification() reuse the existing portdbapi instance. | Zac Medico | 2007-06-13 | 1 | -7/+10 |
* | Pass all the of the existing package databases into post_emerge() so that we ... | Zac Medico | 2007-06-13 | 1 | -8/+12 |
* | For bug #181953, prevent the circular_blocks code from selecting a node that'... | Zac Medico | 2007-06-13 | 1 | -2/+10 |
* | Get registry object from vardbapi directly instead of creating another one | Marius Mauch | 2007-06-13 | 1 | -9/+7 |
* | Add portageq command to list preserved libs | Marius Mauch | 2007-06-13 | 1 | -2/+2 |
* | In dblink.treewalk(), handle the case where the current cpv is already instal... | Zac Medico | 2007-06-13 | 1 | -0/+5 |
* | For bug #134620, add a FEATURES=unmerge-orphans option that causes unmerge to... | Zac Medico | 2007-06-13 | 1 | -2/+20 |
* | Fix dblink.isowner() so it works properly when ROOT!=/. | Zac Medico | 2007-06-13 | 1 | -1/+1 |
* | Use cached dblink instances for collision-protect. | Zac Medico | 2007-06-13 | 1 | -17/+3 |
* | Cache dblink instances for security checks and reference counts during merge/... | Zac Medico | 2007-06-13 | 1 | -45/+53 |
* | Reuse previously acquired lstat results. | Zac Medico | 2007-06-12 | 1 | -1/+1 |
* | Remove some useless dircache code. | Zac Medico | 2007-06-12 | 1 | -7/+2 |
* | Always return a dict from dblink.getcontents() since callers never expect to ... | Zac Medico | 2007-06-12 | 1 | -5/+12 |
* | For bug #181021, during unmerge use all slot matches for reference counts (in... | Zac Medico | 2007-06-12 | 1 | -22/+16 |
* | For consistency with other xterm titles code, redirect $PROMPT_COMMAND output... | Zac Medico | 2007-06-11 | 1 | -1/+10 |
* | Remove the "missing left parenthesis" test for now since it gives false posit... | Zac Medico | 2007-06-11 | 1 | -3/+0 |
* | For bug #181355, detect parenthesis mismatch in paren_reduce(), raise an Inva... | Zac Medico | 2007-06-11 | 3 | -10/+37 |
* | Fix the suid/sgid check so it only looks at regular files since it can genera... | Zac Medico | 2007-06-10 | 1 | -1/+2 |
* | Don't bother to warn about hardlinks to suid/sgid files before unlink since i... | Zac Medico | 2007-06-10 | 1 | -6/+3 |
* | For bug #81097, detect and report suspicious hardlinks to suid/sgid files. F... | Zac Medico | 2007-06-10 | 2 | -0/+57 |
* | For bug #181551, support slot deps in package.keywords. | Zac Medico | 2007-06-10 | 1 | -3/+4 |
* | Preserve order of flags from IUSE in wildcard expansion. | Zac Medico | 2007-06-10 | 1 | -1/+1 |
* | For bug #148702, use the * token to trigger wildcard expansion of IUSE. This... | Zac Medico | 2007-06-09 | 1 | -13/+26 |
* | When an update is discarded due to confmem, record it's mtime in the contents... | Zac Medico | 2007-06-09 | 1 | -1/+1 |
* | For bug #148702, automatically enable flags from IUSE if they correspond to u... | Zac Medico | 2007-06-09 | 1 | -2/+17 |
* | For bug #181387, fix an UnboundLocalError for the mymtime variable that is tr... | Zac Medico | 2007-06-09 | 1 | -2/+7 |
* | Only execute $PROMPT_COMMAND when appropriate. | Zac Medico | 2007-06-09 | 1 | -1/+2 |
* | For bug #152828, run ${CHOST}-ldconfig when ${CBUILD} != ${CHOST}. | Zac Medico | 2007-06-09 | 2 | -10/+20 |
* | For bug #139383, in xtermTitleReset() use os.system() instead of commands.get... | Zac Medico | 2007-06-08 | 1 | -1/+2 |
* | Ignore InvalidDependString exceptions from the RESTRICT of "nomerge" nodes. | Zac Medico | 2007-06-07 | 1 | -4/+7 |
* | Make all the python code respect USE conditionals in RESTRICT. It's already ... | Zac Medico | 2007-06-07 | 3 | -14/+26 |
* | Make pkgsplit and catpkgsplit return imutable tuples instead of mutable lists... | Zac Medico | 2007-06-07 | 2 | -6/+7 |
* | Fix strange _DevNull instance has no attribute 'isatty' warnings that occur w... | Zac Medico | 2007-06-07 | 1 | -1/+1 |
* | When using a pty for logging, use setsid() to create a new session and make t... | Zac Medico | 2007-06-07 | 3 | -11/+72 |
* | Return copies of the cached values from pkgsplit and catpkgsplit. | Zac Medico | 2007-06-06 | 1 | -2/+2 |
* | For bug #181021, don't compare attributes of contents entries when deciding w... | Zac Medico | 2007-06-06 | 1 | -1/+1 |
* | For bug #82378, only set permissions on PORT_LOGDIR if it is created automati... | Zac Medico | 2007-06-06 | 1 | -2/+4 |
* | For bug #156536, update --resume docs to show that the resume history is capa... | Zac Medico | 2007-06-06 | 1 | -4/+9 |
* | Comment in portage.movefile() that it's impossible to preserve timestamps of ... | Zac Medico | 2007-06-06 | 1 | -0/+2 |
* | For bug #181021, preserve timestamps from ${D} during merge. For replacement... | Zac Medico | 2007-06-06 | 1 | -95/+49 |
* | Fix typo, split SPACE_SEPARATED variables on whitespace. | Zac Medico | 2007-06-06 | 1 | -1/+1 |
* | When dblink.treewalk() looks for an installed instance in the same slot, make... | Zac Medico | 2007-06-05 | 1 | -0/+8 |
* | Remove duplicate entries from special variables processed by env_update() (bu... | Marius Mauch | 2007-06-05 | 1 | -2/+6 |
* | Improve support for slot deps atoms given on the command line. Thanks to Fla... | Zac Medico | 2007-06-04 | 1 | -2/+5 |
* | For bug #164655, port quickpkg to python and use the tarfile module for prope... | Zac Medico | 2007-06-04 | 1 | -0/+51 |