platform/upstream/curl.git
20 years agoAdded blurb for the READFUNCTION, including the new CURL_READFUNC_ABORT
Daniel Stenberg [Mon, 21 Jun 2004 14:09:23 +0000 (14:09 +0000)]
Added blurb for the READFUNCTION, including the new CURL_READFUNC_ABORT
return code.

20 years agoadded test case 513
Daniel Stenberg [Mon, 21 Jun 2004 14:08:48 +0000 (14:08 +0000)]
added test case 513

20 years agoThe read callback can now return CURL_READFUNC_ABORT to stop a transfer.
Daniel Stenberg [Mon, 21 Jun 2004 14:07:38 +0000 (14:07 +0000)]
The read callback can now return CURL_READFUNC_ABORT to stop a transfer.

20 years agoadded CURL_READFUNC_ABORT
Daniel Stenberg [Mon, 21 Jun 2004 14:04:36 +0000 (14:04 +0000)]
added CURL_READFUNC_ABORT

20 years agowhen the client disconnects prematurely, dump the request as received thus
Daniel Stenberg [Mon, 21 Jun 2004 14:00:11 +0000 (14:00 +0000)]
when the client disconnects prematurely, dump the request as received thus
far

20 years agorecent events
Daniel Stenberg [Mon, 21 Jun 2004 10:56:33 +0000 (10:56 +0000)]
recent events

20 years agotypecasts to prevent compiler warnings
Daniel Stenberg [Mon, 21 Jun 2004 08:37:53 +0000 (08:37 +0000)]
typecasts to prevent compiler warnings

20 years agoupdates
Daniel Stenberg [Mon, 21 Jun 2004 08:28:18 +0000 (08:28 +0000)]
updates

20 years agorefer to the new tutorial man page
Daniel Stenberg [Mon, 21 Jun 2004 08:28:10 +0000 (08:28 +0000)]
refer to the new tutorial man page

20 years agoremoved libcurl-the-guide from the dist
Daniel Stenberg [Mon, 21 Jun 2004 08:27:45 +0000 (08:27 +0000)]
removed libcurl-the-guide from the dist

20 years agolibcurl-tutorial.3 is the former libcurl-the-guide converted to man page format
Daniel Stenberg [Mon, 21 Jun 2004 08:17:08 +0000 (08:17 +0000)]
libcurl-tutorial.3 is the former libcurl-the-guide converted to man page format

20 years agotest 177 HTTP POST with --digest that gets a 302 response
Daniel Stenberg [Sat, 19 Jun 2004 10:10:50 +0000 (10:10 +0000)]
test 177 HTTP POST with --digest that gets a 302 response

20 years agoWhen doing auth negotiations or authprobing, we only consider HTTP code
Daniel Stenberg [Sat, 19 Jun 2004 10:10:24 +0000 (10:10 +0000)]
When doing auth negotiations or authprobing, we only consider HTTP code
<300 to be good.

20 years agoprevent compiler warning
Daniel Stenberg [Sat, 19 Jun 2004 09:38:08 +0000 (09:38 +0000)]
prevent compiler warning

20 years agoispell-buffer
Daniel Stenberg [Fri, 18 Jun 2004 13:11:49 +0000 (13:11 +0000)]
ispell-buffer

20 years agotwo issues to remember to fix before next release
Daniel Stenberg [Fri, 18 Jun 2004 11:47:08 +0000 (11:47 +0000)]
two issues to remember to fix before next release

20 years agoGisle's "SSL patch" from June 16th 2004, modified by me as discussed on the
Daniel Stenberg [Fri, 18 Jun 2004 06:20:43 +0000 (06:20 +0000)]
Gisle's "SSL patch" from June 16th 2004, modified by me as discussed on the
mailing list.

20 years agoWith David Byron's test server I could repeat his problem and make sure that
Daniel Stenberg [Fri, 18 Jun 2004 06:15:26 +0000 (06:15 +0000)]
With David Byron's test server I could repeat his problem and make sure that
POSTing over HTTPS:// with NTLM works fine now. There was a general problem
with multi-pass authentication with non-GET operations with CONNECT.

20 years agolarge file FTP upload bug
Daniel Stenberg [Thu, 17 Jun 2004 08:07:24 +0000 (08:07 +0000)]
large file FTP upload bug

20 years agonew daring features, not used by any current test
Daniel Stenberg [Thu, 17 Jun 2004 08:06:03 +0000 (08:06 +0000)]
new daring features, not used by any current test

20 years agoKeep the upload byte counter in an curl_off_t, not an int. 32bits is not
Daniel Stenberg [Wed, 16 Jun 2004 09:28:47 +0000 (09:28 +0000)]
Keep the upload byte counter in an curl_off_t, not an int. 32bits is not
enough. This is most likely the bug Jean-Louis Lemaire reported that makes
2GB FTP uploads to report error when completed.
Also padded comments to get them aligned again, only for visibility.

20 years agoAlexander Krasnostavsky fixed a flaw in the 3rd party transfer code that
Daniel Stenberg [Wed, 16 Jun 2004 09:05:22 +0000 (09:05 +0000)]
Alexander Krasnostavsky fixed a flaw in the 3rd party transfer code that
didn't properly check return code.

20 years agopost with auth problems fixed
Daniel Stenberg [Tue, 15 Jun 2004 11:04:21 +0000 (11:04 +0000)]
post with auth problems fixed

20 years agoskip the pid from the logging
Daniel Stenberg [Tue, 15 Jun 2004 10:28:56 +0000 (10:28 +0000)]
skip the pid from the logging

20 years agotest 176, use --ntlm and POST when the server doesn't require any auth
Daniel Stenberg [Tue, 15 Jun 2004 09:20:04 +0000 (09:20 +0000)]
test 176, use --ntlm and POST when the server doesn't require any auth

20 years agoadded test case 175, use HTTP POST and DIGEST set but the server requires no
Daniel Stenberg [Tue, 15 Jun 2004 08:50:15 +0000 (08:50 +0000)]
added test case 175, use HTTP POST and DIGEST set but the server requires no
auth

20 years agoFix the auth code to enable us to i.e set DIGEST and then find out that the
Daniel Stenberg [Tue, 15 Jun 2004 08:45:22 +0000 (08:45 +0000)]
Fix the auth code to enable us to i.e set DIGEST and then find out that the
server doesn't require any auth at all and then we just continue nicely. We
now have an extra bit in the connection struct named 'authprobe' that is TRUE
when doing pure "HTTP authentication probing".

20 years agowe actually build and run fine with libidn 0.4.1 too, so let's not require
Daniel Stenberg [Mon, 14 Jun 2004 21:40:11 +0000 (21:40 +0000)]
we actually build and run fine with libidn 0.4.1 too, so let's not require
anything newer than that

20 years agolots of multi interface description but also some general updates and additions
Daniel Stenberg [Mon, 14 Jun 2004 14:44:28 +0000 (14:44 +0000)]
lots of multi interface description but also some general updates and additions

20 years agoprevent compiler warnings on non-win32 platforms
Daniel Stenberg [Mon, 14 Jun 2004 10:45:30 +0000 (10:45 +0000)]
prevent compiler warnings on non-win32 platforms

20 years agoadded test 174, HTTP POST --anyauth to server without auth requirements.
Daniel Stenberg [Mon, 14 Jun 2004 09:16:39 +0000 (09:16 +0000)]
added test 174, HTTP POST --anyauth to server without auth requirements.
An attempt to repeat a reported auth problem. Works for me!

20 years agorecent action
Daniel Stenberg [Mon, 14 Jun 2004 08:54:59 +0000 (08:54 +0000)]
recent action

20 years agoAllow formposting of files larger than what fits in memory by not reading the
Daniel Stenberg [Mon, 14 Jun 2004 08:51:43 +0000 (08:51 +0000)]
Allow formposting of files larger than what fits in memory by not reading the
file until it is actually being uploaded.
Make sure we build and still work with HTTP disabled - the SSL code might use
the boundary string for some random seeding.

20 years agorefuse running the torture tests without a debug build
Daniel Stenberg [Mon, 14 Jun 2004 08:25:54 +0000 (08:25 +0000)]
refuse running the torture tests without a debug build

20 years agomoved default: in a switch case to prevent compiler warning that 'request'
Daniel Stenberg [Sun, 13 Jun 2004 09:08:38 +0000 (09:08 +0000)]
moved default: in a switch case to prevent compiler warning that 'request'
might be used uninitialized

20 years agoprovide curl_formfree() even when http is disabled, it does nothing then
Daniel Stenberg [Sun, 13 Jun 2004 08:59:37 +0000 (08:59 +0000)]
provide curl_formfree() even when http is disabled, it does nothing then

20 years agouse Curl_strcasestr() when checking wildcard cert names
Daniel Stenberg [Sun, 13 Jun 2004 08:33:26 +0000 (08:33 +0000)]
use Curl_strcasestr() when checking wildcard cert names

20 years agoadded Curl_strcasestr() for case insensitive strstr() searching
Daniel Stenberg [Sun, 13 Jun 2004 08:32:57 +0000 (08:32 +0000)]
added Curl_strcasestr() for case insensitive strstr() searching

20 years agoremoved unused include path.
Gunter Knauf [Fri, 11 Jun 2004 17:27:03 +0000 (17:27 +0000)]
removed unused include path.

20 years agofixed xdc generation, added lib target, load curl.nlm into ring3 by default.
Gunter Knauf [Fri, 11 Jun 2004 15:33:07 +0000 (15:33 +0000)]
fixed xdc generation, added lib target, load curl.nlm into ring3 by default.

20 years agoTim Sneddon made it build fine on VMS again.
Daniel Stenberg [Fri, 11 Jun 2004 12:29:30 +0000 (12:29 +0000)]
Tim Sneddon made it build fine on VMS again.

20 years agosome more makefile changes.
Gunter Knauf [Fri, 11 Jun 2004 02:29:16 +0000 (02:29 +0000)]
some more makefile changes.

20 years agorespect CVS builds in version string.
Gunter Knauf [Fri, 11 Jun 2004 01:36:27 +0000 (01:36 +0000)]
respect CVS builds in version string.

20 years agosome more makefile changes.
Gunter Knauf [Fri, 11 Jun 2004 01:04:06 +0000 (01:04 +0000)]
some more makefile changes.

20 years agocosmetic correction.
Gunter Knauf [Thu, 10 Jun 2004 22:24:37 +0000 (22:24 +0000)]
cosmetic correction.

20 years agoconverted to UNIX format.
Gunter Knauf [Thu, 10 Jun 2004 21:20:15 +0000 (21:20 +0000)]
converted to UNIX format.

20 years agoadded timeval.c to the sources for curlx_ functions.
Gunter Knauf [Thu, 10 Jun 2004 20:46:24 +0000 (20:46 +0000)]
added timeval.c to the sources for curlx_ functions.

20 years agominor output fix.
Gunter Knauf [Thu, 10 Jun 2004 20:43:46 +0000 (20:43 +0000)]
minor output fix.

20 years agoups! no copy command defined.
Gunter Knauf [Thu, 10 Jun 2004 20:29:19 +0000 (20:29 +0000)]
ups! no copy command defined.

20 years agoadded generation of missing files.
Gunter Knauf [Thu, 10 Jun 2004 20:25:02 +0000 (20:25 +0000)]
added generation of missing files.

20 years agoadded generation of missing files.
Gunter Knauf [Thu, 10 Jun 2004 20:12:49 +0000 (20:12 +0000)]
added generation of missing files.

20 years agomake include path overridable.
Gunter Knauf [Thu, 10 Jun 2004 17:11:39 +0000 (17:11 +0000)]
make include path overridable.

20 years agoGisle Vanem's init patch for Windows
Daniel Stenberg [Thu, 10 Jun 2004 13:11:32 +0000 (13:11 +0000)]
Gisle Vanem's init patch for Windows

20 years agoremoved trailing whitespace
Daniel Stenberg [Thu, 10 Jun 2004 11:56:02 +0000 (11:56 +0000)]
removed trailing whitespace

20 years agoGisle corrected two comments
Daniel Stenberg [Thu, 10 Jun 2004 11:55:37 +0000 (11:55 +0000)]
Gisle corrected two comments

20 years agoGisle Vanem's improved verbose output and timeout handling when connecting to
Daniel Stenberg [Thu, 10 Jun 2004 11:06:21 +0000 (11:06 +0000)]
Gisle Vanem's improved verbose output and timeout handling when connecting to
a host name that resolves to multiple IP addresses.

20 years agobuild again with disabled http
Daniel Stenberg [Thu, 10 Jun 2004 07:46:24 +0000 (07:46 +0000)]
build again with disabled http

20 years agoSteven Bazyl and Seshubabu Pasam pointed out a bug on win32 when freeing the
Daniel Stenberg [Thu, 10 Jun 2004 07:17:28 +0000 (07:17 +0000)]
Steven Bazyl and Seshubabu Pasam pointed out a bug on win32 when freeing the
path after a transfer.

20 years agoAlexander Krasnostavsky's fix to make libcurl build fine with configure
Daniel Stenberg [Wed, 9 Jun 2004 08:23:55 +0000 (08:23 +0000)]
Alexander Krasnostavsky's fix to make libcurl build fine with configure
--disable-http, which thus builds a libcurl without HTTP support.

20 years agowhen built with HTTP disabled, provide a curl_formadd() function anyway to
Daniel Stenberg [Wed, 9 Jun 2004 08:22:02 +0000 (08:22 +0000)]
when built with HTTP disabled, provide a curl_formadd() function anyway to
keep the API complete at all times

20 years agoAdded CURL_FORMADD_DISABLED when libcurl is built with HTTP disabled
Daniel Stenberg [Wed, 9 Jun 2004 08:21:11 +0000 (08:21 +0000)]
Added CURL_FORMADD_DISABLED when libcurl is built with HTTP disabled

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.