Age | Commit message (Expand) | Author |
2012-09-06 | shorter display for trivial updatesets, | Marc Espie |
2011-07-17 | now that the API is working, reorg the code correctly: DeleteSet is the | Marc Espie |
2011-07-13 | let short_print work on DeleteSets | Marc Espie |
2011-07-13 | create DeleteSet as a specialized version of UpdateSets that print | Marc Espie |
2011-07-12 | new pkg_delete, very similar to pkg_add, support for -a | Marc Espie |
2011-06-20 | in an UpdateSet, match new files with old files based on their sha256. | Marc Espie |
2010-12-24 | handle failures from ports tree with more care. | Marc Espie |
2010-10-27 | initial scaffolding for @rcscript: for now, acts like normal files, | Marc Espie |
2010-08-01 | fix the qt 4.5 -> 4.6 update issue. | Marc Espie |
2010-07-11 | display updateset name alongside collisionreport (turns out it's not | Marc Espie |
2010-06-30 | allow say and errsay to work without parameters, as it's ways common. | Marc Espie |
2010-06-30 | whitespace cleanup | Marc Espie |
2010-06-30 | extra parameter to UpdateSet: use the factory to create extra object. | Marc Espie |
2010-06-25 | do options the other way so that we provide defaults that can be overridden | Marc Espie |
2010-06-04 | move code around, so that commands can be used as modules. | Marc Espie |
2010-05-10 | whitespace fixes | Marc Espie |
2010-04-05 | new keyword, @ask-update, to be used *very* sparingly (so far, only useful | Marc Espie |
2010-04-05 | clean-up validate_plists a bit, so that it starts with a clean state. | Marc Espie |
2010-03-22 | clean up the ProgressMeter code, create a specific class if a Term | Marc Espie |
2010-01-04 | There's no reason for -l to imply -z. | Marc Espie |
2010-01-02 | keep going after collisions | Marc Espie |
2010-01-01 | (C) of affected files | Marc Espie |
2010-01-01 | make the merge_paths operations visible | Marc Espie |
2010-01-01 | make updatesets aware of repository paths | Marc Espie |
2010-01-01 | propagate errorinfo thru set->cleanup (finally better messages than | Marc Espie |
2009-12-29 | a few more tweaks: | Marc Espie |
2009-12-29 | prepare for smarter sets, with cache info | Marc Espie |
2009-12-28 | nits | Marc Espie |
2009-12-27 | solver is no longer needed at that point, so kill it. this shaves a bit of | Marc Espie |
2009-12-27 | sort | Marc Espie |
2009-12-19 | create a $state->todo method to account for sets to install. | Marc Espie |
2009-12-14 | since some packages in updatesets don't need updates, be explicit about it. | Marc Espie |
2009-12-13 | okay, so old libs are not 'kept', keep track of updates correctly instead | Marc Espie |
2009-12-13 | simplify set printing | Marc Espie |
2009-12-12 | fix the fam->libgamin issue. Look for update candidates in self before | Marc Espie |
2009-12-07 | don't use $set->print, consistent messages. | Marc Espie |
2009-12-07 | simplify tracker a bit now we know what we're doing. | Marc Espie |
2009-12-05 | make quirks silent. Track # of updates found, instead of newer size, since | Marc Espie |
2009-12-02 | fix some inter-dependencies case: | Marc Espie |
2009-11-30 | better errors: have $set->cleanup mark set as finished. | Marc Espie |
2009-11-29 | slightly simpler error handling | Marc Espie |
2009-11-28 | prepare for "better" merge: we can't just wipe the old set, we have to point | Marc Espie |
2009-11-24 | sets that were not solved should still display something... | Marc Espie |
2009-11-24 | more regular. Note that newer can be a hash as well (why not ?) | Marc Espie |
2009-11-22 | change the timing a bit: create a list of updateset first, and process | Marc Espie |
2009-11-16 | create a pseudo vstat object inside state, so that we can modify Vstat | Marc Espie |
2009-11-16 | start pulling all the code that's the same between pkg_add and pkg_delete | Marc Espie |
2009-11-11 | vsystem, system, unlink can mostly go through state, and do the ->clear part | Marc Espie |
2009-11-11 | remove redirector: if we want to run system AND log, just say so | Marc Espie |
2009-11-11 | don't use Warn if we've got a $state, get through errprint/errsay. | Marc Espie |