Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-09 | altsvc: keep a copy of the file name to survive handle reset | Daniel Stenberg | |
The alt-svc cache survives a call to curl_easy_reset fine, but the file name to use for saving the cache was cleared. Now the alt-svc cache has a copy of the file name to survive handle resets. Added test 1908 to verify. Reported-by: Craig Andrews Fixes #4898 Closes #4902 | |||
2018-09-23 | whitespace fixes | Viktor Szakats | |
- replace tabs with spaces where possible - remove line ending spaces - remove double/triple newlines at EOF - fix a non-UTF-8 character - cleanup a few indentations/line continuations in manual examples Closes https://github.com/curl/curl/pull/3037 | |||
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2014-09-19 | libcurl docs: improvements all over | Daniel Stenberg | |
2011-03-12 | source header: added to more files | Daniel Stenberg | |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2006-01-02 | minor edits | Daniel Stenberg | |
2004-07-31 | mention this is new | Daniel Stenberg | |
2004-07-31 | curl_easy_reset() documented | Daniel Stenberg | |