Age | Commit message (Expand) | Author |
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 |
2014-02-02 | make sure kept handles are complete... not really optimized so far, but will | Marc Espie |
2014-02-01 | sort out the code to figuring out kept packages. | Marc Espie |
2014-02-01 | handling of critical section was wrong. Interrupting an update once we're | Marc Espie |
2014-02-01 | use conflict_list directly from handle. | Marc Espie |
2014-01-31 | minor fix: don't go to cache if genuine install | Marc Espie |
2014-01-30 | minor bug-fix, make sure partial is handled properly. | Marc Espie |
2014-01-23 | more sophisticated warning: builds with empty SIGNING_PARAMETERS | Marc Espie |
2014-01-17 | do check_digest per plist. | Marc Espie |