Age | Commit message (Expand) | Author |
2017-03-07 | okay "can't find" means error reported as well | Marc Espie |
2017-03-07 | if we reported "Can't find CONTENTS", we know it's a bad package, | Marc Espie |
2017-03-07 | get rid of redundant "Can't find CONTENTS" if the location already twitted | Marc Espie |
2014-02-08 | scrape update_info when we have full plists. | Marc Espie |
2014-02-06 | don't store full directory objects if they're not "special", just knowing | 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 | zap duplicate test, spotted by Arto Jonsson | Marc Espie |
2014-02-02 | simplify how "kept" packages are handled. First, we never need their | Marc Espie |
2014-02-01 | handles are more adequate places to stash conflict lists, since they can | Marc Espie |
2014-01-30 | don't save empty errors | Marc Espie |
2013-12-08 | also cover initial installations (which means we do try to install | Marc Espie |
2012-04-28 | add a "fake" handle class for base system updates and ForwardDependencies | Marc Espie |
2011-08-26 | zap fatpackages. nobody actually uses them. | Marc Espie |
2011-07-12 | new pkg_delete, very similar to pkg_add, support for -a | 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-12 | if we ask for cleanup, always close the location. If it's not open, it's | Marc Espie |
2010-07-31 | keep location open while we grab updateinfo. | 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 | simple use of new state->repo API | Marc Espie |
2010-06-09 | ui changes: go thru a state object for most printouts | Marc Espie |
2010-05-10 | whitespace fixes | Marc Espie |
2010-03-20 | if a package already contains an url marker (say, local stuff recreated), | Marc Espie |
2009-12-31 | fix for error message logging. | Marc Espie |
2009-12-31 | add meat to the "can't install" stupid handle message | Marc Espie |
2009-12-30 | store url where we retrieved the package. | Marc Espie |
2009-12-29 | move check for already installed UP, which allows me to deal with UpdateSet | Marc Espie |
2009-12-20 | change verbosity handling: be silent by default, turn on the first level if -v. | Marc Espie |
2009-11-28 | when resolving conflicts, don't recreate handles for packages being replaced | Marc Espie |
2009-11-11 | progressmeter puts STDOUT in autoflush if -t, so that it can display to it in... | Marc Espie |
2009-11-10 | bad espie: use strict/warnings consistently, and fix two nits and two | Marc Espie |
2009-11-08 | let Handle display what went wrong. | Marc Espie |
2009-11-08 | bug-fix: if we can't find the package, it makes no sense to look in a | Marc Espie |
2009-11-08 | tracker/updater methods for state that auto-create the object. | Marc Espie |
2009-10-19 | cleanup method that does more or less what's needed | Marc Espie |
2009-10-19 | syntactic sugar: methods to access plist and location from handle. | Marc Espie |
2009-10-15 | missed one, tell tracker this is already installed | Marc Espie |
2009-10-15 | reorg code | Marc Espie |
2009-10-15 | let handle compute pkgnames correctly, simplifies code a bit | Marc Espie |
2009-10-14 | move OpenBSD::Handle into its own file. I guess I need to disentangle this | Marc Espie |