]> granicus.if.org Git - curl/log
curl
24 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

24 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

24 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

24 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?

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

24 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

24 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()

24 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!!!

24 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

24 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."

24 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...

24 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

24 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

24 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

24 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

24 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

24 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)

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

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

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

24 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

24 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

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

24 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

24 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

24 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

24 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.

24 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?

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

24 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

24 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

24 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

24 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

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

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

24 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

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

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

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

24 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/

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

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

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

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

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

24 years agonew PHP section
Daniel Stenberg [Fri, 16 Mar 2001 13:27:42 +0000 (13:27 +0000)]
new PHP section

24 years agoa perl script that can be used to mirror all curl archives
Daniel Stenberg [Fri, 16 Mar 2001 13:10:42 +0000 (13:10 +0000)]
a perl script that can be used to mirror all curl archives

24 years agoAdded README for releases
Daniel Stenberg [Fri, 16 Mar 2001 13:09:21 +0000 (13:09 +0000)]
Added README for releases

24 years agoAdded to build proper releases
Daniel Stenberg [Fri, 16 Mar 2001 13:09:05 +0000 (13:09 +0000)]
Added to build proper releases

24 years agoGeorg Horn's Curl::easy interface for perl
Daniel Stenberg [Fri, 16 Mar 2001 13:05:39 +0000 (13:05 +0000)]
Georg Horn's Curl::easy interface for perl

24 years agomoved to contrib/
Daniel Stenberg [Fri, 16 Mar 2001 13:05:18 +0000 (13:05 +0000)]
moved to contrib/

24 years agomoved here from ../
Daniel Stenberg [Fri, 16 Mar 2001 13:04:57 +0000 (13:04 +0000)]
moved here from ../

24 years agomoved the documentation item to 7.8, it is rather important to have things
Daniel Stenberg [Thu, 15 Mar 2001 14:45:03 +0000 (14:45 +0000)]
moved the documentation item to 7.8, it is rather important to have things
documented

24 years agoupdated to have the windows builds instructions use the root Makefile that
Daniel Stenberg [Thu, 15 Mar 2001 14:44:01 +0000 (14:44 +0000)]
updated to have the windows builds instructions use the root Makefile that
is delivered with each source archive

24 years agoconnection timeouts added
Daniel Stenberg [Thu, 15 Mar 2001 14:38:54 +0000 (14:38 +0000)]
connection timeouts added

24 years agoadded connect timeout support
Daniel Stenberg [Thu, 15 Mar 2001 14:38:30 +0000 (14:38 +0000)]
added connect timeout support

24 years agoAdded --connect-timeout support
Daniel Stenberg [Thu, 15 Mar 2001 14:38:03 +0000 (14:38 +0000)]
Added --connect-timeout support

24 years agoAdded CURLOPT_CONNECTTIMEOUT
Daniel Stenberg [Thu, 15 Mar 2001 14:37:41 +0000 (14:37 +0000)]
Added CURLOPT_CONNECTTIMEOUT

24 years agoconnection timeout is now supported
Daniel Stenberg [Thu, 15 Mar 2001 14:37:17 +0000 (14:37 +0000)]
connection timeout is now supported

24 years agoJörn's win32-fix to make it work better
Daniel Stenberg [Thu, 15 Mar 2001 12:34:40 +0000 (12:34 +0000)]
Jörn's win32-fix to make it work better

24 years agocorrected it, did I mention IPv6 with HTTP proxy?
Daniel Stenberg [Thu, 15 Mar 2001 09:14:43 +0000 (09:14 +0000)]
corrected it, did I mention IPv6 with HTTP proxy?

24 years agoPut more concentrated unix install help already at the top, with a note that
Daniel Stenberg [Thu, 15 Mar 2001 08:38:15 +0000 (08:38 +0000)]
Put more concentrated unix install help already at the top, with a note that
you might need to be root to use 'make install'.

24 years agoadded some text for -d that says it "emulates filling in HTML forms" as that
Daniel Stenberg [Wed, 14 Mar 2001 19:48:29 +0000 (19:48 +0000)]
added some text for -d that says it "emulates filling in HTML forms" as that
is what most people will use -d for

24 years agoipv6 adjustments
Daniel Stenberg [Wed, 14 Mar 2001 18:26:54 +0000 (18:26 +0000)]
ipv6 adjustments

24 years agoremoved a bunch of warnings for IPv6-compiles
Daniel Stenberg [Wed, 14 Mar 2001 18:24:07 +0000 (18:24 +0000)]
removed a bunch of warnings for IPv6-compiles

24 years agonow works with IPv6 and HTTP proxy
Daniel Stenberg [Wed, 14 Mar 2001 18:18:02 +0000 (18:18 +0000)]
now works with IPv6 and HTTP proxy

24 years agonetrc fix
Daniel Stenberg [Wed, 14 Mar 2001 16:59:49 +0000 (16:59 +0000)]
netrc fix

24 years agohm, don't free the home dir and append the .netrc part properly
Daniel Stenberg [Wed, 14 Mar 2001 16:12:47 +0000 (16:12 +0000)]
hm, don't free the home dir and append the .netrc part properly

24 years agochecks for a few functions and include files more for the new getpwuid()
Daniel Stenberg [Wed, 14 Mar 2001 16:05:31 +0000 (16:05 +0000)]
checks for a few functions and include files more for the new getpwuid()
stuff in lib/netrc.c

24 years agouses getpwuid() to find user's home dir
Daniel Stenberg [Wed, 14 Mar 2001 16:05:00 +0000 (16:05 +0000)]
uses getpwuid() to find user's home dir

24 years agoadded a missing \
Daniel Stenberg [Wed, 14 Mar 2001 14:35:35 +0000 (14:35 +0000)]
added a missing \

24 years agoalways append the incoming request to the server.input file, it allows
Daniel Stenberg [Wed, 14 Mar 2001 14:26:56 +0000 (14:26 +0000)]
always append the incoming request to the server.input file, it allows
the mainscript to verify a whole series of requests

24 years agoupdated to work with the modified http server
Daniel Stenberg [Wed, 14 Mar 2001 14:26:16 +0000 (14:26 +0000)]
updated to work with the modified http server

24 years agoAdded test case 38
Daniel Stenberg [Wed, 14 Mar 2001 14:25:57 +0000 (14:25 +0000)]
Added test case 38

24 years agoEdin Kadribaic's bug report #408488 forced a rearrange of two struct fields
Daniel Stenberg [Wed, 14 Mar 2001 14:11:11 +0000 (14:11 +0000)]
Edin Kadribaic's bug report #408488 forced a rearrange of two struct fields
from urldata to connectdata, quite correctly.

24 years agoAdded the --egd-file and --random-file options
Daniel Stenberg [Wed, 14 Mar 2001 11:47:55 +0000 (11:47 +0000)]
Added the --egd-file and --random-file options

24 years agocurl 7.7 beta 3 curl-7_7-beta3
Daniel Stenberg [Wed, 14 Mar 2001 11:25:44 +0000 (11:25 +0000)]
curl 7.7 beta 3

24 years agoremoved the two unnecessary include files
Daniel Stenberg [Wed, 14 Mar 2001 10:27:13 +0000 (10:27 +0000)]
removed the two unnecessary include files

24 years agossluse fixed, various win32 fixes
Daniel Stenberg [Wed, 14 Mar 2001 10:21:52 +0000 (10:21 +0000)]
ssluse fixed, various win32 fixes

24 years agoBjörn Stenberg corrected the silly '(void)data' usage when SSL is not
Daniel Stenberg [Wed, 14 Mar 2001 10:15:42 +0000 (10:15 +0000)]
Björn Stenberg corrected the silly '(void)data' usage when SSL is not
used

24 years agoJörn's updated file
Daniel Stenberg [Wed, 14 Mar 2001 10:06:23 +0000 (10:06 +0000)]
Jörn's updated file

24 years agothe URL escape/unescape functions are also public but undocumented
Daniel Stenberg [Wed, 14 Mar 2001 08:59:34 +0000 (08:59 +0000)]
the URL escape/unescape functions are also public but undocumented

24 years agoFirst Jörn's updates were applied, then
Daniel Stenberg [Wed, 14 Mar 2001 08:58:36 +0000 (08:58 +0000)]
First Jörn's updates were applied, then
my take at removing the private functions from the list, then I renamed
the *str(n)equal functions...

24 years agono longer includes the curl/types.h and curl/easy.h include files
Daniel Stenberg [Wed, 14 Mar 2001 08:55:17 +0000 (08:55 +0000)]
no longer includes the curl/types.h and curl/easy.h include files
explicitly, as they're taken care of indirectly by curl/curl.h these
days.

24 years agoincreased the 'current' number for the interface
Daniel Stenberg [Wed, 14 Mar 2001 08:54:18 +0000 (08:54 +0000)]
increased the 'current' number for the interface

24 years agoCurl_str(n)equal renamed to curl_str(n)equal
Daniel Stenberg [Wed, 14 Mar 2001 08:53:31 +0000 (08:53 +0000)]
Curl_str(n)equal renamed to curl_str(n)equal

24 years agodocumented the undocumented public functions in libcurl
Daniel Stenberg [Wed, 14 Mar 2001 08:51:04 +0000 (08:51 +0000)]
documented the undocumented public functions in libcurl

24 years agochunked bugfix, Jörn's fixes, the interface number increase
Daniel Stenberg [Wed, 14 Mar 2001 08:49:11 +0000 (08:49 +0000)]
chunked bugfix, Jörn's fixes, the interface number increase

24 years agoThe Curl_* prefixes are now changed for curl_* ones, as these two functions
Daniel Stenberg [Wed, 14 Mar 2001 08:47:56 +0000 (08:47 +0000)]
The Curl_* prefixes are now changed for curl_* ones, as these two functions
are used externally and thus are public symbols.

24 years agoJörn added "#define socklen_t int"
Daniel Stenberg [Wed, 14 Mar 2001 08:28:54 +0000 (08:28 +0000)]
Jörn added "#define socklen_t int"

24 years agoJörn fixed it to compile on win32 again
Daniel Stenberg [Wed, 14 Mar 2001 08:28:19 +0000 (08:28 +0000)]
Jörn fixed it to compile on win32 again

24 years agoJörn Hartroth added a set of files
Daniel Stenberg [Wed, 14 Mar 2001 08:23:51 +0000 (08:23 +0000)]
Jörn Hartroth added a set of files

24 years agoJörn Hartroth fixed a bad #endif placement
Daniel Stenberg [Wed, 14 Mar 2001 08:20:41 +0000 (08:20 +0000)]
Jörn Hartroth fixed a bad #endif placement

24 years agore-added the default switch for weird states
Daniel Stenberg [Tue, 13 Mar 2001 23:29:53 +0000 (23:29 +0000)]
re-added the default switch for weird states

24 years agoremoved the random seeding and persistant stuff, as both are already in
Daniel Stenberg [Tue, 13 Mar 2001 22:31:56 +0000 (22:31 +0000)]
removed the random seeding and persistant stuff, as both are already in
this version!

24 years agoAdded a failf() error message when the chunked read returns failure
Daniel Stenberg [Tue, 13 Mar 2001 22:20:14 +0000 (22:20 +0000)]
Added a failf() error message when the chunked read returns failure

24 years agoupdated the chunked state-machine to deal with the trailing CRLF that comes
Daniel Stenberg [Tue, 13 Mar 2001 22:16:42 +0000 (22:16 +0000)]
updated the chunked state-machine to deal with the trailing CRLF that comes
after the data part

24 years agomade 'X to Y' sequences not include X twice
Daniel Stenberg [Tue, 13 Mar 2001 22:14:53 +0000 (22:14 +0000)]
made 'X to Y' sequences not include X twice

24 years agocorrected the chunked format
Daniel Stenberg [Tue, 13 Mar 2001 22:13:06 +0000 (22:13 +0000)]
corrected the chunked format

24 years ago7.7 beta 2 fixes curl-7_7-beta2
Daniel Stenberg [Tue, 13 Mar 2001 15:44:31 +0000 (15:44 +0000)]
7.7 beta 2 fixes