2007-06-21 |
Zac Medico | Implement config.has_key() on top of __contains__ inste... |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Zac Medico | Fix the test so that it can run inside a sandbox. |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Zac Medico | Implement UserConfigKlass.__iter__() so that tests... |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Zac Medico | Remove more unnecessary list generation. |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Zac Medico | Remove more unnecessary list generation. |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Zac Medico | Remove lots of unnecessary list generation via dict... |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Zac Medico | Don't generate a list of keys for a containment test. |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Zac Medico | Don't call digraph.hasallzeros() in --resume mode becau... |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Zac Medico | Make IUSE handling safe for IUSE defaults. |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Mike Frysinger | as noted by Josh Saddler on the gentoo-dev mailing... |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Zac Medico | In dblink._security_check(), use os.path.realpath to... |
commit | commitdiff | tree | snapshot |
2007-06-20 |
Zac Medico | Add an --ignore-default-opts option that is analogous... |
commit | commitdiff | tree | snapshot |
2007-06-20 |
Zac Medico | Use the the optparse options for --ignore-default-opts... |
commit | commitdiff | tree | snapshot |
2007-06-20 |
Zac Medico | Make the progress bar percentage indicator stop at... |
commit | commitdiff | tree | snapshot |
2007-06-20 |
Zac Medico | Show a "world problems" warning for packages that aren... |
commit | commitdiff | tree | snapshot |
2007-06-20 |
Zac Medico | Make all the classes inherit from object. |
commit | commitdiff | tree | snapshot |
2007-06-20 |
Zac Medico | If a package is in the world set but it's not installed... |
commit | commitdiff | tree | snapshot |
2007-06-20 |
Zac Medico | For bug #180165, make has_version dir if portageq has... |
commit | commitdiff | tree | snapshot |
2007-06-20 |
Zac Medico | For bug #180165, make portageq print a "Permission... |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Zac Medico | Fix cacheddir() to behave properly if os.listdir()... |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Zac Medico | For bug #143340, give an appropriate message when there... |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Zac Medico | Return early from get_term_size() is stdout is not... |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Zac Medico | For bug #182571, handle curses.error if it's thrown... |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Zac Medico | For bug #182428, make quickpkg use a more secure umask... |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Zac Medico | Add a test case for the logfile functionality of portag... |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Zac Medico | Add PORTAGE_BIN_PATH to the environment since it's... |
commit | commitdiff | tree | snapshot |
2007-06-18 |
Zac Medico | During unmerge, always verify that the file isn't a... |
commit | commitdiff | tree | snapshot |
2007-06-17 |
Zac Medico | In dblink.isowner() don't bother to stat the file when... |
commit | commitdiff | tree | snapshot |
2007-06-17 |
Zac Medico | For bug #182346, use dblink.isowner() during unmerge... |
commit | commitdiff | tree | snapshot |
2007-06-16 |
Zac Medico | Fix profile and config arguments to NewsItem.isRelevant... |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Zac Medico | Go ahead and unlink symlinks to directories when they... |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Zac Medico | Make the collision-protect loop check for existance... |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Zac Medico | Make repoman exit with nonzero status whenever there... |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Zac Medico | For bug #182021, use active voice when notifying the... |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Zac Medico | Handle another case where removing a symlink to a direc... |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Zac Medico | For bug #182157, don't let unmerge-orphans unlink symli... |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Zac Medico | For bug #182157, never chmod 0 symlinks before unlinkin... |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Zac Medico | For bug #182105, fix the spelling of the fd_pipes parem... |
commit | commitdiff | tree | snapshot |
2007-06-14 |
Zac Medico | Fix broken \!found logic so that any missing files... |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Zac Medico | Pass existing portdbapi and vardbapi instances into... |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Zac Medico | Make display_news_notification() reuse the existing... |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Zac Medico | Pass all the of the existing package databases into... |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Zac Medico | For bug #181953, prevent the circular_blocks code from... |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Marius Mauch | Get registry object from vardbapi directly instead... |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Marius Mauch | Add portageq command to list preserved libs |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Zac Medico | In dblink.treewalk(), handle the case where the current... |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Zac Medico | Add a note about the new unmerge-orphans behavior. |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Zac Medico | For bug #134620, add a FEATURES=unmerge-orphans option... |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Zac Medico | Fix dblink.isowner() so it works properly when ROOT!=/. |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Zac Medico | Use cached dblink instances for collision-protect. |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Zac Medico | Cache dblink instances for security checks and referenc... |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Zac Medico | Reuse previously acquired lstat results. |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Zac Medico | Remove some useless dircache code. |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Zac Medico | Always return a dict from dblink.getcontents() since... |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Zac Medico | For bug #181021, during unmerge use all slot matches... |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Zac Medico | Add a note about preservation of timestamps on merged... |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Zac Medico | Remove stray newline. |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Zac Medico | Update the PORT_LOGDIR docs for bug #82378. Thanks... |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Zac Medico | Update the PORT_LOGDIR docs for bug #82378. Thanks... |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Zac Medico | Move news about ** token in package.keywords to the... |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Zac Medico | Bump 2.1.3 to 2.2 for some features and add news about... |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Zac Medico | For consistency with other xterm titles code, redirect... |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Zac Medico | Remove the "missing left parenthesis" test for now... |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Zac Medico | For bug #181355, detect parenthesis mismatch in paren_r... |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Zac Medico | Fix the suid/sgid check so it only looks at regular... |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Zac Medico | Don't bother to warn about hardlinks to suid/sgid files... |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Zac Medico | For bug #81097, detect and report suspicious hardlinks... |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Zac Medico | For bug #181551, support slot deps in package.keywords. |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Zac Medico | Make repoman work with both + and - flags in IUSE. |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Zac Medico | Preserve order of flags from IUSE in wildcard expansion. |
commit | commitdiff | tree | snapshot |
2007-06-09 |
Zac Medico | For bug #148702, use the * token to trigger wildcard... |
commit | commitdiff | tree | snapshot |
2007-06-09 |
Zac Medico | When an update is discarded due to confmem, record... |
commit | commitdiff | tree | snapshot |
2007-06-09 |
Zac Medico | For bug #148702, automatically enable flags from IUSE... |
commit | commitdiff | tree | snapshot |
2007-06-09 |
Zac Medico | For bug #181387, fix an UnboundLocalError for the mymti... |
commit | commitdiff | tree | snapshot |
2007-06-09 |
Zac Medico | Skip bogus '$ECLASS inherited illegally' messages when... |
commit | commitdiff | tree | snapshot |
2007-06-09 |
Zac Medico | Only execute $PROMPT_COMMAND when appropriate. |
commit | commitdiff | tree | snapshot |
2007-06-09 |
Zac Medico | For bug #152828, run ${CHOST}-ldconfig when ${CBUILD... |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Zac Medico | For bug #139383, in xtermTitleReset() use os.system... |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Zac Medico | For bug #181104, make econf give an appropriate error... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Zac Medico | Ignore InvalidDependString exceptions from the RESTRICT... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Zac Medico | Make all the python code respect USE conditionals in... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Zac Medico | Make pkgsplit and catpkgsplit return imutable tuples... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Zac Medico | Fix strange _DevNull instance has no attribute 'isatty... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Zac Medico | When using a pty for logging, use setsid() to create... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Zac Medico | Return copies of the cached values from pkgsplit and... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Zac Medico | For bug #181021, don't compare attributes of contents... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Zac Medico | For bug #82378, only set permissions on PORT_LOGDIR... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Zac Medico | For bug #156536, update --resume docs to show that... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Zac Medico | For bug #153967, use -O ${DISTDIR}/${FILE} in the defau... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Zac Medico | Comment in portage.movefile() that it's impossible... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Zac Medico | For bug #181021, preserve timestamps from ${D} during... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Zac Medico | Fix typo, split SPACE_SEPARATED variables on whitespace. |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Zac Medico | When dblink.treewalk() looks for an installed instance... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Marius Mauch | Remove duplicate entries from special variables process... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Marius Mauch | Use user-provided $mv_opts for -5 (bug #47442) |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Zac Medico | Add ECONF_SOURCE to the econf docs. |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Zac Medico | Document EXTRA_ECONF, thanks to Arfrever FTA in bug... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Zac Medico | Improve support for slot deps atoms given on the comman... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Zac Medico | Fix typo. |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Zac Medico | For bug #164655, port quickpkg to python and use the... |
commit | commitdiff | tree | snapshot |
next |