Age | Commit message (Expand) | Author |
2018-06-24 | tags should work more like other errors. In particular, avoid infinite | Marc Espie |
2018-06-22 | activate tag solver (won't do anything if plists don't have actual tags) | Marc Espie |
2018-06-20 | use delete_handle here as well | Marc Espie |
2018-06-20 | move the solver autoloader into UpdateSet so that pkg_delete will be | Marc Espie |
2018-06-19 | Pass the set thru to deletion operations (we may need to solve_tags!) | Marc Espie |
2018-02-27 | sanitize say/print output further | Marc Espie |
2017-11-01 | don't look directly at PKG_CACHE, but ask the state, so that only | Marc Espie |
2017-03-25 | tweak checksums on delete to not happen by default, with an interface | Marc Espie |
2017-03-16 | tied files should be treated like deleted files wrt checksums. | Marc Espie |
2017-03-13 | fix usage order, as reminded by jmc@ | Marc Espie |
2017-03-07 | if we reported "Can't find CONTENTS", we know it's a bad package, | Marc Espie |
2017-02-27 | framework for some performance stats as a -V... option (like how much | Marc Espie |
2016-10-03 | gc the old checking code in pkg_add | Marc Espie |
2016-09-14 | move the check up in state | Marc Espie |
2016-08-27 | in case we run delete_first (not enough room), delay the unlink of | Marc Espie |
2015-10-07 | "..." implies optional, so no need for []; from michael reed | Jason McIntyre |
2015-06-30 | cosmetic comma is not really necessary, better to have a raw list of packages... | Marc Espie |
2015-05-15 | add missing placeholder so that the "UNSIGNED PACKAGES: " line actually | Jasper Lievisse Adriaanse |
2015-03-26 | Backout -DSHORTENED semantics by default for now, because it caused | Matthias Kilian |
2015-03-09 | make -DSHORTENED the default: don't update unless there is an actual | Marc Espie |
2015-01-27 | fix messages of FwUpdate | Marc Espie |
2015-01-19 | add a specialized version of version compares that should not update | Marc Espie |
2015-01-12 | oops, don't load quirks prematurely. noticed by many, myself included | Marc Espie |
2014-12-24 | recheck list for non emptyness *after* filtering obsolete packages. | Marc Espie |
2014-11-30 | get rid of some of the unadorned printfs | Marc Espie |
2014-11-29 | simplify the interactive code into its own little object with simpler | Marc Espie |
2014-11-25 | minor clean-up: the stuff not to display is tied to the set, so make the | Marc Espie |
2014-11-21 | a long time ago, DISPLAY and UNDISPLAY required special treatment, as they | Marc Espie |
2014-11-20 | big trim-down of MESSAGE/UNMESSAGE: just match checksums between new packages | Marc Espie |
2014-07-30 | prepare for post 5.6 packages, recognize special case where timestamp exist. | Marc Espie |
2014-07-19 | actually use the cve match_location correctly. | Marc Espie |
2014-07-12 | don't check_security on newer *after* making sure the set doesn't have | Marc Espie |
2014-07-12 | oh well, remove -Q entirely... I'm probably the only one who ever used that. | Marc Espie |
2014-07-12 | security check in quirks | Marc Espie |
2014-07-12 | finish killing old experiment, less confusing code | Marc Espie |
2014-07-10 | make quirks slightly more special, grab the whole packing-list always, | Marc Espie |
2014-06-16 | fix bug introduced by work-around: sets with nothing to do must be marked | Marc Espie |
2014-06-12 | display full url if we can for UNSIGNED PACKAGES. | Marc Espie |
2014-05-05 | work-around the same location being reinstalled thru a different path | Marc Espie |
2014-03-18 | remove $_ usage that warns under perl 5.18 | Marc Espie |
2014-02-13 | this one is non obvious enough it deserves a comment | Marc Espie |
2014-02-13 | still need the plists for kept handles... because of OldLibs. | Marc Espie |
2014-02-11 | s/anyways/anyway/, ok espie@ | Stuart Henderson |
2014-02-08 | don't allow unsigned packages by default. | Marc Espie |
2014-02-04 | sort list of stuff we can't update for user display (otherwise, it's a list | Marc Espie |
2014-02-04 | check for errors before dependencies, anyways. | Marc Espie |
2014-02-03 | remove extra cache copy in memory... | Marc Espie |
2014-02-03 | don't keep tied information around ! | Marc Espie |
2014-02-02 | simplify how "kept" packages are handled. First, we never need their | Marc Espie |
2014-02-02 | now that things are clean enough, we just need to figure out kept packages | Marc Espie |