Age | Commit message (Expand) | Author |
2001-05-23 | Added Andres' comments about field 2 in netscape cookie files | Daniel Stenberg |
2001-05-23 | Andrés García's netscape cookie file parser fix | Daniel Stenberg |
2001-05-22 | store httpcode _before_ doing the FAILONERROR check so that getinfo works | Daniel Stenberg |
2001-05-21 | turned newlines into DOS styles | Daniel Stenberg |
2001-05-21 | made it binary in CVS to maintain DOS newlines and turned those newlines | Daniel Stenberg |
2001-05-21 | slightly "hackish" approach to disable SSL during download if the connection | Daniel Stenberg |
2001-05-18 | our internal strlcat() is now named Curl_strlcat() | Daniel Stenberg |
2001-05-18 | strlcat() is now Curl_strlcat() instead to prevent collisions when used with | Daniel Stenberg |
2001-05-18 | strlcpy() turned static | Daniel Stenberg |
2001-05-15 | Pawel A. Gajda fixed resumed transfers on persistent connections | Daniel Stenberg |
2001-05-14 | Jun-ichiro itojun Hagino fixed FTP PORT for IPv6-enabled libcurl | Daniel Stenberg |
2001-05-12 | Added tons of comments all over | Daniel Stenberg |
2001-05-12 | Uses the Curl_SSLConnect() according to the new return type | Daniel Stenberg |
2001-05-12 | fixed Curl_SSLConnect() to return CURLcode errors, including the new error | Daniel Stenberg |
2001-05-11 | removed unused #ifdef'ed section | Daniel Stenberg |
2001-05-11 | when asking for a resumed FTP transfer, even though the entire file has | Daniel Stenberg |
2001-05-11 | checkheader() added to check headers+contents instead of the previous | Daniel Stenberg |
2001-05-11 | another multiple FTP transfer fix | 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-10 | When re-using a connection, the path pointers were not setup properly so | Daniel Stenberg |
2001-05-08 | when getting a FTP file with NOBODY, we will no longer return error if | Daniel Stenberg |
2001-05-07 | corrected the read-callback typecase since FILE * was replaced with void * | Daniel Stenberg |
2001-05-07 | fixed 'storefread' to not make a warning | Daniel Stenberg |
2001-05-04 | 'FILE *' changed to 'void *' in all callback functions | Daniel Stenberg |
2001-05-03 | Cris Bailiff's fix to disable chunked transfers on re-used persistent | 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-26 | Curl_GetFTPResponse() is rewritten to read all incoming data in large | Daniel Stenberg |
2001-04-25 | connection re-using didn't work on non-default ports when not using proxy | Daniel Stenberg |
2001-04-24 | include debugmem for memory leak detection | Daniel Stenberg |
2001-04-24 | on albert chin's comment I remade the fix to set '\0' instead of 0 since | Daniel Stenberg |
2001-04-23 | Added zero termination, as the OpenSSL version string was written without | Daniel Stenberg |
2001-04-23 | no need to copy the name when re-using the connection, we already have the | Daniel Stenberg |
2001-04-22 | Rosimildo da Silva corrected them to build a proper lib and to use options | Daniel Stenberg |
2001-04-22 | copy the name properly when re-using a connection | Daniel Stenberg |
2001-04-22 | old krb4 fix for strlcat() prototype | Daniel Stenberg |
2001-04-18 | Remade resume stuff to keep data in the connectdata struct instead of the | Daniel Stenberg |
2001-04-17 | init the speed index variable between transfers | Daniel Stenberg |
2001-04-17 | Frederic Lepied's ftp download resume fix | Daniel Stenberg |
2001-04-17 | use GMT for the conditional timed gets (reported by Phil Karn) | Daniel Stenberg |
2001-04-11 | calling curl_easy_perform() with no URL set, now returns an error as | Daniel Stenberg |
2001-04-11 | we don't use the HTTP_PROXY environment variable in uppercase anymore, since | Daniel Stenberg |
2001-04-11 | oops, missed the shut-off non-blocking fix | Daniel Stenberg |
2001-04-11 | SM made the connection timeout work for windows boxes! | Daniel Stenberg |
2001-04-10 | setopt() works with the new CURLOPT_HEADERFUNCTION: | Daniel Stenberg |
2001-04-10 | Added new CURLOPT_HEADERFUNCTION callback for writing headers only | Daniel Stenberg |
2001-04-09 | corrected by SM to build better with openssl | Daniel Stenberg |
2001-04-09 | SM's updates | Daniel Stenberg |