summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2005-08-29Moved the GnuTLS related TODO items from lib/TODO.gnutls to the properDaniel Stenberg
2005-08-24Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessibleDaniel Stenberg
2005-08-24Fixed CA cert verification using GnuTLS with the default bundle, whichDaniel Stenberg
2005-08-22enabled statically linked builds.Gunter Knauf
2005-08-19Norbert Novotny had problems with FTPS and he helped me work out a patchDaniel Stenberg
2005-08-18minor Makefile fixes.Gunter Knauf
2005-08-17remove the typecast to long from time_t, since we now store it as curl_off_tDaniel Stenberg
2005-08-17- Jeff Pohlmeyer found out that if you ask libcurl to load a cookiefile (withDaniel Stenberg
2005-08-16added curl_mvsnprintf to the export list; I appened to the end cause of the n...Gunter Knauf
2005-08-16added curl_mvsnprintf to the export list.Gunter Knauf
2005-08-13James Bursa identified a libcurl HTTP bug and a good way to repeat it. If aDaniel Stenberg
2005-08-11removed old debug left-over infof() callDaniel Stenberg
2005-08-11Added comment about strtoimax()Daniel Stenberg
2005-08-10the debug callback was called with CURLINFO_TEXT with the data size oneDaniel Stenberg
2005-08-10some minor Makefile fixes for SSL.Gunter Knauf
2005-08-09Christopher R. Palmer fixed the offsets used for date parsings when the timeDaniel Stenberg
2005-08-07Jon Grubbs filed bug report #1249962 which identified a problem with NTLM on aDaniel Stenberg
2005-08-07Don't prevent FTPS:// through a http proxy, as we cannot know if it works orDaniel Stenberg
2005-07-28reset the numcookies counter too (I missed it in the previous commit)Daniel Stenberg
2005-07-28now strdups the cookielist inpointer before passed on, as the cookie functionDaniel Stenberg
2005-07-28curl standard indent/formatDaniel Stenberg
2005-07-27If any of the options CURLOPT_HTTPGET, CURLOPT_POST and CURLOPT_HTTPPOST isDaniel Stenberg
2005-07-27Peteris Krumins added CURLOPT_COOKIELIST and CURLINFO_COOKIELIST, which is aDaniel Stenberg
2005-07-27disabling HTTP should also nullify this function callDaniel Stenberg
2005-07-21Fixed some typos in output messages.Dan Fandrich
2005-07-17Simplified the code within curl_easy_perform() that calls Curl_perform().Daniel Stenberg
2005-07-13Diego Casorran patches to make (lib)curl build fine on Amiga againDaniel Stenberg
2005-07-12Adrian Schuur added trailer support in the chunked encoding stream. TheDaniel Stenberg
2005-07-05correction for the 407 with response-body caseDaniel Stenberg
2005-07-05Update copyright.Gisle Vanem
2005-07-05Gisle Vanem came up with a nice little work-around for bug #1230118. ItDaniel Stenberg
2005-07-03Andrew Bushnell provided enough info for me to tell that we badly needed toDaniel Stenberg
2005-06-30use %p to printf pointers since %x doesn't work properly on tru64 for thisDaniel Stenberg
2005-06-30enable memory debugging on tru64 with ipv6 support by doing a little differentDaniel Stenberg
2005-06-22David Shaw's fix that unifies proxy string treatment so that a proxy givenDaniel Stenberg
2005-06-14Ensure thread handle is closed too.Gisle Vanem
2005-05-31Todd Kulesza reported a flaw in the proxy option, since a numerical IPv6Daniel Stenberg
2005-05-29Eric Cooper reported about a problem with HTTP servers that responds withDaniel Stenberg
2005-05-27avoid the sensitive word as it looks bad in some people's eyesDaniel Stenberg
2005-05-26provide the proper copyright texts for theseDaniel Stenberg
2005-05-24Now allow TYPE responses to be any 2xx code, and log if it isn't 200.Daniel Stenberg
2005-05-19additional fix for the malformed URL fix of ydayDaniel Stenberg
2005-05-18Bug report #1204435 identified a problem with malformed URLs likeDaniel Stenberg
2005-05-18The configure check for strerror_r() failed to detect the proper API atDaniel Stenberg
2005-05-17check if getsockname() returns failure before using the address it providesDaniel Stenberg
2005-05-17reduced typecasts, from two to oneDaniel Stenberg
2005-05-14fix warning about redefined symbolDaniel Stenberg
2005-05-14Updated generated dependencies.Gisle Vanem
2005-05-14Some patches for (a stricter/smarter) gcc 4.0 andGisle Vanem
2005-05-14'ssize_t' seems to be a gcc 4.x built-in.Gisle Vanem