]> granicus.if.org Git - curl/log
curl
23 years agoT. Bharath pointed out the flaw in ConnectionExists() for how we didn't
Daniel Stenberg [Thu, 4 Apr 2002 12:23:14 +0000 (12:23 +0000)]
T. Bharath pointed out the flaw in ConnectionExists() for how we didn't
check proxy connections for "deadness" before they were re-used

23 years agoFixes the problem Jacky Jam pointed out, where libcurl will "hang" for an
Daniel Stenberg [Thu, 4 Apr 2002 12:19:56 +0000 (12:19 +0000)]
Fixes the problem Jacky Jam pointed out, where libcurl will "hang" for an
extra second after having downloaded headers-only

23 years agoJonatan Lander's fix to compile properly on pre-ISO compilers (without the
Daniel Stenberg [Thu, 4 Apr 2002 10:07:01 +0000 (10:07 +0000)]
Jonatan Lander's fix to compile properly on pre-ISO compilers (without the
## operator)

23 years agoThis corrects VERBOSE PASV ftp transfers on AIX (and OSF1/Tru64)
Daniel Stenberg [Thu, 4 Apr 2002 06:07:56 +0000 (06:07 +0000)]
This corrects VERBOSE PASV ftp transfers on AIX (and OSF1/Tru64)
Gerhard Herre reported this in bug report #536238

23 years agoTor Arntsen's fix for "CGI_Lite" compliance!
Daniel Stenberg [Wed, 3 Apr 2002 11:11:01 +0000 (11:11 +0000)]
Tor Arntsen's fix for "CGI_Lite" compliance!

23 years agoAdded DNS cache control options
Daniel Stenberg [Tue, 2 Apr 2002 13:29:05 +0000 (13:29 +0000)]
Added DNS cache control options

23 years agoClarence Gardner pointed out the not-taken-care-of return codes from SSL_read
Daniel Stenberg [Tue, 2 Apr 2002 09:33:38 +0000 (09:33 +0000)]
Clarence Gardner pointed out the not-taken-care-of return codes from SSL_read

23 years agoJacky Lam added memdebug.h include to prevent crashes when that is used
Daniel Stenberg [Tue, 2 Apr 2002 06:36:47 +0000 (06:36 +0000)]
Jacky Lam added memdebug.h include to prevent crashes when that is used

23 years agofopen(... "rb") when reading what to post, so that binary posting works
Daniel Stenberg [Wed, 27 Mar 2002 22:53:06 +0000 (22:53 +0000)]
fopen(... "rb") when reading what to post, so that binary posting works
on Windows!

23 years agoJacky Lam cookie parser fix for domains with preceeding dot
Daniel Stenberg [Mon, 25 Mar 2002 09:08:33 +0000 (09:08 +0000)]
Jacky Lam cookie parser fix for domains with preceeding dot

23 years agoMiklos Nemeth's update
Daniel Stenberg [Sat, 23 Mar 2002 15:41:17 +0000 (15:41 +0000)]
Miklos Nemeth's update

23 years agoadjusted windows section after a patch from Miklos Nemeth
Daniel Stenberg [Fri, 22 Mar 2002 12:01:30 +0000 (12:01 +0000)]
adjusted windows section after a patch from Miklos Nemeth

23 years agopatch by Sandro Tolaini to do good (better?) on FreeBSD
Daniel Stenberg [Fri, 22 Mar 2002 11:02:16 +0000 (11:02 +0000)]
patch by Sandro Tolaini to do good (better?) on FreeBSD

23 years agono longer include "multi.h", it comes with the regular curl/curl.h now
Daniel Stenberg [Wed, 20 Mar 2002 10:54:17 +0000 (10:54 +0000)]
no longer include "multi.h", it comes with the regular curl/curl.h now

23 years agocrlf replacement on uploads did not work. test case 128 was added just now
Daniel Stenberg [Wed, 20 Mar 2002 10:53:24 +0000 (10:53 +0000)]
crlf replacement on uploads did not work. test case 128 was added just now
to make sure it remains functional.

23 years agoverbose FTP PASV output could output a "random" name from the stack based
Daniel Stenberg [Wed, 20 Mar 2002 10:52:24 +0000 (10:52 +0000)]
verbose FTP PASV output could output a "random" name from the stack based
array
Also, uploading data with --crlf cannot check that the proper size was
uploaded and thus should not warn if the sizes differ. This can be changed
in the future by having the expected size in the connectdata struct and then
increase the expected size for each byte that is added in the --crlf
replacement process.

23 years agoadded test 128, ftp upload with --crlf
Daniel Stenberg [Wed, 20 Mar 2002 10:50:12 +0000 (10:50 +0000)]
added test 128, ftp upload with --crlf

23 years agonewcomer notice added
Daniel Stenberg [Wed, 20 Mar 2002 10:11:50 +0000 (10:11 +0000)]
newcomer notice added

23 years agoold list is gone
Daniel Stenberg [Wed, 20 Mar 2002 08:00:05 +0000 (08:00 +0000)]
old list is gone

23 years agoJohn Clayton's weird explorations in the wonders of the windows tcp/ip
Daniel Stenberg [Tue, 19 Mar 2002 15:56:13 +0000 (15:56 +0000)]
John Clayton's weird explorations in the wonders of the windows tcp/ip
stack ;-)

23 years agomade -G set request type
Daniel Stenberg [Tue, 19 Mar 2002 14:58:35 +0000 (14:58 +0000)]
made -G set request type

23 years agocorrected for 7.9.6
Daniel Stenberg [Tue, 19 Mar 2002 14:53:28 +0000 (14:53 +0000)]
corrected for 7.9.6

23 years agoremoved multi.h
Daniel Stenberg [Tue, 19 Mar 2002 14:32:43 +0000 (14:32 +0000)]
removed multi.h

23 years agoAdded the three multi interface source code examples to the distrib
Daniel Stenberg [Tue, 19 Mar 2002 14:01:34 +0000 (14:01 +0000)]
Added the three multi interface source code examples to the distrib

23 years agofixed include and added header
Daniel Stenberg [Tue, 19 Mar 2002 14:00:47 +0000 (14:00 +0000)]
fixed include and added header

23 years agoadded multi.h
Daniel Stenberg [Tue, 19 Mar 2002 10:35:14 +0000 (10:35 +0000)]
added multi.h

23 years agoinclude multi.h too
Daniel Stenberg [Tue, 19 Mar 2002 10:35:02 +0000 (10:35 +0000)]
include multi.h too

23 years agomoved here from ../../lib/
Daniel Stenberg [Tue, 19 Mar 2002 10:34:34 +0000 (10:34 +0000)]
moved here from ../../lib/

23 years agomoved to ../include/curl/
Daniel Stenberg [Tue, 19 Mar 2002 10:34:06 +0000 (10:34 +0000)]
moved to ../include/curl/

23 years agoadded the multi functions man pages
Daniel Stenberg [Tue, 19 Mar 2002 10:19:56 +0000 (10:19 +0000)]
added the multi functions man pages

23 years agomulti interface overview and description
Daniel Stenberg [Tue, 19 Mar 2002 10:16:12 +0000 (10:16 +0000)]
multi interface overview and description

23 years agoremoved text that really belongs to very old libcurls that are no longer
Daniel Stenberg [Tue, 19 Mar 2002 09:41:06 +0000 (09:41 +0000)]
removed text that really belongs to very old libcurls that are no longer
being used widely

23 years agopoint out that this describes the easy interface and also make a more
Daniel Stenberg [Tue, 19 Mar 2002 09:31:05 +0000 (09:31 +0000)]
point out that this describes the easy interface and also make a more
general statement about language bindings

23 years agolanguage
Daniel Stenberg [Tue, 19 Mar 2002 09:08:57 +0000 (09:08 +0000)]
language

23 years agoadded some text about PASV and PORT and stuff
Daniel Stenberg [Tue, 19 Mar 2002 08:55:05 +0000 (08:55 +0000)]
added some text about PASV and PORT and stuff

23 years agocopyright string (year) update
Daniel Stenberg [Tue, 19 Mar 2002 07:54:55 +0000 (07:54 +0000)]
copyright string (year) update

23 years agoyaketiyak
Daniel Stenberg [Tue, 19 Mar 2002 07:48:54 +0000 (07:48 +0000)]
yaketiyak

23 years agoautomake -a for the depcomp
Daniel Stenberg [Tue, 19 Mar 2002 07:48:33 +0000 (07:48 +0000)]
automake -a for the depcomp

23 years agomade it pass stricter compiler flags with less warnings
Daniel Stenberg [Tue, 19 Mar 2002 07:32:35 +0000 (07:32 +0000)]
made it pass stricter compiler flags with less warnings

23 years agotest 32, try -d and -G
Daniel Stenberg [Mon, 18 Mar 2002 22:26:22 +0000 (22:26 +0000)]
test 32, try -d and -G

23 years agoreverted 1.109, we can't set the request type when -d is used, as -G can be
Daniel Stenberg [Mon, 18 Mar 2002 22:21:16 +0000 (22:21 +0000)]
reverted 1.109, we can't set the request type when -d is used, as -G can be
used and it makes it a GET...

23 years agoWRITEFUNCTION correction
Daniel Stenberg [Mon, 18 Mar 2002 08:53:21 +0000 (08:53 +0000)]
WRITEFUNCTION correction

23 years agoAndreas Damm added thanks to his getdate overhaul
Daniel Stenberg [Mon, 18 Mar 2002 08:52:46 +0000 (08:52 +0000)]
Andreas Damm added thanks to his getdate overhaul

23 years agogopher
Daniel Stenberg [Mon, 18 Mar 2002 08:52:15 +0000 (08:52 +0000)]
gopher

23 years agoupdated
Daniel Stenberg [Mon, 18 Mar 2002 07:40:00 +0000 (07:40 +0000)]
updated

23 years agoclarified that it is only the + letter that isn't converted on the right
Daniel Stenberg [Sun, 17 Mar 2002 08:28:51 +0000 (08:28 +0000)]
clarified that it is only the + letter that isn't converted on the right
side of a ? letter

23 years agoverbose PASV transfers passed a bad buffer size to the name resolver functions
Daniel Stenberg [Sat, 16 Mar 2002 16:59:47 +0000 (16:59 +0000)]
verbose PASV transfers passed a bad buffer size to the name resolver functions
and it cause cause a crash.

Albert Choy found and fixed it.

23 years agocorrected SSL builds
Daniel Stenberg [Fri, 15 Mar 2002 14:46:59 +0000 (14:46 +0000)]
corrected SSL builds

23 years agoheaders and security blurb added
Daniel Stenberg [Fri, 15 Mar 2002 13:25:15 +0000 (13:25 +0000)]
headers and security blurb added

23 years agomake sure we return CURLE_WRITE_ERROR if the write callback returned
Daniel Stenberg [Fri, 15 Mar 2002 12:42:41 +0000 (12:42 +0000)]
make sure we return CURLE_WRITE_ERROR if the write callback returned
an error, even if we were decoding a chunked-encoded transfer

23 years agoJun-ichiro itojun Hagino <itojun@itojun.org>:
Daniel Stenberg [Fri, 15 Mar 2002 09:54:30 +0000 (09:54 +0000)]
Jun-ichiro itojun Hagino <itojun@itojun.org>:

Now first check if IPv6 is supported, then use PF_UNSPEC. If not, use PF_INET.
It'll solve both the "slow name lookup" problem on IPv4 and still work fine on
IPv6 hosts.

Bug report #530204 has more details:
http://sourceforge.net/tracker/?func=detail&atid=100976&aid=530204&group_id=976

23 years agobug report #530204 correctly identified that revision 1.52 broke ipv6
Daniel Stenberg [Fri, 15 Mar 2002 08:45:09 +0000 (08:45 +0000)]
bug report #530204 correctly identified that revision 1.52 broke ipv6
functionality and this change reverts this.

However, with this revert we bring back problems on (some/all?) non-IPv6
enabled Linux machines that have getaddrinfo().

23 years agonew example for libcurl 7.9.6 or later
Daniel Stenberg [Thu, 14 Mar 2002 14:53:00 +0000 (14:53 +0000)]
new example for libcurl 7.9.6 or later

23 years agoif CURLOPT_POSTFIELDS isn't set, but CURLOPT_POST is, we will assume that
Daniel Stenberg [Thu, 14 Mar 2002 14:39:23 +0000 (14:39 +0000)]
if CURLOPT_POSTFIELDS isn't set, but CURLOPT_POST is, we will assume that
we should read the POST-data from the read callback

23 years ago2002
Daniel Stenberg [Thu, 14 Mar 2002 14:37:41 +0000 (14:37 +0000)]
2002

23 years agoCURLOPT_POST deserved a new comment with the new POST-by-callback support
Daniel Stenberg [Thu, 14 Mar 2002 14:37:16 +0000 (14:37 +0000)]
CURLOPT_POST deserved a new comment with the new POST-by-callback support

23 years agono longer attempts to SIZE a NULL pointer, as that wasn't very clever
Daniel Stenberg [Wed, 13 Mar 2002 13:13:19 +0000 (13:13 +0000)]
no longer attempts to SIZE a NULL pointer, as that wasn't very clever
(but didn't crash or anything)

23 years agoSetting CURLOPT_PASSWDFUNCTION to NULL now restores the internal function.
Daniel Stenberg [Wed, 13 Mar 2002 13:10:52 +0000 (13:10 +0000)]
Setting CURLOPT_PASSWDFUNCTION to NULL now restores the internal function.

23 years agosendf() now deals with Curl_write() returning -1 properly, which it might
Daniel Stenberg [Wed, 13 Mar 2002 13:09:37 +0000 (13:09 +0000)]
sendf() now deals with Curl_write() returning -1 properly, which it might
do if the write would've blocked

23 years agonow supports all options in arrays, except the CURLFORM_ARRAY itself
Daniel Stenberg [Wed, 13 Mar 2002 12:10:20 +0000 (12:10 +0000)]
now supports all options in arrays, except the CURLFORM_ARRAY itself

23 years agoCURLFORM_ARRAYSTART and ARRAYEND are now history
Daniel Stenberg [Wed, 13 Mar 2002 12:09:52 +0000 (12:09 +0000)]
CURLFORM_ARRAYSTART and ARRAYEND are now history

23 years agoremoved some silly CRLF lines
Daniel Stenberg [Wed, 13 Mar 2002 09:20:59 +0000 (09:20 +0000)]
removed some silly CRLF lines

23 years ago4 things since 7.9.5
Daniel Stenberg [Mon, 11 Mar 2002 15:37:08 +0000 (15:37 +0000)]
4 things since 7.9.5

23 years agoadded test 39, tests the new -F features
Daniel Stenberg [Mon, 11 Mar 2002 15:31:06 +0000 (15:31 +0000)]
added test 39, tests the new -F features

23 years agonow -F supports 'filename=blabla' for parts that upload a file, to set the
Daniel Stenberg [Mon, 11 Mar 2002 15:20:56 +0000 (15:20 +0000)]
now -F supports 'filename=blabla' for parts that upload a file, to set the
filename field of that part. A typical example line could look like:

-F 'name=@filename;filename=/dev/null'

This can be combined with type= too, in a manner similar to:

-F "file=@log/test39.txt;filename=fakerfile;type=moo/foobar"

Enjoy.

23 years agoAdded support for CURLFORM_FILENAME to set the filename field of a file
Daniel Stenberg [Mon, 11 Mar 2002 15:18:59 +0000 (15:18 +0000)]
Added support for CURLFORM_FILENAME to set the filename field of a file
part.

23 years agoCURLFORM_FILENAME added and some cleanups, HttpPost is now curl_httppost
Daniel Stenberg [Mon, 11 Mar 2002 15:14:09 +0000 (15:14 +0000)]
CURLFORM_FILENAME added and some cleanups, HttpPost is now curl_httppost
with a #define to preserve backwards compatibiltiy

23 years agocorrected the use of the progress function
Daniel Stenberg [Mon, 11 Mar 2002 15:00:57 +0000 (15:00 +0000)]
corrected the use of the progress function

23 years agominor edit
Daniel Stenberg [Mon, 11 Mar 2002 08:39:00 +0000 (08:39 +0000)]
minor edit

23 years ago3.13 Why does my single/double quotes fail?
Daniel Stenberg [Mon, 11 Mar 2002 08:29:26 +0000 (08:29 +0000)]
3.13 Why does my single/double quotes fail?

23 years agocompleted the progress-bar fix
Daniel Stenberg [Fri, 8 Mar 2002 16:12:00 +0000 (16:12 +0000)]
completed the progress-bar fix

23 years agodetect fclose(NULL)
Daniel Stenberg [Fri, 8 Mar 2002 15:31:44 +0000 (15:31 +0000)]
detect fclose(NULL)

23 years agobetter treatment of the config->errors, only fclose() this if it was
Daniel Stenberg [Fri, 8 Mar 2002 15:18:03 +0000 (15:18 +0000)]
better treatment of the config->errors, only fclose() this if it was
truly fopen()ed. It could end up fclose()ing a NULL as discovered by
Clifford Wolf.

23 years agoJean-Philippe Barrette-LaPierre fixed the CURLOPT_PASSWDFUNCTION to make
Daniel Stenberg [Fri, 8 Mar 2002 15:06:42 +0000 (15:06 +0000)]
Jean-Philippe Barrette-LaPierre fixed the CURLOPT_PASSWDFUNCTION to make
NULL set back the internal default function

23 years agocloses bug report #527032, --progress-bar works again and it adds a newline
Daniel Stenberg [Fri, 8 Mar 2002 12:05:57 +0000 (12:05 +0000)]
closes bug report #527032, --progress-bar works again and it adds a newline
after the transfer is done properly

23 years ago7.9.5 commit curl-7_9_5
Daniel Stenberg [Thu, 7 Mar 2002 08:50:18 +0000 (08:50 +0000)]
7.9.5 commit

23 years agoadded the "known bugs" file
Daniel Stenberg [Thu, 7 Mar 2002 08:29:24 +0000 (08:29 +0000)]
added the "known bugs" file

23 years agonew VMS messages from Nico Baggus
Daniel Stenberg [Wed, 6 Mar 2002 23:18:22 +0000 (23:18 +0000)]
new VMS messages from Nico Baggus

23 years agoKevin Roth nicely saved us from this backslash-removing problem!
Daniel Stenberg [Wed, 6 Mar 2002 22:52:00 +0000 (22:52 +0000)]
Kevin Roth nicely saved us from this backslash-removing problem!

23 years agoBrad corrected the include path (again)
Daniel Stenberg [Wed, 6 Mar 2002 22:19:16 +0000 (22:19 +0000)]
Brad corrected the include path (again)

23 years agocorrected the newlines
Daniel Stenberg [Wed, 6 Mar 2002 22:08:11 +0000 (22:08 +0000)]
corrected the newlines

23 years agotwo items since pre6
Daniel Stenberg [Wed, 6 Mar 2002 15:05:00 +0000 (15:05 +0000)]
two items since pre6

23 years agowhen removed, an easy handle can be curl_easy_perform()ed again
Daniel Stenberg [Wed, 6 Mar 2002 15:01:45 +0000 (15:01 +0000)]
when removed, an easy handle can be curl_easy_perform()ed again

23 years agoPaul Nolan built it on pocket pc
Daniel Stenberg [Wed, 6 Mar 2002 12:33:34 +0000 (12:33 +0000)]
Paul Nolan built it on pocket pc

23 years agoRalph Mitchell's minor #include patch to prevent some warnings
Daniel Stenberg [Wed, 6 Mar 2002 09:40:06 +0000 (09:40 +0000)]
Ralph Mitchell's minor #include patch to prevent some warnings

23 years agowe don't skip what looks like already escaped strings, that was fixed
Daniel Stenberg [Wed, 6 Mar 2002 07:44:49 +0000 (07:44 +0000)]
we don't skip what looks like already escaped strings, that was fixed
ages ago

23 years agoread POST data using the read callback
Daniel Stenberg [Tue, 5 Mar 2002 14:14:22 +0000 (14:14 +0000)]
read POST data using the read callback

23 years agocorrected the progress callback prototype!!!
Daniel Stenberg [Tue, 5 Mar 2002 10:15:38 +0000 (10:15 +0000)]
corrected the progress callback prototype!!!

23 years agoadded text to the progress chapter
Daniel Stenberg [Tue, 5 Mar 2002 09:01:58 +0000 (09:01 +0000)]
added text to the progress chapter

23 years agoexplicitly mention easy handle
Daniel Stenberg [Mon, 4 Mar 2002 13:10:15 +0000 (13:10 +0000)]
explicitly mention easy handle

23 years agomention 'easy handle' and not just handle, there will soon be other handles
Daniel Stenberg [Mon, 4 Mar 2002 13:06:46 +0000 (13:06 +0000)]
mention 'easy handle' and not just handle, there will soon be other handles
to keep track of too

23 years agocut off 2001 and put those changes in a separate file
Daniel Stenberg [Mon, 4 Mar 2002 10:34:58 +0000 (10:34 +0000)]
cut off 2001 and put those changes in a separate file

23 years agoadded docs/libcurl/
Daniel Stenberg [Mon, 4 Mar 2002 10:28:02 +0000 (10:28 +0000)]
added docs/libcurl/
removed multi/

23 years agomoved lots to the new subdir 'libcurl'
Daniel Stenberg [Mon, 4 Mar 2002 10:27:37 +0000 (10:27 +0000)]
moved lots to the new subdir 'libcurl'

23 years agoremove this directory, this is history
Daniel Stenberg [Mon, 4 Mar 2002 10:19:32 +0000 (10:19 +0000)]
remove this directory, this is history

23 years agomulti interface using examples
Daniel Stenberg [Mon, 4 Mar 2002 10:15:44 +0000 (10:15 +0000)]
multi interface using examples

23 years agono longer include the multi dir, the examples should be in the examples
Daniel Stenberg [Mon, 4 Mar 2002 10:15:12 +0000 (10:15 +0000)]
no longer include the multi dir, the examples should be in the examples
dir

23 years agomoved to the new libcurl/ directory
Daniel Stenberg [Mon, 4 Mar 2002 10:10:58 +0000 (10:10 +0000)]
moved to the new libcurl/ directory

23 years agoripped out from ../ and put in its own directory now
Daniel Stenberg [Mon, 4 Mar 2002 10:09:48 +0000 (10:09 +0000)]
ripped out from ../ and put in its own directory now

23 years agoAdded packages/EPM
Daniel Stenberg [Mon, 4 Mar 2002 08:00:25 +0000 (08:00 +0000)]
Added packages/EPM