summaryrefslogtreecommitdiff
path: root/lib/curl_range.c
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* lib: parse numbers with fixed known base 10Daniel Stenberg2022-11-171-2/+2
* misc: ISSPACE() => ISBLANK()Daniel Stenberg2022-09-061-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-4/+4
* curl_range: remove conn->dataDaniel Stenberg2021-01-201-3/+2
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* Curl_range: fix FTP-only and FILE-only buildsMichael Kaufmann2018-03-111-1/+1
* 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