aboutsummaryrefslogtreecommitdiff
path: root/lib/transfer.c
AgeCommit message (Expand)Author
2001-04-11calling curl_easy_perform() with no URL set, now returns an error asDaniel 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-03better error checks for failure conditions (based on Puneet Pawaia's reports)Daniel Stenberg
2001-03-27make sure the alarm is off when returning from curl_easy_perform()Daniel Stenberg
2001-03-26'Connection: keep-alive' is now understood when sent by a HTTP/1.0 serverDaniel Stenberg
2001-03-23DONT TOUCH the data->url as it may point to read-only memory!!!Daniel Stenberg
2001-03-23now always stops reading a HEAD reply after all the headers have been returnedDaniel 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-19Added support for HTTP code 100 continue, as 8.2.3 in RFC2616 definesDaniel Stenberg
2001-03-16detect if chunked transfers are abortedDaniel Stenberg
2001-03-13Added a failf() error message when the chunked read returns failureDaniel Stenberg
2001-03-12updated the comment for the chunked readingDaniel Stenberg
2001-03-12Added infof() calls for persistant connection info, we are very likely toDaniel Stenberg
2001-03-09for HTTP/1.0 we default to non keep-alive connections, but when we get aDaniel Stenberg
2001-03-09prefix changes curl_ to Curl_Daniel Stenberg
2001-03-08return from transfer when all headers have been received and nobody is set,Daniel Stenberg
2001-03-07"Transfer-Encoding: chunked" support addedDaniel Stenberg
2001-03-07initial chunked transfer-encoding supportDaniel Stenberg
2001-03-05set download size properly for HTTP downloadsDaniel Stenberg
2001-03-02remade the port number stuff so that following locations work and doingDaniel Stenberg
2001-02-22Now persistant connection download works thanks to the Content-Length takenDaniel Stenberg
2001-02-20multiple connection support initial commitDaniel Stenberg
2001-02-07no longer #includes "getenv.h"Daniel Stenberg
2001-01-31Curl_read() uses ssize_t nowDaniel Stenberg
2001-01-31fixed up the telnet to work (using support from Linus Nielsen)Daniel Stenberg
2001-01-30changed order of the range and follow-location checks so that a range-requestDaniel Stenberg
2001-01-27bettersupport for HTTP return codes 300-399Daniel Stenberg
2001-01-26The check for that content-range is received must only be made if we requestedDaniel Stenberg
2001-01-25converted to use Curl_read() and Curl_write()Daniel Stenberg
2001-01-19No more URL length restrictionsDaniel Stenberg
2001-01-17download and highlevel are replaced with transferDaniel Stenberg