platform/upstream/curl.git
23 years agoaccept() and getsockname() now use socklen_t types, as that was just added
Daniel Stenberg [Fri, 9 Mar 2001 15:12:22 +0000 (15:12 +0000)]
accept() and getsockname() now use socklen_t types, as that was just added
to configure

23 years agouse unsigned int hex to receive the hex digit in, caused a warning with
Daniel Stenberg [Fri, 9 Mar 2001 15:11:39 +0000 (15:11 +0000)]
use unsigned int hex to receive the hex digit in, caused a warning with
-Wall and a new gcc

23 years agoModified to use Curl_* functions instead of curl_* ones
Daniel Stenberg [Fri, 9 Mar 2001 15:10:58 +0000 (15:10 +0000)]
Modified to use Curl_* functions instead of curl_* ones

23 years agoonly generate maximum 509 characters in each string
Daniel Stenberg [Fri, 9 Mar 2001 13:11:28 +0000 (13:11 +0000)]
only generate maximum 509 characters in each string

23 years agoversion 7.7-beta1
Daniel Stenberg [Thu, 8 Mar 2001 12:35:51 +0000 (12:35 +0000)]
version 7.7-beta1

23 years agopersistant adjusts
Daniel Stenberg [Thu, 8 Mar 2001 12:32:03 +0000 (12:32 +0000)]
persistant adjusts

23 years agoHTTP HEAD tests
Daniel Stenberg [Thu, 8 Mar 2001 10:39:36 +0000 (10:39 +0000)]
HTTP HEAD tests

23 years agoreturn from transfer when all headers have been received and nobody is set,
Daniel Stenberg [Thu, 8 Mar 2001 10:32:27 +0000 (10:32 +0000)]
return from transfer when all headers have been received and nobody is set,
as is the case when doing HEAD requests

23 years agoupdated for persistant connections
Daniel Stenberg [Thu, 8 Mar 2001 09:25:09 +0000 (09:25 +0000)]
updated for persistant connections

23 years agomade it split the version number on - too to make 7.7-blabla make a better
Daniel Stenberg [Thu, 8 Mar 2001 09:23:11 +0000 (09:23 +0000)]
made it split the version number on - too to make 7.7-blabla make a better
version number define in the header file

23 years agoadded lots of numbers for the error codes as they're often printed
Daniel Stenberg [Thu, 8 Mar 2001 09:04:43 +0000 (09:04 +0000)]
added lots of numbers for the error codes as they're often printed
and used

23 years agoclarified the 0001-files use a bit, I couldn't understand it myself! :-)
Daniel Stenberg [Thu, 8 Mar 2001 08:33:17 +0000 (08:33 +0000)]
clarified the 0001-files use a bit, I couldn't understand it myself! :-)

23 years agoAdded test #34 - HTTP GET with chunked Transfer-Encoding
Daniel Stenberg [Thu, 8 Mar 2001 08:30:35 +0000 (08:30 +0000)]
Added test #34 - HTTP GET with chunked Transfer-Encoding

23 years ago"Transfer-Encoding: chunked" support added
Daniel Stenberg [Wed, 7 Mar 2001 23:51:41 +0000 (23:51 +0000)]
"Transfer-Encoding: chunked" support added

23 years agoadded the http_chunks files
Daniel Stenberg [Wed, 7 Mar 2001 23:50:00 +0000 (23:50 +0000)]
added the http_chunks files

23 years agochunked transfer encoding support
Daniel Stenberg [Wed, 7 Mar 2001 23:28:22 +0000 (23:28 +0000)]
chunked transfer encoding support

23 years agoconnection timeout is in for 7.7
Daniel Stenberg [Wed, 7 Mar 2001 23:24:23 +0000 (23:24 +0000)]
connection timeout is in for 7.7

23 years agoinitial chunked transfer-encoding support
Daniel Stenberg [Wed, 7 Mar 2001 17:12:12 +0000 (17:12 +0000)]
initial chunked transfer-encoding support

23 years agoremoved compiler warning if HAVE_RAND_STATUS is false
Daniel Stenberg [Wed, 7 Mar 2001 17:08:20 +0000 (17:08 +0000)]
removed compiler warning if HAVE_RAND_STATUS is false

23 years agoAdded persistant connections blurb even if it doesn't really work yet...
Daniel Stenberg [Tue, 6 Mar 2001 14:37:37 +0000 (14:37 +0000)]
Added persistant connections blurb even if it doesn't really work yet...

23 years agocleaned up for the 7.7 fixes
Daniel Stenberg [Tue, 6 Mar 2001 12:50:42 +0000 (12:50 +0000)]
cleaned up for the 7.7 fixes

23 years agonew seeding stuff as mentioned by Albert Chin
Daniel Stenberg [Tue, 6 Mar 2001 00:04:58 +0000 (00:04 +0000)]
new seeding stuff as mentioned by Albert Chin

23 years agoAdded a persistant connection example
Daniel Stenberg [Mon, 5 Mar 2001 16:56:10 +0000 (16:56 +0000)]
Added a persistant connection example

23 years agoupdated to libcurl 7.7 conditions
Daniel Stenberg [Mon, 5 Mar 2001 15:51:34 +0000 (15:51 +0000)]
updated to libcurl 7.7 conditions

23 years agomucho updated with new 7.7 concepts
Daniel Stenberg [Mon, 5 Mar 2001 15:38:06 +0000 (15:38 +0000)]
mucho updated with new 7.7 concepts

23 years agoremoved an incorrect comment
Daniel Stenberg [Mon, 5 Mar 2001 14:52:23 +0000 (14:52 +0000)]
removed an incorrect comment

23 years agoall test cases run OK now (again)
Daniel Stenberg [Mon, 5 Mar 2001 14:13:15 +0000 (14:13 +0000)]
all test cases run OK now (again)

23 years agomore details on debugging with the test suite
Daniel Stenberg [Mon, 5 Mar 2001 14:08:22 +0000 (14:08 +0000)]
more details on debugging with the test suite

23 years agoshow the ftp server invoke line when -d is used
Daniel Stenberg [Mon, 5 Mar 2001 14:03:48 +0000 (14:03 +0000)]
show the ftp server invoke line when -d is used

23 years agotalks more on verbose
Daniel Stenberg [Mon, 5 Mar 2001 14:03:20 +0000 (14:03 +0000)]
talks more on verbose

23 years agofree the struct on done
Daniel Stenberg [Mon, 5 Mar 2001 14:01:13 +0000 (14:01 +0000)]
free the struct on done

23 years agotelnet without any static variables
Daniel Stenberg [Mon, 5 Mar 2001 13:59:43 +0000 (13:59 +0000)]
telnet without any static variables

23 years agoset download size properly for HTTP downloads
Daniel Stenberg [Mon, 5 Mar 2001 13:40:31 +0000 (13:40 +0000)]
set download size properly for HTTP downloads

23 years agoenable persistant connections by default
Daniel Stenberg [Mon, 5 Mar 2001 13:40:08 +0000 (13:40 +0000)]
enable persistant connections by default

23 years agoremade FILE:// support to look more as the other protocols
Daniel Stenberg [Mon, 5 Mar 2001 13:39:01 +0000 (13:39 +0000)]
remade FILE:// support to look more as the other protocols

23 years agoruntests -g explained
Daniel Stenberg [Sun, 4 Mar 2001 18:11:25 +0000 (18:11 +0000)]
runtests -g explained

23 years agopersistant support protocol updates
Daniel Stenberg [Sun, 4 Mar 2001 18:07:13 +0000 (18:07 +0000)]
persistant support protocol updates

23 years ago7.7 alpha 2 commit
Daniel Stenberg [Sun, 4 Mar 2001 16:34:20 +0000 (16:34 +0000)]
7.7 alpha 2 commit

23 years agoAdded include of easy.h to enable libcurl-using programs to *only* have to
Daniel Stenberg [Sun, 4 Mar 2001 15:32:44 +0000 (15:32 +0000)]
Added include of easy.h to enable libcurl-using programs to *only* have to
include <curl/curl.h>

23 years agoCurl_http() could crash on connection re-use
Daniel Stenberg [Sun, 4 Mar 2001 15:25:54 +0000 (15:25 +0000)]
Curl_http() could crash on connection re-use

23 years agoipv6 fix for the 'port' no longer in urldata
Daniel Stenberg [Sat, 3 Mar 2001 17:50:01 +0000 (17:50 +0000)]
ipv6 fix for the 'port' no longer in urldata

23 years agofixed for persistant stuff
Daniel Stenberg [Sat, 3 Mar 2001 16:28:59 +0000 (16:28 +0000)]
fixed for persistant stuff

23 years agolatest
Daniel Stenberg [Fri, 2 Mar 2001 15:38:06 +0000 (15:38 +0000)]
latest

23 years agoremade the port number stuff so that following locations work and doing
Daniel Stenberg [Fri, 2 Mar 2001 15:34:15 +0000 (15:34 +0000)]
remade the port number stuff so that following locations work and doing
intermixed HTTP and FTP persistant connections also work!

23 years agoAdded the disconnect proto
Daniel Stenberg [Fri, 2 Mar 2001 07:44:22 +0000 (07:44 +0000)]
Added the disconnect proto

23 years agoremoved the slist -functions from here
Daniel Stenberg [Fri, 2 Mar 2001 07:44:05 +0000 (07:44 +0000)]
removed the slist -functions from here
added the Curl_ftp_disconnect function for FTP-specific disconnects

23 years agoimproved connections
Daniel Stenberg [Fri, 2 Mar 2001 07:43:20 +0000 (07:43 +0000)]
improved connections

23 years agoextending connectdata
Daniel Stenberg [Fri, 2 Mar 2001 07:42:35 +0000 (07:42 +0000)]
extending connectdata

23 years agomoved the slist-functions here from FTP since they're more generic than simply
Daniel Stenberg [Fri, 2 Mar 2001 07:42:11 +0000 (07:42 +0000)]
moved the slist-functions here from FTP since they're more generic than simply
for FTP-stuff

23 years agostrdup() takes a const char * now
Daniel Stenberg [Fri, 2 Mar 2001 07:41:40 +0000 (07:41 +0000)]
strdup() takes a const char * now

23 years agocleanup better when connects fail
Daniel Stenberg [Wed, 28 Feb 2001 14:03:46 +0000 (14:03 +0000)]
cleanup better when connects fail

23 years agoadded some infof() calls for persistant info
Daniel Stenberg [Thu, 22 Feb 2001 23:51:17 +0000 (23:51 +0000)]
added some infof() calls for persistant info

23 years agowe only allocate the HTTP struct if we need to
Daniel Stenberg [Thu, 22 Feb 2001 23:41:15 +0000 (23:41 +0000)]
we only allocate the HTTP struct if we need to

23 years agoNow persistant connection download works thanks to the Content-Length taken
Daniel Stenberg [Thu, 22 Feb 2001 23:32:41 +0000 (23:32 +0000)]
Now persistant connection download works thanks to the Content-Length taken
into account

23 years agomoved the dynamicly set pointers to the connectdata struct
Daniel Stenberg [Thu, 22 Feb 2001 23:32:02 +0000 (23:32 +0000)]
moved the dynamicly set pointers to the connectdata struct

23 years agoDouglas R. Horner's corrections applied
Daniel Stenberg [Thu, 22 Feb 2001 22:33:49 +0000 (22:33 +0000)]
Douglas R. Horner's corrections applied

23 years agoIPv6-adjustments
Daniel Stenberg [Wed, 21 Feb 2001 17:15:09 +0000 (17:15 +0000)]
IPv6-adjustments

23 years agocorrected memory leaks when re-using connections
Daniel Stenberg [Tue, 20 Feb 2001 17:46:35 +0000 (17:46 +0000)]
corrected memory leaks when re-using connections

23 years agomultiple connection support initial commit
Daniel Stenberg [Tue, 20 Feb 2001 17:35:51 +0000 (17:35 +0000)]
multiple connection support initial commit

23 years agobugfix
Daniel Stenberg [Tue, 20 Feb 2001 13:58:56 +0000 (13:58 +0000)]
bugfix

23 years ago-g runs the specified test(s) with gdb!
Daniel Stenberg [Tue, 20 Feb 2001 13:58:39 +0000 (13:58 +0000)]
-g runs the specified test(s) with gdb!

23 years agoremoved the #ifdef
Daniel Stenberg [Tue, 20 Feb 2001 13:57:50 +0000 (13:57 +0000)]
removed the #ifdef

23 years agowin32sockets.c is now added with winsock init/cleanup example functions
Daniel Stenberg [Tue, 20 Feb 2001 13:56:38 +0000 (13:56 +0000)]
win32sockets.c is now added with winsock init/cleanup example functions

23 years agoAdded three tiny PHP examples
Daniel Stenberg [Mon, 19 Feb 2001 13:39:21 +0000 (13:39 +0000)]
Added three tiny PHP examples

23 years agoblurb about different languages and environments added
Daniel Stenberg [Mon, 19 Feb 2001 13:38:29 +0000 (13:38 +0000)]
blurb about different languages and environments added

23 years agojust a few PHP/curl examples
Daniel Stenberg [Mon, 19 Feb 2001 13:38:05 +0000 (13:38 +0000)]
just a few PHP/curl examples

23 years agoadded two VC++ files for project stuff
Daniel Stenberg [Mon, 19 Feb 2001 09:29:40 +0000 (09:29 +0000)]
added two VC++ files for project stuff

23 years agoMade CURLOPT_POST no longer necessary when CURLOPT_POSTFIELDS is used
Daniel Stenberg [Mon, 19 Feb 2001 09:29:19 +0000 (09:29 +0000)]
Made CURLOPT_POST no longer necessary when CURLOPT_POSTFIELDS is used

23 years agoMoved a bunch of prototypes from curl.h here, they're no longer public and
Daniel Stenberg [Mon, 19 Feb 2001 09:28:10 +0000 (09:28 +0000)]
Moved a bunch of prototypes from curl.h here, they're no longer public and
I merely stuffed them here before I decide where they belong and if they
are to remain at all

23 years agoremoved a bunch of "low level" functions that were never used and are about
Daniel Stenberg [Mon, 19 Feb 2001 09:27:12 +0000 (09:27 +0000)]
removed a bunch of "low level" functions that were never used and are about
to never become reality either

23 years agoMS VC++ stuff
Daniel Stenberg [Mon, 19 Feb 2001 09:26:29 +0000 (09:26 +0000)]
MS VC++ stuff

23 years agoBob Schader updated this
Daniel Stenberg [Mon, 19 Feb 2001 09:26:01 +0000 (09:26 +0000)]
Bob Schader updated this

23 years agoadded stuff to the mailing list chapter
Daniel Stenberg [Mon, 19 Feb 2001 09:25:18 +0000 (09:25 +0000)]
added stuff to the mailing list chapter

23 years agoremoved --continue task (done)
Daniel Stenberg [Fri, 16 Feb 2001 13:41:34 +0000 (13:41 +0000)]
removed --continue task (done)
added URL to the NTLM task

23 years ago2.2 - rephrased
Daniel Stenberg [Fri, 16 Feb 2001 13:41:09 +0000 (13:41 +0000)]
2.2 - rephrased

23 years agobetter english timeouted => timed out, as suggested by Larry Fahnoe
Daniel Stenberg [Tue, 13 Feb 2001 21:57:04 +0000 (21:57 +0000)]
better english timeouted => timed out, as suggested by Larry Fahnoe

23 years ago7.6.1 commit
Daniel Stenberg [Tue, 13 Feb 2001 13:37:14 +0000 (13:37 +0000)]
7.6.1 commit

23 years agomoved the protocol-specific free to allow easier multiple transfers
Daniel Stenberg [Tue, 13 Feb 2001 13:34:16 +0000 (13:34 +0000)]
moved the protocol-specific free to allow easier multiple transfers

23 years agoftp response fix, netrc fix for non-http/ftp, https put research
Daniel Stenberg [Mon, 12 Feb 2001 13:20:04 +0000 (13:20 +0000)]
ftp response fix, netrc fix for non-http/ftp, https put research

23 years agocorrected the prototype
Daniel Stenberg [Mon, 12 Feb 2001 13:19:09 +0000 (13:19 +0000)]
corrected the prototype

23 years agoAdded 3.10 and a few minor updates
Daniel Stenberg [Mon, 12 Feb 2001 10:05:09 +0000 (10:05 +0000)]
Added 3.10 and a few minor updates

23 years agovery minor indentation fix
Daniel Stenberg [Mon, 12 Feb 2001 08:22:19 +0000 (08:22 +0000)]
very minor indentation fix

23 years agoremoved getenv.h from the package as it was unused
Daniel Stenberg [Mon, 12 Feb 2001 08:21:45 +0000 (08:21 +0000)]
removed getenv.h from the package as it was unused

23 years agoNot used anymore
Daniel Stenberg [Fri, 9 Feb 2001 07:33:58 +0000 (07:33 +0000)]
Not used anymore

23 years agoAdded a failf() call in the error-check just added
Daniel Stenberg [Fri, 9 Feb 2001 07:14:28 +0000 (07:14 +0000)]
Added a failf() call in the error-check just added

23 years agoif netrc is parsed and our host was found in there, set data->bits.user_passwd
Daniel Stenberg [Thu, 8 Feb 2001 13:53:13 +0000 (13:53 +0000)]
if netrc is parsed and our host was found in there, set data->bits.user_passwd
unconditioanlly!

23 years agotoday's FTP response check fix
Daniel Stenberg [Thu, 8 Feb 2001 13:52:38 +0000 (13:52 +0000)]
today's FTP response check fix

23 years agopostit.c was added as a HTML form file upload example
Daniel Stenberg [Thu, 8 Feb 2001 08:26:54 +0000 (08:26 +0000)]
postit.c was added as a HTML form file upload example

23 years ago7.6.1-pre3
Daniel Stenberg [Wed, 7 Feb 2001 09:49:06 +0000 (09:49 +0000)]
7.6.1-pre3

23 years agoGetLine() didn't properly act on -1 lengths returned from Curl_read()
Daniel Stenberg [Wed, 7 Feb 2001 09:31:03 +0000 (09:31 +0000)]
GetLine() didn't properly act on -1 lengths returned from Curl_read()

23 years agoAdded #define ssize_t int since ssize_t doesn't seem to exist in normal
Daniel Stenberg [Wed, 7 Feb 2001 09:23:54 +0000 (09:23 +0000)]
Added #define ssize_t int since ssize_t doesn't seem to exist in normal
win32 systems

23 years agono longer #includes "getenv.h"
Daniel Stenberg [Wed, 7 Feb 2001 08:36:23 +0000 (08:36 +0000)]
no longer #includes "getenv.h"

23 years agosilly me, corrected the strlcat() to compile
Daniel Stenberg [Tue, 6 Feb 2001 09:12:39 +0000 (09:12 +0000)]
silly me, corrected the strlcat() to compile

23 years agonew openbsd inspired implementation of strlcat()
Daniel Stenberg [Tue, 6 Feb 2001 09:08:24 +0000 (09:08 +0000)]
new openbsd inspired implementation of strlcat()

23 years agonntp@iname.com's suggested fix to set the libpath
Daniel Stenberg [Tue, 6 Feb 2001 07:14:44 +0000 (07:14 +0000)]
nntp@iname.com's suggested fix to set the libpath

23 years agoadjusted the IPv6 stuff to compile and build on Linux as well
Daniel Stenberg [Mon, 5 Feb 2001 23:35:44 +0000 (23:35 +0000)]
adjusted the IPv6 stuff to compile and build on Linux as well

23 years agoJun-ichiro itojun Hagino's IPv6 adjustments
Daniel Stenberg [Mon, 5 Feb 2001 23:04:44 +0000 (23:04 +0000)]
Jun-ichiro itojun Hagino's IPv6 adjustments

23 years agoRobert Weaver's VC experiences
Daniel Stenberg [Mon, 5 Feb 2001 22:35:55 +0000 (22:35 +0000)]
Robert Weaver's VC experiences

23 years agoAdded a telnet section
Daniel Stenberg [Mon, 5 Feb 2001 22:35:21 +0000 (22:35 +0000)]
Added a telnet section

23 years agoAdded a few more configure option explanations
Daniel Stenberg [Mon, 5 Feb 2001 10:24:12 +0000 (10:24 +0000)]
Added a few more configure option explanations