Age | Commit message (Expand) | Author |
2007-06-04 | zap dead code: we no longer use DirRm. | Marc Espie |
2007-06-04 | some minor systematic changes. | Marc Espie |
2007-06-04 | fix keep_old_files | Marc Espie |
2007-06-02 | move dependency registration into its own function. | Marc Espie |
2007-06-01 | refactor ProgressMeter code to create objects, put these into state. | Marc Espie |
2007-05-31 | move set validation earlier (in fact, it probably doesn't belong in | Marc Espie |
2007-05-31 | kill REQ script directly. I'm pretty sure it doesn't quite work anyways. | Marc Espie |
2007-05-31 | a few cosmetic changes, move realname over to PackingElement to be | Marc Espie |
2007-05-30 | simplify script handling a bit (they're going to disappear probably anyways). | Marc Espie |
2007-05-30 | simplify really_add to use real visitors for extraction and installation. | Marc Espie |
2007-05-30 | don't bother not copying the pkgname, we're going to overwrite it anyways. | Marc Espie |
2007-05-30 | redo keep_old_files as a visitor. Copy more stuff over. | Marc Espie |
2007-05-29 | rely on packing-lists knowing where they live, much saner. | Marc Espie |
2007-05-28 | delay error reporting a bit more: try installing and deinstalling everything | Marc Espie |
2007-05-28 | lift up more of the dev checking code into Vstat. | Marc Espie |
2007-05-28 | clean up packing-list validation, call the methods `prepare_for_addition' | Marc Espie |
2007-05-22 | zap references to pkgdep. Packing-Lists no longer even record it, anyways. | Marc Espie |
2007-05-22 | introduce a SharedItemsRecorder (put it into Vstat, since that's a file | Marc Espie |
2007-05-22 | mark `digitalsignature' as a known keyword, which helps me. | Marc Espie |
2007-05-15 | do not copy pkgname, since we're going to erase it, and packing-lists | Marc Espie |
2007-05-14 | tidy | Marc Espie |
2007-05-07 | make sure all temporary file handling goes through OpenBSD::Temp | Marc Espie |
2007-05-07 | name code from keep_old_files, don't set pkgname directly. | Marc Espie |
2007-05-07 | kill old code to handle deprecated pkgcfl. | Marc Espie |
2007-05-02 | replace pkgbase with less confusing name localbase | Marc Espie |
2007-05-02 | $o->method() becomes $o->method | Marc Espie |
2007-04-29 | replace $p->visit('method') calls with $p->method | Marc Espie |
2007-04-15 | update copyright years, standardize licence. | Marc Espie |
2007-03-07 | fix size checks for good. Since we want deletion to happen `right now' | Marc Espie |
2006-10-18 | symlinks marked @extra need special care for deletion | Nikolay Sturm |
2005-10-27 | Fix a perl warning during package deletion. | Bernd Ahlers |
2005-10-24 | more robust deletion: rebuild item from file system instead of using | Marc Espie |
2005-10-24 | use a visitor('prepare_for_deletion') to validate plist for removal, | Marc Espie |
2005-10-24 | factor out a bit of code, and be more aware of symlinks. | Marc Espie |
2005-10-22 | be more explicit about what's going on. | Marc Espie |
2005-08-22 | likewise, report only the first three files | Marc Espie |
2005-08-17 | rename erase to more appropriate forget | Marc Espie |
2005-08-16 | check special names too. | Marc Espie |
2005-08-09 | if we are replacing a package, the messages for @extra stuff should be | Marc Espie |
2005-08-05 | Make sure $totsize != 0, even if the package does not contain any actual | Marc Espie |
2005-07-24 | deal with a special case, where we are replacing files with changed md5: | Marc Espie |
2005-02-09 | in case some md5 don't match, keep the offending files around as a | Marc Espie |
2004-12-29 | show `reading plist' while deleting packages, since we can do this easily, | Marc Espie |
2004-12-21 | fix nasty cache-out-of-sync bug. | Marc Espie |
2004-12-20 | don't display some details in -n mode unless very verbose. | Marc Espie |
2004-12-16 | renamed borked_installation from borked.n to partial-<pkgname> ... | 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 | Vstat API changed slightly. Found out by fries@ | Marc Espie |
2004-11-27 | record sample/extra directories if !extra, so that SharedItems won't warn | Marc Espie |