| Commit message (Expand) | Author | Age | Files | Lines |
* | For bug #180079, fix a KeyError so that a search for the empty string will go... | Zac Medico | 2007-05-28 | 1 | -2/+2 |
* | Fix typo. | Zac Medico | 2007-05-27 | 1 | -2/+2 |
* | Make emaint prune stale entires from $PKGDIR/Packages. | Zac Medico | 2007-05-27 | 2 | -3/+37 |
* | Add an emaint "binhost" target which does the time consuming population of $P... | Zac Medico | 2007-05-27 | 1 | -1/+59 |
* | Fix a typo. | Zac Medico | 2007-05-27 | 1 | -1/+1 |
* | Fix an UnboundLocalError when there's no tty. | Zac Medico | 2007-05-27 | 1 | -1/+2 |
* | Add SIGWINCH support so that the progress bar is resized if the xterm is resi... | Zac Medico | 2007-05-27 | 1 | -2/+7 |
* | Add progress support to emaint (similar to wget's progress bar). | Zac Medico | 2007-05-27 | 2 | -5/+160 |
* | Add a get_term_size() function that uses the curses module if available and o... | Zac Medico | 2007-05-27 | 1 | -11/+24 |
* | In the WorldHandler class, add support for an onProgress callback that can be... | Zac Medico | 2007-05-27 | 1 | -3/+14 |
* | Fix logic for USE_EXPAND variables that are incremental (there are none curre... | Zac Medico | 2007-05-26 | 1 | -9/+17 |
* | Fix broken dict.get logic. | Zac Medico | 2007-05-26 | 1 | -2/+4 |
* | Create the Packages index whether or not $PKGDIR/All/ exists so that improved... | Zac Medico | 2007-05-26 | 1 | -38/+37 |
* | xmlint can produce garbage output even on success, so only dump the ouput whe... | Zac Medico | 2007-05-26 | 1 | -3/+8 |
* | In the econf die message, don't mention bugs.gentoo.org specifically. | Zac Medico | 2007-05-26 | 1 | -1/+1 |
* | s/filing a report to/seeking support at/ Thanks to marienz. | Zac Medico | 2007-05-26 | 1 | -1/+1 |
* | Store flags as a set inside the USE incremental loop. | Zac Medico | 2007-05-25 | 1 | -10/+8 |
* | Call tcgetattr and tcsetattr on the slave end of the pty in order to avoid an... | Zac Medico | 2007-05-25 | 1 | -2/+2 |
* | For bug #179766, expand USE_EXPAND variables inside the USE incremental loop ... | Zac Medico | 2007-05-25 | 1 | -24/+25 |
* | To ease the namespace transition, automatically translate cache.* to portage.... | Zac Medico | 2007-05-25 | 2 | -2/+12 |
* | Skip fetching of metadata.dtd when mymode == "manifest". | Zac Medico | 2007-05-25 | 1 | -2/+4 |
* | Don't treat KEYWORDS="-*" like KEYWORDS="*", because it's never been that way... | Zac Medico | 2007-05-24 | 1 | -2/+3 |
* | Fix the ignore-previously-merged option so that it compares the original file... | Zac Medico | 2007-05-24 | 1 | -1/+2 |
* | Make PackageIndex.write() omit USE when appropriate. | Zac Medico | 2007-05-24 | 1 | -3/+4 |
* | Remember to call the superclass constructor. | Zac Medico | 2007-05-24 | 1 | -0/+1 |
* | Make PackageIndex.write() alphabetize the metadata keys. | Zac Medico | 2007-05-24 | 1 | -2/+6 |
* | Fix paren_normalize logic. | Zac Medico | 2007-05-24 | 1 | -6/+3 |
* | Add more relevant package metadata to the Packages index, including dependenc... | Zac Medico | 2007-05-24 | 2 | -0/+61 |
* | Add a 'ignore-previously-merged' config option which gives similar behavior t... | Zac Medico | 2007-05-23 | 2 | -0/+13 |
* | Pass a temporary file name to the package phase in the environment variable P... | Zac Medico | 2007-05-23 | 3 | -19/+34 |
* | Save memory by not holding a reference to the PackageIndex when it's not bein... | Zac Medico | 2007-05-23 | 1 | -10/+9 |
* | Lock the Packages index while it's being updated with a packages that was jus... | Zac Medico | 2007-05-23 | 1 | -12/+36 |
* | Store the path of $PKGDIR/Packages as binarytree._pkgindex_file. | Zac Medico | 2007-05-23 | 1 | -4/+4 |
* | Lock $PKGDIR/Packages during population so that it won't get out of sync if a... | Zac Medico | 2007-05-23 | 1 | -0/+12 |
* | Update /Packages as each package is built (MD5 is done here since it won't hu... | Zac Medico | 2007-05-23 | 2 | -4/+49 |
* | Discard metadata from the Packages file if there's no MTIME attribute. | Zac Medico | 2007-05-22 | 1 | -10/+4 |
* | Split reading/writing of $PKGDIR/Packages into a PackageIndex class. | Zac Medico | 2007-05-22 | 2 | -22/+38 |
* | Fix missing red import. | Zac Medico | 2007-05-22 | 1 | -1/+1 |
* | Punt the portdbapi.getsize() function since it's unused and broken (mysum ref... | Zac Medico | 2007-05-22 | 1 | -13/+0 |
* | More namespace fixes. | Zac Medico | 2007-05-22 | 1 | -2/+2 |
* | Fix namespace for S_ISUID and S_ISGID. | Zac Medico | 2007-05-22 | 1 | -1/+1 |
* | - cleaner version of the hardlink basic suid protection. actually check that ... | Ned Ludd | 2007-05-22 | 1 | -5/+6 |
* | Handle a KeyError if an MTIME is missing from the Packages index. | Zac Medico | 2007-05-22 | 1 | -2/+2 |
* | Fix size comparison logic. | Zac Medico | 2007-05-22 | 1 | -2/+2 |
* | Cache xpak metadata in ${PKGDIR}/Packages in order to minimize disk load when... | Zac Medico | 2007-05-22 | 2 | -2/+122 |
* | When ${PKGDIR}/All/ doesn't exist, put packages in ${PKGDIR}/${CATEGORY}/ ins... | Zac Medico | 2007-05-22 | 3 | -12/+20 |
* | Fix src_compile() ECONF_SOURCE logic to make sure it behaves properly. | Zac Medico | 2007-05-22 | 1 | -3/+3 |
* | Use bash to spawn FETCHCOMMAND under selinux since most other binaries are fo... | Zac Medico | 2007-05-22 | 1 | -0/+2 |
* | For bug #179380, make support for ECONF_SOURCE in the default src_compile() c... | Zac Medico | 2007-05-22 | 1 | -1/+3 |
* | Add a missing newline to the writemsg output. | Zac Medico | 2007-05-21 | 1 | -1/+2 |