summaryrefslogtreecommitdiff
path: root/lib/curl_range.c
Commit message (Collapse)AuthorAgeFilesLines
* Curl_range: fix FTP-only and FILE-only buildsMichael Kaufmann2018-03-111-1/+1
| | | | follow-up to e04417d
* Curl_range: add check to ensure "from <= to"Max Dymond2018-01-301-3/+8
|
* Curl_range: commonize FTP and FILE range handlingMax Dymond2018-01-301-0/+90
Closes #2205