platform/upstream/curl.git
13 years agoLink curl and the test apps with -lrt explicitly when necessary
Dan Fandrich [Sun, 12 Sep 2010 00:04:05 +0000 (17:04 -0700)]
Link curl and the test apps with -lrt explicitly when necessary

When curl calls a function from that library then it needs to
explicitly link to the library instead of piggybacking on
libcurl's own dependency.  Without this, GNU ld with the
--no-add-needed flag fails when linking (which Fedora now does
by default).

Reported by: Quanah Gibson-Mount
Bug: http://curl.haxx.se/mail/lib-2010-09/0085.html

13 years agoMention the Debian Popularity Contest
Dan Fandrich [Thu, 9 Sep 2010 19:38:15 +0000 (12:38 -0700)]
Mention the Debian Popularity Contest

13 years agotest565: Don't hardcode IP:PORT
Tor Arntsen [Thu, 9 Sep 2010 10:26:36 +0000 (12:26 +0200)]
test565: Don't hardcode IP:PORT

Use %HOSTIP:%HTTPPORT instead of 127.0.0.1:8990 so that
verification works if the baseport change option is used
when executing runtests.pl.

13 years agocurl.1: updated protocols and polished language
Daniel Stenberg [Wed, 8 Sep 2010 22:04:55 +0000 (00:04 +0200)]
curl.1: updated protocols and polished language

13 years agoFAQ: CURL_STATICLIB for visual studio users
Daniel Stenberg [Wed, 8 Sep 2010 21:23:19 +0000 (23:23 +0200)]
FAQ: CURL_STATICLIB for visual studio users

Clarified as it isn't used with a -D option for them.

Reported by: Artfunkel
Bug: http://curl.haxx.se/bug/view.cgi?id=3060381

13 years agoFAQ: updated and added host with custom IP question
Daniel Stenberg [Tue, 7 Sep 2010 17:05:07 +0000 (19:05 +0200)]
FAQ: updated and added host with custom IP question

Added "3.19 How do I get HTTP from a host using a specific IP address?"
and updated some stuff about certs etc.

13 years agochunky parser: only rewind if needed
Daniel Stenberg [Tue, 7 Sep 2010 16:22:54 +0000 (18:22 +0200)]
chunky parser: only rewind if needed

The code reading chunked encoding attempts to rewind the code if it had
read more data than the chunky parser consumes. The rewinding can fail
and it will then cause an error. This change now makes the rewinding
only happen if pipelining is in use - as that's the only time it really
needs to be done.

Bug: http://curl.haxx.se/mail/lib-2010-08/0297.html
Reported by: Ron Parker

13 years agortsp: avoid SIGSEGV on malformed header
Kamil Dudka [Mon, 6 Sep 2010 14:03:37 +0000 (16:03 +0200)]
rtsp: avoid SIGSEGV on malformed header

13 years agortsp: avoid SIGSEGV on malformed header
Kamil Dudka [Mon, 6 Sep 2010 13:31:01 +0000 (15:31 +0200)]
rtsp: avoid SIGSEGV on malformed header

13 years agowarning: fix conversion to 'int' from 'size_t'
Daniel Stenberg [Sun, 5 Sep 2010 22:18:58 +0000 (00:18 +0200)]
warning: fix conversion to 'int' from 'size_t'

13 years agoportabilty: use proper variable type to hold sockets
Daniel Stenberg [Sun, 5 Sep 2010 22:02:54 +0000 (00:02 +0200)]
portabilty: use proper variable type to hold sockets

Curl_getconnectinfo() is changed to return a proper curl_socket_t for
the last socket so that it'll work more portably (and cause less
compiler warnings).

13 years agoTrial to fix another compiler warning with braces.
Guenter Knauf [Fri, 3 Sep 2010 18:35:34 +0000 (20:35 +0200)]
Trial to fix another compiler warning with braces.

13 years agoUse checkprefix() to compare protocol-specific strings
Dan Fandrich [Fri, 3 Sep 2010 04:12:14 +0000 (21:12 -0700)]
Use checkprefix() to compare protocol-specific strings

Otherwise, there could be problems running in certain locales.

13 years agoMoved S_ISREG define to setup as suggested by Dan.
Guenter Knauf [Thu, 2 Sep 2010 02:37:13 +0000 (04:37 +0200)]
Moved S_ISREG define to setup as suggested by Dan.

13 years agoUse own typedef as workaround for broken sspi.h header (f.e. Watcom).
Guenter Knauf [Wed, 1 Sep 2010 22:38:16 +0000 (00:38 +0200)]
Use own typedef as workaround for broken sspi.h header (f.e. Watcom).

13 years agoAdded some hacks in order to build with VC from git.
Guenter Knauf [Wed, 1 Sep 2010 22:22:41 +0000 (00:22 +0200)]
Added some hacks in order to build with VC from git.

Adam Light posted this patch to the list which enables builds from
git with VC versions other than vc6; also he added a vc10 target.

13 years agoAdded S_ISREG define for Win32.
Guenter Knauf [Wed, 1 Sep 2010 22:07:05 +0000 (00:07 +0200)]
Added S_ISREG define for Win32.

13 years agomulti: fixes for timing out handles
Daniel Stenberg [Wed, 1 Sep 2010 14:52:23 +0000 (16:52 +0200)]
multi: fixes for timing out handles

Add a timeout check for handles in the state machine so that they will
timeout in all states disregarding what actions that may or may not
happen.

Fixed a bug in socket_action introduced recently when looping over timed
out handles: it wouldn't assign the 'data' variable and thus it wouldn't
properly take care of handles.

In the update_timer function, the code now checks if the timeout has
been removed and then it tells the application. Previously it would
always let the remaining timeout(s) just linger to expire later on.

13 years agothreaded resolver: no more expire 0 calls
Daniel Stenberg [Wed, 1 Sep 2010 14:47:42 +0000 (16:47 +0200)]
threaded resolver: no more expire 0 calls

Curl_expire() set to 0 expires ALL timeouts so it should only be called
if we truly and really want to remove all timeouts for the handle.

13 years agoresolve_server: simplify code
Daniel Stenberg [Wed, 1 Sep 2010 14:04:39 +0000 (16:04 +0200)]
resolve_server: simplify code

Make use of the helper function Curl_timeleft() instead of duplicating
code.

13 years agomulti: make sure the next timeout is used when one expires
Daniel Stenberg [Mon, 30 Aug 2010 22:08:45 +0000 (00:08 +0200)]
multi: make sure the next timeout is used when one expires

Each easy handle has a list of timeouts, so as soon as the main timeout
for a handle expires, we must make sure to get the next entry from the
list and re-add the handle to the splay tree.

This was attempted previously but was done poorly in my commit
232ad6549a68450.

13 years agoAdded proxy keyword to allow skipping test in proxyless configs
Dan Fandrich [Mon, 30 Aug 2010 22:07:21 +0000 (15:07 -0700)]
Added proxy keyword to allow skipping test in proxyless configs

13 years agomulti: set timeouts when transfer begins
Daniel Stenberg [Sat, 28 Aug 2010 22:16:34 +0000 (00:16 +0200)]
multi: set timeouts when transfer begins

When a new transfer is about to start we now set the proper timeouts to
expire for the multi interface if they are set for the handle. This is a
follow-up bugfix to make sure that easy handles timeout properly when
the times expire and the multi interface is used. This also improves
curl_multi_timeout().

13 years agoCURLOPT_DIRLISTONLY: don't use with CURLOPT_WILDCARDMATCH
Daniel Stenberg [Sat, 28 Aug 2010 21:07:21 +0000 (23:07 +0200)]
CURLOPT_DIRLISTONLY: don't use with CURLOPT_WILDCARDMATCH

13 years agoFAQ: update list of supported protocols
Daniel Stenberg [Fri, 27 Aug 2010 21:15:45 +0000 (23:15 +0200)]
FAQ: update list of supported protocols

13 years agoIn the m4 detection line, factor out the 2>dev/null
Fabian Keil [Thu, 19 Aug 2010 14:07:03 +0000 (16:07 +0200)]
In the m4 detection line, factor out the 2>dev/null

13 years agoIf m4 doesn't support --version, try if gm4 does.
Fabian Keil [Thu, 19 Aug 2010 14:04:18 +0000 (16:04 +0200)]
If m4 doesn't support --version, try if gm4 does.

13 years agoIf the m4 version isn't recognized at all, just say so
Fabian Keil [Thu, 19 Aug 2010 13:50:32 +0000 (15:50 +0200)]
If the m4 version isn't recognized at all, just say so

'm4 version  found. You need a GNU m4 installed!' is a bit confusing.

13 years agoHISTORY: mention the gopher story
Daniel Stenberg [Wed, 25 Aug 2010 20:57:11 +0000 (22:57 +0200)]
HISTORY: mention the gopher story

13 years agoTweaked some test data files
Dan Fandrich [Wed, 25 Aug 2010 23:43:26 +0000 (16:43 -0700)]
Tweaked some test data files

Fixed some issues that caused xmllint failures, added features
and keywords, fixed some quotes and removed some <strip> sections
that unnecessarily limited test checking.

13 years agoAdded new source files to Symbian and TPF makefiles
Dan Fandrich [Wed, 25 Aug 2010 18:48:57 +0000 (11:48 -0700)]
Added new source files to Symbian and TPF makefiles

13 years agoRELEASE-NOTES: sync from b980c9a02 to HEAD
Daniel Stenberg [Wed, 25 Aug 2010 15:17:12 +0000 (17:17 +0200)]
RELEASE-NOTES: sync from b980c9a02 to HEAD

13 years agoMakefile: add gopher.c file to build
Daniel Stenberg [Wed, 25 Aug 2010 13:56:35 +0000 (15:56 +0200)]
Makefile: add gopher.c file to build

As the VC and RISCOS makefiles don't use the .inc file

13 years agoruntests: fix uninitialized variable warning
Daniel Stenberg [Wed, 25 Aug 2010 13:10:40 +0000 (15:10 +0200)]
runtests: fix uninitialized variable warning

13 years agogopher tests: revert parts of gopher in the pingpong server
Daniel Stenberg [Tue, 24 Aug 2010 22:56:14 +0000 (00:56 +0200)]
gopher tests: revert parts of gopher in the pingpong server

Introduced in the initial gopher commits, there was added logic to do
GOPHER test serving in the pingpong server but as it resembles HTTP much
more than FTP or SMTP, the gopher testing has been moved over to instead
use the sws (HTTP) server. This change simply removes unused code.

13 years agogopher tests: use sws and adjusted to more standard style
Daniel Stenberg [Tue, 24 Aug 2010 22:47:45 +0000 (00:47 +0200)]
gopher tests: use sws and adjusted to more standard style

13 years agosws: added basic gopher support
Daniel Stenberg [Tue, 24 Aug 2010 22:45:52 +0000 (00:45 +0200)]
sws: added basic gopher support

13 years agogopher: enable the header callback/verbosity
Daniel Stenberg [Tue, 24 Aug 2010 22:45:17 +0000 (00:45 +0200)]
gopher: enable the header callback/verbosity

13 years agogopher: fix test case line endings
Daniel Stenberg [Tue, 24 Aug 2010 21:15:59 +0000 (23:15 +0200)]
gopher: fix test case line endings

Patches over email very easily lose CRLF line endings in files otherwise
LF-only so I had to put them back where needed.

13 years agogopher: fix memory leak and busyloop
Daniel Stenberg [Tue, 24 Aug 2010 21:14:00 +0000 (23:14 +0200)]
gopher: fix memory leak and busyloop

The fix for the busyloop really only is a temporary work-around.  It
causes a BLOCKING behavior which is a NO-NO. This function should rather
be split up in a do and a doing piece where the pieces that aren't
possible to send now will be sent in the doing function repeatedly until
the entire request is sent.

13 years agoGopher using Curl_write; test suite (4 tests)
Cameron Kaiser [Mon, 23 Aug 2010 21:30:59 +0000 (14:30 -0700)]
Gopher using Curl_write; test suite (4 tests)

13 years agoRemove url.c test
Cameron Kaiser [Thu, 12 Aug 2010 16:25:43 +0000 (09:25 -0700)]
Remove url.c test

13 years agoForgot gopher.h in Makefile.inc
Cameron Kaiser [Thu, 12 Aug 2010 15:32:00 +0000 (08:32 -0700)]
Forgot gopher.h in Makefile.inc

13 years agoGopher protocol support (initial release)
Cameron Kaiser [Thu, 12 Aug 2010 14:55:48 +0000 (07:55 -0700)]
Gopher protocol support (initial release)

13 years agohttp: handle trailer headers in all chunked responses
Daniel Stenberg [Wed, 25 Aug 2010 11:42:14 +0000 (13:42 +0200)]
http: handle trailer headers in all chunked responses

HTTP allows that a server sends trailing headers after all the chunks
have been sent WITHOUT signalling their presence in the first response
headers. The "Trailer:" header is only a SHOULD there and as we need to
handle the situation even without that header I made libcurl ignore
Trailer: completely.

Test case 1116 was added to verify this and to make sure we handle more
than one trailer header properly.

Reported by: Patrick McManus
Bug: http://curl.haxx.se/bug/view.cgi?id=3052450

13 years agoTODO: we now support RTMP
Daniel Stenberg [Wed, 25 Aug 2010 07:20:08 +0000 (09:20 +0200)]
TODO: we now support RTMP

13 years agoTODO: done "NTLM with other crypto functions"
Daniel Stenberg [Wed, 25 Aug 2010 07:18:46 +0000 (09:18 +0200)]
TODO: done "NTLM with other crypto functions"

Since NTLM was made to work with the NSS API as well, the primary SSL
alternatives will be built with NTLM support in libcurl.

13 years agoTODO: fixed "Make curl_multi_info_read faster"
Daniel Stenberg [Wed, 25 Aug 2010 07:17:09 +0000 (09:17 +0200)]
TODO: fixed "Make curl_multi_info_read faster"

It is really fast now

13 years agoFixed a NULL pointer dereference in form posting
Dan Fandrich [Tue, 24 Aug 2010 23:45:31 +0000 (16:45 -0700)]
Fixed a NULL pointer dereference in form posting

It was introduced in commit eeb2cb05 along with the -F type=
change. Also fixed a typo in the name of the magic filename=
parameter. Tweaked tests 39 and 173 to better test this path.

13 years agomulti: Fix compile warning on 64-bit systems
Ben Greear [Tue, 24 Aug 2010 16:30:26 +0000 (18:30 +0200)]
multi:  Fix compile warning on 64-bit systems

13 years agoMention PolarSSL in tutorial & add some URLs to INSTALL
Dan Fandrich [Mon, 23 Aug 2010 22:07:14 +0000 (15:07 -0700)]
Mention PolarSSL in tutorial & add some URLs to INSTALL

13 years agoRESUME_FROM: clarify what ftp uploads do
Daniel Stenberg [Sun, 22 Aug 2010 22:36:11 +0000 (00:36 +0200)]
RESUME_FROM: clarify what ftp uploads do

The numerical value passed to CURLOPT_RESUME_FROM for FTP uploads is
interpreted and used as position where to resume the _reading_ of the
local file and it will "blindly" append that data on the remote
file. This was certainly not clear in the docs previously.

Reported by: catalin
Bug: http://curl.haxx.se/bug/view.cgi?id=3048174

13 years agoCurl_is_connected: use correct errno
Dirk Manske [Fri, 20 Aug 2010 22:29:35 +0000 (00:29 +0200)]
Curl_is_connected: use correct errno

The correctly extracted errno contents were mistakenly overwritten by a newer
value that wasn't the correct error value.

Bug: http://curl.haxx.se/mail/lib-2010-08/0242.html

13 years agocmdline: make -F type= accept ;charset=
Daniel Stenberg [Fri, 20 Aug 2010 22:21:24 +0000 (00:21 +0200)]
cmdline: make -F type= accept ;charset=

The -F option allows some custom parameters within the given string, and
those strings are separated with semicolons. You can for example specify
"name=daniel;type=text/plain" to set content-type for the
field. However, the use of semicolons like that made it not work fine if
you specified one within the content-type, like for:
"name=daniel;type=text/plain;charset=UTF-8"
... as the second one would be seen as a separator and "charset" is no
parameter curl knows anything about so it was just silently discarded.

The new logic now checks if the semicolon and following keyword looks
like a parameter it knows about and if it isn't it is assumed to be
meant to be used within the content-type string itself.

I modified test case 186 to verify that this works as intended.

Reported by: Larry Stone
Bug: http://curl.haxx.se/bug/view.cgi?id=3048988

13 years agoAdded mk-ca-bundle.vbs script.
Guenter Knauf [Fri, 20 Aug 2010 01:02:49 +0000 (03:02 +0200)]
Added mk-ca-bundle.vbs script.

The script works exactly same as the Perl one except for one thing:
when the text descriptions generated with openssl are included then
the md5 fingerprints are missing; seems openssl has either a bug or
a feature which prints the md5 fingerprint output to stdout instead
of writing them to specified file; this script could here do the same
as what the Perl scripr does (redirect stdout into file) but this
makes the script take up double the time because it needs to launch
cmd.exe 140 times (fo each openssl call). So I think for now we just
ommit the md5 fingerprints, and see if openssl will be fixed.

13 years agoTrial to fix win32 autobuilds.
Guenter Knauf [Fri, 20 Aug 2010 00:33:29 +0000 (02:33 +0200)]
Trial to fix win32 autobuilds.

It seems that its time to look at some better ideas for the win32
non-configure builds; probably a prebuild target which copies
config-win32.h to curl_config.h and appends also then feature
defines like USE_ARES.

13 years agoUse the S_ISREG macro to determine what is a regular file
Dan Fandrich [Thu, 19 Aug 2010 18:45:54 +0000 (11:45 -0700)]
Use the S_ISREG macro to determine what is a regular file

13 years agoAC_INIT: avoid a warning with autoconf 2.66
Kamil Dudka [Thu, 19 Aug 2010 14:38:22 +0000 (16:38 +0200)]
AC_INIT: avoid a warning with autoconf 2.66

It was complaining about the '=>' operator, introduced in e3fc0d5.

13 years agoFixed a memory leak during OOM in the multi timeout code
Dan Fandrich [Thu, 19 Aug 2010 06:08:18 +0000 (23:08 -0700)]
Fixed a memory leak during OOM in the multi timeout code

13 years agoRemoved a C99ism & made an array const
Dan Fandrich [Thu, 19 Aug 2010 05:16:46 +0000 (22:16 -0700)]
Removed a C99ism & made an array const

13 years agotest: added test 579 to verify progress callback for chunked post
Julien Chaffraix [Wed, 18 Aug 2010 22:27:04 +0000 (00:27 +0200)]
test: added test 579 to verify progress callback for chunked post

The 66 bytes checked are those 38 bytes with the chunked encoding
headers added: 8+8+10+35+5 = 66

The three-letter words become 8 bytes on the wire because they are sent
like: "3\r\none\r\n"

... and there's the trailing 5 bytes write after the four lines since
the final chunk is sent (which is "0\r\n\r\n").

13 years agomulti: avoid sending multiple complete messages
Daniel Stenberg [Wed, 18 Aug 2010 17:59:46 +0000 (19:59 +0200)]
multi: avoid sending multiple complete messages

I fell over this bug report that mentioned that libcurl could wrongly
send more than one complete messages at the end of a transfer. Reading
the code confirmed this, so I've added a new multi state to make it not
happen. The mentioned bug report was made by Brad Jorsch but is (oddly
enough) filed in Debian's bug tracker for the "wmweather+" tool.

Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593390

13 years agoFAQ: update the list of supported protocols
Daniel Stenberg [Wed, 18 Aug 2010 17:43:06 +0000 (19:43 +0200)]
FAQ: update the list of supported protocols

13 years agoFAQ: added blurb about ECCN
Daniel Stenberg [Wed, 18 Aug 2010 14:54:11 +0000 (16:54 +0200)]
FAQ: added blurb about ECCN

"1.13 curl's ECCN number" is a new section mostly made up from
Alessandro Vesely's very informative ML post on the subject:
http://curl.haxx.se/mail/lib-2008-03/0251.html

13 years agoIt is sufficient to pipe stderr to NUL to get rid of the nasty messages.
Guenter Knauf [Wed, 18 Aug 2010 14:08:20 +0000 (16:08 +0200)]
It is sufficient to pipe stderr to NUL to get rid of the nasty messages.

13 years agoAdded SSPI build to Watcom makefile.
Guenter Knauf [Wed, 18 Aug 2010 13:16:10 +0000 (15:16 +0200)]
Added SSPI build to Watcom makefile.

13 years agoprogress: callback for POSTs less than MAX_INITIAL_POST_SIZE
Julien Chaffraix [Mon, 16 Aug 2010 20:54:19 +0000 (22:54 +0200)]
progress: callback for POSTs less than MAX_INITIAL_POST_SIZE

Add a call to Curl_pgrsSetUploadSize in this case valided by a test
case.

Reported by: Никита Дорохин.
Bug: http://curl.haxx.se/mail/lib-2010-04/0173.html

13 years agoMake the LD_PRELOAD path absolute in the tests that use it
Dan Fandrich [Mon, 16 Aug 2010 20:36:04 +0000 (13:36 -0700)]
Make the LD_PRELOAD path absolute in the tests that use it

In some situations, libtool will change directories and perform
a link step before executing the libtest test app. Since
LD_PRELOAD is in effect for this entire process, the path to the
binary must be absolute so it will be valid no matter in which
directory the app is running.

13 years agonegotiation: Wrong proxy authorization
Daniel Stenberg [Mon, 16 Aug 2010 20:19:38 +0000 (22:19 +0200)]
negotiation: Wrong proxy authorization

There's an error in http_negotiation.c where a mistake is using only
userpwd even for proxy requests. Ludek provided a patch, but I decided
to write the fix slightly different using his patch as inspiration.

Reported by: Ludek Finstrle
Bug: http://curl.haxx.se/bug/view.cgi?id=3046066

13 years agoClear stdout and stderr files on each test run
Dan Fandrich [Mon, 16 Aug 2010 19:09:18 +0000 (12:09 -0700)]
Clear stdout and stderr files on each test run

This allows a test to be run several times in the same test
session even when the -k option is given.

13 years agoSyncroniszed vclean target; fixed some comments.
Guenter Knauf [Sun, 15 Aug 2010 14:55:02 +0000 (16:55 +0200)]
Syncroniszed vclean target; fixed some comments.

13 years agoTHANKS: added contributors from 7.21.1
Daniel Stenberg [Sun, 15 Aug 2010 11:59:44 +0000 (13:59 +0200)]
THANKS: added contributors from 7.21.1

13 years agomulti: two fixes done
Daniel Stenberg [Sun, 15 Aug 2010 11:55:22 +0000 (13:55 +0200)]
multi: two fixes done

13 years agomulti: use timeouts properly for MAX_RECV/SEND_SPEED
Daniel Stenberg [Tue, 10 Aug 2010 12:12:05 +0000 (14:12 +0200)]
multi: use timeouts properly for MAX_RECV/SEND_SPEED

When detecting that the send or recv speed, the multi interface changes
state to TOOFAST and previously there was no timeout set that would
force a recheck but it would rely on the application to somehow call
libcurl anyway. This now sets a timeout for a suitable future time to
check again if the average transfer speed is then below the threshold
again.

13 years agomulti: support timeouts
Daniel Stenberg [Tue, 10 Aug 2010 09:02:07 +0000 (11:02 +0200)]
multi: support timeouts

Curl_expire() is now expanded to hold a list of timeouts for each easy
handle. Only the closest in time will be the one used as the primary
timeout for the handle and will be used for the splay tree (which sorts
and lists all handles within the multi handle).

When the main timeout has triggered/expired, the next timeout in time
that is kept in the list will be moved to the main timeout position and
used as the key to splay with. This way, all timeouts that are set with
Curl_expire() internally will end up as a proper timeout. Previously any
Curl_expire() that set a _later_ timeout than what was already set was
just silently ignored and thus missed.

Setting Curl_expire() with timeout 0 (zero) will cancel all previously
added timeouts.

Corrects known bug #62.

13 years agoCurl_llist_insert_next: allow insertion first in the list
Daniel Stenberg [Tue, 10 Aug 2010 08:52:26 +0000 (10:52 +0200)]
Curl_llist_insert_next: allow insertion first in the list

When we specify the "insert after" entry as NULL, this function now
inserts the new entry first in the list.

13 years agomulti: make curl_multi_info_read perform O(1)
Daniel Stenberg [Sun, 8 Aug 2010 22:01:36 +0000 (00:01 +0200)]
multi: make curl_multi_info_read perform O(1)

Instead of looping over all attached easy handles, this now keeps a list
of messages in the multi handle. It allows curl_multi_info_read() to
perform O(1) no matter how many easy handles that are handled. This is
of importance since this function may be polled very frequently by apps
using the multi interface.

13 years agocurl -T: ignore file size of special files
Kamil Dudka [Thu, 12 Aug 2010 19:45:31 +0000 (21:45 +0200)]
curl -T: ignore file size of special files

original bug report at https://bugzilla.redhat.com/622520

13 years agoReset environment variables before starting servers
Dan Fandrich [Sat, 14 Aug 2010 05:14:26 +0000 (22:14 -0700)]
Reset environment variables before starting servers

Otherwise, variables from tests could affect the servers
themselves.

13 years agotypecheck-gcc: work around gcc upstream bug #32061
Kamil Dudka [Thu, 12 Aug 2010 18:45:52 +0000 (20:45 +0200)]
typecheck-gcc: work around gcc upstream bug #32061

original bug report at https://bugzilla.redhat.com/617757

13 years agorelease cycle loop: start over toward 7.21.2
Daniel Stenberg [Wed, 11 Aug 2010 21:57:44 +0000 (23:57 +0200)]
release cycle loop: start over toward 7.21.2

13 years agoRELEASE-NOTES: mention the runtests fix as well
Daniel Stenberg [Wed, 11 Aug 2010 21:35:02 +0000 (23:35 +0200)]
RELEASE-NOTES: mention the runtests fix as well

13 years agoruntests: clear old setenv remainders before test
Daniel Stenberg [Wed, 11 Aug 2010 21:12:39 +0000 (23:12 +0200)]
runtests: clear old setenv remainders before test

Due to the layout of the singletest function there are situations where
it returns before it clears the environment variables that were
especially set for the single specific test case. That could lead to
subsequent tests getting executed with environment variables sticking
around from a previous test which could lead to badness.

This change makes sure to clear all custom variables that may be laying
around from a previous round, before running a test case.

Reported by: Kamil Dudka
Bug: http://curl.haxx.se/mail/lib-2010-08/0141.html

13 years agoAdded OpenSSL builds to Watcom makefiles.
Guenter Knauf [Wed, 11 Aug 2010 16:08:39 +0000 (18:08 +0200)]
Added OpenSSL builds to Watcom makefiles.

13 years agoconfigure: werror related adjustments
Yang Tse [Wed, 11 Aug 2010 12:08:05 +0000 (14:08 +0200)]
configure: werror related adjustments

13 years agoFAQ: s/libcurl.so.3/libcurl.so.X
Daniel Stenberg [Wed, 11 Aug 2010 07:15:43 +0000 (09:15 +0200)]
FAQ: s/libcurl.so.3/libcurl.so.X

13 years agoKNOWN_BUG #59 is fixed. Clarify support of IPv6 zone IDs.
Dan Fandrich [Wed, 11 Aug 2010 04:47:10 +0000 (21:47 -0700)]
KNOWN_BUG #59 is fixed. Clarify support of IPv6 zone IDs.

13 years agoFixed typo in Android configure command
Dan Fandrich [Wed, 11 Aug 2010 04:36:27 +0000 (21:36 -0700)]
Fixed typo in Android configure command

13 years agoHISTORY: added stuff from recent years
Daniel Stenberg [Tue, 10 Aug 2010 22:50:56 +0000 (00:50 +0200)]
HISTORY: added stuff from recent years

13 years agowarning: silence the compiler
Daniel Stenberg [Tue, 10 Aug 2010 22:06:20 +0000 (00:06 +0200)]
warning: silence the compiler

warning: conversion to 'long int' from 'time_t' may alter its value

... on win64 when time_t is 64bit and long is 32bit.

13 years agoRELEASE-NOTES: synced, 3 additional bugfixes
Daniel Stenberg [Tue, 10 Aug 2010 21:34:03 +0000 (23:34 +0200)]
RELEASE-NOTES: synced, 3 additional bugfixes

13 years agomulti_socket_action: clarify how to kickstart it
Daniel Stenberg [Tue, 10 Aug 2010 21:18:16 +0000 (23:18 +0200)]
multi_socket_action: clarify how to kickstart it

The callbacks are called when curl_multi_socket_action() is called, not
when handles are added. This is now mentioned in the "TYPICAL USAGE"
section.

13 years agocallbacks: acknowledge progress callback error returns
Daniel Stenberg [Tue, 10 Aug 2010 13:28:46 +0000 (15:28 +0200)]
callbacks: acknowledge progress callback error returns

When the progress callback is called during the TCP connection, an error
return would accidentally not abort the operation as intended but would
instead be counted as a failure to connect to that particular IP and
libcurl would just continue to try the next. I made singleipconnect()
and trynextip() return CURLcode properly.

Added bonus: it corrected the error code for bad --interface usages,
like tested in test 1084 and test 1085.

Reported by: Adam Light
Bug: http://curl.haxx.se/mail/lib-2010-08/0105.html

13 years agoMore Watcom makefile fixes ...
Guenter Knauf [Tue, 10 Aug 2010 19:27:01 +0000 (21:27 +0200)]
More Watcom makefile fixes ...

Final fix (hopefully!) for dll wlink loader;
prefer faster internal rm if available.

13 years agoFixed my wrong edit.
Guenter Knauf [Tue, 10 Aug 2010 15:41:48 +0000 (17:41 +0200)]
Fixed my wrong edit.

13 years agoMore Watcom makefile fixes.
Guenter Knauf [Tue, 10 Aug 2010 15:29:06 +0000 (17:29 +0200)]
More Watcom makefile fixes.

Added the -br switch to dynamic builds which fixes the issue I saw
with curl's --version output. Added debug info and symfile for debug
builds to linker opts. Added DLL loader for wlink back, but this time
dependend on wlink version.
Patch posted to the list by malak.jiri AT gmail.com.

13 years agoChanged test for -u switch in order to enable other wmake switches.
Guenter Knauf [Tue, 10 Aug 2010 13:25:48 +0000 (15:25 +0200)]
Changed test for -u switch in order to enable other wmake switches.

The var %MAKEFLAGS is only set in 3 cases: if set as environment
var or as macro definition from commandline, and either with the
-u or -ms switch. Since all these cases are unlikely for the average
user it should be safe to only test if %MAKEFLAGS is defined; this
has the benefit that now all other switches can be used again in
addition to the -u which was formerly not possible.

13 years agollist: hide Curl_llist_init
Daniel Stenberg [Sun, 8 Aug 2010 21:49:49 +0000 (23:49 +0200)]
llist: hide Curl_llist_init

Curl_llist_init is never used outside of llist.c and thus it should be
static. I also removed the protos for Curl_llist_insert_prev and
Curl_llist_remove_next which are functions we removed from llist.c ages
ago.

13 years agoAdded msys Perl since git for Win32 comes with own Perl which identifies as msys.
Guenter Knauf [Tue, 10 Aug 2010 05:10:57 +0000 (07:10 +0200)]
Added msys Perl since git for Win32 comes with own Perl which identifies as msys.

13 years agoUpdated lib dependency versions.
Guenter Knauf [Tue, 10 Aug 2010 03:51:38 +0000 (05:51 +0200)]
Updated lib dependency versions.