]>
granicus.if.org Git - curl/log
Daniel Stenberg [Tue, 13 May 2003 12:11:31 +0000 (12:11 +0000)]
before using if2ip(), check if the address is an ip address and skip it if
it is.
Daniel Stenberg [Tue, 13 May 2003 09:38:09 +0000 (09:38 +0000)]
libtool 1.4.2 is enough
Daniel Stenberg [Tue, 13 May 2003 09:37:45 +0000 (09:37 +0000)]
fix comment
Daniel Stenberg [Mon, 12 May 2003 13:06:48 +0000 (13:06 +0000)]
before checking for network interfaces using if2ip(), check that the given
name isn't an ip address
Daniel Stenberg [Mon, 12 May 2003 13:05:11 +0000 (13:05 +0000)]
no more complaining when I have 1.5 and it tests for 1.4.2
Daniel Stenberg [Mon, 12 May 2003 12:49:22 +0000 (12:49 +0000)]
fixes from the last week+
Daniel Stenberg [Mon, 12 May 2003 12:47:35 +0000 (12:47 +0000)]
Dan F clarified the CURLOPT_ENCODING description after his changes to
allow "" to enable all support formats.
Daniel Stenberg [Mon, 12 May 2003 12:46:45 +0000 (12:46 +0000)]
Dan Fandrich added --compressed docu
Daniel Stenberg [Mon, 12 May 2003 12:45:57 +0000 (12:45 +0000)]
setting ENCODING to "" means enable-all-you-support
Daniel Stenberg [Mon, 12 May 2003 12:45:14 +0000 (12:45 +0000)]
Dan Fandrich changed CURLOPT_ENCODING to select all supported encodings if
set to "". This frees the application from having to know which encodings
the library supports.
Daniel Stenberg [Mon, 12 May 2003 12:38:52 +0000 (12:38 +0000)]
Dan Fandrich lowered the libtool requirement
Daniel Stenberg [Mon, 12 May 2003 12:37:35 +0000 (12:37 +0000)]
when we have accepted the server's connection in a PORT sequence, we set
the new socket to non-blocking
Daniel Stenberg [Mon, 12 May 2003 12:37:05 +0000 (12:37 +0000)]
avoid the write loop
Daniel Stenberg [Mon, 12 May 2003 12:29:00 +0000 (12:29 +0000)]
incoming proxy headers shall be sent to the debug function has HEADERs not
DATA
Daniel Stenberg [Fri, 9 May 2003 08:17:41 +0000 (08:17 +0000)]
oops, run libtoolize as the first tool
Daniel Stenberg [Fri, 9 May 2003 08:13:02 +0000 (08:13 +0000)]
run libtoolize too
Daniel Stenberg [Fri, 9 May 2003 08:12:46 +0000 (08:12 +0000)]
run libtoolize to generate these files
Daniel Stenberg [Fri, 9 May 2003 07:42:47 +0000 (07:42 +0000)]
CURLOPT_FTP_USE_EPRT added
Daniel Stenberg [Fri, 9 May 2003 07:39:50 +0000 (07:39 +0000)]
--disable-eprt added
Daniel Stenberg [Fri, 9 May 2003 07:39:29 +0000 (07:39 +0000)]
support for CURLOPT_FTP_USE_EPRT added
Daniel Stenberg [Fri, 9 May 2003 07:37:27 +0000 (07:37 +0000)]
AIX wants sys/select.h
Daniel Stenberg [Fri, 9 May 2003 07:07:13 +0000 (07:07 +0000)]
clarify on the curl name issue and that there may be other libcurl-based
tools that provide GUI
Daniel Stenberg [Tue, 6 May 2003 08:19:36 +0000 (08:19 +0000)]
Kevin Delafield reported another case where we didn't correctly check for
EAGAIN but only EWOULDBLOCK, which caused badness on HPUX. We also check for
and act the same on EINTR errors as well now.
Daniel Stenberg [Mon, 5 May 2003 14:19:54 +0000 (14:19 +0000)]
fixed the required tools' version numbers
Daniel Stenberg [Sun, 4 May 2003 16:07:19 +0000 (16:07 +0000)]
the writable argv check now should not exit when building a cross-compiled
curl
Daniel Stenberg [Sat, 3 May 2003 16:25:49 +0000 (16:25 +0000)]
put back the libtool test, now for 1.5
require autoconf 2.57
require automake 1.7
Daniel Stenberg [Fri, 2 May 2003 09:13:19 +0000 (09:13 +0000)]
If there is a custom Host: header specified, we use that host name to
extract the correct set of cookies to send. This functionality is verified
by test case 62.
Daniel Stenberg [Fri, 2 May 2003 09:12:26 +0000 (09:12 +0000)]
send correct cookies when using a custom Host:
Daniel Stenberg [Fri, 2 May 2003 09:11:53 +0000 (09:11 +0000)]
fixed the format slightly
Daniel Stenberg [Thu, 1 May 2003 17:49:47 +0000 (17:49 +0000)]
corrected a comment about gzip not being supported
Daniel Stenberg [Thu, 1 May 2003 17:48:59 +0000 (17:48 +0000)]
FTP URL with type=a
Daniel Stenberg [Thu, 1 May 2003 13:37:36 +0000 (13:37 +0000)]
Andy Cedilnik fixed some compiler warnings
Daniel Stenberg [Thu, 1 May 2003 13:37:05 +0000 (13:37 +0000)]
ourerrno became Curl_ourerrno() and is now available to all libcurl
Daniel Stenberg [Thu, 1 May 2003 13:36:28 +0000 (13:36 +0000)]
Use the proper Curl_ourerrno() function instead of plain errno, for better
portability. Also use Andy Cedilnik's compiler warning fixes.
Daniel Stenberg [Wed, 30 Apr 2003 20:29:31 +0000 (20:29 +0000)]
the test numbers are now only for human readability, the numbers no longer
enforces protocol/server
Daniel Stenberg [Wed, 30 Apr 2003 20:28:49 +0000 (20:28 +0000)]
no longer assume that the test number implies servers to run
Daniel Stenberg [Wed, 30 Apr 2003 20:25:39 +0000 (20:25 +0000)]
Each test case now specifies which server(s) it needs, without relying on the
test number.
Daniel Stenberg [Wed, 30 Apr 2003 20:08:01 +0000 (20:08 +0000)]
we say welcome to test 142
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
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
Daniel Stenberg [Wed, 30 Apr 2003 20:01:22 +0000 (20:01 +0000)]
recent action
Daniel Stenberg [Wed, 30 Apr 2003 19:58:36 +0000 (19:58 +0000)]
if there's a cookiehost allocated, free that too
Daniel Stenberg [Wed, 30 Apr 2003 19:56:53 +0000 (19:56 +0000)]
ok, make the test run ok too
Daniel Stenberg [Wed, 30 Apr 2003 19:49:51 +0000 (19:49 +0000)]
various new cookie tests with a custom Host: header set
Daniel Stenberg [Wed, 30 Apr 2003 17:16:25 +0000 (17:16 +0000)]
modified to work with modified code
Daniel Stenberg [Wed, 30 Apr 2003 17:15:38 +0000 (17:15 +0000)]
modified to produce nicer output when a single test fails
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
Daniel Stenberg [Wed, 30 Apr 2003 17:12:29 +0000 (17:12 +0000)]
stop parsing Host: host names at colons too
Daniel Stenberg [Wed, 30 Apr 2003 17:05:19 +0000 (17:05 +0000)]
modified to the new cookie function proto
Daniel Stenberg [Wed, 30 Apr 2003 17:04:53 +0000 (17:04 +0000)]
extract host name from custom Host: headers to use for cookies
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.
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
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.
Daniel Stenberg [Wed, 30 Apr 2003 07:32:43 +0000 (07:32 +0000)]
two more platforms Rich Gray built curl on
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).
Daniel Stenberg [Tue, 29 Apr 2003 16:55:17 +0000 (16:55 +0000)]
mention configure --help
Daniel Stenberg [Mon, 28 Apr 2003 17:29:32 +0000 (17:29 +0000)]
CURLOPT_FTPPORT could support port number too
Daniel Stenberg [Mon, 28 Apr 2003 13:48:16 +0000 (13:48 +0000)]
corrected the comment which wasn't correct
Daniel Stenberg [Fri, 25 Apr 2003 15:08:46 +0000 (15:08 +0000)]
RSAglue.lib is no longer needed with recent OpenSSL versions
Daniel Stenberg [Thu, 24 Apr 2003 06:34:31 +0000 (06:34 +0000)]
Dan Fandrich added support for the gzip Content-Encoding for --compressed
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...
Daniel Stenberg [Tue, 22 Apr 2003 23:30:04 +0000 (23:30 +0000)]
last 10 days or so
Daniel Stenberg [Tue, 22 Apr 2003 23:29:27 +0000 (23:29 +0000)]
libtool 1.5 stuff
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
Daniel Stenberg [Tue, 22 Apr 2003 22:33:39 +0000 (22:33 +0000)]
Dan Fandrich corrected the error messages on "bad encoding".
Daniel Stenberg [Tue, 22 Apr 2003 22:32:02 +0000 (22:32 +0000)]
Dan Fandrich's gzip bugfix
Daniel Stenberg [Tue, 22 Apr 2003 22:31:02 +0000 (22:31 +0000)]
Dan Fandrich's fix
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.
Daniel Stenberg [Wed, 16 Apr 2003 12:46:20 +0000 (12:46 +0000)]
two dashes is enough
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...
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.
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