aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-04-03newDaniel Stenberg
2003-04-027.10.4 commitDaniel Stenberg
2003-04-02Version 7.10.4Daniel Stenberg
2003-04-01documented the new killserver tagDaniel Stenberg
2003-04-01kill the ftp server afterwards, it is just so messed upDaniel Stenberg
2003-04-01log when we've returned verification that we are the test serverDaniel Stenberg
2003-04-01support the new <killserver> tagDaniel Stenberg
2003-04-01ignore lib505 tooDaniel Stenberg
2003-04-01lib505.c is a new test case for ftp uploading with renameDaniel Stenberg
2003-04-01Added support for the RNFR/RNTO commandsDaniel Stenberg
2003-03-31updatedDaniel Stenberg
2003-03-31move the ssl config clone call to before the connectionexists call and thenDaniel Stenberg
also subsequently free the ssl struct if the connection struct is to be deleted
2003-03-31testing, ignore this commitSterling Hughes
2003-03-317.10.4-pre6 commitDaniel Stenberg
2003-03-31added dist-hook that clears the tests/log dir properly as otherwiseDaniel Stenberg
'make distcheck' doesn't pass
2003-03-31Fixup after talks with Richard Bramante. We should now make betterDaniel Stenberg
comparisons before re-using SSL connections and re-using SSL connection IDs.
2003-03-31--location-trusted added, which does a normal location plus the newDaniel Stenberg
CURLOPT_UNRESTRICTED_AUTH option set TRUE. Patch by Guillaume Cottenceau.
2003-03-31Guillaume Cottenceau's patch that adds CURLOPT_UNRESTRICTED_AUTH thatDaniel Stenberg
disables the host name check in the FOLLOWLOCATION code. With that option set, libcurl will send user+password to all hosts.
2003-03-3110 days of fixesDaniel Stenberg
2003-03-31clarify USERPWD somewhat moreDaniel Stenberg
2003-03-31Frankie Fong filed bug report #708708 which identified a problem withDaniel Stenberg
ConnectionExists() when first doing a proxy connecto to a HTTPS site and then switching over to a HTTP connection to the same host. This fix corrects the problem.
2003-03-29Dan Shearer's fix from bug report #618892, which makes 'curl -O' outputDaniel Stenberg
an error message about a missing URL.
2003-03-28send as much as possible of the POST at onceDaniel Stenberg
2003-03-27added section titles and a CONTACT paragraph asking people to use the mailingDaniel Stenberg
lists
2003-03-26fixed the pkg-config stuff for rh9Daniel Stenberg
2003-03-26add URLs to patch and diffDaniel Stenberg
2003-03-26mention the URL to the mailing listsDaniel Stenberg
2003-03-25attempt to extract openssl information using pkg-configDaniel Stenberg
2003-03-25Renamed configure.in to configure.ac, as this is the supposedly new preferredDaniel Stenberg
name for it.
2003-03-25use init and copyright to get a better header in the generated scriptDaniel Stenberg
2003-03-25white space and indent fixDaniel Stenberg
2003-03-24ignore getdate.cDaniel Stenberg
2003-03-24Richard Bramante's provided a fix for a handle re-use problem seen when youDaniel Stenberg
change options on an SSL-enabled connection between requests.
2003-03-24Removed the "TC TrustCenter, Germany, Class 0 CA." certificate:Daniel Stenberg
"It is a DEMO certificate and was never intended to be in any list of trusted CA certificates." (quote by Götz Babin-Ebell, trustcenter.de)
2003-03-24all those changesDaniel Stenberg
2003-03-21Hopefully this change addresses these two bug reports: 707003 and 706624.Daniel Stenberg
We need to make sure that when we init a 'connectdata' struct and then afterwards check for and re-use another one, we must be careful so that the newly set values are transmitted and used in the surviving connectdata struct.
2003-03-20lib/getdate.c.cvs may need a rename if you don't have yacc or bisonDaniel Stenberg
2003-03-20if the cvs update fails, don't continue furtherDaniel Stenberg
2003-03-19make the ENGINE depend on the USE_SSLEAY define tooDaniel Stenberg
2003-03-19set binary mode for some file handling and it might work better on someDaniel Stenberg
cygwin installations (using DOS-style files somehow?)
2003-03-19typecast the conversion from const char * to char *Daniel Stenberg
2003-03-19Rename getdate.c to getdate.c.cvs, since the "normal" build procedure doDaniel Stenberg
imply that yacc/bison exists and can generate this file. Those without one of those tools can then checkout and rename the getdate.c.cvs file.
2003-03-18clarify that 22 can be returned on --fail for all HTTP errors being 400Daniel Stenberg
or above
2003-03-17more defensive checking as platforms differ...Daniel Stenberg
2003-03-17Andy Cedilnik's correctionsDaniel Stenberg
2003-03-16it just never endsDaniel Stenberg
2003-03-16regenerated from getdate.yDaniel Stenberg
2003-03-16Juan F. Codagnone pointed out a missing thing from the march 2 fixDaniel Stenberg
2003-03-16typecase getpid() to int to prevent compiler warningDaniel Stenberg
2003-03-15figure out select()'s argument typesDaniel Stenberg