Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-24 | copyright: fix out-of-date copyright ranges and missing headers | Daniel Stenberg | |
Reported by the new script 'scripts/copyright.pl'. The script has a regex whitelist for the files that don't need copyright headers. Removed three (mostly usesless) README files from docs/ Closes #5141 | |||
2020-02-29 | docs: fix typo on CURLINFO_RETRY_AFTER - alwaus -> always | Jonathan Cardoso Machado | |
Reviewed-by: Steve Holme Closes #5005 | |||
2019-08-07 | CURLINFO_RETRY_AFTER: parse the Retry-After header value | Daniel Stenberg | |
This is only the libcurl part that provides the information. There's no user of the parsed value. This change includes three new tests for the parser. Ref: #3794 |