aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_share_setopt.3
AgeCommit message (Collapse)Author
2018-05-28psl: use latest psl and refresh it periodicallyPatrick Monnerat
The latest psl is cached in the multi or share handle. It is refreshed before use after 72 hours. New share lock CURL_LOCK_DATA_PSL controls the psl cache sharing. If the latest psl is not available, the builtin psl is used. Reported-by: Yaakov Selkowitz Fixes #2553 Closes #2601
2018-02-23curl_share_setopt.3: connection cache is shared within multi handlesDaniel Stenberg
2017-12-05conncache: only allow multiplexing within same multi handleDaniel Stenberg
Connections that are used for HTTP/1.1 Pipelining or HTTP/2 multiplexing only get additional transfers added to them if the existing connection is held by the same multi or easy handle. libcurl does not support doing HTTP/2 streams in different threads using a shared connection. Closes #2152
2017-11-09curl_share_setopt.3: document CURL_LOCK_DATA_CONNECTDaniel Stenberg
Closes #2043
2016-05-29curl_share_setopt.3: Add min ver needed for ssl session lockJay Satiro
Bug: https://github.com/curl/curl/issues/826 Reported-by: Michael Wallner
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2012-07-20Fixed some typos in documentationDan Fandrich
2011-09-28SSL session sharing support addedAlejandro Alvarez
With locking, plus test, plus documentation
2011-03-12source header: added to more filesDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-02-14removed trailing whitespaceYang Tse
2008-12-28Anthony Bryan's man page cleanup in language and spellingDaniel Stenberg
2006-07-07mention the by-default "sharing"Daniel Stenberg
2004-02-25better formatting of the share optionsDaniel Stenberg
2004-02-09Dominick Meglio's added share interface documentationDaniel Stenberg
2003-08-11documenting the share interfaceDaniel Stenberg