Age | Commit message (Expand) | Author |
2003-05-09 | support for CURLOPT_FTP_USE_EPRT added | Daniel Stenberg |
2003-05-06 | Kevin Delafield reported another case where we didn't correctly check for | Daniel Stenberg |
2003-05-02 | If there is a custom Host: header specified, we use that host name to | Daniel Stenberg |
2003-05-01 | corrected a comment about gzip not being supported | Daniel Stenberg |
2003-05-01 | Andy Cedilnik fixed some compiler warnings | Daniel Stenberg |
2003-05-01 | ourerrno became Curl_ourerrno() and is now available to all libcurl | Daniel Stenberg |
2003-05-01 | Use the proper Curl_ourerrno() function instead of plain errno, for better | Daniel Stenberg |
2003-04-30 | when making up the list of path parts, save the last entry pointing to NULL | Daniel Stenberg |
2003-04-30 | if there's a cookiehost allocated, free that too | Daniel Stenberg |
2003-04-30 | stop parsing Host: host names at colons too | Daniel Stenberg |
2003-04-30 | modified to the new cookie function proto | Daniel Stenberg |
2003-04-30 | extract host name from custom Host: headers to use for cookies | Daniel Stenberg |
2003-04-30 | Many cookie fixes: | Daniel Stenberg |
2003-04-30 | changes need for the new ftp path treatment and the new cookie code | Daniel Stenberg |
2003-04-30 | David Balazic's patch to make the FTP operations "do right" according to | Daniel Stenberg |
2003-04-29 | Peter Kovacs provided a patch that makes the CURLINFO_CONNECT_TIME work fine | Daniel Stenberg |
2003-04-25 | RSAglue.lib is no longer needed with recent OpenSSL versions | Daniel Stenberg |
2003-04-22 | Dan Fandrich corrected the error messages on "bad encoding". | Daniel Stenberg |
2003-04-22 | Dan Fandrich's gzip bugfix | Daniel Stenberg |
2003-04-22 | Peter Sylvester pointed out that curl_easy_setopt() will always (wrongly) | Daniel Stenberg |
2003-04-15 | treat uploaded .html files as text/html by default | Daniel Stenberg |
2003-04-14 | return the same error for the sslv2 "certificate verify failed" code | Daniel Stenberg |
2003-04-14 | Restored the SSL error codes since they was broken in the 7.10.4 release, | Daniel Stenberg |
2003-04-11 | Nic fixed so that Curl_client_write() must not be called with 0 lenth data. | Daniel Stenberg |
2003-04-11 | Nic Hines fixed this bug when deflate or gzip contents were downloaded using | Daniel Stenberg |
2003-04-11 | ah, move the zero byte too or havoc will occur | Daniel Stenberg |
2003-04-11 | support ? as separator instead of / even if not protocol was given | Daniel Stenberg |
2003-04-11 | Dan Fandrich's gzip patch applied | Daniel Stenberg |
2003-04-11 | According to RFC959, CWD is supposed to return 250 on success, but | Daniel Stenberg |
2003-04-11 | show a verbose warning message in case cookie-saving fails, after | Daniel Stenberg |
2003-04-10 | Vlad Krupin's URL parsing patch to fix the URL parsing when the URL has no | Daniel Stenberg |
2003-04-09 | the default debugfunction shows incoming headers as well | Daniel Stenberg |
2003-04-09 | timecond support added | Daniel Stenberg |
2003-04-08 | James Bursa fixed a flaw in the content-type extracting code that could | Daniel Stenberg |
2003-04-08 | share.c added | Daniel Stenberg |
2003-04-04 | Changed how boundary strings are generated. This new way uses 28 dashes | Daniel Stenberg |
2003-04-03 | spell fix | Daniel Stenberg |
2003-04-03 | kill a compiler warning on cygwin | Daniel Stenberg |
2003-03-31 | move the ssl config clone call to before the connectionexists call and then | Daniel Stenberg |
2003-03-31 | testing, ignore this commit | Sterling Hughes |
2003-03-31 | Fixup after talks with Richard Bramante. We should now make better | Daniel Stenberg |
2003-03-31 | Guillaume Cottenceau's patch that adds CURLOPT_UNRESTRICTED_AUTH that | Daniel Stenberg |
2003-03-31 | Frankie Fong filed bug report #708708 which identified a problem with | Daniel Stenberg |
2003-03-25 | white space and indent fix | Daniel Stenberg |
2003-03-24 | ignore getdate.c | Daniel Stenberg |
2003-03-24 | Richard Bramante's provided a fix for a handle re-use problem seen when you | Daniel Stenberg |
2003-03-24 | Removed the "TC TrustCenter, Germany, Class 0 CA." certificate: | Daniel Stenberg |
2003-03-21 | Hopefully this change addresses these two bug reports: 707003 and 706624. | Daniel Stenberg |
2003-03-19 | make the ENGINE depend on the USE_SSLEAY define too | Daniel Stenberg |
2003-03-19 | typecast the conversion from const char * to char * | Daniel Stenberg |