summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_add/OpenBSD/PackageRepository/HTTP.pm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adjust the html index-parsing regex to cope with anchor tags that aren'tsthen2017-08-041-2/+2
| | | | | | | | | | 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@
* Rename Persistant to Persistent.kspillner2014-08-271-3/+3
| | | | sure espie@
* remove $_ usage that warns under perl 5.18espie2014-03-181-8/+7
|
* mostly doneespie2011-07-191-13/+53
|
* clean-up a few thingsespie2011-07-191-53/+85
|
* most of the pieces are there... still need to open a new connection ifespie2011-07-181-58/+21
| | | | server drops us.
* a little better, but not yet readyespie2011-07-181-30/+50
|
* skeleton for grabbing files...espie2011-07-181-15/+36
|
* Also handle normal Content-Lengthespie2011-07-181-17/+28
|
* chunked directory transfersespie2011-07-181-8/+39
|
* a few typos, nothing working yet... needs to parse Chunked transferespie2011-07-181-21/+38
|
* wip, definitely not finished (and not used) yetespie2011-07-121-3/+204
|
* future code to handle HTTP 1.1 connection: need to establish a somewhatespie2011-07-061-0/+23
persistant connection, will use the same client code for scp and http.