aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_TCP_KEEPINTVL.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
2017-01-02docs/libcurl: TCP_KEEPALIVE start and interval default to 60Jay Satiro
Since the TCP keep-alive options were added in 705f0f7 the start and interval default values have been 60, but that wasn't documented. Bug: https://curl.haxx.se/mail/lib-2017-01/0000.html Reported-by: Praveen Pvs
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-05-08opts: improved the TCP keepalive examplesEgon Eckert
2015-03-17CURLOPT_*.3: added lots of small example sectionsDaniel Stenberg
2014-06-20opts: the final bunch of options as man pagesDaniel Stenberg
Now all current options have their own man pages.