summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/PackageRepository
AgeCommit message (Expand)Author
2016-06-27surprised nobody noticed before meMarc Espie
2016-06-14restrict %m and friends to "separate words" so they won't collide withMarc Espie
2015-06-25use machine_architecture (arch -s) when assembling PKG_PATHs using %m or %a,Stuart Henderson
2015-04-16add %m as a shorthand, will expand toMarc Espie
2015-04-16reorg code, the arch/osversion code should live in a single place,Marc Espie
2015-04-16commit expanded tags for %c, %v, %aMarc Espie
2014-08-27Rename Persistant to Persistent.Kent R. Spillner
2014-07-13bye bye src url. Never amounted to much, we went another road a while agoMarc Espie
2014-06-15Correct precedence for returned value.Andrew Fresh
2014-03-18remove $_ usage that warns under perl 5.18Marc Espie
2014-01-09bump copyright to 2014Marc Espie
2014-01-07new method: reinitialize, for repositories with a sequential connectionMarc Espie
2011-07-19mostly doneMarc Espie
2011-07-19use common code for ssh/http 1.1Marc Espie
2011-07-19clean-up a few thingsMarc Espie
2011-07-18most of the pieces are there... still need to open a new connection ifMarc Espie
2011-07-18a little better, but not yet readyMarc Espie
2011-07-18skeleton for grabbing files...Marc Espie
2011-07-18Also handle normal Content-LengthMarc Espie
2011-07-18chunked directory transfersMarc Espie
2011-07-18a few typos, nothing working yet... needs to parse Chunked transferMarc Espie
2011-07-12wip, definitely not finished (and not used) yetMarc Espie
2011-07-06future code to handle HTTP 1.1 connection: need to establish a somewhatMarc Espie
2011-03-23cache user name for ~userMarc Espie
2011-03-23allow scp://hostname/~user/subdir to workMarc Espie
2010-07-02use state to print error messagesMarc Espie
2010-07-02pass (and save) state around in Repository-related stuff.Marc Espie
2010-06-30allow say and errsay to work without parameters, as it's ways common.Marc Espie
2010-06-30whitespace cleanupMarc Espie
2010-06-30extra parameter to UpdateSet: use the factory to create extra object.Marc Espie
2010-05-10whitespace fixesMarc Espie
2010-03-06fix very stupid typoMarc Espie
2010-01-10bump copyrightMarc Espie
2010-01-09fixed version, somehow I forgot that I use parse to do weird things withMarc Espie
2010-01-09temporary revert until I figure this outMarc Espie
2010-01-09move some url parsing into Installed, provide for pipe:Marc Espie
2010-01-09repositories no longer need matchMarc Espie
2010-01-05use Auto::cacheMarc Espie
2009-11-10kill more unused codeMarc Espie
2009-06-06my $_, except for the server code, which could still run on older perlMarc Espie
2009-06-03rewind DATA, so that the next scp: url will have code to connect to...Marc Espie
2009-04-19remove class FatPackageLocation. Instead make PackageLocation a hierarchyMarc Espie
2009-04-19synch with my new style search/location changesMarc Espie
2008-07-04clean up parser a bit, separating local/distant parts in a more reusable way,Marc Espie
2008-06-27synch with rest of workMarc Espie
2007-12-28allows src: urls to work better by using -F nolock during pkg builds.Marc Espie
2007-06-16use OpenBSD::Paths contentsMarc Espie
2007-06-10give repository/locations slightly more control over package names.Marc Espie
2007-06-04more efficient regexps: anchor stuff at both ends, be more specific inMarc Espie
2007-06-04some minor systematic changes.Marc Espie