summaryrefslogtreecommitdiff
path: root/lib/curl_range.c
Commit message (Collapse)AuthorAgeFilesLines
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-4/+4
| | | | | | | | | | | | | | | | - the data needs to be "line-based" anyway since it's also passed to the debug callback/application - it makes infof() work like failf() and consistency is good - there's an assert that triggers on newlines in the format string - Also removes a few instances of "..." - Removes the code that would append "..." to the end of the data *iff* it was truncated in infof() Closes #7357
* curl_range: remove conn->dataDaniel Stenberg2021-01-201-3/+2
| | | | Closes #6496
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
| | | | Follow-up from 4d2f8006777
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
| | | | Closes #6172
* 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