summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-04-047.7.1 commitcurl-7_7_1Daniel Stenberg
2001-04-03bugfixed the Location: following that must've been bad since the persistantDaniel Stenberg
2001-04-03- disabling port on absolute redirects is wrongDaniel Stenberg
2001-04-03two crashes removedDaniel Stenberg
2001-04-03better error checks for failure conditions (based on Puneet Pawaia's reports)Daniel Stenberg
2001-04-03Puneet Pawaia pointed out the lack of http_chunks in several places.Daniel Stenberg
2001-03-30elaborated more in CURLOPT_HTTPHEADER sectionDaniel Stenberg
2001-03-29ftps:// added and the perl interfaces changedDaniel Stenberg
2001-03-29ftps:// support addedDaniel Stenberg
2001-03-29Georg Horn's and my fixes to make it compile with 7.7Daniel Stenberg
2001-03-29Georg Horn set -WallDaniel Stenberg
2001-03-29Georg Horn's updatesDaniel Stenberg
2001-03-27make sure the alarm is off when returning from curl_easy_perform()Daniel Stenberg
2001-03-27Added a line about the new makefile exampleDaniel Stenberg
2001-03-27Added Makefile.example as an example makefile that can build the exampleDaniel Stenberg
2001-03-27Added ftpget.c just to show that it is exactly as easy to get FTP filesDaniel Stenberg
2001-03-27no more ' as first letter of a row, and made the quotes match in the topDaniel Stenberg
2001-03-27Added some text to WRITEHEADER about the fact that libcurl will always writeDaniel Stenberg
2001-03-267.7.1-beta1Daniel Stenberg
2001-03-26persistant fix for http/1.0Daniel Stenberg
2001-03-26'Connection: keep-alive' is now understood when sent by a HTTP/1.0 serverDaniel Stenberg
2001-03-24numerous corrections since the 7.7 releaseDaniel Stenberg
2001-03-24Colin Watson's man patch as posted to debian bug tracker numer #90281Daniel Stenberg
2001-03-23two Qs added:Daniel Stenberg
2001-03-23make should be $(MAKE)Daniel Stenberg
2001-03-23match the new never-read-body when doing HEADDaniel Stenberg
2001-03-23curl_setopt() should be curl_easy_setopt()Daniel Stenberg
2001-03-23DONT TOUCH the data->url as it may point to read-only memory!!!Daniel Stenberg
2001-03-23updates by SM nttp at iname.comDaniel Stenberg
2001-03-23now always stops reading a HEAD reply after all the headers have been returnedDaniel Stenberg
2001-03-23ConnectionExists() wrongly returned TRUE for too many connections if proxyDaniel Stenberg
2001-03-22updated with the new don't-encode-already-encoded-data conceptDaniel Stenberg
2001-03-22Treat 302-redirects the same way we treat 303-redirectsDaniel Stenberg
2001-03-22reset the follow location counter in Curl_perform() so that we can followDaniel Stenberg
2001-03-22brand new Curl_ prefixes on global symbolsDaniel Stenberg
2001-03-22made it use Curl_ prefixes on global symbolsDaniel Stenberg
2001-03-22Jim Drash suggested and I made it not encode what looks like an alreadyDaniel Stenberg
2001-03-227.7 commitcurl-7_7Daniel Stenberg
2001-03-22removed the duplicates!Daniel Stenberg
2001-03-22added escape and unescapeDaniel Stenberg
2001-03-22the new escape/unescape function setupDaniel Stenberg
2001-03-22(un)escape, configure hack, betas run fineDaniel Stenberg
2001-03-22added how to pronounce curl! ;-)Daniel Stenberg
2001-03-22don't mention explicit version 7.8Daniel Stenberg
2001-03-22added escape and unescape man pagesDaniel Stenberg
2001-03-22not exactly new, but documented for 7.7Daniel Stenberg
2001-03-22Andrés García's problems on the mailing list made me realize that we can'tDaniel Stenberg
2001-03-20GNUTLS is another new SSL library we can add support for. Anyone?Daniel Stenberg
2001-03-197.7-beta5 commitcurl-7_7-beta5Daniel Stenberg
2001-03-19test case 39 added, HTTP location and continueDaniel Stenberg