summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD
AgeCommit message (Expand)Author
2010-01-01make the merge_paths operations visibleMarc Espie
2010-01-01make updatesets aware of repository pathsMarc Espie
2010-01-01propagate errorinfo thru set->cleanup (finally better messages thanMarc Espie
2009-12-31stupid, stupid, stupidMarc Espie
2009-12-31need to tweak from to_update to self, as this kind of thing happens allMarc Espie
2009-12-31oops, actually report issuesMarc Espie
2009-12-31fix for error message logging.Marc Espie
2009-12-31always create a problem entry for libraries we don't findMarc Espie
2009-12-31complain if we see weird @libs (so, not in system).Marc Espie
2009-12-31add meat to the "can't install" stupid handle messageMarc Espie
2009-12-31XXX until I fix it for realMarc Espie
2009-12-31more/better cache for bad cases, and trap self after merge.Marc Espie
2009-12-31sha256 is the common case, no need to delay loading.Marc Espie
2009-12-30more changes and optimizations: create unique dewey objects, so I canMarc Espie
2009-12-30... and this should fix todd's case, that of not finding anything andMarc Espie
2009-12-30also track stuff I couldn't install, and use it for negative cache lookups.Marc Espie
2009-12-30fix pkgspec handling, actually do filter by regexp.Marc Espie
2009-12-30store url where we retrieved the package.Marc Espie
2009-12-30ouch, now that we keep packages, take them into account on done.Marc Espie
2009-12-30a few small optimizations:Marc Espie
2009-12-30infrastructure for url elementsMarc Espie
2009-12-30actually cache architecture, as intendedMarc Espie
2009-12-30prettyMarc Espie
2009-12-29temporary fix for .libs update issue.Marc Espie
2009-12-29a few more tweaks:Marc Espie
2009-12-29the way Tracker works, installed packages are always marked uptodate as well,Marc Espie
2009-12-29for now, show cache statistic if -F stat_cache (still in need of improvements)Marc Espie
2009-12-29rework dependency solving around cached items, so that redoing the sameMarc Espie
2009-12-29prepare to cache conflicts in sets: object to do so, code to merge conflictsMarc Espie
2009-12-29improved check for loops:Marc Espie
2009-12-29move check for already installed UP, which allows me to deal with UpdateSetMarc Espie
2009-12-29prepare for smarter sets, with cache infoMarc Espie
2009-12-28kill old dependency adjusterMarc Espie
2009-12-28new method for adjusting forward dependencies, much simpler.Marc Espie
2009-12-28erase Requiring entirely while deleting, to avoid further issues.Marc Espie
2009-12-28make objects chainable.Marc Espie
2009-12-28an actual difference between -r and -u. If we replace, don't look as hardMarc Espie
2009-12-28prepare to handle forward dependencies in a simpler wayMarc Espie
2009-12-28add -F carp as an extra debugging device: ^T handler will show a stackMarc Espie
2009-12-28move code around a bit, more functions. Especially do the exec checkMarc Espie
2009-12-28nitsMarc Espie
2009-12-27check for loops and merge sets, in case we end up with real funky depends.Marc Espie
2009-12-27solver is no longer needed at that point, so kill it. this shaves a bit ofMarc Espie
2009-12-27don't ask/report the same exec issue twiceMarc Espie
2009-12-27sortMarc Espie
2009-12-27fix partial stems, as noticed by numerous peopleMarc Espie
2009-12-26qualify (Direct Dependencies)Marc Espie
2009-12-26Better, more global way of dealing with forward dependencies, and toMarc Espie
2009-12-26zap message for .libs, be smart about partial-*, it's easy to install/updateMarc Espie
2009-12-26protect against partial-* packing-listsMarc Espie