| Commit message (Expand) | Author | Age | Files | Lines |
* | let collisionreport work better with FETCH_PACKAGES |  espie | 2019-09-04 | 1 | -1/+4 |
* | sanitize say/print output further |  espie | 2018-02-27 | 1 | -2/+3 |
* | zap extra parenthesis after recent rewrite |  espie | 2014-12-02 | 1 | -2/+2 |
* | simplify the interactive code into its own little object with simpler |  espie | 2014-11-29 | 1 | -8/+3 |
* | zap blank spaces |  espie | 2012-04-28 | 1 | -2/+2 |
* | simplify/generalize |  espie | 2011-12-03 | 1 | -8/+4 |
* | In a collision, retrofit storage for 2nd pkgname. |  espie | 2011-12-03 | 1 | -2/+8 |
* | kill very old idiom, I don't actually want to go thru items directly. |  espie | 2011-01-02 | 1 | -9/+18 |
* | handle failures from ports tree with more care. |  espie | 2010-12-24 | 1 | -1/+1 |
* | initial scaffolding for @rcscript: for now, acts like normal files, |  espie | 2010-10-27 | 1 | -1/+1 |
* | display updateset name alongside collisionreport (turns out it's not |  espie | 2010-07-11 | 1 | -4/+5 |
* | allow say and errsay to work without parameters, as it's ways common. |  espie | 2010-06-30 | 1 | -2/+2 |
* | whitespace cleanup |  espie | 2010-06-30 | 1 | -1/+1 |
* | ui changes: go thru a state object for most printouts |  espie | 2010-06-09 | 1 | -12/+12 |
* | move code around, so that commands can be used as modules. |  espie | 2010-06-04 | 1 | -4/+4 |
* | whitespace fixes |  espie | 2010-05-10 | 1 | -4/+4 |
* | use Carp directly, it it very inexpensive actually, since it's been rewritten |  espie | 2010-01-17 | 1 | -3/+3 |
* | fix new vstat, and make it useful, for instance for -n. |  espie | 2010-01-14 | 1 | -9/+10 |
* | stat objects with more than value (store symlinks eventually) |  espie | 2010-01-08 | 1 | -3/+3 |
* | change verbosity handling: be silent by default, turn on the first level if -v. |  espie | 2009-12-20 | 1 | -3/+3 |
* | revamp interactive stuff: simplify (just one always for everything, per |  espie | 2009-11-17 | 1 | -4/+2 |
* | create a pseudo vstat object inside state, so that we can modify Vstat |  espie | 2009-11-16 | 1 | -3/+2 |
* | start categorizing stuff as error messages that should be error messages |  espie | 2009-11-15 | 1 | -8/+8 |
* | ouch, collision handling must take destdir into account |  espie | 2009-11-14 | 1 | -4/+5 |
* | remove stupid extraneous return... |  espie | 2009-11-14 | 1 | -2/+1 |
* | fix. noticed by sthen@ |  espie | 2009-11-14 | 1 | -3/+4 |
* | vsystem, system, unlink can mostly go through state, and do the ->clear part |  espie | 2009-11-11 | 1 | -4/+3 |
* | progressmeter puts STDOUT in autoflush if -t, so that it can display to it instead of piping a lot of stuff to STDERR. |  espie | 2009-11-11 | 1 | -15/+15 |
* | bad espie: use strict/warnings consistently, and fix two nits and two |  espie | 2009-11-10 | 1 | -1/+2 |
* | turn the checksums stored in packing elements into real objects, so that |  espie | 2008-10-06 | 1 | -7/+7 |
* | rework collisionreport to allow some limited repair capabilities: |  espie | 2008-06-21 | 1 | -41/+76 |
* | use autovivification |  espie | 2008-06-21 | 1 | -7/+5 |
* | rename forced to defines |  espie | 2008-03-08 | 1 | -2/+2 |
* | sprinkle code to deal gracefully with absent packing-lists. |  espie | 2007-06-20 | 1 | -1/+2 |
* | rework `special' package names a bit. |  espie | 2007-06-09 | 1 | -2/+2 |
* | some minor systematic changes. |  espie | 2007-06-04 | 1 | -3/+3 |
* | allow for removing colliding files... very dangerous. |  espie | 2007-05-30 | 1 | -1/+9 |
* | $o->method() becomes $o->method |  espie | 2007-05-02 | 1 | -4/+4 |
* | update copyright years, standardize licence. |  espie | 2007-04-15 | 1 | -2/+2 |
* | more clues for people who update their system. |  espie | 2006-05-04 | 1 | -1/+11 |
* | tell user about collision much earlier, so that they do not wonder what |  espie | 2006-02-06 | 1 | -2/+2 |
* | better collision reports. |  espie | 2004-12-17 | 1 | -15/+27 |
* | both borked.* and partial-* are recognized. |  espie | 2004-12-16 | 1 | -3/+3 |
* | renamed borked_installation from borked.n to partial-<pkgname> ... |  espie | 2004-12-16 | 1 | -2/+2 |
* | hit the clueless... |  espie | 2004-11-15 | 1 | -5/+19 |
* | pass full item to CollisionReport, so that it can compute md5 for files |  espie | 2004-11-14 | 1 | -4/+14 |
* | fix loop label. reported by naddy@ |  espie | 2004-11-13 | 1 | -2/+2 |
* | move collision reporter to a separate file, so that it doesn't get loaded |  espie | 2004-11-11 | 1 | -0/+60 |