aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-11-25clarified Maciej W. Rozycki's fixDaniel Stenberg
2003-11-24allow the end-of-headers from a proxy response to CONNECT end with a CRCRDaniel Stenberg
as well as a CRLF
2003-11-24test proxy CONNECT requiring basic auth but we don't provide anyDaniel Stenberg
2003-11-24new way to trick sws to return special data on CONNECTDaniel Stenberg
2003-11-24somewhat up to speed with the develDaniel Stenberg
2003-11-24--ftp-ssl support addedDaniel Stenberg
2003-11-24proper ftps:// support addedDaniel Stenberg
2003-11-24prevent warning for non-SSL buildsDaniel Stenberg
2003-11-24windows build fix based on a patch by Gisle VanemDaniel Stenberg
2003-11-24adjusted code to the new socket fields in the sessionhandle structDaniel Stenberg
2003-11-24disable ftps-tests for now, we must make them work with the updated ftpsDaniel Stenberg
functionality
2003-11-24FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe itDaniel Stenberg
2003-11-24fixesDaniel Stenberg
2003-11-24Gaz Iqbal fixed a range string memory leak!Daniel Stenberg
2003-11-24fixed wrong commentDaniel Stenberg
2003-11-23Gisle Vanem fixed the Windows buildDaniel Stenberg
2003-11-23FTPSSL support options and defines addedDaniel Stenberg
2003-11-20combine the two identical casesDaniel Stenberg
2003-11-20three more fixesDaniel Stenberg
2003-11-20bail out properly on a 407 when we can't authenticate basic, bug reportDaniel Stenberg
#845247
2003-11-20request a file over proxy without credentials, and get a 407 backDaniel Stenberg
2003-11-19unconditional progressbarinit cures a windows crashDaniel Stenberg
2003-11-19If a partial file has been read or written, force a closure the existingDaniel Stenberg
connection to avoid re-use of it, since we cannot know in what state it is.
2003-11-19respect bits.close even if an error already is set, but make sure that theDaniel Stenberg
existing error is the one returned back
2003-11-19cut off old crappy win32 comments and use the proper global_init insteadDaniel Stenberg
also removed very old "require libcurl older than blablabla"
2003-11-19cleaned upDaniel Stenberg
2003-11-19remove the wrong win32 comment and use global_initDaniel Stenberg
2003-11-17Maciej W. Rozycki's configure patchDaniel Stenberg
2003-11-17Maciej W. Rozycki made this script use a cache variable for the writableDaniel Stenberg
argv test. This way, the default can be overridden better (for cross-compiles etc)
2003-11-15do ares_destroy() on the ares handle when we're done in Curl_is_resolved()Daniel Stenberg
2003-11-15twoDaniel Stenberg
2003-11-15Mathias Axelsson found a case where we free()d the server certificate twice!Daniel Stenberg
2003-11-14Siddhartha Prakash Jain found a case with a bad resolve that we didn'tDaniel Stenberg
properly bail out from, when using ares.
2003-11-13updatedDaniel Stenberg
2003-11-13Peter Sylvester found a flaw in the connect code for ipv6-enabled hosts.Daniel Stenberg
I guess it seldomly happens on linux and that's why it wasn't found before. He used Solaris to notice it. I took the opportunity to rewrite the Curl_connecthost() slightly to feature less duplicate code in the two different versions (ipv4/ipv6).
2003-11-13-n disables valgrind nowDaniel Stenberg
2003-11-13Default Content-Type for formparts has changed to "application/octet-stream".Daniel Stenberg
This seems more appropriate, and I believe mozilla and the likes do this. .html files now get text/html as Content-Type. Pointed out in bug report #839806.
2003-11-13don't log failed socket() callsDaniel Stenberg
2003-11-13Gisle Vanem added a flush to make the progress-bar look better on windowsDaniel Stenberg
(at least).
2003-11-12mention it was added in 7.10.9Daniel Stenberg
2003-11-12a resume http upload bugDaniel Stenberg
2003-11-11Added CURLOPT_NETRC_FILE.Daniel Stenberg
2003-11-10Generate the ca-bundle.h file in the build dir and not in the source dir,Daniel Stenberg
which works nicely since the build dir is before the source dir in the include path.
2003-11-10After Sébastien Willemijns' bug report, we now check the separators properlyDaniel Stenberg
in the 229-reply servers respond on a EPSV command and bail out better if the reply string is not valid RFC2428-compliant.
2003-11-08for the getpwuid() etcDaniel Stenberg
2003-11-08use char, not boolDaniel Stenberg
2003-11-07things happen even during slow days! ;-)Daniel Stenberg
2003-11-07do a normal free() of the homedir nowDaniel Stenberg
2003-11-07Based on Gisle Vanem's $HOME patch, we now attempt to find the home dirDaniel Stenberg
in a slightly better way for more platforms. The $HOME is only used for .curlrc atm, but the possible upcoming change of .netrc treatment may also need the home dir.
2003-11-07Removed references to the no-longer existing PASSWDFUNCTION. That optionDaniel Stenberg
existed in 7.10.7 and earlier, but has since been cut out.