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