Age | Commit message (Expand) | Author |
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 |
2006-03-04 | reorganize code a little bit: Update.pm becomes Replace.pm (since it matches | Marc Espie |
2006-02-21 | ask question corresponding to -F updatedepends too (commonalize code). | Marc Espie |
2006-01-24 | protect against weird situations where dependencies don't match | Marc Espie |
2005-11-05 | same fix as Add.pm: make sure we parse the whole package. | Marc Espie |
2005-10-19 | mark links being extracted with `zap', so that they do not get recorded | Marc Espie |
2005-09-09 | zap dup. From Bernd Ahlers | Marc Espie |
2005-09-04 | * New -i interactive option, that can ask obnoxious questions. | Marc Espie |
2005-08-16 | unsafe operations -> potentially unsafe operations | Marc Espie |
2005-08-16 | avoid computing signature twice! | Marc Espie |
2005-08-10 | record unsafe operations in a journal, so that we can give a much | Marc Espie |
2005-07-26 | switch .libs stubs package over to new COMMENT format. | Marc Espie |
2005-02-07 | make updatedepends slightly safer: note which packages may have bogus | Marc Espie |
2004-12-28 | clearer error/warning | Marc Espie |
2004-12-28 | improve message quality: don't say we can't update stuff when we are going | Marc Espie |
2004-12-27 | if we can't read this packing-list, this is not really an issue. | Marc Espie |
2004-12-21 | correct checks to allow for a package to replace several packages. | Marc Espie |
2004-12-20 | allow a replacing package to replace several packages, in principle: | Marc Espie |
2004-12-20 | don't display some details in -n mode unless very verbose. | Marc Espie |
2004-12-19 | sanity check: in -n mode, we end up replacing stuff that doesn't exist ? | Marc Espie |
2004-12-19 | don't create path if -n. | Marc Espie |
2004-12-18 | oops, don't compute fullname unless we know we can. | Marc Espie |
2004-12-18 | basic code to handle legacy .libs-* packages: figure out what collisions | Marc Espie |
2004-12-15 | move -n down into RequiredBy and PackingList (as $main::not, since we | Marc Espie |
2004-12-12 | add somewhat more regular error catching code. | Marc Espie |
2004-12-02 | don't try to validate_plist if not needed at all. | Marc Espie |
2004-12-02 | cosmetic: shows old and new package name, plus signatures. | Marc Espie |
2004-11-27 | tweak very verbose output. | Marc Espie |
2004-11-27 | if the package is already installed, check whether updating it makes sense: | Marc Espie |
2004-11-18 | unsafe operations is better than impossible to update, especially since it | Marc Espie |
2004-11-18 | support depend (similar to libdepend and newdepend) and wantlib: | Marc Espie |