History log of /openbsd-src/usr.sbin/pkg_add/OpenBSD/PackageRepository/HTTP.pm (Results 1 – 16 of 16)
Revision Date Author Comments
# de2fb8e9 03-Jul-2023 espie <espie@openbsd.org>

also make things 5.36 if not used


# 039cbdaa 13-Jun-2023 espie <espie@openbsd.org>

move to use v5.36;
tested by me over the last few weeks, and tb@
also fixed a "manual install" bug properly reported by tb@

aside that there should be *no functional change*.
If you see any message

move to use v5.36;
tested by me over the last few weeks, and tb@
also fixed a "manual install" bug properly reported by tb@

aside that there should be *no functional change*.
If you see any message like "hey, the number of params is wrong"
it is a fringe case I didn't run into and should be easy to fix.

show more ...


# 07126a4d 17-May-2023 espie <espie@openbsd.org>

stop using old-style prototypes except where strictly necessary
(for try/catch)

signatures will be much more powerful once I move to 5.36


# d63625b9 04-Aug-2017 sthen <sthen@openbsd.org>

Adjust the html index-parsing regex to cope with anchor tags that aren't
just '<a href="foo">'; several mirrors now include a title attribute which
pkg_add can't cope with.

Diff from Taylor Stearns

Adjust the html index-parsing regex to cope with anchor tags that aren't
just '<a href="foo">'; several mirrors now include a title attribute which
pkg_add can't cope with.

Diff from Taylor Stearns to handle attributes following the href; tweaked
by me to also handle attribute before the href.

ok zhuk@

show more ...


# a3144174 27-Aug-2014 kspillner <kspillner@openbsd.org>

Rename Persistant to Persistent.

sure espie@


# b62674eb 18-Mar-2014 espie <espie@openbsd.org>

remove $_ usage that warns under perl 5.18


# 45c22c0a 19-Jul-2011 espie <espie@openbsd.org>

mostly done


# 1eb63dec 19-Jul-2011 espie <espie@openbsd.org>

clean-up a few things


# d364d569 18-Jul-2011 espie <espie@openbsd.org>

most of the pieces are there... still need to open a new connection if
server drops us.


# dc0760fa 18-Jul-2011 espie <espie@openbsd.org>

a little better, but not yet ready


# 34912ae4 18-Jul-2011 espie <espie@openbsd.org>

skeleton for grabbing files...


# 2d9bd7ab 18-Jul-2011 espie <espie@openbsd.org>

Also handle normal Content-Length


# 2b091df0 18-Jul-2011 espie <espie@openbsd.org>

chunked directory transfers


# a62c2f70 18-Jul-2011 espie <espie@openbsd.org>

a few typos, nothing working yet... needs to parse Chunked transfer


# 6e004614 12-Jul-2011 espie <espie@openbsd.org>

wip, definitely not finished (and not used) yet


# 6dac1782 06-Jul-2011 espie <espie@openbsd.org>

future code to handle HTTP 1.1 connection: need to establish a somewhat
persistant connection, will use the same client code for scp and http.