platform/upstream/curl.git
21 years agooutput the md5sum as the last step
Daniel Stenberg [Mon, 3 Mar 2003 23:26:39 +0000 (23:26 +0000)]
output the md5sum as the last step

21 years agoAdded share.obj
Daniel Stenberg [Mon, 3 Mar 2003 22:39:34 +0000 (22:39 +0000)]
Added share.obj

21 years agomoved the disable-thread warning to the switch code so that the AIX 4.3
Daniel Stenberg [Mon, 3 Mar 2003 22:31:58 +0000 (22:31 +0000)]
moved the disable-thread warning to the switch code so that the AIX 4.3
automatic disable won't cause a warning

21 years agoDetect AIX 4.3 or later, and if found disable the check for the thread-safe
Daniel Stenberg [Mon, 3 Mar 2003 22:30:25 +0000 (22:30 +0000)]
Detect AIX 4.3 or later, and if found disable the check for the thread-safe
*_r() functions as they're not needed (and if fact mess things up for us).
Brought to our attention by the friendly Troels Walsted Hansen in bug report
#696217.

21 years agoAIX 4.3 or later should use gethostbyname() and not the *_r() version.
Daniel Stenberg [Mon, 3 Mar 2003 22:23:48 +0000 (22:23 +0000)]
AIX 4.3 or later should use gethostbyname() and not the *_r() version.

21 years agoAdded typecast to please the MSVC compiler.
Daniel Stenberg [Mon, 3 Mar 2003 06:45:27 +0000 (06:45 +0000)]
Added typecast to please the MSVC compiler.

21 years agoanother typecast added to please the borland compiler
Daniel Stenberg [Mon, 3 Mar 2003 06:42:52 +0000 (06:42 +0000)]
another typecast added to please the borland compiler

21 years agoAdd (void) on our uses of the swrite() macro when we don't read the return
Daniel Stenberg [Mon, 3 Mar 2003 06:40:36 +0000 (06:40 +0000)]
Add (void) on our uses of the swrite() macro when we don't read the return
code as this makes compiler warnings. We *should* fix the code to deal with
the return codes instead...

21 years agoInit postdata properly before issuing a request, so that there isn't any
Daniel Stenberg [Sun, 2 Mar 2003 17:43:42 +0000 (17:43 +0000)]
Init postdata properly before issuing a request, so that there isn't any
lingering POST-stuff that confuses GET requests. Juan F. Codagnone reported
this problem in bug report #653859.

21 years agomoved a variable declaration to remove a compiler warnings with the MSVC
Daniel Stenberg [Sun, 2 Mar 2003 17:20:59 +0000 (17:20 +0000)]
moved a variable declaration to remove a compiler warnings with the MSVC
compiler, mentioned by Andi Jahja

21 years agoinclude the engine stuff
Daniel Stenberg [Fri, 28 Feb 2003 15:50:05 +0000 (15:50 +0000)]
include the engine stuff

21 years agoAndres Garcia Garcia updated to build with the most recent OpenSSL and
Daniel Stenberg [Fri, 28 Feb 2003 15:49:32 +0000 (15:49 +0000)]
Andres Garcia Garcia updated to build with the most recent OpenSSL and
the recent libcurl changes.

21 years agoJames Bursa made it compile on RISC OS as well.
Daniel Stenberg [Fri, 28 Feb 2003 13:11:10 +0000 (13:11 +0000)]
James Bursa made it compile on RISC OS as well.

21 years agoJames Bursa wrote a section about cross-compiling for RISC OS
Daniel Stenberg [Fri, 28 Feb 2003 13:10:54 +0000 (13:10 +0000)]
James Bursa wrote a section about cross-compiling for RISC OS

21 years agothe strequal and strnequal should now be called with the proper curl_ prefix
Daniel Stenberg [Fri, 28 Feb 2003 12:20:08 +0000 (12:20 +0000)]
the strequal and strnequal should now be called with the proper curl_ prefix

21 years agoRemoved the defines for strequal() and strnequal().
Daniel Stenberg [Fri, 28 Feb 2003 12:17:56 +0000 (12:17 +0000)]
Removed the defines for strequal() and strnequal().

21 years agorecent stuff
Daniel Stenberg [Fri, 28 Feb 2003 08:40:57 +0000 (08:40 +0000)]
recent stuff

21 years agomention what happens if size is set to -1
Daniel Stenberg [Fri, 28 Feb 2003 07:55:01 +0000 (07:55 +0000)]
mention what happens if size is set to -1

21 years agospell out that POSTFIELDS should be url-encoded in most cases
Daniel Stenberg [Fri, 28 Feb 2003 07:53:31 +0000 (07:53 +0000)]
spell out that POSTFIELDS should be url-encoded in most cases

21 years agospell better
Daniel Stenberg [Thu, 27 Feb 2003 23:10:38 +0000 (23:10 +0000)]
spell better

21 years agoUpdated to better reflect reality. Also displays how the CURLMsg struct
Daniel Stenberg [Thu, 27 Feb 2003 14:25:54 +0000 (14:25 +0000)]
Updated to better reflect reality. Also displays how the CURLMsg struct
looks like.

21 years agoIt appears that there are FTP-servers that return size 0 for files
Daniel Stenberg [Thu, 27 Feb 2003 12:50:54 +0000 (12:50 +0000)]
It appears that there are FTP-servers that return size 0 for files
when SIZE is used on the file while being in BINARY mode. To work
around that (stupid) behavior, we attempt to parse the RETR response
even if the SIZE returned size zero.

Debugging help from Salvatore Sorrentino on February 26, 2003.

21 years agotest138 is for RETR without size and without a working SIZE
Daniel Stenberg [Wed, 26 Feb 2003 17:09:47 +0000 (17:09 +0000)]
test138 is for RETR without size and without a working SIZE

21 years agosupport <size>-1</size> to completely disable the SIZE command
Daniel Stenberg [Wed, 26 Feb 2003 17:05:36 +0000 (17:05 +0000)]
support <size>-1</size> to completely disable the SIZE command

21 years agoadded support for RETRNOSIZE in the control file to tell RETR to not
Daniel Stenberg [Wed, 26 Feb 2003 16:57:00 +0000 (16:57 +0000)]
added support for RETRNOSIZE in the control file to tell RETR to not
include size in the 150-reply

21 years agoadded a test case for RETR that doesn't get the size in the 150-reply
Daniel Stenberg [Wed, 26 Feb 2003 16:56:00 +0000 (16:56 +0000)]
added a test case for RETR that doesn't get the size in the 150-reply

21 years agoadded index.html
Daniel Stenberg [Wed, 26 Feb 2003 13:46:38 +0000 (13:46 +0000)]
added index.html

21 years agorandom updates
Daniel Stenberg [Wed, 26 Feb 2003 13:01:29 +0000 (13:01 +0000)]
random updates

21 years agoNo longer loop to read multiple times before returning back from the transfer
Daniel Stenberg [Wed, 26 Feb 2003 12:42:25 +0000 (12:42 +0000)]
No longer loop to read multiple times before returning back from the transfer
function, as this could easily end up looping for a very long time (more or
less until the whole transfer was done) and no library-using app would want
that.

Found thanks to a report by Kyle Sallee.

21 years agoupdated, now features less mentions about older versions
Daniel Stenberg [Tue, 25 Feb 2003 08:52:32 +0000 (08:52 +0000)]
updated, now features less mentions about older versions

21 years agobetter sslcerts link
Daniel Stenberg [Tue, 25 Feb 2003 08:36:29 +0000 (08:36 +0000)]
better sslcerts link

21 years ago7.10.4-pre2 commit
Daniel Stenberg [Mon, 24 Feb 2003 18:14:48 +0000 (18:14 +0000)]
7.10.4-pre2 commit

21 years agoFixes to bring back the the "Expect: 100-continue" functionality. If the
Daniel Stenberg [Mon, 24 Feb 2003 16:53:53 +0000 (16:53 +0000)]
Fixes to bring back the the "Expect: 100-continue" functionality. If the
header is used, we must wait for a 100-code (or timeout), before we send the
data. The timeout is merely 1000 ms at this point. We may have reason to set
a longer timeout in the future.

21 years agoKjetil Jacobsen found out that setting CURLOPT_MAXCONNECTS to a value higher
Daniel Stenberg [Mon, 24 Feb 2003 14:50:20 +0000 (14:50 +0000)]
Kjetil Jacobsen found out that setting CURLOPT_MAXCONNECTS to a value higher
than 5 could cause a segfault.

21 years agofixed language for limit-rate
Daniel Stenberg [Mon, 24 Feb 2003 13:28:32 +0000 (13:28 +0000)]
fixed language for limit-rate

21 years agodaily was weekly, added a little thing about feb 2003
Daniel Stenberg [Mon, 24 Feb 2003 08:18:17 +0000 (08:18 +0000)]
daily was weekly, added a little thing about feb 2003

21 years agoadded an EXAMPLE section
Daniel Stenberg [Fri, 21 Feb 2003 15:19:50 +0000 (15:19 +0000)]
added an EXAMPLE section

21 years agohow to disable FTP PORT
Daniel Stenberg [Mon, 17 Feb 2003 23:23:11 +0000 (23:23 +0000)]
how to disable FTP PORT

21 years agoThis script clearly misses to remove the build dir at times when it exits,
Daniel Stenberg [Mon, 17 Feb 2003 09:15:26 +0000 (09:15 +0000)]
This script clearly misses to remove the build dir at times when it exits,
so we now remove everything matching "build-*" when the script starts.

21 years agomention --trace and --trace-ascii in the -v/--versbose section to remind
Daniel Stenberg [Mon, 17 Feb 2003 09:02:51 +0000 (09:02 +0000)]
mention --trace and --trace-ascii in the -v/--versbose section to remind
people how to get even more details shown

21 years agomention more cacert magic
Daniel Stenberg [Fri, 14 Feb 2003 22:28:12 +0000 (22:28 +0000)]
mention more cacert magic

21 years agoFix Curl_is_connected() even more to deal with waitconnect() return codes
Daniel Stenberg [Fri, 14 Feb 2003 09:11:51 +0000 (09:11 +0000)]
Fix Curl_is_connected() even more to deal with waitconnect() return codes
even better (also based on input from Martin).

21 years agoMatthew Clarke built curl on AIX 3.2.5
Daniel Stenberg [Fri, 14 Feb 2003 09:06:07 +0000 (09:06 +0000)]
Matthew Clarke built curl on AIX 3.2.5

21 years agoinclude <sys/socket.h> to compile the fd_set stuff properly on all systems
Daniel Stenberg [Fri, 14 Feb 2003 09:03:03 +0000 (09:03 +0000)]
include <sys/socket.h> to compile the fd_set stuff properly on all systems

21 years agogeterrno() renamed to ourerrno() to prevent the name clash that occurred in
Daniel Stenberg [Fri, 14 Feb 2003 09:01:01 +0000 (09:01 +0000)]
geterrno() renamed to ourerrno() to prevent the name clash that occurred in
AIX 3.2.5 and possibly other OSF-like system headers.

21 years agoMartin C. Martin's fix for multi-interface connects to non-listening ports.
Daniel Stenberg [Fri, 14 Feb 2003 08:02:55 +0000 (08:02 +0000)]
Martin C. Martin's fix for multi-interface connects to non-listening ports.

21 years agoChristopher R. Palmer fixed Curl_base64_encode() to deal with zeroes in the
Daniel Stenberg [Thu, 13 Feb 2003 18:30:10 +0000 (18:30 +0000)]
Christopher R. Palmer fixed Curl_base64_encode() to deal with zeroes in the
data to encode.

21 years agolanguage
Daniel Stenberg [Sat, 8 Feb 2003 14:36:18 +0000 (14:36 +0000)]
language

21 years agoinclude stdarg.h since we use va_* stuff
Daniel Stenberg [Thu, 6 Feb 2003 19:28:17 +0000 (19:28 +0000)]
include stdarg.h since we use va_* stuff

21 years agoI made curl run fine on a XScale/PXA250
Daniel Stenberg [Wed, 5 Feb 2003 08:09:33 +0000 (08:09 +0000)]
I made curl run fine on a XScale/PXA250

21 years agoRe-arranged the SSL connection code (again). The recent fix was not a very
Daniel Stenberg [Wed, 5 Feb 2003 07:43:05 +0000 (07:43 +0000)]
Re-arranged the SSL connection code (again). The recent fix was not a very
good one. This should work fine again.

21 years agoadded the sharing of DNS cache
Jean-Philippe Barette-LaPierre [Tue, 4 Feb 2003 23:48:46 +0000 (23:48 +0000)]
added the sharing of DNS cache

21 years agoVMS has setjmp.h
Daniel Stenberg [Tue, 4 Feb 2003 22:28:36 +0000 (22:28 +0000)]
VMS has setjmp.h

21 years agoNico Baggus updated build script for VMS
Daniel Stenberg [Tue, 4 Feb 2003 22:28:19 +0000 (22:28 +0000)]
Nico Baggus updated build script for VMS

21 years agoassume zlib 1.1.4 - pointed out by Kevin Roth
Daniel Stenberg [Tue, 4 Feb 2003 18:24:55 +0000 (18:24 +0000)]
assume zlib 1.1.4 - pointed out by Kevin Roth

21 years agoHAVE_LIBZ is the actual name of the define we use
Daniel Stenberg [Tue, 4 Feb 2003 18:23:41 +0000 (18:23 +0000)]
HAVE_LIBZ is the actual name of the define we use

21 years agomake it more obvious what this is by not even trying to show a manual
Daniel Stenberg [Tue, 4 Feb 2003 18:22:31 +0000 (18:22 +0000)]
make it more obvious what this is by not even trying to show a manual

21 years agoJames Bursa corrected a bad comment
Daniel Stenberg [Tue, 4 Feb 2003 18:12:41 +0000 (18:12 +0000)]
James Bursa corrected a bad comment

21 years agofixes during the last couple of days
Daniel Stenberg [Tue, 4 Feb 2003 12:33:13 +0000 (12:33 +0000)]
fixes during the last couple of days

21 years agoImproved error reporting in case of bad SSL_connect()s, and we also no
Daniel Stenberg [Tue, 4 Feb 2003 12:29:57 +0000 (12:29 +0000)]
Improved error reporting in case of bad SSL_connect()s, and we also no
longer use the SSL functions that store the error message in a static buffer
since that is not very multi-thread friendly.

21 years agoscan through the PATH as well, to find stunnel
Daniel Stenberg [Mon, 3 Feb 2003 22:15:33 +0000 (22:15 +0000)]
scan through the PATH as well, to find stunnel

21 years agoJulian Noble pointed out that capath is indeed working fine on Windows
Daniel Stenberg [Mon, 3 Feb 2003 21:36:52 +0000 (21:36 +0000)]
Julian Noble pointed out that capath is indeed working fine on Windows
these days since the c_rehash tool is written (fixed) to do the proper
action even on file systems that don't support symlinks.

21 years agoKevin Roth corrected the zlib stuff to work better.
Daniel Stenberg [Fri, 31 Jan 2003 07:07:28 +0000 (07:07 +0000)]
Kevin Roth corrected the zlib stuff to work better.

21 years agodon't check for the CA cert bundle if --insecure is used
Daniel Stenberg [Thu, 30 Jan 2003 14:48:07 +0000 (14:48 +0000)]
don't check for the CA cert bundle if --insecure is used

21 years agotypecast the argument to isspace() to an int to prevent warnings on some
Daniel Stenberg [Thu, 30 Jan 2003 06:06:24 +0000 (06:06 +0000)]
typecast the argument to isspace() to an int to prevent warnings on some
compilers

21 years agocurl now uses stricter VERIFYHOST by default and only uses a lesser check
Daniel Stenberg [Thu, 30 Jan 2003 05:15:57 +0000 (05:15 +0000)]
curl now uses stricter VERIFYHOST by default and only uses a lesser check
if --insecure is used. Reported by Hamish Mackenzie.

21 years agoFixes bug #669059. We now extract the Content-Type better and more accurate.
Daniel Stenberg [Thu, 30 Jan 2003 05:04:02 +0000 (05:04 +0000)]
Fixes bug #669059. We now extract the Content-Type better and more accurate.

21 years agotest case 57 - verifies that the Content-Type extraction does not stop on
Daniel Stenberg [Thu, 30 Jan 2003 05:03:19 +0000 (05:03 +0000)]
test case 57 - verifies that the Content-Type extraction does not stop on
the first space anymore but cuts off the trailing spaces only.

Bug report #669059.

21 years agochanges from the last week or so
Daniel Stenberg [Wed, 29 Jan 2003 13:56:04 +0000 (13:56 +0000)]
changes from the last week or so

21 years agoHAVE_WRITABLE_ARGV is set if argv[] is writable on the system, and then
Daniel Stenberg [Wed, 29 Jan 2003 13:16:03 +0000 (13:16 +0000)]
HAVE_WRITABLE_ARGV is set if argv[] is writable on the system, and then
we attempt to hide some of the more sensitive command line arguments

21 years agoJohn McGowan found a problem where the DEBUGFUNCTION was called with bad
Daniel Stenberg [Wed, 29 Jan 2003 12:52:45 +0000 (12:52 +0000)]
John McGowan found a problem where the DEBUGFUNCTION was called with bad
data on uploads.

21 years agoadd the new emacs file and removed the former one
Daniel Stenberg [Wed, 29 Jan 2003 12:15:16 +0000 (12:15 +0000)]
add the new emacs file and removed the former one

21 years agoexample showing how a .emacs using curl-style.el could look like, thanks
Daniel Stenberg [Wed, 29 Jan 2003 12:14:37 +0000 (12:14 +0000)]
example showing how a .emacs using curl-style.el could look like, thanks
to Mats Lidell for awesome elisp hacking!

21 years agothis is the former emacs file we no longer use, go with curl-style.el and
Daniel Stenberg [Wed, 29 Jan 2003 11:55:16 +0000 (11:55 +0000)]
this is the former emacs file we no longer use, go with curl-style.el and
be happy!

21 years agoreset conn->size to -1 on the ftp-do function to make it not go on to
Daniel Stenberg [Wed, 29 Jan 2003 10:54:39 +0000 (10:54 +0000)]
reset conn->size to -1 on the ftp-do function to make it not go on to
ftp_done() with the previous transfer's value, as Dave Halbakken found out.
He also verified this fixed corrected the problem.

21 years agoprevious changes
Daniel Stenberg [Wed, 29 Jan 2003 10:17:10 +0000 (10:17 +0000)]
previous changes

21 years agoremoved the local variables for emacs and vim, use the new sample.emacs
Daniel Stenberg [Wed, 29 Jan 2003 10:14:20 +0000 (10:14 +0000)]
removed the local variables for emacs and vim, use the new sample.emacs
way for emacs, and vim users should provide a similar non-polluting style

21 years agoremoved weirdo {{{ and }}} comments
Daniel Stenberg [Wed, 29 Jan 2003 10:12:06 +0000 (10:12 +0000)]
removed weirdo {{{ and }}} comments
removed emacs local-variables stuff

21 years agothe README.curl is named MANUAL these days
Daniel Stenberg [Tue, 28 Jan 2003 16:33:05 +0000 (16:33 +0000)]
the README.curl is named MANUAL these days

21 years agorevised and better
Daniel Stenberg [Tue, 28 Jan 2003 08:03:13 +0000 (08:03 +0000)]
revised and better

21 years agoremoved -Wcast-align from --enable-debug with gcc, it just gives too many
Daniel Stenberg [Mon, 27 Jan 2003 14:26:06 +0000 (14:26 +0000)]
removed -Wcast-align from --enable-debug with gcc, it just gives too many
warnings that I can't be concerned about at this point.

21 years agoRemoved the long-living compiler warnings on the des_pcbc_encrypt() function
Daniel Stenberg [Mon, 27 Jan 2003 14:19:22 +0000 (14:19 +0000)]
Removed the long-living compiler warnings on the des_pcbc_encrypt() function
calls!

21 years agotests that were not run due to restraints (the netrc-tests) were counted
Daniel Stenberg [Mon, 27 Jan 2003 13:51:35 +0000 (13:51 +0000)]
tests that were not run due to restraints (the netrc-tests) were counted
as skipped twice, and thus the total number of tests appeared wrong

21 years agomade it work
Daniel Stenberg [Mon, 27 Jan 2003 10:25:20 +0000 (10:25 +0000)]
made it work
made it cause less compiler warnings
made it require 7.9.7 to build

21 years agoBertrand Demiddelaer found and fixed this memory leak.
Daniel Stenberg [Fri, 24 Jan 2003 11:13:59 +0000 (11:13 +0000)]
Bertrand Demiddelaer found and fixed this memory leak.

21 years agostring.h keeps the proto for memset() on some platforms, used for FD_ZERO
Daniel Stenberg [Thu, 23 Jan 2003 19:41:30 +0000 (19:41 +0000)]
string.h keeps the proto for memset() on some platforms, used for FD_ZERO

21 years agoadded a default to the switch() in order to prevent a compiler warning
Daniel Stenberg [Thu, 23 Jan 2003 12:00:15 +0000 (12:00 +0000)]
added a default to the switch() in order to prevent a compiler warning

21 years agofix the configure option query
Daniel Stenberg [Thu, 23 Jan 2003 07:37:21 +0000 (07:37 +0000)]
fix the configure option query

21 years agomention what kind of error you may get if this is not followed
Daniel Stenberg [Thu, 23 Jan 2003 06:15:26 +0000 (06:15 +0000)]
mention what kind of error you may get if this is not followed

21 years agospell
Daniel Stenberg [Thu, 23 Jan 2003 06:09:35 +0000 (06:09 +0000)]
spell

21 years agoThis is the new Emacs style for curl hacking, based on work written by
Daniel Stenberg [Thu, 23 Jan 2003 06:00:02 +0000 (06:00 +0000)]
This is the new Emacs style for curl hacking, based on work written by
Mats Lidell in project Rockbox.

21 years agoDuncan Wilcox reported a crash with --interface on FreeBSD when ipv6-enabled
Daniel Stenberg [Thu, 23 Jan 2003 05:38:20 +0000 (05:38 +0000)]
Duncan Wilcox reported a crash with --interface on FreeBSD when ipv6-enabled
and this has been verified to correct the problem.

21 years agooops, broken comment fixed
Daniel Stenberg [Wed, 22 Jan 2003 18:50:51 +0000 (18:50 +0000)]
oops, broken comment fixed

21 years agoextern C this to work in C++ conditions
Daniel Stenberg [Wed, 22 Jan 2003 18:30:58 +0000 (18:30 +0000)]
extern C this to work in C++ conditions

21 years agoreversed the actions on the cmp check for detecting if we're re-running
Daniel Stenberg [Wed, 22 Jan 2003 12:29:19 +0000 (12:29 +0000)]
reversed the actions on the cmp check for detecting if we're re-running
a test on the same CVS setup as previous, as they seemed to be wrong.

We're not actually using the result for anything at this point though.

21 years agouse LANG set to C to prevent localized dates etc
Daniel Stenberg [Wed, 22 Jan 2003 09:46:33 +0000 (09:46 +0000)]
use LANG set to C to prevent localized dates etc

21 years agopass the options to configure properly
Daniel Stenberg [Wed, 22 Jan 2003 07:57:52 +0000 (07:57 +0000)]
pass the options to configure properly

21 years agocheck for empty confopts before asking for it
Daniel Stenberg [Wed, 22 Jan 2003 07:41:35 +0000 (07:41 +0000)]
check for empty confopts before asking for it

21 years agoput the configure options in the setup file was well
Daniel Stenberg [Wed, 22 Jan 2003 06:59:52 +0000 (06:59 +0000)]
put the configure options in the setup file was well
make -i
show lib/config.h
and some initial checks to prevent this running multiple times without the
CVS having changed

21 years agoupdated copyright years
Daniel Stenberg [Tue, 21 Jan 2003 17:25:58 +0000 (17:25 +0000)]
updated copyright years