summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_add/OpenBSD/CollisionReport.pm (follow)
Commit message (Expand)AuthorAgeFilesLines
* let collisionreport work better with FETCH_PACKAGESespie2019-09-041-1/+4
* sanitize say/print output furtherespie2018-02-271-2/+3
* zap extra parenthesis after recent rewriteespie2014-12-021-2/+2
* simplify the interactive code into its own little object with simplerespie2014-11-291-8/+3
* zap blank spacesespie2012-04-281-2/+2
* simplify/generalizeespie2011-12-031-8/+4
* In a collision, retrofit storage for 2nd pkgname.espie2011-12-031-2/+8
* kill very old idiom, I don't actually want to go thru items directly.espie2011-01-021-9/+18
* handle failures from ports tree with more care.espie2010-12-241-1/+1
* initial scaffolding for @rcscript: for now, acts like normal files,espie2010-10-271-1/+1
* display updateset name alongside collisionreport (turns out it's notespie2010-07-111-4/+5
* allow say and errsay to work without parameters, as it's ways common.espie2010-06-301-2/+2
* whitespace cleanupespie2010-06-301-1/+1
* ui changes: go thru a state object for most printoutsespie2010-06-091-12/+12
* move code around, so that commands can be used as modules.espie2010-06-041-4/+4
* whitespace fixesespie2010-05-101-4/+4
* use Carp directly, it it very inexpensive actually, since it's been rewrittenespie2010-01-171-3/+3
* fix new vstat, and make it useful, for instance for -n.espie2010-01-141-9/+10
* stat objects with more than value (store symlinks eventually)espie2010-01-081-3/+3
* change verbosity handling: be silent by default, turn on the first level if -v.espie2009-12-201-3/+3
* revamp interactive stuff: simplify (just one always for everything, perespie2009-11-171-4/+2
* create a pseudo vstat object inside state, so that we can modify Vstatespie2009-11-161-3/+2
* start categorizing stuff as error messages that should be error messagesespie2009-11-151-8/+8
* ouch, collision handling must take destdir into accountespie2009-11-141-4/+5
* remove stupid extraneous return...espie2009-11-141-2/+1
* fix. noticed by sthen@espie2009-11-141-3/+4
* vsystem, system, unlink can mostly go through state, and do the ->clear partespie2009-11-111-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.espie2009-11-111-15/+15
* bad espie: use strict/warnings consistently, and fix two nits and twoespie2009-11-101-1/+2
* turn the checksums stored in packing elements into real objects, so thatespie2008-10-061-7/+7
* rework collisionreport to allow some limited repair capabilities:espie2008-06-211-41/+76
* use autovivificationespie2008-06-211-7/+5
* rename forced to definesespie2008-03-081-2/+2
* sprinkle code to deal gracefully with absent packing-lists.espie2007-06-201-1/+2
* rework `special' package names a bit.espie2007-06-091-2/+2
* some minor systematic changes.espie2007-06-041-3/+3
* allow for removing colliding files... very dangerous.espie2007-05-301-1/+9
* $o->method() becomes $o->methodespie2007-05-021-4/+4
* update copyright years, standardize licence.espie2007-04-151-2/+2
* more clues for people who update their system.espie2006-05-041-1/+11
* tell user about collision much earlier, so that they do not wonder whatespie2006-02-061-2/+2
* better collision reports.espie2004-12-171-15/+27
* both borked.* and partial-* are recognized.espie2004-12-161-3/+3
* renamed borked_installation from borked.n to partial-<pkgname> ...espie2004-12-161-2/+2
* hit the clueless...espie2004-11-151-5/+19
* pass full item to CollisionReport, so that it can compute md5 for filesespie2004-11-141-4/+14
* fix loop label. reported by naddy@espie2004-11-131-2/+2
* move collision reporter to a separate file, so that it doesn't get loadedespie2004-11-111-0/+60