summaryrefslogtreecommitdiff
path: root/lib/share.h
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* share: add sharing of HSTS cache among handlesDaniel Stenberg2022-12-271-1/+5
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* urldata: make magic be the first struct fieldDaniel Stenberg2021-01-201-1/+5
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* vtls: make it 'struct Curl_ssl_session'Daniel Stenberg2020-09-021-1/+1
* hash: make it 'struct Curl_hash'Daniel Stenberg2020-09-021-2/+2
* psl: use latest psl and refresh it periodicallyPatrick Monnerat2018-05-281-1/+5
* share: add support for sharing the connection cacheDaniel Stenberg2017-11-091-2/+3
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-4/+4
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-2/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* hostcache: made all host caches use structs, not pointersDaniel Stenberg2015-05-121-2/+2
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+61
* build: rename 76 lib/*.h filesYang Tse2012-12-281-61/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-3/+3
* ssl session caching: fix compiler warningsYang Tse2012-01-181-6/+5
* SSL session share: move the age counter to the share objectAlejandro Alvarez Ayllon2011-11-171-0/+1
* struct Curl_share: provide sslsession unconditionallyDaniel Stenberg2011-10-041-2/+0
* share: don't use SSL unless enabledDaniel Stenberg2011-10-031-1/+5
* SSL session sharing support addedAlejandro Alvarez2011-09-281-0/+4
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Added support for Salford-C under Win32 (scc). HAVE_MALLOC_H andGisle Vanem2006-04-261-1/+9
* Use plain structs and not typedef'ed ones in the hash and linked-list code.Daniel Stenberg2005-01-251-18/+11
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* Dirk Manske's patch that introduces cookie support to the share interface.Daniel Stenberg2003-08-041-0/+2
* added the sharing of DNS cacheJean-Philippe Barette-LaPierre2003-02-041-4/+13
* removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg2003-01-291-8/+0
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* Updated more and now looks and and the API possibly works almost like theDaniel Stenberg2003-01-091-9/+2
* updated to use the modified share-typesDaniel Stenberg2003-01-081-2/+13
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* Sterling Hughes brings the share interfaceDaniel Stenberg2002-08-131-0/+48