]>
granicus.if.org Git - curl/log
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
Daniel Stenberg [Tue, 15 Apr 2003 09:58:27 +0000 (09:58 +0000)]
extended the -F section
Daniel Stenberg [Tue, 15 Apr 2003 09:29:39 +0000 (09:29 +0000)]
treat uploaded .html files as text/html by default
Daniel Stenberg [Mon, 14 Apr 2003 22:00:36 +0000 (22:00 +0000)]
return the same error for the sslv2 "certificate verify failed" code
Daniel Stenberg [Mon, 14 Apr 2003 14:54:18 +0000 (14:54 +0000)]
new wording by Kevin Roth
Daniel Stenberg [Mon, 14 Apr 2003 13:09:44 +0000 (13:09 +0000)]
ignore all stamp-h*
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.
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.
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
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
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.
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.
Daniel Stenberg [Fri, 11 Apr 2003 16:23:06 +0000 (16:23 +0000)]
ah, move the zero byte too or havoc will occur
Daniel Stenberg [Fri, 11 Apr 2003 16:22:27 +0000 (16:22 +0000)]
verify the new url parser fix
Daniel Stenberg [Fri, 11 Apr 2003 16:08:41 +0000 (16:08 +0000)]
support ? as separator instead of / even if not protocol was given
Daniel Stenberg [Fri, 11 Apr 2003 08:57:19 +0000 (08:57 +0000)]
these guys deserve a mentioning here as well
Daniel Stenberg [Fri, 11 Apr 2003 08:55:08 +0000 (08:55 +0000)]
Dan the man on the list
Daniel Stenberg [Fri, 11 Apr 2003 08:51:24 +0000 (08:51 +0000)]
Dan Fandrich's added gzip support documented.
Daniel Stenberg [Fri, 11 Apr 2003 08:49:20 +0000 (08:49 +0000)]
Dan Fandrich's gzip patch applied
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
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.
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.
Daniel Stenberg [Thu, 10 Apr 2003 11:43:47 +0000 (11:43 +0000)]
new ftp tests
Daniel Stenberg [Thu, 10 Apr 2003 11:36:56 +0000 (11:36 +0000)]
another week has passed
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".
Daniel Stenberg [Wed, 9 Apr 2003 12:02:06 +0000 (12:02 +0000)]
oops, committed test code not meant to be here
Daniel Stenberg [Wed, 9 Apr 2003 11:57:06 +0000 (11:57 +0000)]
the default debugfunction shows incoming headers as well
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
Daniel Stenberg [Wed, 9 Apr 2003 11:55:24 +0000 (11:55 +0000)]
three new ftp tests
Daniel Stenberg [Wed, 9 Apr 2003 11:53:09 +0000 (11:53 +0000)]
<mdtm> added
Daniel Stenberg [Wed, 9 Apr 2003 11:52:24 +0000 (11:52 +0000)]
MDTM support added
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
Daniel Stenberg [Tue, 8 Apr 2003 10:35:35 +0000 (10:35 +0000)]
share.c added
Daniel Stenberg [Mon, 7 Apr 2003 06:41:24 +0000 (06:41 +0000)]
--disable-eprt perhaps?
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!
Daniel Stenberg [Fri, 4 Apr 2003 12:30:35 +0000 (12:30 +0000)]
adjusted the formpost testcases to the new boundary string construction
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.
Daniel Stenberg [Thu, 3 Apr 2003 16:11:47 +0000 (16:11 +0000)]
spell fix
Daniel Stenberg [Thu, 3 Apr 2003 14:16:15 +0000 (14:16 +0000)]
kill a compiler warning on cygwin
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.
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.
Daniel Stenberg [Thu, 3 Apr 2003 13:39:36 +0000 (13:39 +0000)]
new
Daniel Stenberg [Wed, 2 Apr 2003 07:48:56 +0000 (07:48 +0000)]
7.10.4 commit
Daniel Stenberg [Wed, 2 Apr 2003 07:42:39 +0000 (07:42 +0000)]
Version 7.10.4
Daniel Stenberg [Tue, 1 Apr 2003 08:43:09 +0000 (08:43 +0000)]
documented the new killserver tag
Daniel Stenberg [Tue, 1 Apr 2003 08:42:37 +0000 (08:42 +0000)]
kill the ftp server afterwards, it is just so messed up
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
Daniel Stenberg [Tue, 1 Apr 2003 08:41:49 +0000 (08:41 +0000)]
support the new <killserver> tag
Daniel Stenberg [Tue, 1 Apr 2003 07:13:28 +0000 (07:13 +0000)]
ignore lib505 too
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
Daniel Stenberg [Tue, 1 Apr 2003 07:10:08 +0000 (07:10 +0000)]
Added support for the RNFR/RNTO commands
Daniel Stenberg [Mon, 31 Mar 2003 22:16:12 +0000 (22:16 +0000)]
updated
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
Sterling Hughes [Mon, 31 Mar 2003 15:59:17 +0000 (15:59 +0000)]
testing, ignore this commit
Daniel Stenberg [Mon, 31 Mar 2003 14:02:43 +0000 (14:02 +0000)]
7.10.4-pre6 commit
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
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.
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.
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.
Daniel Stenberg [Mon, 31 Mar 2003 04:05:03 +0000 (04:05 +0000)]
10 days of fixes
Daniel Stenberg [Mon, 31 Mar 2003 04:04:40 +0000 (04:04 +0000)]
clarify USERPWD somewhat more
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.
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.
Daniel Stenberg [Fri, 28 Mar 2003 12:56:07 +0000 (12:56 +0000)]
send as much as possible of the POST at once
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
Daniel Stenberg [Wed, 26 Mar 2003 19:05:24 +0000 (19:05 +0000)]
fixed the pkg-config stuff for rh9
Daniel Stenberg [Wed, 26 Mar 2003 11:48:03 +0000 (11:48 +0000)]
add URLs to patch and diff
Daniel Stenberg [Wed, 26 Mar 2003 11:44:04 +0000 (11:44 +0000)]
mention the URL to the mailing lists
Daniel Stenberg [Tue, 25 Mar 2003 22:40:43 +0000 (22:40 +0000)]
attempt to extract openssl information using pkg-config
Daniel Stenberg [Tue, 25 Mar 2003 15:56:33 +0000 (15:56 +0000)]
Renamed configure.in to configure.ac, as this is the supposedly new preferred
name for it.
Daniel Stenberg [Tue, 25 Mar 2003 15:54:06 +0000 (15:54 +0000)]
use init and copyright to get a better header in the generated script
Daniel Stenberg [Tue, 25 Mar 2003 14:23:12 +0000 (14:23 +0000)]
white space and indent fix
Daniel Stenberg [Mon, 24 Mar 2003 23:11:16 +0000 (23:11 +0000)]
ignore getdate.c
Daniel Stenberg [Mon, 24 Mar 2003 23:10:38 +0000 (23:10 +0000)]
Richard Bramante's provided a fix for a handle re-use problem seen when you
change options on an SSL-enabled connection between requests.
Daniel Stenberg [Mon, 24 Mar 2003 11:06:57 +0000 (11:06 +0000)]
Removed the "TC TrustCenter, Germany, Class 0 CA." certificate:
"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)
Daniel Stenberg [Mon, 24 Mar 2003 10:47:06 +0000 (10:47 +0000)]
all those changes
Daniel Stenberg [Fri, 21 Mar 2003 08:09:48 +0000 (08:09 +0000)]
Hopefully this change addresses these two bug reports: 707003 and 706624.
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.
Daniel Stenberg [Thu, 20 Mar 2003 15:12:43 +0000 (15:12 +0000)]
lib/getdate.c.cvs may need a rename if you don't have yacc or bison
Daniel Stenberg [Thu, 20 Mar 2003 14:38:42 +0000 (14:38 +0000)]
if the cvs update fails, don't continue further
Daniel Stenberg [Wed, 19 Mar 2003 21:28:39 +0000 (21:28 +0000)]
make the ENGINE depend on the USE_SSLEAY define too
Daniel Stenberg [Wed, 19 Mar 2003 09:26:29 +0000 (09:26 +0000)]
set binary mode for some file handling and it might work better on some
cygwin installations (using DOS-style files somehow?)
Daniel Stenberg [Wed, 19 Mar 2003 09:16:59 +0000 (09:16 +0000)]
typecast the conversion from const char * to char *
Daniel Stenberg [Wed, 19 Mar 2003 09:09:40 +0000 (09:09 +0000)]
Rename getdate.c to getdate.c.cvs, since the "normal" build procedure do
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.
Daniel Stenberg [Tue, 18 Mar 2003 10:01:51 +0000 (10:01 +0000)]
clarify that 22 can be returned on --fail for all HTTP errors being 400
or above
Daniel Stenberg [Mon, 17 Mar 2003 17:20:26 +0000 (17:20 +0000)]
more defensive checking as platforms differ...
Daniel Stenberg [Mon, 17 Mar 2003 12:38:08 +0000 (12:38 +0000)]
Andy Cedilnik's corrections
Daniel Stenberg [Sun, 16 Mar 2003 18:41:00 +0000 (18:41 +0000)]
it just never ends
Daniel Stenberg [Sun, 16 Mar 2003 16:20:56 +0000 (16:20 +0000)]
regenerated from getdate.y
Daniel Stenberg [Sun, 16 Mar 2003 16:15:24 +0000 (16:15 +0000)]
Juan F. Codagnone pointed out a missing thing from the march 2 fix
Daniel Stenberg [Sun, 16 Mar 2003 10:46:52 +0000 (10:46 +0000)]
typecase getpid() to int to prevent compiler warning
Daniel Stenberg [Sat, 15 Mar 2003 21:04:01 +0000 (21:04 +0000)]
figure out select()'s argument types
Daniel Stenberg [Sat, 15 Mar 2003 21:02:20 +0000 (21:02 +0000)]
Gisle Vanem's fix to get this working nicely on windows
Daniel Stenberg [Sat, 15 Mar 2003 21:00:47 +0000 (21:00 +0000)]
Gisle Vanem fixed a name collision with structure '"CONTEXT" in <winnt.h>
Daniel Stenberg [Sat, 15 Mar 2003 17:26:59 +0000 (17:26 +0000)]
missing newline added
Daniel Stenberg [Sat, 15 Mar 2003 17:12:46 +0000 (17:12 +0000)]
no server needed
Daniel Stenberg [Sat, 15 Mar 2003 17:11:13 +0000 (17:11 +0000)]
allow 'none' as server
Daniel Stenberg [Sat, 15 Mar 2003 16:51:43 +0000 (16:51 +0000)]
Sort out the ENGINE problems people seem to be having. Now we put all ENGINE
related stuff within HAVE_OPENSSL_ENGINE_H and we don't make any private
typedef or similar if the header is missing...
Daniel Stenberg [Sat, 15 Mar 2003 16:43:58 +0000 (16:43 +0000)]
* use the pid returned back from test-servers and kill them before starting
them the first time
* verify that the server we start really comes up fine and works as
expected before continue
* count test cases where the server can't be run (for whatever reason)
* prefix lots of messages with RUN: to make it easier to realize which script
is saying what when running tests verbose
* remove the generic sleep(1) from each test, makes the suite fly! ;-)
I hope these changes will make the tests run somewhat more reliably on more
platforms.
Daniel Stenberg [Sat, 15 Mar 2003 16:39:15 +0000 (16:39 +0000)]
report pid back in the WE ROOLZ message
Daniel Stenberg [Sat, 15 Mar 2003 16:05:47 +0000 (16:05 +0000)]
removed the "banner" when the server is starting