platform/upstream/curl.git
23 years agoconfigure sets variables that curl-config uses to display what features
Daniel Stenberg [Wed, 18 Apr 2001 09:28:55 +0000 (09:28 +0000)]
configure sets variables that curl-config uses to display what features
that have been built-in

23 years agoRemade resume stuff to keep data in the connectdata struct instead of the
Daniel Stenberg [Wed, 18 Apr 2001 07:25:11 +0000 (07:25 +0000)]
Remade resume stuff to keep data in the connectdata struct instead of the
main handle struct to work with persistant connections

23 years agoCris Bailiff's and Georg Horn's big improvements
Daniel Stenberg [Wed, 18 Apr 2001 06:51:30 +0000 (06:51 +0000)]
Cris Bailiff's and Georg Horn's big improvements

23 years agoinit the speed index variable between transfers
Daniel Stenberg [Tue, 17 Apr 2001 15:00:17 +0000 (15:00 +0000)]
init the speed index variable between transfers

23 years agoFrederic Lepied's ftp download resume fix
Daniel Stenberg [Tue, 17 Apr 2001 13:21:13 +0000 (13:21 +0000)]
Frederic Lepied's ftp download resume fix

23 years agomore intial fixes
Daniel Stenberg [Tue, 17 Apr 2001 12:37:38 +0000 (12:37 +0000)]
more intial fixes

23 years agoAdded curl-config as a script that now gets installed
Daniel Stenberg [Tue, 17 Apr 2001 12:33:02 +0000 (12:33 +0000)]
Added curl-config as a script that now gets installed

23 years agolibcurl version, not curl version
Daniel Stenberg [Tue, 17 Apr 2001 12:32:37 +0000 (12:32 +0000)]
libcurl version, not curl version

23 years agoGenerates curl-config now
Daniel Stenberg [Tue, 17 Apr 2001 12:27:59 +0000 (12:27 +0000)]
Generates curl-config now

23 years agotiny tool for outputting curl config variables
Daniel Stenberg [Tue, 17 Apr 2001 12:23:06 +0000 (12:23 +0000)]
tiny tool for outputting curl config variables

23 years agouse GMT for the conditional timed gets (reported by Phil Karn)
Daniel Stenberg [Tue, 17 Apr 2001 07:28:49 +0000 (07:28 +0000)]
use GMT for the conditional timed gets (reported by Phil Karn)

23 years agoAdded text about curl.haxx.se not being a good test target for people's
Daniel Stenberg [Thu, 12 Apr 2001 11:13:28 +0000 (11:13 +0000)]
Added text about curl.haxx.se not being a good test target for people's
libcurl experiments...

23 years agowe must fix SSL when IPv6 is enabled, since we can still connect to ipv4
Daniel Stenberg [Thu, 12 Apr 2001 06:16:20 +0000 (06:16 +0000)]
we must fix SSL when IPv6 is enabled, since we can still connect to ipv4
sites and then SSL works perfectly

23 years agocalling curl_easy_perform() with no URL set, now returns an error as
Daniel Stenberg [Wed, 11 Apr 2001 14:14:28 +0000 (14:14 +0000)]
calling curl_easy_perform() with no URL set, now returns an error as
early as possible

23 years agowe don't use the HTTP_PROXY environment variable in uppercase anymore, since
Daniel Stenberg [Wed, 11 Apr 2001 14:13:52 +0000 (14:13 +0000)]
we don't use the HTTP_PROXY environment variable in uppercase anymore, since
it might become a security problem (Bugs item #415391)

23 years agonow it works
Daniel Stenberg [Wed, 11 Apr 2001 13:45:55 +0000 (13:45 +0000)]
now it works

23 years agominor updates, still crashes
Daniel Stenberg [Wed, 11 Apr 2001 10:06:28 +0000 (10:06 +0000)]
minor updates, still crashes

23 years agoadded Linux hints
Daniel Stenberg [Wed, 11 Apr 2001 10:03:14 +0000 (10:03 +0000)]
added Linux hints

23 years agooops, missed the shut-off non-blocking fix
Daniel Stenberg [Wed, 11 Apr 2001 06:59:00 +0000 (06:59 +0000)]
oops, missed the shut-off non-blocking fix

23 years agointerfaces, windows non-blocking connect, progress meter fix and more
Daniel Stenberg [Wed, 11 Apr 2001 06:51:43 +0000 (06:51 +0000)]
interfaces, windows non-blocking connect, progress meter fix and more

23 years agoSM made the connection timeout work for windows boxes!
Daniel Stenberg [Wed, 11 Apr 2001 06:41:54 +0000 (06:41 +0000)]
SM made the connection timeout work for windows boxes!

23 years agoinitial silly README
Daniel Stenberg [Tue, 10 Apr 2001 15:41:36 +0000 (15:41 +0000)]
initial silly README

23 years agoC header to java converter
Daniel Stenberg [Tue, 10 Apr 2001 15:30:01 +0000 (15:30 +0000)]
C header to java converter

23 years agoinitial java interface commit: IT DOES NOT WORK
Daniel Stenberg [Tue, 10 Apr 2001 15:29:32 +0000 (15:29 +0000)]
initial java interface commit: IT DOES NOT WORK

23 years agoAdded CURLOPT_HEADERFUNCTION description
Daniel Stenberg [Tue, 10 Apr 2001 07:38:59 +0000 (07:38 +0000)]
Added CURLOPT_HEADERFUNCTION description

23 years agosetopt() works with the new CURLOPT_HEADERFUNCTION:
Daniel Stenberg [Tue, 10 Apr 2001 06:51:25 +0000 (06:51 +0000)]
setopt() works with the new CURLOPT_HEADERFUNCTION:

23 years agoAdded new CURLOPT_HEADERFUNCTION callback for writing headers only
Daniel Stenberg [Tue, 10 Apr 2001 06:49:32 +0000 (06:49 +0000)]
Added new CURLOPT_HEADERFUNCTION callback for writing headers only

23 years agocorrected by SM to build better with openssl
Daniel Stenberg [Mon, 9 Apr 2001 05:56:39 +0000 (05:56 +0000)]
corrected by SM to build better with openssl

23 years agoSM's updates
Daniel Stenberg [Mon, 9 Apr 2001 05:55:58 +0000 (05:55 +0000)]
SM's updates

23 years agoformfree() fix, version display fixed, curl_escape() fix
Daniel Stenberg [Sat, 7 Apr 2001 18:39:18 +0000 (18:39 +0000)]
formfree() fix, version display fixed, curl_escape() fix

23 years agoAndrés García pointed out a mistake with CURLOPT_EGDSOCKET
Daniel Stenberg [Sat, 7 Apr 2001 18:36:22 +0000 (18:36 +0000)]
Andrés García pointed out a mistake with CURLOPT_EGDSOCKET

23 years agoAndrés García fixed curl_escape()
Daniel Stenberg [Sat, 7 Apr 2001 18:35:28 +0000 (18:35 +0000)]
Andrés García fixed curl_escape()

23 years agoshow openssl 0.9.6a properly
Daniel Stenberg [Fri, 6 Apr 2001 08:48:42 +0000 (08:48 +0000)]
show openssl 0.9.6a properly

23 years agoNULL argument crashes this in 7.7.1 and before
Daniel Stenberg [Fri, 6 Apr 2001 05:57:23 +0000 (05:57 +0000)]
NULL argument crashes this in 7.7.1 and before

23 years agocurl_formfree() can be called with a NULL argument
Daniel Stenberg [Fri, 6 Apr 2001 05:52:23 +0000 (05:52 +0000)]
curl_formfree() can be called with a NULL argument

23 years ago7.7.1 commit
Daniel Stenberg [Wed, 4 Apr 2001 06:23:43 +0000 (06:23 +0000)]
7.7.1 commit

23 years agobugfixed the Location: following that must've been bad since the persistant
Daniel Stenberg [Tue, 3 Apr 2001 13:37:53 +0000 (13:37 +0000)]
bugfixed the Location: following that must've been bad since the persistant
connections were introduced

23 years ago- disabling port on absolute redirects is wrong
Daniel Stenberg [Tue, 3 Apr 2001 13:18:41 +0000 (13:18 +0000)]
- disabling port on absolute redirects is wrong
- removed #ifdefed code

23 years agotwo crashes removed
Daniel Stenberg [Tue, 3 Apr 2001 12:37:48 +0000 (12:37 +0000)]
two crashes removed

23 years agobetter error checks for failure conditions (based on Puneet Pawaia's reports)
Daniel Stenberg [Tue, 3 Apr 2001 10:20:23 +0000 (10:20 +0000)]
better error checks for failure conditions (based on Puneet Pawaia's reports)

23 years agoPuneet Pawaia pointed out the lack of http_chunks in several places.
Daniel Stenberg [Tue, 3 Apr 2001 08:57:06 +0000 (08:57 +0000)]
Puneet Pawaia pointed out the lack of http_chunks in several places.

23 years agoelaborated more in CURLOPT_HTTPHEADER section
Daniel Stenberg [Fri, 30 Mar 2001 08:43:52 +0000 (08:43 +0000)]
elaborated more in CURLOPT_HTTPHEADER section

23 years agoftps:// added and the perl interfaces changed
Daniel Stenberg [Thu, 29 Mar 2001 11:25:29 +0000 (11:25 +0000)]
ftps:// added and the perl interfaces changed

23 years agoftps:// support added
Daniel Stenberg [Thu, 29 Mar 2001 08:16:55 +0000 (08:16 +0000)]
ftps:// support added

23 years agoGeorg Horn's and my fixes to make it compile with 7.7
Daniel Stenberg [Thu, 29 Mar 2001 06:45:04 +0000 (06:45 +0000)]
Georg Horn's and my fixes to make it compile with 7.7

23 years agoGeorg Horn set -Wall
Daniel Stenberg [Thu, 29 Mar 2001 06:44:34 +0000 (06:44 +0000)]
Georg Horn set -Wall

23 years agoGeorg Horn's updates
Daniel Stenberg [Thu, 29 Mar 2001 06:43:46 +0000 (06:43 +0000)]
Georg Horn's updates

23 years agomake sure the alarm is off when returning from curl_easy_perform()
Daniel Stenberg [Tue, 27 Mar 2001 21:24:46 +0000 (21:24 +0000)]
make sure the alarm is off when returning from curl_easy_perform()

23 years agoAdded a line about the new makefile example
Daniel Stenberg [Tue, 27 Mar 2001 09:10:53 +0000 (09:10 +0000)]
Added a line about the new makefile example

23 years agoAdded Makefile.example as an example makefile that can build the example
Daniel Stenberg [Tue, 27 Mar 2001 09:09:09 +0000 (09:09 +0000)]
Added Makefile.example as an example makefile that can build the example
source files (if edited slightly)

23 years agoAdded ftpget.c just to show that it is exactly as easy to get FTP files
Daniel Stenberg [Tue, 27 Mar 2001 09:00:18 +0000 (09:00 +0000)]
Added ftpget.c just to show that it is exactly as easy to get FTP files

23 years agono more ' as first letter of a row, and made the quotes match in the top
Daniel Stenberg [Tue, 27 Mar 2001 08:45:50 +0000 (08:45 +0000)]
no more ' as first letter of a row, and made the quotes match in the top
.BI line

23 years agoAdded some text to WRITEHEADER about the fact that libcurl will always write
Daniel Stenberg [Tue, 27 Mar 2001 08:41:37 +0000 (08:41 +0000)]
Added some text to WRITEHEADER about the fact that libcurl will always write
complete header lines one-by-one to that file handle

23 years ago7.7.1-beta1
Daniel Stenberg [Mon, 26 Mar 2001 13:49:50 +0000 (13:49 +0000)]
7.7.1-beta1

23 years agopersistant fix for http/1.0
Daniel Stenberg [Mon, 26 Mar 2001 09:07:44 +0000 (09:07 +0000)]
persistant fix for http/1.0

23 years ago'Connection: keep-alive' is now understood when sent by a HTTP/1.0 server
Daniel Stenberg [Mon, 26 Mar 2001 06:19:11 +0000 (06:19 +0000)]
'Connection: keep-alive' is now understood when sent by a HTTP/1.0 server
as an indication of a persistant connection

23 years agonumerous corrections since the 7.7 release
Daniel Stenberg [Sat, 24 Mar 2001 18:50:55 +0000 (18:50 +0000)]
numerous corrections since the 7.7 release

23 years agoColin Watson's man patch as posted to debian bug tracker numer #90281
Daniel Stenberg [Sat, 24 Mar 2001 18:28:43 +0000 (18:28 +0000)]
Colin Watson's man patch as posted to debian bug tracker numer #90281

23 years agotwo Qs added:
Daniel Stenberg [Fri, 23 Mar 2001 15:28:13 +0000 (15:28 +0000)]
two Qs added:
 1.5 Who makes cURL?
 1.6 What do you get for making cURL?

23 years agomake should be $(MAKE)
Daniel Stenberg [Fri, 23 Mar 2001 14:29:10 +0000 (14:29 +0000)]
make should be $(MAKE)

23 years agomatch the new never-read-body when doing HEAD
Daniel Stenberg [Fri, 23 Mar 2001 14:26:23 +0000 (14:26 +0000)]
match the new never-read-body when doing HEAD

23 years agocurl_setopt() should be curl_easy_setopt()
Daniel Stenberg [Fri, 23 Mar 2001 09:07:04 +0000 (09:07 +0000)]
curl_setopt() should be curl_easy_setopt()

23 years agoDONT TOUCH the data->url as it may point to read-only memory!!!
Daniel Stenberg [Fri, 23 Mar 2001 08:24:47 +0000 (08:24 +0000)]
DONT TOUCH the data->url as it may point to read-only memory!!!

23 years agoupdates by SM nttp at iname.com
Daniel Stenberg [Fri, 23 Mar 2001 08:16:24 +0000 (08:16 +0000)]
updates by SM nttp at iname.com

23 years agonow always stops reading a HEAD reply after all the headers have been returned
Daniel Stenberg [Fri, 23 Mar 2001 07:52:45 +0000 (07:52 +0000)]
now always stops reading a HEAD reply after all the headers have been returned
RFC 2616, section 9.4 says: "The HEAD method is identical to GET except that
the server MUST NOT return a message-body in the response."

23 years agoConnectionExists() wrongly returned TRUE for too many connections if proxy
Daniel Stenberg [Fri, 23 Mar 2001 07:46:14 +0000 (07:46 +0000)]
ConnectionExists() wrongly returned TRUE for too many connections if proxy
was not used...

23 years agoupdated with the new don't-encode-already-encoded-data concept
Daniel Stenberg [Thu, 22 Mar 2001 20:06:31 +0000 (20:06 +0000)]
updated with the new don't-encode-already-encoded-data concept

23 years agoTreat 302-redirects the same way we treat 303-redirects
Daniel Stenberg [Thu, 22 Mar 2001 20:02:52 +0000 (20:02 +0000)]
Treat 302-redirects the same way we treat 303-redirects

23 years agoreset the follow location counter in Curl_perform() so that we can follow
Daniel Stenberg [Thu, 22 Mar 2001 19:14:35 +0000 (19:14 +0000)]
reset the follow location counter in Curl_perform() so that we can follow
new locations on the same connection that was previously followed on

23 years agobrand new Curl_ prefixes on global symbols
Daniel Stenberg [Thu, 22 Mar 2001 19:07:38 +0000 (19:07 +0000)]
brand new Curl_ prefixes on global symbols

23 years agomade it use Curl_ prefixes on global symbols
Daniel Stenberg [Thu, 22 Mar 2001 18:44:43 +0000 (18:44 +0000)]
made it use Curl_ prefixes on global symbols

23 years agoJim Drash suggested and I made it not encode what looks like an already
Daniel Stenberg [Thu, 22 Mar 2001 18:06:08 +0000 (18:06 +0000)]
Jim Drash suggested and I made it not encode what looks like an already
encoded letter (in curl_escape)

23 years ago7.7 commit
Daniel Stenberg [Thu, 22 Mar 2001 17:21:07 +0000 (17:21 +0000)]
7.7 commit

23 years agoremoved the duplicates!
Daniel Stenberg [Thu, 22 Mar 2001 15:42:10 +0000 (15:42 +0000)]
removed the duplicates!

23 years agoadded escape and unescape
Daniel Stenberg [Thu, 22 Mar 2001 11:53:12 +0000 (11:53 +0000)]
added escape and unescape

23 years agothe new escape/unescape function setup
Daniel Stenberg [Thu, 22 Mar 2001 11:40:58 +0000 (11:40 +0000)]
the new escape/unescape function setup

23 years ago(un)escape, configure hack, betas run fine
Daniel Stenberg [Thu, 22 Mar 2001 11:24:21 +0000 (11:24 +0000)]
(un)escape, configure hack, betas run fine

23 years agoadded how to pronounce curl! ;-)
Daniel Stenberg [Thu, 22 Mar 2001 11:23:48 +0000 (11:23 +0000)]
added how to pronounce curl! ;-)

23 years agodon't mention explicit version 7.8
Daniel Stenberg [Thu, 22 Mar 2001 11:22:47 +0000 (11:22 +0000)]
don't mention explicit version 7.8
removed escape/unescape as they're now documented

23 years agoadded escape and unescape man pages
Daniel Stenberg [Thu, 22 Mar 2001 11:22:09 +0000 (11:22 +0000)]
added escape and unescape man pages

23 years agonot exactly new, but documented for 7.7
Daniel Stenberg [Thu, 22 Mar 2001 10:32:56 +0000 (10:32 +0000)]
not exactly new, but documented for 7.7

23 years agoAndrés García's problems on the mailing list made me realize that we can't
Daniel Stenberg [Thu, 22 Mar 2001 08:51:24 +0000 (08:51 +0000)]
Andrés García's problems on the mailing list made me realize that we can't
allow this script to simply detect a gethostbyname_r() if it can't figure
out how to use it. From now on, this script will fail when that happens.

23 years agoGNUTLS is another new SSL library we can add support for. Anyone?
Daniel Stenberg [Tue, 20 Mar 2001 10:13:47 +0000 (10:13 +0000)]
GNUTLS is another new SSL library we can add support for. Anyone?

23 years ago7.7-beta5 commit
Daniel Stenberg [Mon, 19 Mar 2001 08:42:00 +0000 (08:42 +0000)]
7.7-beta5 commit

23 years agotest case 39 added, HTTP location and continue
Daniel Stenberg [Mon, 19 Mar 2001 08:36:08 +0000 (08:36 +0000)]
test case 39 added, HTTP location and continue

23 years agoAdded support for HTTP code 100 continue, as 8.2.3 in RFC2616 defines
Daniel Stenberg [Mon, 19 Mar 2001 07:47:57 +0000 (07:47 +0000)]
Added support for HTTP code 100 continue, as 8.2.3 in RFC2616 defines

23 years agodetect if chunked transfers are aborted
Daniel Stenberg [Fri, 16 Mar 2001 15:45:12 +0000 (15:45 +0000)]
detect if chunked transfers are aborted

23 years agocorrected the close to sclose() so that the memdebug stuff works
Daniel Stenberg [Fri, 16 Mar 2001 15:44:38 +0000 (15:44 +0000)]
corrected the close to sclose() so that the memdebug stuff works

23 years agonew directories
Daniel Stenberg [Fri, 16 Mar 2001 15:22:51 +0000 (15:22 +0000)]
new directories

23 years agoremoved the CURL_SEPARATORS define
Daniel Stenberg [Fri, 16 Mar 2001 15:21:26 +0000 (15:21 +0000)]
removed the CURL_SEPARATORS define

23 years agore-generated with the memdebug.h include
Daniel Stenberg [Fri, 16 Mar 2001 15:20:36 +0000 (15:20 +0000)]
re-generated with the memdebug.h include

23 years agoadded memdebug.h include
Daniel Stenberg [Fri, 16 Mar 2001 15:19:36 +0000 (15:19 +0000)]
added memdebug.h include

23 years agomoved to ../../php/examples/
Daniel Stenberg [Fri, 16 Mar 2001 13:45:42 +0000 (13:45 +0000)]
moved to ../../php/examples/

23 years agothe PHP examples are moved
Daniel Stenberg [Fri, 16 Mar 2001 13:44:57 +0000 (13:44 +0000)]
the PHP examples are moved

23 years agofix the new makefiles in php/ and perl/
Daniel Stenberg [Fri, 16 Mar 2001 13:35:45 +0000 (13:35 +0000)]
fix the new makefiles in php/ and perl/

23 years agouse perl in two ways
Daniel Stenberg [Fri, 16 Mar 2001 13:35:11 +0000 (13:35 +0000)]
use perl in two ways

23 years agoShort about the perl interface
Daniel Stenberg [Fri, 16 Mar 2001 13:34:08 +0000 (13:34 +0000)]
Short about the perl interface

23 years agofilled in
Daniel Stenberg [Fri, 16 Mar 2001 13:30:56 +0000 (13:30 +0000)]
filled in

23 years agofor the php examples
Daniel Stenberg [Fri, 16 Mar 2001 13:29:57 +0000 (13:29 +0000)]
for the php examples

23 years agoPHP examples
Daniel Stenberg [Fri, 16 Mar 2001 13:28:11 +0000 (13:28 +0000)]
PHP examples