Age | Commit message (Expand) | Author |
2009-12-05 | use eval {} everywhere around quirks. | Marc Espie |
2009-12-05 | better quirks interface: pass the search object that was built, so we can | Marc Espie |
2009-12-05 | oops | Marc Espie |
2009-12-05 | make quirks silent. Track # of updates found, instead of newer size, since | Marc Espie |
2009-12-04 | set-up for quirks, just don't do it yet. | Marc Espie |
2009-11-30 | tweak the rules a bit: the search filter for "more recent than" ought to | Marc Espie |
2009-11-29 | in the worst case, we find a new handle with the right pkgpath, | Marc Espie |
2009-11-24 | todo all over | Marc Espie |
2009-11-24 | zap pkgpath totally, set up to display (to go) as well. | Marc Espie |
2009-11-24 | better name. Mark "no need to update" as updated, since we know what's | Marc Espie |
2009-11-22 | typo | Marc Espie |
2009-11-22 | less verbose display: only shows .libs* once, but still show all partial-* | Marc Espie |
2009-11-22 | change the timing a bit: create a list of updateset first, and process | Marc Espie |
2009-11-17 | revamp interactive stuff: simplify (just one always for everything, per | Marc Espie |
2009-11-16 | typo | Marc Espie |
2009-11-16 | oops | Marc Espie |
2009-11-16 | typo | Marc Espie |
2009-11-16 | unify hints and normal updates some more | Marc Espie |
2009-11-16 | unify hint and location processing some more. | Marc Espie |
2009-11-11 | progressmeter puts STDOUT in autoflush if -t, so that it can display to it in... | Marc Espie |
2009-11-11 | state->progress->print => $state->print | Marc Espie |
2009-11-10 | bad espie: use strict/warnings consistently, and fix two nits and two | Marc Espie |
2009-11-09 | okay, so updates become "true" updates: unless you say -F downgrade | Marc Espie |
2009-11-08 | add the notion of "hints" to UpdateSet, in order to unify -z/-l handling: | Marc Espie |
2009-10-15 | missed one | Marc Espie |
2009-10-14 | add a few comments, finish killing kitchensink. | Marc Espie |
2009-10-14 | use choose_location | Marc Espie |
2009-10-13 | deal with UpdateSets earlier: build an updateset, and ask Update to complete | Marc Espie |
2009-06-06 | fix direct pkgpath case | Marc Espie |
2009-04-19 | synch with my new style search/location changes | Marc Espie |
2008-03-08 | rename forced to defines | Marc Espie |
2007-09-20 | obey -F installed | Marc Espie |
2007-06-09 | rework `special' package names a bit. | Marc Espie |
2007-06-04 | some minor systematic changes. | Marc Espie |
2007-06-01 | refactor ProgressMeter code to create objects, put these into state. | Marc Espie |
2007-05-14 | redo search filters as real objects. Accordingly, rename match_list to | Marc Espie |
2007-05-14 | put search objects into a search class. | Marc Espie |
2007-05-14 | simplify updater slightly | Marc Espie |
2007-05-13 | next -> return | Marc Espie |
2007-05-13 | unify object lookup as locator->match($o) or $repo->match($o) | Marc Espie |
2007-05-13 | reorg the update code some more, so that it goes through a filtering | Marc Espie |
2007-05-13 | move most of the code into one process_package method | Marc Espie |
2007-05-13 | turn the updater into an object | Marc Espie |
2007-05-07 | remove dependency on available_stems(), make it go thru PackageLocator | Marc Espie |
2007-05-07 | make keep_most_recent explicit, do not try to pre-compute it at the stemlist | Marc Espie |
2007-05-02 | $o->method() becomes $o->method | Marc Espie |
2007-04-21 | avoid both .libs-* and partial-*. Be a bit forceful about them, as they're | Marc Espie |
2007-04-15 | update copyright years, standardize licence. | Marc Espie |
2006-04-08 | Add missing 'use OpenBSD::Error'. | Bernd Ahlers |
2006-03-07 | special case: repository holds several packages (say, old versions), and | Marc Espie |