summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2023-06-27remove allupdates marker, it was only used by the short-livedMarc Espie
2023-06-20tweak fragment handling error messages a bitMarc Espie
2023-06-16locator object owns a state object, no need to pass it as paramMarc Espie
2023-06-16belated move to OOMarc Espie
2023-06-16no extra params there, to be revisitedMarc Espie
2023-06-16fix default parm, noticed by aja@ on clean-old-distfilesMarc Espie
2023-06-14GC remnants of pipe support, long gone.Marc Espie
2023-06-13move to use v5.36;Marc Espie
2023-06-07do not pass @_ to code snippets, prepare for 5.36Marc Espie
2023-05-29use v5.36, this one is somewhat trivialMarc Espie
2023-05-27the solver needs some love for laterMarc Espie
2023-05-27remove the extra local variable (blessing a ref to self DOES work)Marc Espie
2023-05-27comment/cosmeticMarc Espie
2023-05-27more commentMarc Espie
2023-05-27yeah, yeah, those names are horribleMarc Espie
2023-05-27finish making this a singleton class (which I don't always likeMarc Espie
2023-05-27more descriptive commentMarc Espie
2023-05-27indicate that not having hashes already is just legacy neededMarc Espie
2023-05-27point people towards relevant commentsMarc Espie
2023-05-27a few commentsMarc Espie
2023-05-27prepare for 5.36: pass $code as @code so that we don't haveMarc Espie
2023-05-27commentsMarc Espie
2023-05-27document base methodMarc Espie
2023-05-27try/catch to be revisitedMarc Espie
2023-05-27comments/cosmeticsMarc Espie
2023-05-27restore documentation: explain what ArcCheck doesMarc Espie
2023-05-27cosmetic/comments improvementMarc Espie
2023-05-27- make the handling of interactive more regular byMarc Espie
2023-05-27prepare for 5.36, document methods in base classMarc Espie
2023-05-23don't pass state, we get them from the progressmeterMarc Espie
2023-05-22gc unused/old codeMarc Espie
2023-05-21missed oneMarc Espie
2023-05-21move the interface to SharedLibs to be somewhat object orientedMarc Espie
2023-05-21document how this is used... There's nothing that actually uses theMarc Espie
2023-05-21"fix" for 5.36: pass the possible option value as an extra paramMarc Espie
2023-05-21v5.36, trivial moveMarc Espie
2023-05-20Don't bother setting the effective group, it doesn't affect file creationMarc Espie
2023-05-19make Paths fully OO, as it makes some things simplerMarc Espie
2023-05-19this parameter does not existMarc Espie
2023-05-19remove indirect callsMarc Espie
2023-05-18adjust style to post v5.36 worldMarc Espie
2023-05-17fix -nMarc Espie
2023-05-17stop using old-style prototypes except where strictly necessaryMarc Espie
2023-05-17actually fix caching for release/stableMarc Espie
2023-05-16explicitly rename internal methods with an _Marc Espie
2023-05-16clean visible interface a bit: Ustar does not use errsay (but ArcCheck does)Marc Espie
2023-05-16cleaner documentation of what's going onMarc Espie
2023-05-16start un-exposing some internal methodsMarc Espie
2023-05-16ditch subclasses for PackingList: I ended up never using this anywhereMarc Espie
2023-05-16use the new set_destdir interfaceMarc Espie