cvs | 1 Aug 2010 20:49
Picon

bagder: curl-www/auto last5commits.pl,1.9,1.10

Update of /cvsroot/curl/curl-www/auto
In directory giant.haxx.se:/var/tmp/cvs-serv32479

Modified Files:
	last5commits.pl 
Log Message:
nicer look

Index: last5commits.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/last5commits.pl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- last5commits.pl	28 Mar 2010 21:29:49 -0000	1.9
+++ last5commits.pl	1 Aug 2010 18:49:20 -0000	1.10
 <at>  <at>  -27,19 +27,17  <at>  <at> 
     if($c{'commit'}) {
         my $auth = $c{'Author:'};
         my $desc = $c{'desc'};
-        $auth =~ s/</[/g;
-        $auth =~ s/>/]/g;
-        $auth =~ s/ <at> / at /g;
-        $auth =~ s/ at (.)/ at $1 /;
-
+        my $date = $c{'Date:'};
+        $auth =~ s/<.*//g;
         $desc =~ s/   */<p>/g;

-        printf("<tr class=\"%s\"><td nowrap><a href=\"%s/%s\">%s</a></td><td>%s</td><td><pre>%s</pre></td><td>%s</td></tr>\n",
(Continue reading)

cvs | 2 Aug 2010 22:36
Picon

bagder: curl-www/libcurl/using _index.html,1.8,1.9

Update of /cvsroot/curl/curl-www/libcurl/using
In directory giant.haxx.se:/var/tmp/cvs-serv4808

Modified Files:
	_index.html 
Log Message:
add link to examples and the C API overview

Index: _index.html
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/using/_index.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- _index.html	12 Aug 2004 10:24:10 -0000	1.8
+++ _index.html	2 Aug 2010 20:36:36 -0000	1.9
 <at>  <at>  -17,8 +17,14  <at>  <at> 
 TITLE(using libcurl)
 <p>
  General hints and suggestions to consider when using libcurl in your
- applications are gathered here. Language-specific docs are found on the <a
- href="../">libcurl front page</a>.
+ applications are gathered here.
+<ul>
+<li> Language-specific docs are found on the <a
+ href="../">libcurl front page</a>
+<li> Check the full guide to the <a href="../c/">C API</a>
+<li> Learn from our collection of <a href="../c/example.html">source code examples</a>
+</ul>
+
(Continue reading)

cvs | 2 Aug 2010 22:37
Picon

bagder: curl-www/libcurl/c _example-templ.html,1.3,1.4

Update of /cvsroot/curl/curl-www/libcurl/c
In directory giant.haxx.se:/var/tmp/cvs-serv5021

Modified Files:
	_example-templ.html 
Log Message:
the correct github url

Index: _example-templ.html
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/c/_example-templ.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- _example-templ.html	10 Sep 2009 08:10:39 -0000	1.3
+++ _example-templ.html	2 Aug 2010 20:37:07 -0000	1.4
 <at>  <at>  -16,7 +16,7  <at>  <at> 

 TITLE(%cfile%)
 <table><tr valign="top"><td>
-<a
href="http://cool.haxx.se/cvs.cgi/%2acheckout%2a/curl/docs/examples/%cfile%?rev=HEAD&amp;content-type=text/x-csrc">Download %cfile%</a>
+<a href="http://github.com/bagder/curl/raw/master/docs/examples/%cfile%">Download %cfile%</a>

 #include "%rawfile%"
 </td><td>
cvs | 2 Aug 2010 22:37
Picon

bagder: curl-www/libcurl/c _libcurl-tutorial.html,1.1,1.2

Update of /cvsroot/curl/curl-www/libcurl/c
In directory giant.haxx.se:/var/tmp/cvs-serv5195

Modified Files:
	_libcurl-tutorial.html 
Log Message:
provide related links

Index: _libcurl-tutorial.html
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/c/_libcurl-tutorial.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- _libcurl-tutorial.html	21 Jun 2004 14:40:55 -0000	1.1
+++ _libcurl-tutorial.html	2 Aug 2010 20:37:22 -0000	1.2
 <at>  <at>  -15,6 +15,11  <at>  <at> 
 WHERE3(libcurl, "/libcurl/", C API, "/libcurl/c/", programming with libcurl)

 TITLE(libcurl-tutorial.3 -- man page)
+<div class="relatedbox">
+<b>Related:</b>
+<br><a href="example.html">Examples</a>
+<br><a href="./">C API</a>
+</div>

 #include "libcurl-tutorial.t"
cvs | 2 Aug 2010 22:41
Picon

bagder: curl-www/libcurl _menu.html,1.55,1.56

Update of /cvsroot/curl/curl-www/libcurl
In directory giant.haxx.se:/var/tmp/cvs-serv9261

Modified Files:
	_menu.html 
Log Message:
add an example link to the main libcurl menu

Index: _menu.html
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/_menu.html,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- _menu.html	26 Apr 2008 21:21:30 -0000	1.55
+++ _menu.html	2 Aug 2010 20:41:39 -0000	1.56
 <at>  <at>  -58,6 +58,13  <at>  <at> 
       Figure what competing libraries there are )
 #endif

+#ifdef LIBCURL_EXAMPLE
+LINK("", Example Sources )
+#else
+TLINK("/libcurl/c/example.html", Example Sources &raquo;,
+      Educational snippets of code )
+#endif
+
 #ifdef LIBCURL_FEATURES
 LINK("", Features )
 #else
(Continue reading)

cvs | 5 Aug 2010 00:21
Picon

bagder: curl-www/rfc ntlm.html,1.1,1.2

Update of /cvsroot/curl/curl-www/rfc
In directory giant.haxx.se:/var/tmp/cvs-serv24272

Modified Files:
	ntlm.html 
Log Message:
imported the most recent version from
http://davenport.sourceforge.net/ntlm.html

Index: ntlm.html
===================================================================
RCS file: /cvsroot/curl/curl-www/rfc/ntlm.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ntlm.html	23 Aug 2004 07:02:07 -0000	1.1
+++ ntlm.html	4 Aug 2010 22:21:25 -0000	1.2
 <at>  <at>  -1,38 +1,30  <at>  <at> 
 <html>
 <head>
-<title>The NTLM Authentication Protocol</title>
+<title>The NTLM Authentication Protocol and Security Support Provider</title>
 </head>
 <body>
-<h1>The NTLM Authentication Protocol</h1>
-<p>
-<small>
-    Copyright &copy; 2003 Eric Glass
-    <p>
[...5121 lines suppressed...]
(Continue reading)

cvs | 6 Aug 2010 00:47
Picon

bagder: curl-www/libcurl _index.html,1.65,1.66

Update of /cvsroot/curl/curl-www/libcurl
In directory giant.haxx.se:/var/tmp/cvs-serv4006

Modified Files:
	_index.html 
Log Message:
s/Kerberos4/Kerberos as we do support krb5 as well

Index: _index.html
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/_index.html,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- _index.html	20 Jun 2010 21:01:46 -0000	1.65
+++ _index.html	5 Aug 2010 22:47:02 -0000	1.66
 <at>  <at>  -25,7 +25,7  <at>  <at> 
  LDAP, LDAPS, FILE, IMAP, SMTP, POP3, RTMP and RTSP. libcurl supports SSL
  certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload,
  proxies, cookies, user+password authentication (Basic, Digest, NTLM,
- Negotiate, Kerberos4), file transfer resume, http proxy tunneling and more!
+ Negotiate, Kerberos), file transfer resume, http proxy tunneling and more!
 </p>

 <p class="ingres">
cvs | 8 Aug 2010 00:03
Picon

bagder: curl-www _changes.html,1.149,1.150

Update of /cvsroot/curl/curl-www
In directory giant.haxx.se:/var/tmp/cvs-serv30855

Modified Files:
	_changes.html 
Log Message:
fixed bad url

Index: _changes.html
===================================================================
RCS file: /cvsroot/curl/curl-www/_changes.html,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -d -r1.149 -r1.150
--- _changes.html	16 Jun 2010 11:56:06 -0000	1.149
+++ _changes.html	7 Aug 2010 22:02:59 -0000	1.150
 <at>  <at>  -17,7 +17,7  <at>  <at> 
 <div class="relatedbox">
 <b>Related:</b>
 <br><a href="http://cool.haxx.se/curl-daily/">Daily Snapshot</a>
-<br><a href="/lxr/source/docs/libcurl/symbols-in-versions">symbols-in-versions</a>
+<br><a href="http://github.com/bagder/curl/blob/master/docs/libcurl/symbols-in-versions">symbols-in-versions</a>
 <br><a href="/source.html">Source</a>
 <br><a href="/docs/todo.html">TODO</a>
 <br><a href="/docs/vulnerabilities.html">Vulnerabilities Table</a>
cvs | 10 Aug 2010 20:42
Picon

bagder: curl-www/dl remcheck.pl,1.25,1.26

Update of /cvsroot/curl/curl-www/dl
In directory giant.haxx.se:/var/tmp/cvs-serv6043

Modified Files:
	remcheck.pl 
Log Message:
provide a unique user agent string that is prefixed Mozilla in an attempt
to avoid the plain blocks of 'curl'

Index: remcheck.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/dl/remcheck.pl,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- remcheck.pl	10 Feb 2010 19:47:19 -0000	1.25
+++ remcheck.pl	10 Aug 2010 18:42:34 -0000	1.26
 <at>  <at>  -127,7 +127,7  <at>  <at> 
 my %urlhash;
 sub geturl {
     my ($url, $head) =  <at> _;
-    my $curlcmd="curl -Lfsm120 --ftp-method singlecwd";
+    my $curlcmd="curl -Lfsm120 -A \"Mozilla/curl.haxx.se dl-package-check-probe\" --ftp-method singlecwd";

     if(!$head) {
         my $t = time();
cvs | 11 Aug 2010 23:45
Picon

bagder: curl-www _changes.html, 1.150, 1.151 _newslog.html, 1.162, 1.163 Makefile, 1.120, 1.121

Update of /cvsroot/curl/curl-www
In directory giant.haxx.se:/var/tmp/cvs-serv672

Modified Files:
	_changes.html _newslog.html Makefile 
Log Message:
7.21.1 is out

Index: _newslog.html
===================================================================
RCS file: /cvsroot/curl/curl-www/_newslog.html,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -d -r1.162 -r1.163
--- _newslog.html	16 Jun 2010 11:56:06 -0000	1.162
+++ _newslog.html	11 Aug 2010 21:45:18 -0000	1.163
 <at>  <at>  -34,6 +34,16  <at>  <at> 
  NCOLE
 #endif

+ NSUBJ(curl and libcurl 7.21.1)
+ NDATE(August 11 2010)
+ NCOLS
+
+  The curl team proudly presents <a href="download.html">curl and libcurl
+  7.21.1</a>. Read about the news, the fixes and the changes on the <a
+  href="changes.html#7_21_1">changes</a> page.
+
+ NCOLE
+
(Continue reading)


Gmane