platform/upstream/curl.git
20 years agoremoved reference to the removed curl_formparse
Daniel Stenberg [Wed, 9 Jun 2004 08:18:17 +0000 (08:18 +0000)]
removed reference to the removed curl_formparse

20 years agoSetting CURLOPT_RANGE to NULL disables it.
Daniel Stenberg [Wed, 9 Jun 2004 08:05:23 +0000 (08:05 +0000)]
Setting CURLOPT_RANGE to NULL disables it.
Setting CURLOPT_RESUME_FROM to 0 prevents a resumed transfer.

20 years agorecent changes
Daniel Stenberg [Wed, 9 Jun 2004 07:01:48 +0000 (07:01 +0000)]
recent changes

20 years agowhen producing curllib.dsp, include libcurl.def as a source file.
Daniel Stenberg [Wed, 9 Jun 2004 06:54:12 +0000 (06:54 +0000)]
when producing curllib.dsp, include libcurl.def as a source file.
An Alexander Krasnostavsky fix.

20 years agoadded the new source files.
Gunter Knauf [Wed, 9 Jun 2004 01:27:48 +0000 (01:27 +0000)]
added the new source files.

20 years agocorrected copyright.
Gunter Knauf [Wed, 9 Jun 2004 01:15:03 +0000 (01:15 +0000)]
corrected copyright.

20 years agoGisle's patch that'll allow curl to continue with the following URLs even
Daniel Stenberg [Tue, 8 Jun 2004 21:56:30 +0000 (21:56 +0000)]
Gisle's patch that'll allow curl to continue with the following URLs even
if one transfer fails.

20 years agofix
Daniel Stenberg [Tue, 8 Jun 2004 21:26:03 +0000 (21:26 +0000)]
fix

20 years agoJames Bursa fixed a RISC OS init issue, removed trailing whitespace
Daniel Stenberg [Tue, 8 Jun 2004 21:25:11 +0000 (21:25 +0000)]
James Bursa fixed a RISC OS init issue, removed trailing whitespace

20 years agoMarty Kuhrt's VMS fixes
Daniel Stenberg [Tue, 8 Jun 2004 21:21:53 +0000 (21:21 +0000)]
Marty Kuhrt's VMS fixes

20 years agocorrected defines.
Gunter Knauf [Tue, 8 Jun 2004 15:05:45 +0000 (15:05 +0000)]
corrected defines.

20 years agodelete trailing whitespace
Daniel Stenberg [Tue, 8 Jun 2004 15:05:20 +0000 (15:05 +0000)]
delete trailing whitespace

20 years agoconvert to UNIX format.
Gunter Knauf [Tue, 8 Jun 2004 14:57:37 +0000 (14:57 +0000)]
convert to UNIX format.

20 years agoconverted to UNIX format.
Gunter Knauf [Tue, 8 Jun 2004 14:52:32 +0000 (14:52 +0000)]
converted to UNIX format.

20 years agoKjetil Jacobsen pointed out that the CURLOPT_FILETIME option was wrongly
Daniel Stenberg [Tue, 8 Jun 2004 14:13:50 +0000 (14:13 +0000)]
Kjetil Jacobsen pointed out that the CURLOPT_FILETIME option was wrongly
marked as accepting an objectpoint argument while it actually assumes a long.
The comment was also grossly misleading. The man page was and is correct
though.

20 years agotime schedule for this year
Daniel Stenberg [Tue, 8 Jun 2004 12:23:48 +0000 (12:23 +0000)]
time schedule for this year

20 years agoprevent compiler warning with picky compilers
Daniel Stenberg [Mon, 7 Jun 2004 10:28:14 +0000 (10:28 +0000)]
prevent compiler warning with picky compilers

20 years agoReverted the previous change and redid it differently as it seemed to not
Daniel Stenberg [Mon, 7 Jun 2004 08:30:36 +0000 (08:30 +0000)]
Reverted the previous change and redid it differently as it seemed to not
work. This is supposed to detect cross-compiling and alert the user, and not
do the POSIX-check for strerror_r() if it already detected a glibc-compatible
strerror_r().

20 years agoWhen sending info about which host that sends what, include proper direction
Daniel Stenberg [Mon, 7 Jun 2004 07:01:29 +0000 (07:01 +0000)]
When sending info about which host that sends what, include proper direction
to/from, based on a suggestion from Alexander Krasnostavsky

20 years agoconfigure fix
Daniel Stenberg [Fri, 4 Jun 2004 20:57:59 +0000 (20:57 +0000)]
configure fix

20 years ago1 - do better when cross-compiling when checking for strerror_r() - alert
Daniel Stenberg [Fri, 4 Jun 2004 19:01:58 +0000 (19:01 +0000)]
1 - do better when cross-compiling when checking for strerror_r() - alert
the user.
2 - don't check for POSIX-style if glibc-style is found first

20 years agotest 173 added: HTTP RFC1867-formpost a file from stdin with "faked" filename
Daniel Stenberg [Fri, 4 Jun 2004 12:24:47 +0000 (12:24 +0000)]
test 173 added: HTTP RFC1867-formpost a file from stdin with "faked" filename

20 years agofixed spell, removed reference to a 'tools' subdir in the curl dir, as we
Daniel Stenberg [Fri, 4 Jun 2004 07:21:12 +0000 (07:21 +0000)]
fixed spell, removed reference to a 'tools' subdir in the curl dir, as we
don't have one

20 years agoGünter Knauf's netware fix
Daniel Stenberg [Fri, 4 Jun 2004 07:04:32 +0000 (07:04 +0000)]
Günter Knauf's netware fix

20 years agoGünter Knauf's netware build fixes
Daniel Stenberg [Fri, 4 Jun 2004 07:02:30 +0000 (07:02 +0000)]
Günter Knauf's netware build fixes

20 years ago3rd party transfers are in CVS now
Daniel Stenberg [Fri, 4 Jun 2004 06:48:58 +0000 (06:48 +0000)]
3rd party transfers are in CVS now

20 years agoupdated a comment
Daniel Stenberg [Thu, 3 Jun 2004 14:42:08 +0000 (14:42 +0000)]
updated a comment

20 years agoupdates
Daniel Stenberg [Thu, 3 Jun 2004 14:41:44 +0000 (14:41 +0000)]
updates

20 years agothe test targets won't invoke the test suite if curl is built cross-compiled.
Daniel Stenberg [Thu, 3 Jun 2004 14:38:07 +0000 (14:38 +0000)]
the test targets won't invoke the test suite if curl is built cross-compiled.
Pointed out by Chris Gaukroger.

20 years agoset an automake conditional for if this is a cross-compile or not
Daniel Stenberg [Thu, 3 Jun 2004 14:37:14 +0000 (14:37 +0000)]
set an automake conditional for if this is a cross-compile or not

20 years agodeleted trailing whitespace
Daniel Stenberg [Thu, 3 Jun 2004 13:03:57 +0000 (13:03 +0000)]
deleted trailing whitespace

20 years ago7.12.0 introduced IDN support
Daniel Stenberg [Thu, 3 Jun 2004 11:43:21 +0000 (11:43 +0000)]
7.12.0 introduced IDN support

20 years agoAlexander Krasnostavsky's FTP third party transfer (proxy) support
Daniel Stenberg [Thu, 3 Jun 2004 11:41:05 +0000 (11:41 +0000)]
Alexander Krasnostavsky's FTP third party transfer (proxy) support

20 years agoMention the python-isque mailing list, don't mention the commit mailing lists
Daniel Stenberg [Thu, 3 Jun 2004 11:30:30 +0000 (11:30 +0000)]
Mention the python-isque mailing list, don't mention the commit mailing lists
as they are probably very rarely intresting to the "common people" anyway.

20 years agoCURLE_FAILED_INIT is returend when an unknown option is set
Daniel Stenberg [Thu, 3 Jun 2004 11:19:35 +0000 (11:19 +0000)]
CURLE_FAILED_INIT is returend when an unknown option is set

20 years agoAdded example of how to use the upcoming support for FTP 3rd party transfers
Daniel Stenberg [Thu, 3 Jun 2004 11:15:27 +0000 (11:15 +0000)]
Added example of how to use the upcoming support for FTP 3rd party transfers

20 years agocorrected to use the proxy user name for proxy auth, as was just bugfixed!
Daniel Stenberg [Thu, 3 Jun 2004 10:42:53 +0000 (10:42 +0000)]
corrected to use the proxy user name for proxy auth, as was just bugfixed!

20 years agoVincent Bronner made the code use the correct user name + password when
Daniel Stenberg [Thu, 3 Jun 2004 10:42:20 +0000 (10:42 +0000)]
Vincent Bronner made the code use the correct user name + password when
doing proxy authentication.

20 years agogetinfo.c is a new tiny example that uses curl_easy_getinfo() to get the
Daniel Stenberg [Thu, 3 Jun 2004 09:20:48 +0000 (09:20 +0000)]
getinfo.c is a new tiny example that uses curl_easy_getinfo() to get the
content-type after a transfer.

20 years agovery minor format edit
Daniel Stenberg [Wed, 2 Jun 2004 14:39:34 +0000 (14:39 +0000)]
very minor format edit

20 years agoCURLOPT_PUT is deprecated
Daniel Stenberg [Wed, 2 Jun 2004 14:06:49 +0000 (14:06 +0000)]
CURLOPT_PUT is deprecated

20 years agoMade CURLOPT_UPLOAD and CURLOPT_PUT mean the same thing internally (the
Daniel Stenberg [Wed, 2 Jun 2004 13:57:38 +0000 (13:57 +0000)]
Made CURLOPT_UPLOAD and CURLOPT_PUT mean the same thing internally (the
previous difference was not clear nor documented properly). They can now both
be used interchangeably, but we prefer UPLOAD to PUT since it is a more
generic term.

20 years ago*seven* new options to support 3rd party FTP transfers
Daniel Stenberg [Wed, 2 Jun 2004 13:51:36 +0000 (13:51 +0000)]
*seven* new options to support 3rd party FTP transfers

20 years ago7.12.1-CVS in progress
Daniel Stenberg [Wed, 2 Jun 2004 11:39:06 +0000 (11:39 +0000)]
7.12.1-CVS in progress

20 years agoGisle's adjustments to allow building with lcc-win32
Daniel Stenberg [Wed, 2 Jun 2004 11:36:07 +0000 (11:36 +0000)]
Gisle's adjustments to allow building with lcc-win32

20 years agoGisle made ftp_mkd static
Daniel Stenberg [Wed, 2 Jun 2004 11:34:53 +0000 (11:34 +0000)]
Gisle made ftp_mkd static

20 years agoand we start all over again
Daniel Stenberg [Wed, 2 Jun 2004 11:31:36 +0000 (11:31 +0000)]
and we start all over again

20 years ago7.12.0
Daniel Stenberg [Wed, 2 Jun 2004 09:03:02 +0000 (09:03 +0000)]
7.12.0

20 years agomore changes
Daniel Stenberg [Wed, 2 Jun 2004 08:57:43 +0000 (08:57 +0000)]
more changes

20 years agoRenaud Duhaut corrected the unescaping procedure
Daniel Stenberg [Tue, 1 Jun 2004 08:33:15 +0000 (08:33 +0000)]
Renaud Duhaut corrected the unescaping procedure

20 years agoDavid Byron made this use the mm lib by default, as was previously done. This
Daniel Stenberg [Tue, 1 Jun 2004 08:09:43 +0000 (08:09 +0000)]
David Byron made this use the mm lib by default, as was previously done. This
might be done differently in the future.

20 years ago--create-dirs clarification
Daniel Stenberg [Tue, 1 Jun 2004 07:03:46 +0000 (07:03 +0000)]
--create-dirs clarification

20 years agominor edits
Daniel Stenberg [Fri, 28 May 2004 11:16:09 +0000 (11:16 +0000)]
minor edits

20 years agocheck for failing strdup()s
Daniel Stenberg [Fri, 28 May 2004 09:56:59 +0000 (09:56 +0000)]
check for failing strdup()s

20 years agodelete trailing whitespace
Daniel Stenberg [Fri, 28 May 2004 09:52:15 +0000 (09:52 +0000)]
delete trailing whitespace

20 years agofixed curl_easy_duphandle() to properly clean up all memory if any memory
Daniel Stenberg [Thu, 27 May 2004 07:48:09 +0000 (07:48 +0000)]
fixed curl_easy_duphandle() to properly clean up all memory if any memory
function fails and it returns NULL

20 years agofree() allocated memory when the ares search can't be made
Daniel Stenberg [Thu, 27 May 2004 07:10:36 +0000 (07:10 +0000)]
free() allocated memory when the ares search can't be made

20 years agoclear the domains and sortlist when the 'channel' is first created so that
Daniel Stenberg [Thu, 27 May 2004 07:10:02 +0000 (07:10 +0000)]
clear the domains and sortlist when the 'channel' is first created so that
we can compare if non-NULL elsewhere

20 years agobetter checks to avoid free(NULL)
Daniel Stenberg [Thu, 27 May 2004 07:09:21 +0000 (07:09 +0000)]
better checks to avoid free(NULL)

20 years agoJames Bursa's fix to prevent free(NULL) to occur
Daniel Stenberg [Thu, 27 May 2004 06:42:48 +0000 (06:42 +0000)]
James Bursa's fix to prevent free(NULL) to occur

20 years agothe CONNECT issue seems fixed too now
Daniel Stenberg [Wed, 26 May 2004 14:32:15 +0000 (14:32 +0000)]
the CONNECT issue seems fixed too now

20 years agoMohun Biswas added release-zlib and debug-zlib targets.
Daniel Stenberg [Wed, 26 May 2004 11:49:28 +0000 (11:49 +0000)]
Mohun Biswas added release-zlib and debug-zlib targets.

20 years agoMSVC makefiles updated and an auth problem when using CONNECT
Daniel Stenberg [Wed, 26 May 2004 10:35:01 +0000 (10:35 +0000)]
MSVC makefiles updated and an auth problem when using CONNECT

20 years agocurllib.dsp works in the latest snapshots
Daniel Stenberg [Wed, 26 May 2004 10:32:48 +0000 (10:32 +0000)]
curllib.dsp works in the latest snapshots

20 years agobugs, changes, sponsors!
Daniel Stenberg [Wed, 26 May 2004 09:23:11 +0000 (09:23 +0000)]
bugs, changes, sponsors!

20 years agoupdated with recent stuff
Daniel Stenberg [Wed, 26 May 2004 09:19:46 +0000 (09:19 +0000)]
updated with recent stuff

20 years agothree new functions in the public API
Daniel Stenberg [Wed, 26 May 2004 09:17:20 +0000 (09:17 +0000)]
three new functions in the public API

20 years agoadded example that makes an upload to a file:// url
Daniel Stenberg [Wed, 26 May 2004 09:00:03 +0000 (09:00 +0000)]
added example that makes an upload to a file:// url

20 years agostrip trailing whitespace
Daniel Stenberg [Wed, 26 May 2004 08:58:25 +0000 (08:58 +0000)]
strip trailing whitespace

20 years agoAdded a new 'bit' in the connect struct named 'tunnel_proxy' that is set
Daniel Stenberg [Wed, 26 May 2004 08:54:36 +0000 (08:54 +0000)]
Added a new 'bit' in the connect struct named 'tunnel_proxy' that is set
if a connection is tunneled through a proxy. A tunnel is done with CONNECT,
either when using HTTPS or FTPS, or if explicitly enabled by the app.

20 years agoinitial support for "uploading" to file:// URLs
Daniel Stenberg [Tue, 25 May 2004 21:47:29 +0000 (21:47 +0000)]
initial support for "uploading" to file:// URLs

20 years ago--proxy-basic added for completeness
Daniel Stenberg [Tue, 25 May 2004 14:44:25 +0000 (14:44 +0000)]
--proxy-basic added for completeness

20 years agoremoved some stuff that actually is done now, added the --optionseparator
Daniel Stenberg [Tue, 25 May 2004 14:39:53 +0000 (14:39 +0000)]
removed some stuff that actually is done now, added the --optionseparator
idea (not really new, but its better to have it mentioned in here)

20 years agoBug report #948950, excessive amount of file descriptors might crash libcurl
Daniel Stenberg [Tue, 25 May 2004 14:28:44 +0000 (14:28 +0000)]
Bug report #948950, excessive amount of file descriptors might crash libcurl

20 years agoMassimiliano Ziccardi's updates for the VC6 makefiles
Daniel Stenberg [Tue, 25 May 2004 13:52:12 +0000 (13:52 +0000)]
Massimiliano Ziccardi's updates for the VC6 makefiles

20 years agopreprocessor magic around the libidn idn_free() stuff to remain workable
Daniel Stenberg [Tue, 25 May 2004 12:00:15 +0000 (12:00 +0000)]
preprocessor magic around the libidn idn_free() stuff to remain workable
both with older libidn versions without idn_free() and with libidn versions
that gets installed without idn-free.h

20 years agochecl for the idn_free stuff to remain functionall even with older libidn
Daniel Stenberg [Tue, 25 May 2004 11:59:32 +0000 (11:59 +0000)]
checl for the idn_free stuff to remain functionall even with older libidn
versions

20 years agoremove trailing whitespace
Daniel Stenberg [Tue, 25 May 2004 11:13:49 +0000 (11:13 +0000)]
remove trailing whitespace

20 years agomake one call instead of two
Daniel Stenberg [Tue, 25 May 2004 07:51:06 +0000 (07:51 +0000)]
make one call instead of two

20 years agonew example proving that the debug callback works even when the multi
Daniel Stenberg [Mon, 24 May 2004 15:16:53 +0000 (15:16 +0000)]
new example proving that the debug callback works even when the multi
interface is used

20 years agoremove trailing whitespace
Daniel Stenberg [Mon, 24 May 2004 15:16:29 +0000 (15:16 +0000)]
remove trailing whitespace

20 years agomulti interface, debug callback
Daniel Stenberg [Mon, 24 May 2004 15:12:37 +0000 (15:12 +0000)]
multi interface, debug callback

20 years agodelete trailing whitespace
Daniel Stenberg [Mon, 24 May 2004 13:31:28 +0000 (13:31 +0000)]
delete trailing whitespace

20 years agoif no errorbuffer string was provided when a return code was returned, use
Daniel Stenberg [Mon, 24 May 2004 13:27:48 +0000 (13:27 +0000)]
if no errorbuffer string was provided when a return code was returned, use
the curl_easy_strerror() function to provide one

20 years agoIDN is a recognized feature
Daniel Stenberg [Mon, 24 May 2004 13:23:54 +0000 (13:23 +0000)]
IDN is a recognized feature

20 years agofixed a reference
Daniel Stenberg [Mon, 24 May 2004 13:21:31 +0000 (13:21 +0000)]
fixed a reference

20 years agometa-m runs delete-trailing-whitespace in curl-mode
Daniel Stenberg [Mon, 24 May 2004 12:12:09 +0000 (12:12 +0000)]
meta-m runs delete-trailing-whitespace in curl-mode

20 years agodelete trailing whitespace
Daniel Stenberg [Mon, 24 May 2004 11:57:34 +0000 (11:57 +0000)]
delete trailing whitespace

20 years agodelete trailing whitespace
Daniel Stenberg [Mon, 24 May 2004 10:46:22 +0000 (10:46 +0000)]
delete trailing whitespace

20 years agobetter name
Daniel Stenberg [Mon, 24 May 2004 09:01:45 +0000 (09:01 +0000)]
better name

20 years agoonly idn_free() if built with libidn
Daniel Stenberg [Mon, 24 May 2004 08:19:37 +0000 (08:19 +0000)]
only idn_free() if built with libidn

20 years agodelete trailing whitespace
Daniel Stenberg [Mon, 24 May 2004 07:53:25 +0000 (07:53 +0000)]
delete trailing whitespace

20 years ago Simon Josefsson added a idn_free() function in libidn 0.4.5 as a reaction to
Daniel Stenberg [Mon, 24 May 2004 07:40:00 +0000 (07:40 +0000)]
 Simon Josefsson added a idn_free() function in libidn 0.4.5 as a reaction to
 Gisle's previous mail. We now use this function, and thus we require libidn
 0.4.5 or later. No earler version will do.

20 years agoRobert D. Young reported that CURLOPT_COOKIEFILE and CURLOPT_COOKIE could
Daniel Stenberg [Mon, 24 May 2004 07:13:48 +0000 (07:13 +0000)]
Robert D. Young reported that CURLOPT_COOKIEFILE and CURLOPT_COOKIE could
not be used both in one request. Fixed it and added test case 172 to verify.

20 years agoWhile talking to host a.b.c, libcurl did wrongly not accept cookies that were
Daniel Stenberg [Fri, 21 May 2004 20:40:15 +0000 (20:40 +0000)]
While talking to host a.b.c, libcurl did wrongly not accept cookies that were
set to the domain .a.b.c (that is with a dot prefix). This is now fixed and
test case 171 verifies it.

20 years agoquickfix to avoid division by zero, possibly we should go over all of these
Daniel Stenberg [Fri, 21 May 2004 12:23:53 +0000 (12:23 +0000)]
quickfix to avoid division by zero, possibly we should go over all of these
once and for all

20 years agofixed transfer speed math
Daniel Stenberg [Thu, 20 May 2004 20:48:16 +0000 (20:48 +0000)]
fixed transfer speed math

20 years agocalculate upload and download speed using doubles to keep precision.
Daniel Stenberg [Thu, 20 May 2004 20:35:42 +0000 (20:35 +0000)]
calculate upload and download speed using doubles to keep precision.
deleted trailing whitespace

20 years agoNTLM requires SSL
Daniel Stenberg [Wed, 19 May 2004 11:25:21 +0000 (11:25 +0000)]
NTLM requires SSL

20 years agocert verify
Daniel Stenberg [Wed, 19 May 2004 11:10:36 +0000 (11:10 +0000)]
cert verify