Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-24 | copyright: fix out-of-date copyright ranges and missing headers | Daniel 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 | |||
2020-03-06 | curl_share_setopt.3: Note sharing cookies doesn't enable the engine | Jay Satiro | |
Follow-up to d0a7ee3 which fixed a bug in 7.66.0 that caused CURL_LOCK_DATA_COOKIE to enable the easy handle's cookie engine. Bug: https://curl.haxx.se/mail/lib-2020-03/0019.html Reported-by: Felipe Gasper Closes https://github.com/curl/curl/pull/5048 | |||
2019-06-04 | curl_share_setopt.3: improve wording [ci ship] | Daniel Stenberg | |
Reported-by: Carlos ORyan | |||
2018-05-28 | psl: use latest psl and refresh it periodically | Patrick 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-23 | curl_share_setopt.3: connection cache is shared within multi handles | Daniel Stenberg | |
2017-12-05 | conncache: only allow multiplexing within same multi handle | Daniel 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-09 | curl_share_setopt.3: document CURL_LOCK_DATA_CONNECT | Daniel Stenberg | |
Closes #2043 | |||
2016-05-29 | curl_share_setopt.3: Add min ver needed for ssl session lock | Jay Satiro | |
Bug: https://github.com/curl/curl/issues/826 Reported-by: Michael Wallner | |||
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2012-07-20 | Fixed some typos in documentation | Dan Fandrich | |
2011-09-28 | SSL session sharing support added | Alejandro Alvarez | |
With locking, plus test, plus documentation | |||
2011-03-12 | source header: added to more files | Daniel Stenberg | |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-02-14 | removed trailing whitespace | Yang Tse | |
2008-12-28 | Anthony Bryan's man page cleanup in language and spelling | Daniel Stenberg | |
2006-07-07 | mention the by-default "sharing" | Daniel Stenberg | |
2004-02-25 | better formatting of the share options | Daniel Stenberg | |
2004-02-09 | Dominick Meglio's added share interface documentation | Daniel Stenberg | |
2003-08-11 | documenting the share interface | Daniel Stenberg | |