Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-04 | struct Curl_share: provide sslsession unconditionally | Daniel Stenberg | |
It makes much nicer and less convuluted code everywhere if this struct member is always present even when libcurl is built without SSL support. This reverts parts of commit 15e3e451702396e | |||
2011-10-03 | share: don't use SSL unless enabled | Daniel Stenberg | |
Don't even declare the struct members for disabled features Introducing the CURLSHE_NOT_BUILT_IN return code for the share interface when trying to set a sharing option that has been disabled (or not enabled) in the library. | |||
2011-09-28 | SSL session sharing support added | Alejandro Alvarez | |
With locking, plus test, plus documentation | |||
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2006-04-26 | Added support for Salford-C under Win32 (scc). HAVE_MALLOC_H and | Gisle Vanem | |
HAVE_PROCESS_H added for all except scc. | |||
2005-01-25 | Use plain structs and not typedef'ed ones in the hash and linked-list code. | Daniel Stenberg | |
2004-01-07 | updated year in the copyright string | Daniel Stenberg | |
2003-08-04 | Dirk Manske's patch that introduces cookie support to the share interface. | Daniel Stenberg | |
2003-02-04 | added the sharing of DNS cache | Jean-Philippe Barette-LaPierre | |
2003-01-29 | removed the local variables for emacs and vim, use the new sample.emacs | Daniel Stenberg | |
way for emacs, and vim users should provide a similar non-polluting style | |||
2003-01-16 | copyright year update in the source header | Daniel Stenberg | |
2003-01-09 | Updated more and now looks and and the API possibly works almost like the | Daniel Stenberg | |
design document specifies. There is still no code inside that uses this. | |||
2003-01-08 | updated to use the modified share-types | Daniel Stenberg | |
2002-09-03 | updated source code boilerplate/header | Daniel Stenberg | |
2002-08-13 | Sterling Hughes brings the share interface | Daniel Stenberg | |