Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-03 | Added log output for when the writing of the input HTTP request is successful | Daniel Stenberg | |
or unsuccessful. Used to track down the recent cygwin test suite problems. | |||
2003-04-03 | Modified how we log data to server.input, as we can't keep the file open | Daniel Stenberg | |
very much as it makes it troublesome on certain operating systems. | |||
2003-04-03 | new | Daniel Stenberg | |
2003-04-02 | 7.10.4 commit | Daniel Stenberg | |
2003-04-02 | Version 7.10.4 | Daniel Stenberg | |
2003-04-01 | documented the new killserver tag | Daniel Stenberg | |
2003-04-01 | kill the ftp server afterwards, it is just so messed up | Daniel Stenberg | |
2003-04-01 | log when we've returned verification that we are the test server | Daniel Stenberg | |
2003-04-01 | support the new <killserver> tag | Daniel Stenberg | |
2003-04-01 | ignore lib505 too | Daniel Stenberg | |
2003-04-01 | lib505.c is a new test case for ftp uploading with rename | Daniel Stenberg | |
2003-04-01 | Added support for the RNFR/RNTO commands | Daniel Stenberg | |
2003-03-31 | updated | Daniel Stenberg | |
2003-03-31 | move the ssl config clone call to before the connectionexists call and then | Daniel Stenberg | |
also subsequently free the ssl struct if the connection struct is to be deleted | |||
2003-03-31 | testing, ignore this commit | Sterling Hughes | |
2003-03-31 | 7.10.4-pre6 commit | Daniel Stenberg | |
2003-03-31 | added dist-hook that clears the tests/log dir properly as otherwise | Daniel Stenberg | |
'make distcheck' doesn't pass | |||
2003-03-31 | Fixup after talks with Richard Bramante. We should now make better | Daniel 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 new | Daniel Stenberg | |
CURLOPT_UNRESTRICTED_AUTH option set TRUE. Patch by Guillaume Cottenceau. | |||
2003-03-31 | Guillaume Cottenceau's patch that adds CURLOPT_UNRESTRICTED_AUTH that | Daniel Stenberg | |
disables the host name check in the FOLLOWLOCATION code. With that option set, libcurl will send user+password to all hosts. | |||
2003-03-31 | 10 days of fixes | Daniel Stenberg | |
2003-03-31 | clarify USERPWD somewhat more | Daniel Stenberg | |
2003-03-31 | Frankie Fong filed bug report #708708 which identified a problem with | Daniel 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-29 | Dan Shearer's fix from bug report #618892, which makes 'curl -O' output | Daniel Stenberg | |
an error message about a missing URL. | |||
2003-03-28 | send as much as possible of the POST at once | Daniel Stenberg | |
2003-03-27 | added section titles and a CONTACT paragraph asking people to use the mailing | Daniel Stenberg | |
lists | |||
2003-03-26 | fixed the pkg-config stuff for rh9 | Daniel Stenberg | |
2003-03-26 | add URLs to patch and diff | Daniel Stenberg | |
2003-03-26 | mention the URL to the mailing lists | Daniel Stenberg | |
2003-03-25 | attempt to extract openssl information using pkg-config | Daniel Stenberg | |
2003-03-25 | Renamed configure.in to configure.ac, as this is the supposedly new preferred | Daniel Stenberg | |
name for it. | |||
2003-03-25 | use init and copyright to get a better header in the generated script | 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 | |
change options on an SSL-enabled connection between requests. | |||
2003-03-24 | Removed 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-24 | all those changes | Daniel Stenberg | |
2003-03-21 | Hopefully 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-20 | lib/getdate.c.cvs may need a rename if you don't have yacc or bison | Daniel Stenberg | |
2003-03-20 | if the cvs update fails, don't continue further | Daniel Stenberg | |
2003-03-19 | make the ENGINE depend on the USE_SSLEAY define too | Daniel Stenberg | |
2003-03-19 | set binary mode for some file handling and it might work better on some | Daniel Stenberg | |
cygwin installations (using DOS-style files somehow?) | |||
2003-03-19 | typecast the conversion from const char * to char * | Daniel Stenberg | |
2003-03-19 | Rename getdate.c to getdate.c.cvs, since the "normal" build procedure do | Daniel 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-18 | clarify that 22 can be returned on --fail for all HTTP errors being 400 | Daniel Stenberg | |
or above | |||
2003-03-17 | more defensive checking as platforms differ... | Daniel Stenberg | |
2003-03-17 | Andy Cedilnik's corrections | Daniel Stenberg | |
2003-03-16 | it just never ends | Daniel Stenberg | |
2003-03-16 | regenerated from getdate.y | Daniel Stenberg | |
2003-03-16 | Juan F. Codagnone pointed out a missing thing from the march 2 fix | Daniel Stenberg | |