| Commit message (Expand) | Author | Age | Files | Lines |
* | vtls: make it 'struct Curl_ssl_session' | Daniel Stenberg | 2020-09-02 | 1 | -1/+1 |
* | hash: make it 'struct Curl_hash' | Daniel Stenberg | 2020-09-02 | 1 | -2/+2 |
* | psl: use latest psl and refresh it periodically | Patrick Monnerat | 2018-05-28 | 1 | -1/+5 |
* | share: add support for sharing the connection cache | Daniel Stenberg | 2017-11-09 | 1 | -2/+3 |
* | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg | 2016-12-13 | 1 | -4/+4 |
* | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg | 2016-06-22 | 1 | -2/+2 |
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
* | hostcache: made all host caches use structs, not pointers | Daniel Stenberg | 2015-05-12 | 1 | -2/+2 |
* | build: fix circular header inclusion with other packages | Yang Tse | 2013-01-09 | 1 | -1/+1 |
* | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse | 2013-01-06 | 1 | -0/+61 |
* | build: rename 76 lib/*.h files | Yang Tse | 2012-12-28 | 1 | -61/+0 |
* | build: make use of 76 lib/*.h renamed files | Yang Tse | 2012-12-28 | 1 | -3/+3 |
* | ssl session caching: fix compiler warnings | Yang Tse | 2012-01-18 | 1 | -6/+5 |
* | SSL session share: move the age counter to the share object | Alejandro Alvarez Ayllon | 2011-11-17 | 1 | -0/+1 |
* | struct Curl_share: provide sslsession unconditionally | Daniel Stenberg | 2011-10-04 | 1 | -2/+0 |
* | share: don't use SSL unless enabled | Daniel Stenberg | 2011-10-03 | 1 | -1/+5 |
* | SSL session sharing support added | Alejandro Alvarez | 2011-09-28 | 1 | -0/+4 |
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
* | Added support for Salford-C under Win32 (scc). HAVE_MALLOC_H and | Gisle Vanem | 2006-04-26 | 1 | -1/+9 |
* | Use plain structs and not typedef'ed ones in the hash and linked-list code. | Daniel Stenberg | 2005-01-25 | 1 | -18/+11 |
* | updated year in the copyright string | Daniel Stenberg | 2004-01-07 | 1 | -1/+1 |
* | Dirk Manske's patch that introduces cookie support to the share interface. | Daniel Stenberg | 2003-08-04 | 1 | -0/+2 |
* | added the sharing of DNS cache | Jean-Philippe Barette-LaPierre | 2003-02-04 | 1 | -4/+13 |
* | removed the local variables for emacs and vim, use the new sample.emacs | Daniel Stenberg | 2003-01-29 | 1 | -8/+0 |
* | copyright year update in the source header | Daniel Stenberg | 2003-01-16 | 1 | -1/+1 |
* | Updated more and now looks and and the API possibly works almost like the | Daniel Stenberg | 2003-01-09 | 1 | -9/+2 |
* | updated to use the modified share-types | Daniel Stenberg | 2003-01-08 | 1 | -2/+13 |
* | updated source code boilerplate/header | Daniel Stenberg | 2002-09-03 | 1 | -7/+7 |
* | Sterling Hughes brings the share interface | Daniel Stenberg | 2002-08-13 | 1 | -0/+48 |