Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | infof: remove newline from format strings, always append it | Daniel Stenberg | 2021-07-07 | 1 | -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->data | Daniel Stenberg | 2021-01-20 | 1 | -3/+2 |
| | | | | Closes #6496 | ||||
* | copyright: fix year ranges | Daniel Stenberg | 2020-11-05 | 1 | -1/+1 |
| | | | | Follow-up from 4d2f8006777 | ||||
* | curl.se: new home | Daniel Stenberg | 2020-11-04 | 1 | -1/+1 |
| | | | | Closes #6172 | ||||
* | Curl_range: fix FTP-only and FILE-only builds | Michael Kaufmann | 2018-03-11 | 1 | -1/+1 |
| | | | | follow-up to e04417d | ||||
* | Curl_range: add check to ensure "from <= to" | Max Dymond | 2018-01-30 | 1 | -3/+8 |
| | |||||
* | Curl_range: commonize FTP and FILE range handling | Max Dymond | 2018-01-30 | 1 | -0/+90 |
Closes #2205 |