Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust the html index-parsing regex to cope with anchor tags that aren't | 2017-08-04 | 1 | -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. | 2014-08-27 | 1 | -3/+3 | |
| | | | | sure espie@ | ||||
* | remove $_ usage that warns under perl 5.18 | 2014-03-18 | 1 | -8/+7 | |
| | |||||
* | mostly done | 2011-07-19 | 1 | -13/+53 | |
| | |||||
* | clean-up a few things | 2011-07-19 | 1 | -53/+85 | |
| | |||||
* | most of the pieces are there... still need to open a new connection if | 2011-07-18 | 1 | -58/+21 | |
| | | | | server drops us. | ||||
* | a little better, but not yet ready | 2011-07-18 | 1 | -30/+50 | |
| | |||||
* | skeleton for grabbing files... | 2011-07-18 | 1 | -15/+36 | |
| | |||||
* | Also handle normal Content-Length | 2011-07-18 | 1 | -17/+28 | |
| | |||||
* | chunked directory transfers | 2011-07-18 | 1 | -8/+39 | |
| | |||||
* | a few typos, nothing working yet... needs to parse Chunked transfer | 2011-07-18 | 1 | -21/+38 | |
| | |||||
* | wip, definitely not finished (and not used) yet | 2011-07-12 | 1 | -3/+204 | |
| | |||||
* | future code to handle HTTP 1.1 connection: need to establish a somewhat | 2011-07-06 | 1 | -0/+23 | |
persistant connection, will use the same client code for scp and http. |