summaryrefslogtreecommitdiff
path: root/lib/share.c
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-2/+30
* multi: use larger dns hash table for multi interfaceDaniel Stenberg2022-08-291-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* hash: lazy-alloc the table in Curl_hash_add()bagder/hash-lazyallocDaniel Stenberg2021-12-101-5/+1
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-2/+2
* urldata: make magic be the first struct fieldDaniel Stenberg2021-01-201-2/+7
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* vtls: make it 'struct Curl_ssl_session'Daniel Stenberg2020-09-021-1/+1
* share: don't set the share flag it something failsDaniel Stenberg2020-06-121-3/+5
* psl: use latest psl and refresh it periodicallyPatrick Monnerat2018-05-281-1/+10
* curl_share_setopt: va_end was not called if conncache errorsDaniel Stenberg2017-11-101-1/+1
* share: add support for sharing the connection cacheDaniel Stenberg2017-11-091-1/+5
* typedefs: use the full structs in internal code...Daniel Stenberg2016-06-221-6/+3
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-2/+2
* code: style updatesDaniel Stenberg2016-04-031-4/+4
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* share_init: fix OOM crashDaniel Stenberg2015-05-221-4/+5
* hostip: fix unintended destruction of hash tableAnthony Avina2015-05-181-1/+1
* hostcache: made all host caches use structs, not pointersDaniel Stenberg2015-05-121-14/+7
* Bug #149: Deletion of unnecessary checks before a few calls of cURL functionsMarkus Elfring2015-03-161-2/+1
* vtls: renamed sslgen.[ch] to vtls.[ch]Daniel Stenberg2013-12-201-1/+1
* vtls: created subdir, moved sslgen.[ch] there, updated all include linesDaniel Stenberg2013-12-201-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/+254
* build: rename 93 lib/*.c filesYang Tse2013-01-031-254/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-5/+5
* curl_share_setopt: use va_end()Daniel Stenberg2012-06-151-15/+21
* ssl session caching: fix compiler warningsYang Tse2012-01-181-10/+6
* SSL session share: move the age counter to the share objectAlejandro Alvarez Ayllon2011-11-171-0/+1
* Fixed compilation when HTTP or cookies are disabledDan Fandrich2011-10-201-0/+2
* curl_share_cleanup: avoid compiler warningDaniel Stenberg2011-10-041-1/+1
* share: don't use SSL unless enabledDaniel Stenberg2011-10-031-4/+18
* SSL session sharing support addedAlejandro Alvarez2011-09-281-1/+23
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-3/+1
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-20/+19
* disable cookies: remove ifdefs, move codeDaniel Stenberg2011-04-041-3/+1
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Make usage of calloc()'s arguments consistent with rest of code baseYang Tse2009-11-181-1/+1
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-2/+2
* malloc+memset => callocDaniel Stenberg2008-12-201-5/+3
* attempt to fix or allow further detection of an elusive icc SIGSEGVYang Tse2008-10-191-1/+3
* remove unnecessary typecasting of malloc()Yang Tse2008-09-061-2/+1
* - Added curl_easy_getinfo typechecker.Michal Marek2008-03-181-0/+1
* if () => if()Daniel Stenberg2007-11-071-11/+11
* Dan Fandrich added the --disable-cookies option to configure to buildDaniel Stenberg2004-12-051-3/+3
* Andrés García found out the share cleanup code crashes when you cleanupDaniel Stenberg2004-07-021-15/+18
* Alexander Krasnostavsky's fix to make libcurl build fine with configureDaniel Stenberg2004-06-091-1/+7
* check that memory allocation functions truly return good data or bail outDaniel Stenberg2004-05-131-22/+22
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-2/+1