Age | Commit message (Expand) | Author |
2001-05-21 | slightly "hackish" approach to disable SSL during download if the connection | Daniel Stenberg |
2001-05-12 | Added tons of comments all over | Daniel Stenberg |
2001-05-11 | checkheader() added to check headers+contents instead of the previous | Daniel Stenberg |
2001-05-11 | Ingo Wilken's redirect fixes | Daniel Stenberg |
2001-05-10 | Ingo Wilken's patch to support multiple spaces after "Location:" | Daniel Stenberg |
2001-05-03 | Cris Bailiff's fix to never attempt to get the body of a 304-reply! | Daniel Stenberg |
2001-04-27 | When Content-Length:0 is received, we now bail now and return success | Daniel Stenberg |
2001-04-27 | improved treatment of "Content-Length: 0", which is done by having | Daniel Stenberg |
2001-04-18 | Remade resume stuff to keep data in the connectdata struct instead of the | Daniel Stenberg |
2001-04-11 | calling curl_easy_perform() with no URL set, now returns an error as | Daniel Stenberg |
2001-04-03 | bugfixed the Location: following that must've been bad since the persistant | Daniel Stenberg |
2001-04-03 | - disabling port on absolute redirects is wrong | Daniel Stenberg |
2001-04-03 | better error checks for failure conditions (based on Puneet Pawaia's reports) | Daniel Stenberg |
2001-03-27 | make 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 server | Daniel Stenberg |
2001-03-23 | DONT TOUCH the data->url as it may point to read-only memory!!! | Daniel Stenberg |
2001-03-23 | now always stops reading a HEAD reply after all the headers have been returned | Daniel Stenberg |
2001-03-22 | Treat 302-redirects the same way we treat 303-redirects | Daniel Stenberg |
2001-03-22 | reset the follow location counter in Curl_perform() so that we can follow | Daniel Stenberg |
2001-03-19 | Added support for HTTP code 100 continue, as 8.2.3 in RFC2616 defines | Daniel Stenberg |
2001-03-16 | detect if chunked transfers are aborted | Daniel Stenberg |
2001-03-13 | Added a failf() error message when the chunked read returns failure | Daniel Stenberg |
2001-03-12 | updated the comment for the chunked reading | Daniel Stenberg |
2001-03-12 | Added infof() calls for persistant connection info, we are very likely to | Daniel Stenberg |
2001-03-09 | for HTTP/1.0 we default to non keep-alive connections, but when we get a | Daniel Stenberg |
2001-03-09 | prefix changes curl_ to Curl_ | Daniel Stenberg |
2001-03-08 | return from transfer when all headers have been received and nobody is set, | Daniel Stenberg |
2001-03-07 | "Transfer-Encoding: chunked" support added | Daniel Stenberg |
2001-03-07 | initial chunked transfer-encoding support | Daniel Stenberg |
2001-03-05 | set download size properly for HTTP downloads | Daniel Stenberg |
2001-03-02 | remade the port number stuff so that following locations work and doing | Daniel Stenberg |
2001-02-22 | Now persistant connection download works thanks to the Content-Length taken | Daniel Stenberg |
2001-02-20 | multiple connection support initial commit | Daniel Stenberg |
2001-02-07 | no longer #includes "getenv.h" | Daniel Stenberg |
2001-01-31 | Curl_read() uses ssize_t now | Daniel Stenberg |
2001-01-31 | fixed up the telnet to work (using support from Linus Nielsen) | Daniel Stenberg |
2001-01-30 | changed order of the range and follow-location checks so that a range-request | Daniel Stenberg |
2001-01-27 | bettersupport for HTTP return codes 300-399 | Daniel Stenberg |
2001-01-26 | The check for that content-range is received must only be made if we requested | Daniel Stenberg |
2001-01-25 | converted to use Curl_read() and Curl_write() | Daniel Stenberg |
2001-01-19 | No more URL length restrictions | Daniel Stenberg |
2001-01-17 | download and highlevel are replaced with transfer | Daniel Stenberg |