Age | Commit message (Expand) | Author |
2001-12-04 | i'm soooo funny | Daniel Stenberg |
2001-11-20 | Georg Horn's STARTTRANSFER_TIME patch | Daniel Stenberg |
2001-11-07 | we use signal() to ignore signals only as long as we have to, and we now | Daniel Stenberg |
2001-11-06 | myalarm() is history, we now use HAVE_ALARM and we now do our very best to | Daniel Stenberg |
2001-11-02 | failf() now only overwrites the error buffer the first time it gets called | Daniel Stenberg |
2001-11-01 | Update the byte counters in the loop so that aborted transfers have the | Daniel Stenberg |
2001-10-31 | If Curl_do() fails with CURLE_WRITE_ERROR on a re-used connection, this | Daniel Stenberg |
2001-10-22 | failed transfers will now close the connection | Daniel Stenberg |
2001-10-19 | now counts header size return from server and if nothing is returned from a | Daniel Stenberg |
2001-10-19 | CURLOPT_FAILONERROR now only returns error if the HTTP code is 400 or above | Daniel Stenberg |
2001-10-17 | call Curl_done() in Curl_perform() after Transfer() was called, even it it | Daniel Stenberg |
2001-10-12 | better check for absolute URL redirects, adjusted to new Curl_tvdiff() proto | Daniel Stenberg |
2001-10-11 | looks nicer and is better compatible with older vim versions | Sterling Hughes |
2001-10-01 | removed obsoletetd myalarm() calls | Daniel Stenberg |
2001-09-28 | filetime should be -1 if the remote time was unknown as 0 is actually a | Daniel Stenberg |
2001-09-26 | Now we're setting a default domain for received cookies so that we can | Daniel Stenberg |
2001-09-12 | moved a 100K buffer from the transfer loop to the urlstate struct, as it | Daniel Stenberg |
2001-09-07 | Added formatting sections for emacs and vim | Sterling Hughes |
2001-08-30 | Major rename and redesign of the internal "backbone" structs. Details will | Daniel Stenberg |
2001-08-28 | Georg Huettenegger added code to deal with error 417 when doing form posts. | Daniel Stenberg |
2001-08-28 | Added SSL session ID caching, moved some SSL code from url.c to ssluse.c | Daniel Stenberg |
2001-08-21 | Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819 | Daniel Stenberg |
2001-08-15 | calls Curl_initinfo() in perform(). | Daniel Stenberg |
2001-08-14 | const and (un)signed fixes | Daniel Stenberg |
2001-08-10 | corrected minor source indentation error | Daniel Stenberg |
2001-08-05 | - Sergio Ballestrero provided a patch for reading responses from NCSA httpd | Daniel Stenberg |
2001-08-03 | httpreq cleanup fix | Daniel Stenberg |
2001-08-02 | FD_ZERO() the keepfd variables properly when keepon is modified (Tomasz Lacki | Daniel Stenberg |
2001-05-22 | store httpcode _before_ doing the FAILONERROR check so that getinfo works | Daniel Stenberg |
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 |