Daniel Stenberg | 1 Oct 2002 10:57
Picon

cvs: www _changes.html,1.53,1.54 _news.html,1.148,1.149 Makefile,1.30,1.31

Update of /cvsroot/curl/www
In directory usw-pr-cvs1:/tmp/cvs-serv15654

Modified Files:
	_changes.html _news.html Makefile 
Log Message:
7.10

Index: _changes.html
===================================================================
RCS file: /cvsroot/curl/www/_changes.html,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- _changes.html	26 Sep 2002 13:47:20 -0000	1.53
+++ _changes.html	1 Oct 2002 08:57:25 -0000	1.54
 <at>  <at>  -33,6 +33,7  <at>  <at> 
 SUBTITLE(Fixes in upcoming 7.10)
 <p> Changes:
 <ul>
+ <li> curl -x "" now disables proxy-usage completely
  <li> The libcurl and thus the curl version string too are modified slightly
  <li> added curl_version_info() for various runtime version info
  <li> added curl_free() that allows freeing data libcurl malloced()
 <at>  <at>  -52,6 +53,7  <at>  <at> 
 </ul>
 <p> Bugs fixed:
 <ul>
+ <li> transfer after a failed connect when using the multi interface
  <li> headerless HTTP downloads
(Continue reading)

Daniel Stenberg | 1 Oct 2002 11:02
Picon

cvs: www _news.html,1.149,1.150

Update of /cvsroot/curl/www
In directory usw-pr-cvs1:/tmp/cvs-serv17318

Modified Files:
	_news.html 
Log Message:
fix link

Index: _news.html
===================================================================
RCS file: /cvsroot/curl/www/_news.html,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- _news.html	1 Oct 2002 08:57:26 -0000	1.149
+++ _news.html	1 Oct 2002 09:02:28 -0000	1.150
 <at>  <at>  -37,7 +37,7  <at>  <at> 
  NDATE(1 Oct 2002)
  NCOLS

-  <a href="http://curl.haxx.se/download/">Get it</a>. Read about the <a
+  <a href="http://curl.haxx.se/download.html">Get it</a>. Read about the <a
    href="changes.html">changes</a>.
  <p>
    More than three months have passed since the previous release. Lots of bugs

-------------------------------------------------------
This sf.net email is sponsored by: DEDICATED SERVERS only $89!
Linux or FreeBSD, FREE setup, FAST network. Get your own server 
today at http://www.ServePath.com/indexfm.htm
(Continue reading)

Daniel Stenberg | 1 Oct 2002 11:03
Picon

cvs: www _download.html,1.157,1.158

Update of /cvsroot/curl/www
In directory usw-pr-cvs1:/tmp/cvs-serv17706

Modified Files:
	_download.html 
Log Message:
no up-to-date yet

Index: _download.html
===================================================================
RCS file: /cvsroot/curl/www/_download.html,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- _download.html	30 Aug 2002 14:20:21 -0000	1.157
+++ _download.html	1 Oct 2002 09:03:38 -0000	1.158
 <at>  <at>  -84,7 +84,7  <at>  <at> 
 NICETD Size NICETDEND
 TREND

-TRCURRENT
+TRNCURRENT
 <td> Linux Debian</td>
 <td> <a href="http://packages.debian.org/curl">7.9.8</a></td>
 TYPEBIN
 <at>  <at>  -94,7 +94,7  <at>  <at> 
 <td>offsite</td>
 TREND

-TRCURRENT
(Continue reading)

Daniel Stenberg | 1 Oct 2002 11:07
Picon

cvs: www _changes.html,1.54,1.55

Update of /cvsroot/curl/www
In directory usw-pr-cvs1:/tmp/cvs-serv18816

Modified Files:
	_changes.html 
Log Message:
no longer upcoming

Index: _changes.html
===================================================================
RCS file: /cvsroot/curl/www/_changes.html,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- _changes.html	1 Oct 2002 08:57:25 -0000	1.54
+++ _changes.html	1 Oct 2002 09:07:34 -0000	1.55
 <at>  <at>  -30,7 +30,7  <at>  <at> 
 </ul>
 #endif

-SUBTITLE(Fixes in upcoming 7.10)
+SUBTITLE(Fixed in 7.10)
 <p> Changes:
 <ul>
  <li> curl -x "" now disables proxy-usage completely

-------------------------------------------------------
This sf.net email is sponsored by: DEDICATED SERVERS only $89!
Linux or FreeBSD, FREE setup, FAST network. Get your own server 
today at http://www.ServePath.com/indexfm.htm
(Continue reading)

Daniel Stenberg | 1 Oct 2002 11:14
Picon

cvs: www/libcurl/c/html Makefile,1.4,1.5

Update of /cvsroot/curl/www/libcurl/c/html
In directory usw-pr-cvs1:/tmp/cvs-serv20521

Modified Files:
	Makefile 
Log Message:
added two new ones

Index: Makefile
===================================================================
RCS file: /cvsroot/curl/www/libcurl/c/html/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile	28 May 2002 21:50:03 -0000	1.4
+++ Makefile	1 Oct 2002 09:14:57 -0000	1.5
 <at>  <at>  -4,6 +4,8  <at>  <at> 
 CONTENTS = $(HTMLDIR)/curl_easy_cleanup.t \
 	   $(HTMLDIR)/curl_formfree.t \
 	   $(HTMLDIR)/curl_version.t \
+	   $(HTMLDIR)/curl_version_info.t \
+	   $(HTMLDIR)/curl_free.t \
 	   $(HTMLDIR)/curl_escape.t \
 	   $(HTMLDIR)/curl_unescape.t \
 	   $(HTMLDIR)/curl_easy_getinfo.t \

-------------------------------------------------------
This sf.net email is sponsored by: DEDICATED SERVERS only $89!
Linux or FreeBSD, FREE setup, FAST network. Get your own server 
today at http://www.ServePath.com/indexfm.htm
(Continue reading)

Daniel Stenberg | 1 Oct 2002 12:02
Picon

cvs: www/libcurl/using _apps.html,1.35,1.36

Update of /cvsroot/curl/www/libcurl/using
In directory usw-pr-cvs1:/tmp/cvs-serv4783

Modified Files:
	_apps.html 
Log Message:
fix even/odd

Index: _apps.html
===================================================================
RCS file: /cvsroot/curl/www/libcurl/using/_apps.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- _apps.html	2 Sep 2002 14:10:50 -0000	1.35
+++ _apps.html	1 Oct 2002 10:02:54 -0000	1.36
 <at>  <at>  -40,7 +40,7  <at>  <at> 
   NICETD Author NICETDSLUT
  TREND

-  TRODD
+  TREVEN
    NEWCOL <a href="http://streamtuner.sourceforge.net">streamtuner</a></td>
    NEWCOL
  streamtuner is a stream directory browser. It will connect to a source
 <at>  <at>  -49,7 +49,7  <at>  <at> 
   NEWCOL Jean-Yves Lefort </td>
   TREND

-  TREVEN
(Continue reading)

Daniel Stenberg | 2 Oct 2002 13:44
Picon

cvs: www/libcurl/c _curl_free.html,NONE,1.1 _curl_version_info.html,NONE,1.1 Makefile,1.19,1.20 doclinks.t,1.8,1.9

Update of /cvsroot/curl/www/libcurl/c
In directory usw-pr-cvs1:/tmp/cvs-serv8025

Modified Files:
	Makefile doclinks.t 
Added Files:
	_curl_free.html _curl_version_info.html 
Log Message:
curl_version and curl_free added

--- NEW FILE: _curl_free.html ---
#include "_doctype.html"
<HTML>
<HEAD> <TITLE>libcurl - curl_free()</TITLE>
</HEAD>

#define LIBCURL_DOCS
#define DOCS_FREE
#define CURL_URL libcurl/c/curl_free.html

#include "_menu.html"
#include "setup.t"
#include "download.t"

WHERE3(libcurl, "/libcurl/", Docs, "/libcurl/c/", curl_free)

TITLE(curl_free.3 -- man page)

#include "curl_free.t"

(Continue reading)

Daniel Stenberg | 4 Oct 2002 10:07
Picon

cvs: www latest.pm,1.26,1.27

Update of /cvsroot/curl/www
In directory usw-pr-cvs1:/tmp/cvs-serv28233

Modified Files:
	latest.pm 
Log Message:
support Kevin Roth's new cygwin file naming 

Index: latest.pm
===================================================================
RCS file: /cvsroot/curl/www/latest.pm,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- latest.pm	20 Mar 2002 06:26:44 -0000	1.26
+++ latest.pm	4 Oct 2002 08:07:21 -0000	1.27
 <at>  <at>  -3,17 +3,17  <at>  <at> 

 package latest;

-our $dir="/home/dast/curl_html/download";
-our $curl="/usr/local/bin/curl";
+my $dir="/home/dast/curl_html/download";
+my $curl="/usr/local/bin/curl";

 # they're all hashed on 'type'
-our %high;
-our %file;
-our %size;
-our %version;
(Continue reading)

Daniel Stenberg | 4 Oct 2002 10:28
Picon

cvs: www latest.pm,1.27,1.28

Update of /cvsroot/curl/www
In directory usw-pr-cvs1:/tmp/cvs-serv1713

Modified Files:
	latest.pm 
Log Message:
no duplicate names

Index: latest.pm
===================================================================
RCS file: /cvsroot/curl/www/latest.pm,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- latest.pm	4 Oct 2002 08:07:21 -0000	1.27
+++ latest.pm	4 Oct 2002 08:28:21 -0000	1.28
 <at>  <at>  -152,12 +152,12  <at>  <at> 
     # Kevin's new formats starting with curl 7.10:
     # curl-([0-9.]*)-(d*)-cygwin-nossl.tar.bz2
     elsif($file =~ /^curl-([0-9.]*)-(\d*)-cygwin-nossl.tar.bz2/) {
-        return($1, "cygwin-nossl",
+        return($1, "cygwin-nossl2",
                "Windows archive for cygwin, bzip2");
     }
     # ^curl-([0-9.]*)-(d*)-cygwin-src.tar.bz2
     elsif($file =~ /^curl-([0-9.]*)-(\d*)-cygwin-src.tar.bz2/) {
-        return($1, "cygwin-src",
+        return($1, "cygwin-src2",
                "Source archive for cygwin, bzip2, SSL-enabled");
     }
(Continue reading)

Daniel Stenberg | 4 Oct 2002 10:43
Picon

cvs: www latest.pm,1.28,1.29

Update of /cvsroot/curl/www
In directory usw-pr-cvs1:/tmp/cvs-serv5554

Modified Files:
	latest.pm 
Log Message:
fixed back old "our" stuff as it broke it

Index: latest.pm
===================================================================
RCS file: /cvsroot/curl/www/latest.pm,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- latest.pm	4 Oct 2002 08:28:21 -0000	1.28
+++ latest.pm	4 Oct 2002 08:43:23 -0000	1.29
 <at>  <at>  -1,19 +1,19  <at>  <at> 

-use strict;
+#use strict;

 package latest;

-my $dir="/home/dast/curl_html/download";
-my $curl="/usr/local/bin/curl";
+our $dir="/home/dast/curl_html/download";
+our $curl="/usr/local/bin/curl";

 # they're all hashed on 'type'
-my %high;
(Continue reading)


Gmane