platform/upstream/curl.git
21 years agoremove usage of HAVE_* defines, we cannot and shall not depend on any such
Daniel Stenberg [Tue, 27 May 2003 12:45:51 +0000 (12:45 +0000)]
remove usage of HAVE_* defines, we cannot and shall not depend on any such
defines in the public external header files

21 years agosys/select.h is not present on HPUX, avoid including it
Daniel Stenberg [Tue, 27 May 2003 12:34:48 +0000 (12:34 +0000)]
sys/select.h is not present on HPUX, avoid including it

21 years agomade it work ;-)
Daniel Stenberg [Tue, 27 May 2003 12:18:00 +0000 (12:18 +0000)]
made it work ;-)

21 years agoif cvs update fails, attempt again after 5 seconds and retry 50 times
Daniel Stenberg [Tue, 27 May 2003 12:03:24 +0000 (12:03 +0000)]
if cvs update fails, attempt again after 5 seconds and retry 50 times
before giving up

21 years agoOnly build in lib and src by default, make the others dist-subdirs.
Daniel Stenberg [Tue, 27 May 2003 08:51:09 +0000 (08:51 +0000)]
Only build in lib and src by default, make the others dist-subdirs.
Make the test stuff get built when we run 'make test' instead.

21 years agoRudy Koento experienced problems with curl's recent habit of POSTing data in
Daniel Stenberg [Tue, 27 May 2003 08:33:08 +0000 (08:33 +0000)]
Rudy Koento experienced problems with curl's recent habit of POSTing data in
two separate send() calls, first the headers and then the data. I've now made
a fix that for static and known content that isn't to be chunked-encoded,
everything is now sent in one single system call again. This is also better
for network performance reasons.

21 years agoruns on DOS now
Daniel Stenberg [Tue, 27 May 2003 07:37:34 +0000 (07:37 +0000)]
runs on DOS now

21 years agoinclude file flaw and yet another socks5-fix
Daniel Stenberg [Tue, 27 May 2003 06:41:06 +0000 (06:41 +0000)]
include file flaw and yet another socks5-fix

21 years agoAnother socks5-fix. Make sure that when we use a socks-proxy, it is not the
Daniel Stenberg [Tue, 27 May 2003 06:28:25 +0000 (06:28 +0000)]
Another socks5-fix. Make sure that when we use a socks-proxy, it is not the
same as using a httpproxy so we must make sure to better check for http
proxies before we do HTTP proxy stuff. This included authorization and
URI usage in the request etc.

21 years agoCURLOPT_HTTPDIGEST is added
Daniel Stenberg [Tue, 27 May 2003 06:25:56 +0000 (06:25 +0000)]
CURLOPT_HTTPDIGEST is added

21 years agolanguage
Daniel Stenberg [Mon, 26 May 2003 12:32:22 +0000 (12:32 +0000)]
language

21 years agoftp ASCII transfers in general need fixing
Daniel Stenberg [Mon, 26 May 2003 08:19:06 +0000 (08:19 +0000)]
ftp ASCII transfers in general need fixing

21 years agoChris Lewis mentioned that he doesn't get WIN32 defined, only _WIN32 so we
Daniel Stenberg [Mon, 26 May 2003 07:57:53 +0000 (07:57 +0000)]
Chris Lewis mentioned that he doesn't get WIN32 defined, only _WIN32 so we
make an adjustment to catch this.

21 years agoeven more
Daniel Stenberg [Fri, 23 May 2003 11:24:39 +0000 (11:24 +0000)]
even more

21 years agoRicardo Cadime found a socket leak when listing directories without
Daniel Stenberg [Fri, 23 May 2003 11:14:09 +0000 (11:14 +0000)]
Ricardo Cadime found a socket leak when listing directories without
contents. Test cases 144 and 145 were added to verify the fix.

Now we deal with return code 450 properly and other codes also do proper
cleanup.

21 years agomore ftp testing using NLST and no contents and bad return code
Daniel Stenberg [Fri, 23 May 2003 11:10:35 +0000 (11:10 +0000)]
more ftp testing using NLST and no contents and bad return code

21 years agoRudy Koento's problem fixed, test case 66 verifies this.
Daniel Stenberg [Fri, 23 May 2003 09:47:57 +0000 (09:47 +0000)]
Rudy Koento's problem fixed, test case 66 verifies this.

21 years agotest 66 returns one line of data with no header (HTTP)
Daniel Stenberg [Fri, 23 May 2003 09:46:19 +0000 (09:46 +0000)]
test 66 returns one line of data with no header (HTTP)

21 years ago--digest added, --compressed rephrased
Daniel Stenberg [Fri, 23 May 2003 08:06:31 +0000 (08:06 +0000)]
--digest added, --compressed rephrased

21 years agoinclude digest.h for proto
Daniel Stenberg [Fri, 23 May 2003 06:44:24 +0000 (06:44 +0000)]
include digest.h for proto

21 years agoDJGPP fix by Gisle Vanem
Daniel Stenberg [Fri, 23 May 2003 06:43:14 +0000 (06:43 +0000)]
DJGPP fix by Gisle Vanem

21 years agomore more more
Daniel Stenberg [Thu, 22 May 2003 22:47:48 +0000 (22:47 +0000)]
more more more

21 years agowarning-free is better
Daniel Stenberg [Thu, 22 May 2003 22:45:38 +0000 (22:45 +0000)]
warning-free is better

21 years agoIntroducing --digest
Daniel Stenberg [Thu, 22 May 2003 22:40:01 +0000 (22:40 +0000)]
Introducing --digest

21 years agoBetter Digest stuff
Daniel Stenberg [Thu, 22 May 2003 22:39:38 +0000 (22:39 +0000)]
Better Digest stuff

21 years agoAdded CURLOPT_HTTPDIGEST support
Daniel Stenberg [Thu, 22 May 2003 22:38:46 +0000 (22:38 +0000)]
Added CURLOPT_HTTPDIGEST support
SOCKS5 fix as suggested by Jis in bugreport #741841.

21 years agoDocument the <dataNUM> thing we use,
Daniel Stenberg [Thu, 22 May 2003 22:37:00 +0000 (22:37 +0000)]
Document the <dataNUM> thing we use,

21 years agoDigest support added
Daniel Stenberg [Thu, 22 May 2003 22:36:39 +0000 (22:36 +0000)]
Digest support added

21 years agoDigest testing added
Daniel Stenberg [Thu, 22 May 2003 22:36:22 +0000 (22:36 +0000)]
Digest testing added

21 years agoproper header added
Daniel Stenberg [Thu, 22 May 2003 16:23:27 +0000 (16:23 +0000)]
proper header added

21 years agohush the compiler
Daniel Stenberg [Thu, 22 May 2003 16:12:30 +0000 (16:12 +0000)]
hush the compiler

21 years agoInitial Digest support. At least partly working.
Daniel Stenberg [Thu, 22 May 2003 16:09:54 +0000 (16:09 +0000)]
Initial Digest support. At least partly working.

21 years agoDavid Balazic pointed out the lack of checks for a valid %XX code when
Daniel Stenberg [Wed, 21 May 2003 15:53:59 +0000 (15:53 +0000)]
David Balazic pointed out the lack of checks for a valid %XX code when
we unescape a string. We now check and decode only valid %XX strings.

21 years agofix the makefile in packages/DOS too
Daniel Stenberg [Wed, 21 May 2003 08:12:52 +0000 (08:12 +0000)]
fix the makefile in packages/DOS too

21 years ago Gisle Vanem made curl build with djgpp on DOS.
Daniel Stenberg [Wed, 21 May 2003 08:08:48 +0000 (08:08 +0000)]
 Gisle Vanem made curl build with djgpp on DOS.

21 years agoGisle Vanem's fix to make the 'curl -M' output nicer
Daniel Stenberg [Wed, 21 May 2003 07:21:44 +0000 (07:21 +0000)]
Gisle Vanem's fix to make the 'curl -M' output nicer

21 years agomissing semicolon, by Gisle Vanem
Daniel Stenberg [Tue, 20 May 2003 12:44:55 +0000 (12:44 +0000)]
missing semicolon, by Gisle Vanem

21 years agoGisle Vanem's code for not trusting h_aliases to always be non-NULL
Daniel Stenberg [Tue, 20 May 2003 09:41:39 +0000 (09:41 +0000)]
Gisle Vanem's code for not trusting h_aliases to always be non-NULL

21 years agoRemind about the gpg command lines
Daniel Stenberg [Tue, 20 May 2003 06:33:13 +0000 (06:33 +0000)]
Remind about the gpg command lines

21 years agosupport user name and password in proxy environment variables
Daniel Stenberg [Mon, 19 May 2003 13:14:26 +0000 (13:14 +0000)]
support user name and password in proxy environment variables

21 years agothe proxy environment variables now may contain user name and password
Daniel Stenberg [Mon, 19 May 2003 13:09:41 +0000 (13:09 +0000)]
the proxy environment variables now may contain user name and password

21 years agoremove debug output
Daniel Stenberg [Mon, 19 May 2003 13:08:48 +0000 (13:08 +0000)]
remove debug output

21 years agosetenv support added to allow test cases to require a set of environment
Daniel Stenberg [Mon, 19 May 2003 13:06:10 +0000 (13:06 +0000)]
setenv support added to allow test cases to require a set of environment
variables

21 years ago7.10.5 commit
Daniel Stenberg [Mon, 19 May 2003 11:45:10 +0000 (11:45 +0000)]
7.10.5 commit

21 years agoknown AIX ipv6 problems
Daniel Stenberg [Fri, 16 May 2003 10:57:53 +0000 (10:57 +0000)]
known AIX ipv6 problems

21 years agoSkip any preceeding dots from the domain name of cookies when we keep them
Daniel Stenberg [Thu, 15 May 2003 22:28:19 +0000 (22:28 +0000)]
Skip any preceeding dots from the domain name of cookies when we keep them
in memory, only add it when we save the cookie. This makes all tailmatching
and domain string matching internally a lot easier.

This was also the reason for a remaining bug I introduced in my overhaul.

21 years agochange the order of the in_addr_t tests, so that 'unsigned long' is tested
Daniel Stenberg [Thu, 15 May 2003 21:13:36 +0000 (21:13 +0000)]
change the order of the in_addr_t tests, so that 'unsigned long' is tested
for first, as it seems to be what many systems use

21 years ago1. George Comninos' progress meter fix
Daniel Stenberg [Thu, 15 May 2003 08:13:19 +0000 (08:13 +0000)]
1. George Comninos' progress meter fix
2. I also added the pre-releases and dates to the log

21 years agodocumented CURLOPT_FTP_USE_EPRT
Daniel Stenberg [Wed, 14 May 2003 09:03:51 +0000 (09:03 +0000)]
documented CURLOPT_FTP_USE_EPRT

21 years agoGeorge Comninos provided a fix that calls the progress meter when waiting
Daniel Stenberg [Wed, 14 May 2003 06:31:00 +0000 (06:31 +0000)]
George Comninos provided a fix that calls the progress meter when waiting
for FTP command responses take >1 second.

21 years agoSetup and use CURL_INADDR_NONE all over instead of INADDR_NONE. We setup
Daniel Stenberg [Tue, 13 May 2003 12:12:17 +0000 (12:12 +0000)]
Setup and use CURL_INADDR_NONE all over instead of INADDR_NONE. We setup
the define accordingly in the hostip.h header to work nicely all over.

21 years agobefore using if2ip(), check if the address is an ip address and skip it if
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.

21 years agolibtool 1.4.2 is enough
Daniel Stenberg [Tue, 13 May 2003 09:38:09 +0000 (09:38 +0000)]
libtool 1.4.2 is enough

21 years agofix comment
Daniel Stenberg [Tue, 13 May 2003 09:37:45 +0000 (09:37 +0000)]
fix comment

21 years agobefore checking for network interfaces using if2ip(), check that the given
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

21 years agono more complaining when I have 1.5 and it tests for 1.4.2
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

21 years agofixes from the last week+
Daniel Stenberg [Mon, 12 May 2003 12:49:22 +0000 (12:49 +0000)]
fixes from the last week+

21 years agoDan F clarified the CURLOPT_ENCODING description after his changes to
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.

21 years agoDan Fandrich added --compressed docu
Daniel Stenberg [Mon, 12 May 2003 12:46:45 +0000 (12:46 +0000)]
Dan Fandrich added --compressed docu

21 years agosetting ENCODING to "" means enable-all-you-support
Daniel Stenberg [Mon, 12 May 2003 12:45:57 +0000 (12:45 +0000)]
setting ENCODING to "" means enable-all-you-support

21 years ago Dan Fandrich changed CURLOPT_ENCODING to select all supported encodings if
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.

21 years agoDan Fandrich lowered the libtool requirement
Daniel Stenberg [Mon, 12 May 2003 12:38:52 +0000 (12:38 +0000)]
Dan Fandrich lowered the libtool requirement

21 years agowhen we have accepted the server's connection in a PORT sequence, we set
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

21 years agoavoid the write loop
Daniel Stenberg [Mon, 12 May 2003 12:37:05 +0000 (12:37 +0000)]
avoid the write loop

21 years agoincoming proxy headers shall be sent to the debug function has HEADERs not
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

21 years agooops, run libtoolize as the first tool
Daniel Stenberg [Fri, 9 May 2003 08:17:41 +0000 (08:17 +0000)]
oops, run libtoolize as the first tool

21 years agorun libtoolize too
Daniel Stenberg [Fri, 9 May 2003 08:13:02 +0000 (08:13 +0000)]
run libtoolize too

21 years agorun libtoolize to generate these files
Daniel Stenberg [Fri, 9 May 2003 08:12:46 +0000 (08:12 +0000)]
run libtoolize to generate these files

21 years agoCURLOPT_FTP_USE_EPRT added
Daniel Stenberg [Fri, 9 May 2003 07:42:47 +0000 (07:42 +0000)]
CURLOPT_FTP_USE_EPRT added

21 years ago--disable-eprt added
Daniel Stenberg [Fri, 9 May 2003 07:39:50 +0000 (07:39 +0000)]
--disable-eprt added

21 years agosupport for CURLOPT_FTP_USE_EPRT added
Daniel Stenberg [Fri, 9 May 2003 07:39:29 +0000 (07:39 +0000)]
support for CURLOPT_FTP_USE_EPRT added

21 years agoAIX wants sys/select.h
Daniel Stenberg [Fri, 9 May 2003 07:37:27 +0000 (07:37 +0000)]
AIX wants sys/select.h

21 years agoclarify on the curl name issue and that there may be other libcurl-based
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

21 years ago Kevin Delafield reported another case where we didn't correctly check for
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.

21 years agofixed the required tools' version numbers
Daniel Stenberg [Mon, 5 May 2003 14:19:54 +0000 (14:19 +0000)]
fixed the required tools' version numbers

21 years agothe writable argv check now should not exit when building a cross-compiled
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

21 years agoput back the libtool test, now for 1.5
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

21 years agoIf there is a custom Host: header specified, we use that host name to
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.

21 years agosend correct cookies when using a custom Host:
Daniel Stenberg [Fri, 2 May 2003 09:12:26 +0000 (09:12 +0000)]
send correct cookies when using a custom Host:

21 years agofixed the format slightly
Daniel Stenberg [Fri, 2 May 2003 09:11:53 +0000 (09:11 +0000)]
fixed the format slightly

21 years agocorrected a comment about gzip not being supported
Daniel Stenberg [Thu, 1 May 2003 17:49:47 +0000 (17:49 +0000)]
corrected a comment about gzip not being supported

21 years agoFTP URL with type=a
Daniel Stenberg [Thu, 1 May 2003 17:48:59 +0000 (17:48 +0000)]
FTP URL with type=a

21 years agoAndy Cedilnik fixed some compiler warnings
Daniel Stenberg [Thu, 1 May 2003 13:37:36 +0000 (13:37 +0000)]
Andy Cedilnik fixed some compiler warnings

21 years agoourerrno became Curl_ourerrno() and is now available to all libcurl
Daniel Stenberg [Thu, 1 May 2003 13:37:05 +0000 (13:37 +0000)]
ourerrno became Curl_ourerrno() and is now available to all libcurl

21 years agoUse the proper Curl_ourerrno() function instead of plain errno, for better
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.

21 years agothe test numbers are now only for human readability, the numbers no longer
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

21 years agono longer assume that the test number implies servers to run
Daniel Stenberg [Wed, 30 Apr 2003 20:28:49 +0000 (20:28 +0000)]
no longer assume that the test number implies servers to run

21 years agoEach test case now specifies which server(s) it needs, without relying on the
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.

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