aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_version.3
AgeCommit message (Collapse)Author
2020-03-24copyright: fix out-of-date copyright ranges and missing headersDaniel 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
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2014-02-18curl_version.3: recommend using curl_version_info() insteadDaniel Stenberg
2013-02-22libcurl documentation: clarifications and typosAlexander Klauer
* Elaborates on default values of some curl_easy_setopt() options. * Reminds the user to cast variadic arguments to curl_easy_setopt() to 'void *' where curl internally interprets them as such. * Clarifies the working of the CURLOPT_SEEKFUNCTION option for curl_easy_setopt(). * Fixes typo 'forth' → 'fourth'. * Elaborates on CURL_SOCKET_TIMEOUT. * Adds some missing periods. * Notes that the return value of curl_version() must not be passed to free().
2011-03-12source header: added to more filesDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2003-08-11mention curl_version_infoDaniel Stenberg
2002-03-04ripped out from ../ and put in its own directory nowDaniel Stenberg