Age | Commit message (Expand) | Author |
2020-06-12 | share: don't set the share flag it something fails | Daniel Stenberg |
2018-05-28 | psl: use latest psl and refresh it periodically | Patrick Monnerat |
2017-11-10 | curl_share_setopt: va_end was not called if conncache errors | Daniel Stenberg |
2017-11-09 | share: add support for sharing the connection cache | Daniel Stenberg |
2016-06-22 | typedefs: use the full structs in internal code... | Daniel Stenberg |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-04-03 | code: style updates | Daniel Stenberg |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-05-22 | share_init: fix OOM crash | Daniel Stenberg |
2015-05-18 | hostip: fix unintended destruction of hash table | Anthony Avina |
2015-05-12 | hostcache: made all host caches use structs, not pointers | Daniel Stenberg |
2015-03-16 | Bug #149: Deletion of unnecessary checks before a few calls of cURL functions | Markus Elfring |
2013-12-20 | vtls: renamed sslgen.[ch] to vtls.[ch] | Daniel Stenberg |
2013-12-20 | vtls: created subdir, moved sslgen.[ch] there, updated all include lines | Daniel Stenberg |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2013-01-03 | build: rename 93 lib/*.c files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-06-15 | curl_share_setopt: use va_end() | Daniel Stenberg |
2012-01-18 | ssl session caching: fix compiler warnings | Yang Tse |
2011-11-17 | SSL session share: move the age counter to the share object | Alejandro Alvarez Ayllon |
2011-10-20 | Fixed compilation when HTTP or cookies are disabled | Dan Fandrich |
2011-10-04 | curl_share_cleanup: avoid compiler warning | Daniel Stenberg |
2011-10-03 | share: don't use SSL unless enabled | Daniel Stenberg |
2011-09-28 | SSL session sharing support added | Alejandro Alvarez |
2011-07-26 | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse |
2011-04-27 | source cleanup: unify look, style and indent levels | Daniel Stenberg |
2011-04-04 | disable cookies: remove ifdefs, move code | Daniel Stenberg |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2009-11-18 | Make usage of calloc()'s arguments consistent with rest of code base | Yang Tse |
2009-04-21 | libcurl's memory.h renamed to curl_memory.h | Yang Tse |
2008-12-20 | malloc+memset => calloc | Daniel Stenberg |
2008-10-19 | attempt to fix or allow further detection of an elusive icc SIGSEGV | Yang Tse |
2008-09-06 | remove unnecessary typecasting of malloc() | Yang Tse |
2008-03-18 | - Added curl_easy_getinfo typechecker. | Michal Marek |
2007-11-07 | if () => if() | Daniel Stenberg |
2004-12-05 | Dan Fandrich added the --disable-cookies option to configure to build | Daniel Stenberg |
2004-07-02 | Andr�s Garc�a found out the share cleanup code crashes when you cleanup | Daniel Stenberg |
2004-06-09 | Alexander Krasnostavsky's fix to make libcurl build fine with configure | Daniel Stenberg |
2004-05-13 | check that memory allocation functions truly return good data or bail out | Daniel Stenberg |
2004-05-11 | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg |
2004-03-30 | adjusted to the new dns cache function to hide more hostip internals | Daniel Stenberg |
2004-02-26 | Don't call the lock/unlock functions if they are NULL. They can still be | Daniel Stenberg |
2004-01-29 | Dan Fandrich's cleanup patch to make pedantic compiler options cause less | Daniel Stenberg |
2004-01-07 | updated year in the copyright string | Daniel Stenberg |
2003-08-11 | the new cookie functions that require 'data' passed in | Daniel Stenberg |
2003-08-11 | Dirk Manske's bugfix for the share stuff | Daniel Stenberg |
2003-08-04 | Dirk Manske's patch that introduces cookie support to the share interface. | Daniel Stenberg |
2003-06-26 | use CURLDEBUG instead of MALLOCDEBUG | Daniel Stenberg |
2003-06-13 | Marty Kuhrt's #include fixes for VMS | Daniel Stenberg |