Age | Commit message (Expand) | Author |
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 |
2014-01-11 | simplify code: always extract, then install, so that initial installations | Marc Espie |
2014-01-09 | bump copyright to 2014 | Marc Espie |
2014-01-04 | oops, it's global to the set, no need to do it several times | Marc Espie |
2014-01-02 | zap PKG_PREFIX (undocumented and unused, now) | Marc Espie |
2013-12-31 | ... and rename this too | Marc Espie |
2013-12-25 | move the choice of signature type for checking into one single place | Marc Espie |
2013-12-25 | a bit more scaffolding for running quirks. In particular, once quirks | Marc Espie |
2013-12-23 | simpler logic: if one package is signed, check all digests | Marc Espie |
2013-12-08 | also cover initial installations (which means we do try to install | Marc Espie |
2013-12-08 | make use of the new "quirks" interface | Marc Espie |
2012-11-06 | work-around python compile issue: don't tie python files for now, so | Marc Espie |
2012-04-28 | zap blank spaces | Marc Espie |
2011-08-26 | zap fatpackages. nobody actually uses them. | Marc Espie |
2011-08-23 | zap old INSTALL/DEINSTALL stuff, it's been deprecated for 3 years, and removed | Marc Espie |
2011-08-17 | pkg_add and pkg_delete will now syslog activity by default. | Marc Espie |
2011-07-23 | avoid weird warnings in case we run into a strange package. | Marc Espie |
2011-07-17 | unify the main loop some more: add and delete do more or less the | Marc Espie |
2011-07-14 | move deptree_header into AddDelete, use it in pkg_delete. | Marc Espie |
2011-07-13 | share code | Marc Espie |
2011-07-13 | create DeleteSet as a specialized version of UpdateSets that print | Marc Espie |
2011-07-13 | fix a nasty bug: hints are evaluated lazily, so if a package is mentioned | Marc Espie |
2011-07-12 | move option -a up into common add/delete code, in preparation for pkg_delete | Marc Espie |
2011-06-27 | make things slightly more readable | Marc Espie |
2011-06-20 | in an UpdateSet, match new files with old files based on their sha256. | Marc Espie |
2011-01-03 | those all need newlines | Marc Espie |
2010-12-29 | more stuff that uses print directly dies | Marc Espie |
2010-12-24 | pass state around. | Marc Espie |
2010-12-24 | handle failures from ports tree with more care. | Marc Espie |