platform/upstream/curl.git
21 years agowe say welcome to test 142
Daniel Stenberg [Wed, 30 Apr 2003 20:08:01 +0000 (20:08 +0000)]
we say welcome to test 142

21 years agoverify that curl fails fine when an FTP URL with a too deep dir hierarchy
Daniel Stenberg [Wed, 30 Apr 2003 20:07:37 +0000 (20:07 +0000)]
verify that curl fails fine when an FTP URL with a too deep dir hierarchy
is used

21 years agowhen making up the list of path parts, save the last entry pointing to NULL
Daniel Stenberg [Wed, 30 Apr 2003 20:04:17 +0000 (20:04 +0000)]
when making up the list of path parts, save the last entry pointing to NULL
as otherwise we'll go nuts

21 years agorecent action
Daniel Stenberg [Wed, 30 Apr 2003 20:01:22 +0000 (20:01 +0000)]
recent action

21 years agoif there's a cookiehost allocated, free that too
Daniel Stenberg [Wed, 30 Apr 2003 19:58:36 +0000 (19:58 +0000)]
if there's a cookiehost allocated, free that too

21 years agook, make the test run ok too
Daniel Stenberg [Wed, 30 Apr 2003 19:56:53 +0000 (19:56 +0000)]
ok, make the test run ok too

21 years agovarious new cookie tests with a custom Host: header set
Daniel Stenberg [Wed, 30 Apr 2003 19:49:51 +0000 (19:49 +0000)]
various new cookie tests with a custom Host: header set

21 years agomodified to work with modified code
Daniel Stenberg [Wed, 30 Apr 2003 17:16:25 +0000 (17:16 +0000)]
modified to work with modified code

21 years agomodified to produce nicer output when a single test fails
Daniel Stenberg [Wed, 30 Apr 2003 17:15:38 +0000 (17:15 +0000)]
modified to produce nicer output when a single test fails

21 years agomake the diffs with 'diff -u' to make them nicer and easier to read
Daniel Stenberg [Wed, 30 Apr 2003 17:15:00 +0000 (17:15 +0000)]
make the diffs with 'diff -u' to make them nicer and easier to read

21 years agostop parsing Host: host names at colons too
Daniel Stenberg [Wed, 30 Apr 2003 17:12:29 +0000 (17:12 +0000)]
stop parsing Host: host names at colons too

21 years agomodified to the new cookie function proto
Daniel Stenberg [Wed, 30 Apr 2003 17:05:19 +0000 (17:05 +0000)]
modified to the new cookie function proto

21 years agoextract host name from custom Host: headers to use for cookies
Daniel Stenberg [Wed, 30 Apr 2003 17:04:53 +0000 (17:04 +0000)]
extract host name from custom Host: headers to use for cookies

21 years agoMany cookie fixes:
Daniel Stenberg [Wed, 30 Apr 2003 17:03:43 +0000 (17:03 +0000)]
Many cookie fixes:
  o Save domains in jars like Mozilla does. It means all domains set in
    Set-Cookie: headers are dot-prefixed.
  o Save and use the 'tailmatch' field in the Mozilla/Netscape cookie jars (the
    second column).
  o Reject cookies using illegal domains in the Set-Cookie: line. Concerns
    both domains with too few dots or domains that are outside the currently
    operating server host's domain.
  o Set the path part by default to the one used in the request, if none was
    set in the Set-Cookie line.

21 years agochanges need for the new ftp path treatment and the new cookie code
Daniel Stenberg [Wed, 30 Apr 2003 17:01:00 +0000 (17:01 +0000)]
changes need for the new ftp path treatment and the new cookie code

21 years agoDavid Balazic's patch to make the FTP operations "do right" according to
Daniel Stenberg [Wed, 30 Apr 2003 16:59:42 +0000 (16:59 +0000)]
David Balazic's patch to make the FTP operations "do right" according to
RFC1738, which means it'll use one CWD for each pathpart.

21 years agotwo more platforms Rich Gray built curl on
Daniel Stenberg [Wed, 30 Apr 2003 07:32:43 +0000 (07:32 +0000)]
two more platforms Rich Gray built curl on

21 years ago Peter Kovacs provided a patch that makes the CURLINFO_CONNECT_TIME work fine
Daniel Stenberg [Tue, 29 Apr 2003 18:03:30 +0000 (18:03 +0000)]
 Peter Kovacs provided a patch that makes the CURLINFO_CONNECT_TIME work fine
 when using the multi interface (too).

21 years agomention configure --help
Daniel Stenberg [Tue, 29 Apr 2003 16:55:17 +0000 (16:55 +0000)]
mention configure --help

21 years agoCURLOPT_FTPPORT could support port number too
Daniel Stenberg [Mon, 28 Apr 2003 17:29:32 +0000 (17:29 +0000)]
CURLOPT_FTPPORT could support port number too

21 years agocorrected the comment which wasn't correct
Daniel Stenberg [Mon, 28 Apr 2003 13:48:16 +0000 (13:48 +0000)]
corrected the comment which wasn't correct

21 years agoRSAglue.lib is no longer needed with recent OpenSSL versions
Daniel Stenberg [Fri, 25 Apr 2003 15:08:46 +0000 (15:08 +0000)]
RSAglue.lib is no longer needed with recent OpenSSL versions

21 years agoDan Fandrich added support for the gzip Content-Encoding for --compressed
Daniel Stenberg [Thu, 24 Apr 2003 06:34:31 +0000 (06:34 +0000)]
Dan Fandrich added support for the gzip Content-Encoding for --compressed

21 years agoBryan Kemp's reported problems with curl and PUT from stdin and a faked
Daniel Stenberg [Wed, 23 Apr 2003 12:09:58 +0000 (12:09 +0000)]
Bryan Kemp's reported problems with curl and PUT from stdin and a faked
content-length made me add test case 60, that does exactly this, but it
seems to run fine...

21 years agolast 10 days or so
Daniel Stenberg [Tue, 22 Apr 2003 23:30:04 +0000 (23:30 +0000)]
last 10 days or so

21 years agolibtool 1.5 stuff
Daniel Stenberg [Tue, 22 Apr 2003 23:29:27 +0000 (23:29 +0000)]
libtool 1.5 stuff

21 years agostop checking for libtool, we don't run that in this script
Daniel Stenberg [Tue, 22 Apr 2003 23:26:00 +0000 (23:26 +0000)]
stop checking for libtool, we don't run that in this script

21 years agoDan Fandrich corrected the error messages on "bad encoding".
Daniel Stenberg [Tue, 22 Apr 2003 22:33:39 +0000 (22:33 +0000)]
Dan Fandrich corrected the error messages on "bad encoding".

21 years agoDan Fandrich's gzip bugfix
Daniel Stenberg [Tue, 22 Apr 2003 22:32:02 +0000 (22:32 +0000)]
Dan Fandrich's gzip bugfix

21 years agoDan Fandrich's fix
Daniel Stenberg [Tue, 22 Apr 2003 22:31:02 +0000 (22:31 +0000)]
Dan Fandrich's fix

21 years ago Peter Sylvester pointed out that curl_easy_setopt() will always (wrongly)
Daniel Stenberg [Tue, 22 Apr 2003 21:42:39 +0000 (21:42 +0000)]
 Peter Sylvester pointed out that curl_easy_setopt() will always (wrongly)
 return CURLE_OK no matter what happens.

21 years agotwo dashes is enough
Daniel Stenberg [Wed, 16 Apr 2003 12:46:20 +0000 (12:46 +0000)]
two dashes is enough

21 years agotypecast the setting of the size, as it might be an off_t which is bigger
Daniel Stenberg [Tue, 15 Apr 2003 14:18:37 +0000 (14:18 +0000)]
typecast the setting of the size, as it might be an off_t which is bigger
than long and libcurl expects a long...

21 years agoIf MALLOCDEBUG, include the lib's setup.h here so that the proper defines
Daniel Stenberg [Tue, 15 Apr 2003 14:01:57 +0000 (14:01 +0000)]
If MALLOCDEBUG, include the lib's setup.h here so that the proper defines
are set before all system headers, as otherwise we get compiler warnings
on my Solaris at least.

21 years agoinclude config.h before all system headers, so that _FILE_OFFSET_BITS and
Daniel Stenberg [Tue, 15 Apr 2003 13:32:26 +0000 (13:32 +0000)]
include config.h before all system headers, so that _FILE_OFFSET_BITS and
similar is set properly by us first

21 years agoextended the -F section
Daniel Stenberg [Tue, 15 Apr 2003 09:58:27 +0000 (09:58 +0000)]
extended the -F section

21 years agotreat uploaded .html files as text/html by default
Daniel Stenberg [Tue, 15 Apr 2003 09:29:39 +0000 (09:29 +0000)]
treat uploaded .html files as text/html by default

21 years agoreturn the same error for the sslv2 "certificate verify failed" code
Daniel Stenberg [Mon, 14 Apr 2003 22:00:36 +0000 (22:00 +0000)]
return the same error for the sslv2 "certificate verify failed" code

21 years agonew wording by Kevin Roth
Daniel Stenberg [Mon, 14 Apr 2003 14:54:18 +0000 (14:54 +0000)]
new wording by Kevin Roth

21 years agoignore all stamp-h*
Daniel Stenberg [Mon, 14 Apr 2003 13:09:44 +0000 (13:09 +0000)]
ignore all stamp-h*

21 years agoWith the recent fix of libcurl, it shall now return CURLE_SSL_CACERT when
Daniel Stenberg [Mon, 14 Apr 2003 13:09:09 +0000 (13:09 +0000)]
With the recent fix of libcurl, it shall now return CURLE_SSL_CACERT when
it had problems withe CA cert and thus we offer a huge blurb of verbose
help to explain to the poor user why this happens.

21 years agoRestored the SSL error codes since they was broken in the 7.10.4 release,
Daniel Stenberg [Mon, 14 Apr 2003 12:53:29 +0000 (12:53 +0000)]
Restored the SSL error codes since they was broken in the 7.10.4 release,
also now attempt to detect and return the specific CACERT error code.

21 years agoFTP CWD response fixed
Daniel Stenberg [Mon, 14 Apr 2003 07:13:08 +0000 (07:13 +0000)]
FTP CWD response fixed
gzip content-encoding added
chunked content-encoding fixed

21 years agoclarified the CURLINFO_SIZE_DOWNLOAD somewhat on Juan F. Codagnone's
Daniel Stenberg [Fri, 11 Apr 2003 16:52:30 +0000 (16:52 +0000)]
clarified the CURLINFO_SIZE_DOWNLOAD somewhat on Juan F. Codagnone's
suggestion

21 years agoNic fixed so that Curl_client_write() must not be called with 0 lenth data.
Daniel Stenberg [Fri, 11 Apr 2003 16:31:18 +0000 (16:31 +0000)]
Nic fixed so that Curl_client_write() must not be called with 0 lenth data.

I edited somewhat and removed trailing whitespaces.

21 years agoNic Hines fixed this bug when deflate or gzip contents were downloaded using
Daniel Stenberg [Fri, 11 Apr 2003 16:23:43 +0000 (16:23 +0000)]
Nic Hines fixed this bug when deflate or gzip contents were downloaded using
chunked encoding.

21 years agoah, move the zero byte too or havoc will occur
Daniel Stenberg [Fri, 11 Apr 2003 16:23:06 +0000 (16:23 +0000)]
ah, move the zero byte too or havoc will occur

21 years agoverify the new url parser fix
Daniel Stenberg [Fri, 11 Apr 2003 16:22:27 +0000 (16:22 +0000)]
verify the new url parser fix

21 years agosupport ? as separator instead of / even if not protocol was given
Daniel Stenberg [Fri, 11 Apr 2003 16:08:41 +0000 (16:08 +0000)]
support ? as separator instead of / even if not protocol was given

21 years agothese guys deserve a mentioning here as well
Daniel Stenberg [Fri, 11 Apr 2003 08:57:19 +0000 (08:57 +0000)]
these guys deserve a mentioning here as well

21 years agoDan the man on the list
Daniel Stenberg [Fri, 11 Apr 2003 08:55:08 +0000 (08:55 +0000)]
Dan the man on the list

21 years agoDan Fandrich's added gzip support documented.
Daniel Stenberg [Fri, 11 Apr 2003 08:51:24 +0000 (08:51 +0000)]
Dan Fandrich's added gzip support documented.

21 years agoDan Fandrich's gzip patch applied
Daniel Stenberg [Fri, 11 Apr 2003 08:49:20 +0000 (08:49 +0000)]
Dan Fandrich's gzip patch applied

21 years agowhen saving a cookie jar fails, you don't get an error code or anything,
Daniel Stenberg [Fri, 11 Apr 2003 08:19:06 +0000 (08:19 +0000)]
when saving a cookie jar fails, you don't get an error code or anything,
just a warning in the verbose output stream

21 years ago According to RFC959, CWD is supposed to return 250 on success, but
Daniel Stenberg [Fri, 11 Apr 2003 08:10:54 +0000 (08:10 +0000)]
 According to RFC959, CWD is supposed to return 250 on success, but
 there seem to be non-compliant FTP servers out there that return 200,
 so we accept any '2xy' response now.

21 years agoshow a verbose warning message in case cookie-saving fails, after
Daniel Stenberg [Fri, 11 Apr 2003 07:39:16 +0000 (07:39 +0000)]
show a verbose warning message in case cookie-saving fails, after
Ralph Mitchell's notification.

21 years agonew ftp tests
Daniel Stenberg [Thu, 10 Apr 2003 11:43:47 +0000 (11:43 +0000)]
new ftp tests

21 years agoanother week has passed
Daniel Stenberg [Thu, 10 Apr 2003 11:36:56 +0000 (11:36 +0000)]
another week has passed

21 years agoVlad Krupin's URL parsing patch to fix the URL parsing when the URL has no
Daniel Stenberg [Thu, 10 Apr 2003 09:44:39 +0000 (09:44 +0000)]
Vlad Krupin's URL parsing patch to fix the URL parsing when the URL has no
slash after the host name, but still a ? and following "parameters".

21 years agooops, committed test code not meant to be here
Daniel Stenberg [Wed, 9 Apr 2003 12:02:06 +0000 (12:02 +0000)]
oops, committed test code not meant to be here

21 years agothe default debugfunction shows incoming headers as well
Daniel Stenberg [Wed, 9 Apr 2003 11:57:06 +0000 (11:57 +0000)]
the default debugfunction shows incoming headers as well

21 years agotimecond support added
Daniel Stenberg [Wed, 9 Apr 2003 11:56:31 +0000 (11:56 +0000)]
timecond support added
made the Last-Modified (faked) header look correct using GMT always

21 years agothree new ftp tests
Daniel Stenberg [Wed, 9 Apr 2003 11:55:24 +0000 (11:55 +0000)]
three new ftp tests

21 years ago<mdtm> added
Daniel Stenberg [Wed, 9 Apr 2003 11:53:09 +0000 (11:53 +0000)]
<mdtm> added

21 years agoMDTM support added
Daniel Stenberg [Wed, 9 Apr 2003 11:52:24 +0000 (11:52 +0000)]
MDTM support added

21 years agoJames Bursa fixed a flaw in the content-type extracting code that could
Daniel Stenberg [Tue, 8 Apr 2003 14:48:38 +0000 (14:48 +0000)]
James Bursa fixed a flaw in the content-type extracting code that could
miss the first letter

21 years agoshare.c added
Daniel Stenberg [Tue, 8 Apr 2003 10:35:35 +0000 (10:35 +0000)]
share.c added

21 years ago--disable-eprt perhaps?
Daniel Stenberg [Mon, 7 Apr 2003 06:41:24 +0000 (06:41 +0000)]
--disable-eprt perhaps?

21 years agoRyan Weaver's fix to prevent the ca bundle to get installed even when
Daniel Stenberg [Sun, 6 Apr 2003 12:29:45 +0000 (12:29 +0000)]
Ryan Weaver's fix to prevent the ca bundle to get installed even when
building curl without SSL support!

21 years agoadjusted the formpost testcases to the new boundary string construction
Daniel Stenberg [Fri, 4 Apr 2003 12:30:35 +0000 (12:30 +0000)]
adjusted the formpost testcases to the new boundary string construction

21 years agoChanged how boundary strings are generated. This new way uses 28 dashes
Daniel Stenberg [Fri, 4 Apr 2003 12:24:01 +0000 (12:24 +0000)]
Changed how boundary strings are generated. This new way uses 28 dashes
and 12 following hexadecimal letters, which seems to be what IE uses.
This makes curl work smoother with more stupidly written server apps.

Worked this out together with Martijn Broenland.

21 years agospell fix
Daniel Stenberg [Thu, 3 Apr 2003 16:11:47 +0000 (16:11 +0000)]
spell fix

21 years agokill a compiler warning on cygwin
Daniel Stenberg [Thu, 3 Apr 2003 14:16:15 +0000 (14:16 +0000)]
kill a compiler warning on cygwin

21 years agoAdded log output for when the writing of the input HTTP request is successful
Daniel Stenberg [Thu, 3 Apr 2003 13:43:15 +0000 (13:43 +0000)]
Added log output for when the writing of the input HTTP request is successful
or unsuccessful. Used to track down the recent cygwin test suite problems.

21 years agoModified how we log data to server.input, as we can't keep the file open
Daniel Stenberg [Thu, 3 Apr 2003 13:42:06 +0000 (13:42 +0000)]
Modified how we log data to server.input, as we can't keep the file open
very much as it makes it troublesome on certain operating systems.

21 years agonew
Daniel Stenberg [Thu, 3 Apr 2003 13:39:36 +0000 (13:39 +0000)]
new

21 years ago7.10.4 commit
Daniel Stenberg [Wed, 2 Apr 2003 07:48:56 +0000 (07:48 +0000)]
7.10.4 commit

21 years agoVersion 7.10.4
Daniel Stenberg [Wed, 2 Apr 2003 07:42:39 +0000 (07:42 +0000)]
Version 7.10.4

21 years agodocumented the new killserver tag
Daniel Stenberg [Tue, 1 Apr 2003 08:43:09 +0000 (08:43 +0000)]
documented the new killserver tag

21 years agokill the ftp server afterwards, it is just so messed up
Daniel Stenberg [Tue, 1 Apr 2003 08:42:37 +0000 (08:42 +0000)]
kill the ftp server afterwards, it is just so messed up

21 years agolog when we've returned verification that we are the test server
Daniel Stenberg [Tue, 1 Apr 2003 08:42:14 +0000 (08:42 +0000)]
log when we've returned verification that we are the test server

21 years agosupport the new <killserver> tag
Daniel Stenberg [Tue, 1 Apr 2003 08:41:49 +0000 (08:41 +0000)]
support the new <killserver> tag

21 years agoignore lib505 too
Daniel Stenberg [Tue, 1 Apr 2003 07:13:28 +0000 (07:13 +0000)]
ignore lib505 too

21 years agolib505.c is a new test case for ftp uploading with rename
Daniel Stenberg [Tue, 1 Apr 2003 07:13:04 +0000 (07:13 +0000)]
lib505.c is a new test case for ftp uploading with rename

21 years agoAdded support for the RNFR/RNTO commands
Daniel Stenberg [Tue, 1 Apr 2003 07:10:08 +0000 (07:10 +0000)]
Added support for the RNFR/RNTO commands

21 years agoupdated
Daniel Stenberg [Mon, 31 Mar 2003 22:16:12 +0000 (22:16 +0000)]
updated

21 years agomove the ssl config clone call to before the connectionexists call and then
Daniel Stenberg [Mon, 31 Mar 2003 21:43:05 +0000 (21:43 +0000)]
move the ssl config clone call to before the connectionexists call and then
also subsequently free the ssl struct if the connection struct is to be
deleted

21 years agotesting, ignore this commit
Sterling Hughes [Mon, 31 Mar 2003 15:59:17 +0000 (15:59 +0000)]
testing, ignore this commit

21 years ago7.10.4-pre6 commit
Daniel Stenberg [Mon, 31 Mar 2003 14:02:43 +0000 (14:02 +0000)]
7.10.4-pre6 commit

21 years agoadded dist-hook that clears the tests/log dir properly as otherwise
Daniel Stenberg [Mon, 31 Mar 2003 11:37:47 +0000 (11:37 +0000)]
added dist-hook that clears the tests/log dir properly as otherwise
'make distcheck' doesn't pass

21 years agoFixup after talks with Richard Bramante. We should now make better
Daniel Stenberg [Mon, 31 Mar 2003 05:13:26 +0000 (05:13 +0000)]
Fixup after talks with Richard Bramante. We should now make better
comparisons before re-using SSL connections and re-using SSL connection IDs.

21 years ago--location-trusted added, which does a normal location plus the new
Daniel Stenberg [Mon, 31 Mar 2003 04:42:20 +0000 (04:42 +0000)]
--location-trusted added, which does a normal location plus the new
CURLOPT_UNRESTRICTED_AUTH option set TRUE.

Patch by Guillaume Cottenceau.

21 years agoGuillaume Cottenceau's patch that adds CURLOPT_UNRESTRICTED_AUTH that
Daniel Stenberg [Mon, 31 Mar 2003 04:41:05 +0000 (04:41 +0000)]
Guillaume Cottenceau's patch that adds CURLOPT_UNRESTRICTED_AUTH that
disables the host name check in the FOLLOWLOCATION code. With that option
set, libcurl will send user+password to all hosts.

21 years ago10 days of fixes
Daniel Stenberg [Mon, 31 Mar 2003 04:05:03 +0000 (04:05 +0000)]
10 days of fixes

21 years agoclarify USERPWD somewhat more
Daniel Stenberg [Mon, 31 Mar 2003 04:04:40 +0000 (04:04 +0000)]
clarify USERPWD somewhat more

21 years agoFrankie Fong filed bug report #708708 which identified a problem with
Daniel Stenberg [Mon, 31 Mar 2003 03:42:01 +0000 (03:42 +0000)]
Frankie Fong filed bug report #708708 which identified a problem with
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.

21 years agoDan Shearer's fix from bug report #618892, which makes 'curl -O' output
Daniel Stenberg [Sat, 29 Mar 2003 11:03:30 +0000 (11:03 +0000)]
Dan Shearer's fix from bug report #618892, which makes 'curl -O' output
an error message about a missing URL.

21 years agosend as much as possible of the POST at once
Daniel Stenberg [Fri, 28 Mar 2003 12:56:07 +0000 (12:56 +0000)]
send as much as possible of the POST at once

21 years agoadded section titles and a CONTACT paragraph asking people to use the mailing
Daniel Stenberg [Thu, 27 Mar 2003 15:09:33 +0000 (15:09 +0000)]
added section titles and a CONTACT paragraph asking people to use the mailing
lists

21 years agofixed the pkg-config stuff for rh9
Daniel Stenberg [Wed, 26 Mar 2003 19:05:24 +0000 (19:05 +0000)]
fixed the pkg-config stuff for rh9