aboutsummaryrefslogtreecommitdiff
path: root/lib/transfer.c
AgeCommit message (Expand)Author
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