summaryrefslogtreecommitdiff
path: root/lib/share.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* adjusted to the new dns cache function to hide more hostip internalsDaniel Stenberg2004-03-301-1/+1
* Don't call the lock/unlock functions if they are NULL. They can still beDaniel Stenberg2004-02-261-2/+4
* Dan Fandrich's cleanup patch to make pedantic compiler options cause lessDaniel Stenberg2004-01-291-2/+2
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* the new cookie functions that require 'data' passed inDaniel Stenberg2003-08-111-1/+1
* Dirk Manske's bugfix for the share stuffDaniel Stenberg2003-08-111-4/+17
* Dirk Manske's patch that introduces cookie support to the share interface.Daniel Stenberg2003-08-041-1/+15
* use CURLDEBUG instead of MALLOCDEBUGDaniel Stenberg2003-06-261-1/+1
* Marty Kuhrt's #include fixes for VMSDaniel Stenberg2003-06-131-0/+1
* include stdarg.h since we use va_* stuffDaniel Stenberg2003-02-061-0/+1