Age | Commit message (Expand) | Author |
2009-12-28 | an actual difference between -r and -u. If we replace, don't look as hard | Marc Espie |
2009-12-26 | zap message for .libs, be smart about partial-*, it's easy to install/update | Marc Espie |
2009-12-24 | avoid infinite loop, noticed by Rivo Nurges. | Marc Espie |
2009-12-20 | change verbosity handling: be silent by default, turn on the first level if -v. | Marc Espie |
2009-12-14 | since some packages in updatesets don't need updates, be explicit about it. | Marc Espie |
2009-12-14 | combined updates show the packages that can't be updated | Marc Espie |
2009-12-14 | fuss about install msgs: new method state->ntogo, use it to annotate more | Marc Espie |
2009-12-13 | okay, so old libs are not 'kept', keep track of updates correctly instead | Marc Espie |
2009-12-12 | fix the fam->libgamin issue. Look for update candidates in self before | Marc Espie |
2009-12-07 | simplify tracker a bit now we know what we're doing. | Marc Espie |
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 |