summaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_TIMEOUT.3
Commit message (Collapse)AuthorAgeFilesLines
* setopt: avoid integer overflows when setting millsecond valuesDaniel Stenberg2017-10-161-3/+4
| | | | | | | | | | | | | ... that are multiplied by 1000 when stored. For 32 bit long systems, the max value accepted (2147483 seconds) is > 596 hours which is unlikely to ever be set by a legitimate application - and previously it didn't work either, it just caused undefined behavior. Also updated the man pages for these timeout options to mention the return code. Closes #1938
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* CURLOPT_*TIMEOUT.3: provide examplesDaniel Stenberg2015-03-161-2/+12
|
* opts: Warn CURLOPT_TIMEOUT overrides when set after CURLOPT_TIMEOUT_MSJay Satiro2014-12-151-0/+3
| | | | | | | | | Change CURLOPT_TIMEOUT doc to warn that if CURLOPT_TIMEOUT and CURLOPT_TIMEOUT_MS are both set whichever one is set last is the one that will be used. Prior to this change that behavior was only noted in the CURLOPT_TIMEOUT_MS doc.
* opts: fixed a few typosDan Fandrich2014-06-181-1/+1
|
* opts: 9 more options as separate man pagesDaniel Stenberg2014-06-171-0/+57