summaryrefslogtreecommitdiff
path: root/lib/share.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* added the sharing of DNS cacheJean-Philippe Barette-LaPierre2003-02-041-5/+44
* removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg2003-01-291-9/+0
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* Updated more and now looks and and the API possibly works almost like theDaniel Stenberg2003-01-091-98/+79
* updated to use the modified share-typesDaniel Stenberg2003-01-081-1/+1
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* Sterling Hughes brings the share interfaceDaniel Stenberg2002-08-131-0/+169