]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
change to squid.nlanr.net
authorwessels <>
Thu, 7 Nov 1996 06:14:10 +0000 (06:14 +0000)
committerwessels <>
Thu, 7 Nov 1996 06:14:10 +0000 (06:14 +0000)
42 files changed:
README
include/util.h
lib/getfullhostname.c
lib/rfc1123.c
lib/rfc1738.c
lib/util.c
src/acl.cc
src/cache_cf.cc
src/cachemgr.cc
src/client.cc
src/client_side.cc
src/comm.cc
src/debug.cc
src/disk.cc
src/dns.cc
src/dnsserver.cc
src/errorpage.cc
src/filemap.cc
src/fqdncache.cc
src/ftp.cc
src/gopher.cc
src/http.cc
src/icmp.cc
src/ident.cc
src/ipcache.cc
src/main.cc
src/mime.cc
src/neighbors.cc
src/pinger.cc
src/recv-announce.cc
src/redirect.cc
src/refresh.cc
src/send-announce.cc
src/squid.h
src/ssl.cc
src/stat.cc
src/stmem.cc
src/store.cc
src/tools.cc
src/tunnel.cc
src/url.cc
src/wais.cc

diff --git a/README b/README
index 2d56ad94746e3d74e9b4820513a3faf49d96056a..04897b39ca1138770765bc4565a13f497947c103 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 
-SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
 --------------------------------------------------------
 
   Squid is the result of efforts by numerous individuals from the
index f235c7215c1af472df049887616d2d1c091d3408..8192cbdbd6512fc5507737492eacca5ab143100d 100644 (file)
@@ -1,9 +1,9 @@
 /*
- * $Id: util.h,v 1.25 1996/11/04 18:14:00 wessels Exp $
+ * $Id: util.h,v 1.26 1996/11/06 23:14:12 wessels Exp $
  *
  * AUTHOR: Harvest Derived
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index f86ce8ddb25b98d08f1e03de5c34e68f63cc8536..0461b3b466bbe9f5ca162ebe169f5006e485dd8b 100644 (file)
@@ -1,11 +1,11 @@
 
 /*
- * $Id: getfullhostname.c,v 1.11 1996/11/04 18:14:01 wessels Exp $
+ * $Id: getfullhostname.c,v 1.12 1996/11/06 23:14:13 wessels Exp $
  *
  * DEBUG: 
  * AUTHOR: Harvest Derived
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index 68680e9fa8de6273ad2f9bacf367091147d7413c..9e9cb032c9d2e4eb7e1119589e0aabba60cf2644 100644 (file)
@@ -1,10 +1,10 @@
 /*
- * $Id: rfc1123.c,v 1.4 1996/11/06 22:21:23 wessels Exp $
+ * $Id: rfc1123.c,v 1.5 1996/11/06 23:14:15 wessels Exp $
  *
  * DEBUG: 
  * AUTHOR: Harvest Derived
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index 82e3e3ce39ae84bb31b497d9daf8b194d3031ba1..381a9632a0bb2306b5b45f12906715ad1f83b410 100644 (file)
@@ -1,10 +1,10 @@
 /*
- * $Id: rfc1738.c,v 1.7 1996/11/04 18:14:03 wessels Exp $
+ * $Id: rfc1738.c,v 1.8 1996/11/06 23:14:15 wessels Exp $
  *
  * DEBUG: 
  * AUTHOR: Harvest Derived
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index 4cfcba43a057bb3541eaf41554975e721bfa673b..0f3a2e3bafd2f7eb69b6f27e813801b909fee466 100644 (file)
@@ -1,10 +1,10 @@
 /*
- * $Id: util.c,v 1.23 1996/11/04 18:14:04 wessels Exp $
+ * $Id: util.c,v 1.24 1996/11/06 23:14:16 wessels Exp $
  *
  * DEBUG: 
  * AUTHOR: Harvest Derived
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index d290700859e3c68da5d5cb088ddffb46170ac647..90cac67082ae850b91f8fe0994e249bfa085857a 100644 (file)
@@ -1,10 +1,10 @@
 /*
- * $Id: acl.cc,v 1.59 1996/11/05 17:07:57 wessels Exp $
+ * $Id: acl.cc,v 1.60 1996/11/06 23:14:18 wessels Exp $
  *
  * DEBUG: section 28    Access Control
  * AUTHOR: Duane Wessels
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index f187372664ba259843ccfe417eae10b5b161f8ba..1f3b3efb4d4b7f093ec54794d133f4c6608749a5 100644 (file)
@@ -1,10 +1,10 @@
 /*
- * $Id: cache_cf.cc,v 1.132 1996/11/06 22:21:27 wessels Exp $
+ * $Id: cache_cf.cc,v 1.133 1996/11/06 23:14:22 wessels Exp $
  *
  * DEBUG: section 3     Configuration File Parsing
  * AUTHOR: Harvest Derived
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index 9ce03632e77e79e864091fb3344fa19a71475699..b006ef5e9183d17f9ff6fce9d17c00ac173ba70d 100644 (file)
@@ -1,11 +1,11 @@
 
 /*
- * $Id: cachemgr.cc,v 1.41 1996/11/05 17:08:01 wessels Exp $
+ * $Id: cachemgr.cc,v 1.42 1996/11/06 23:14:23 wessels Exp $
  *
  * DEBUG: Section 0     CGI Cache Manager
  * AUTHOR: Harvest Derived
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index be81e801d8948a0e564c6cd415c0e057fc21b724..fd27c9558730d8d1edf702cfd134a057009afa20 100644 (file)
@@ -1,11 +1,11 @@
 
 /*
- * $Id: client.cc,v 1.14 1996/11/05 17:08:01 wessels Exp $
+ * $Id: client.cc,v 1.15 1996/11/06 23:14:23 wessels Exp $
  *
  * DEBUG: section 0     WWW Client
  * AUTHOR: Harvest Derived
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index 7083170ff7d034d7558c27bf1fabd5ecfe2dd061..84cf2e827b9ed30155cd60bf74aceb18fbe20755 100644 (file)
@@ -1,11 +1,11 @@
 
 /*
- * $Id: client_side.cc,v 1.59 1996/11/06 22:18:11 wessels Exp $
+ * $Id: client_side.cc,v 1.60 1996/11/06 23:14:24 wessels Exp $
  *
  * DEBUG: section 33    Client-side Routines
  * AUTHOR: Duane Wessels
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index bdf33097e110b1e78b23ad302ea3819438aacc58..c355a3b1045398f227d797e4cfdfb551799405ee 100644 (file)
@@ -1,11 +1,11 @@
 
 /*
- * $Id: comm.cc,v 1.99 1996/11/06 22:21:29 wessels Exp $
+ * $Id: comm.cc,v 1.100 1996/11/06 23:14:24 wessels Exp $
  *
  * DEBUG: section 5     Socket Functions
  * AUTHOR: Harvest Derived
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index e10b1b388091f05b849cdad97a3c6a0a98f7698a..b4b45540d6b0dedc827f4a9e456e57730c676e3c 100644 (file)
@@ -1,10 +1,10 @@
 /*
- * $Id: debug.cc,v 1.35 1996/11/05 17:08:03 wessels Exp $
+ * $Id: debug.cc,v 1.36 1996/11/06 23:14:26 wessels Exp $
  *
  * DEBUG: section 0     Debug Routines
  * AUTHOR: Harvest Derived
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index 1774b922c11fe4fc7a0778e6896393b54b5efb33..be047cc601334f0f41c151fb63ebaed4725a7e20 100644 (file)
@@ -1,10 +1,10 @@
 /*
- * $Id: disk.cc,v 1.39 1996/11/06 08:17:31 wessels Exp $
+ * $Id: disk.cc,v 1.40 1996/11/06 23:14:27 wessels Exp $
  *
  * DEBUG: section 6     Disk I/O Routines
  * AUTHOR: Harvest Derived
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index 66f467b7ac02b7ceacf6e8ff33ff3e21394e03e6..0ddb75a77699ebdbe34f411ff624666689850c0c 100644 (file)
@@ -1,10 +1,10 @@
 /*
- * $Id: dns.cc,v 1.22 1996/11/04 18:12:26 wessels Exp $
+ * $Id: dns.cc,v 1.23 1996/11/06 23:14:28 wessels Exp $
  *
  * DEBUG: section 34    Dnsserver interface
  * AUTHOR: Harvest Derived
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index e80f925f6578a673a5f541300614cf3eb75466a6..81e11538a368ecf560c4dfe01ae9b727a5674a00 100644 (file)
@@ -1,11 +1,11 @@
 
 /*
- * $Id: dnsserver.cc,v 1.27 1996/11/04 18:12:27 wessels Exp $
+ * $Id: dnsserver.cc,v 1.28 1996/11/06 23:14:29 wessels Exp $
  *
  * DEBUG: section 0     DNS Resolver
  * AUTHOR: Harvest Derived
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index 786707dc6fb1cede40d310bd074936c2bf5c1327..d5194e1a5cd08de23cd1942348e706883e8d6f3e 100644 (file)
@@ -1,11 +1,11 @@
 
 /*
- * $Id: errorpage.cc,v 1.49 1996/11/05 17:08:05 wessels Exp $
+ * $Id: errorpage.cc,v 1.50 1996/11/06 23:14:30 wessels Exp $
  *
  * DEBUG: section 4     Error Generation
  * AUTHOR: Duane Wessels
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index 1f7d6794aa69657e16f55df4c568a63f5802629b..914d4094529c31a59c9c131bf0af039772db5f1f 100644 (file)
@@ -1,10 +1,10 @@
 /*
- * $Id: filemap.cc,v 1.14 1996/11/04 18:12:32 wessels Exp $
+ * $Id: filemap.cc,v 1.15 1996/11/06 23:14:32 wessels Exp $
  *
  * DEBUG: section 8     Swap File Bitmap
  * AUTHOR: Harvest Derived
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index 26c544e6fa31b6064d123a71e4fb58dadf03ef8c..3cfed14fa4ef804926c63f9dfe75df20df2e986f 100644 (file)
@@ -1,11 +1,11 @@
 
 /*
- * $Id: fqdncache.cc,v 1.32 1996/11/05 17:08:06 wessels Exp $
+ * $Id: fqdncache.cc,v 1.33 1996/11/06 23:14:33 wessels Exp $
  *
  * DEBUG: section 35    FQDN Cache
  * AUTHOR: Harvest Derived
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index d74fd4fb548ebec9747cc052030b1331f18ce0c6..ba442f70211e5886de51eec7b639f28326ac6805 100644 (file)
@@ -1,11 +1,11 @@
 
 /*
- * $Id: ftp.cc,v 1.76 1996/11/05 17:08:07 wessels Exp $
+ * $Id: ftp.cc,v 1.77 1996/11/06 23:14:34 wessels Exp $
  *
  * DEBUG: section 9     File Transfer Protocol (FTP)
  * AUTHOR: Harvest Derived
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index ce22075060083b8ac205b2332d325262f6f3039d..1cbdd6e647d81cebc99806175fe18d3a8bf32665 100644 (file)
@@ -1,10 +1,10 @@
 /*
- * $Id: gopher.cc,v 1.62 1996/11/05 17:08:10 wessels Exp $
+ * $Id: gopher.cc,v 1.63 1996/11/06 23:14:36 wessels Exp $
  *
  * DEBUG: section 10    Gopher
  * AUTHOR: Harvest Derived
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index ad83bd3c0a7cdaed6e658898195343204a7bc120..b5b05f2024063ad50674b3538c2cd0eef2fe63e8 100644 (file)
@@ -1,10 +1,10 @@
 /*
- * $Id: http.cc,v 1.97 1996/11/06 08:15:21 wessels Exp $
+ * $Id: http.cc,v 1.98 1996/11/06 23:14:39 wessels Exp $
  *
  * DEBUG: section 11    Hypertext Transfer Protocol (HTTP)
  * AUTHOR: Harvest Derived
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index d27620b9733680dae5ee7ee41ef147a4df639d8c..aff512e967a236bc618b269e2a724506ca7a44fe 100644 (file)
@@ -1,11 +1,11 @@
 
 /*
- * $Id: icmp.cc,v 1.27 1996/11/05 17:08:13 wessels Exp $
+ * $Id: icmp.cc,v 1.28 1996/11/06 23:14:40 wessels Exp $
  *
  * DEBUG: section 37    ICMP Routines
  * AUTHOR: Duane Wessels
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index 2333fb225ab6b0124462bda43c6c1c3a4b36215e..53f4f4d0e92b865e9e8defb488b545d224168ccc 100644 (file)
@@ -1,10 +1,10 @@
 /*
- * $Id: ident.cc,v 1.19 1996/10/11 23:11:14 wessels Exp $
+ * $Id: ident.cc,v 1.20 1996/11/06 23:14:43 wessels Exp $
  *
  * DEBUG: section 30    Ident (RFC 931)
  * AUTHOR: Duane Wessels
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index d76c5e05b4d7e435ca460dc66f9eb18be1e6626a..43bf536043b7095151837e9c80cd3e98f359b081 100644 (file)
@@ -1,10 +1,10 @@
 /*
- * $Id: ipcache.cc,v 1.83 1996/11/05 17:08:16 wessels Exp $
+ * $Id: ipcache.cc,v 1.84 1996/11/06 23:14:44 wessels Exp $
  *
  * DEBUG: section 14    IP Cache
  * AUTHOR: Harvest Derived
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index 25a05d1a5529eb8a5e83a8a25e4e3bd41ef8ea4e..8bcea2a0053f2bb07e8f78edf922c694fab0aaf9 100644 (file)
@@ -1,10 +1,10 @@
 /*
- * $Id: main.cc,v 1.106 1996/11/04 18:12:51 wessels Exp $
+ * $Id: main.cc,v 1.107 1996/11/06 23:14:45 wessels Exp $
  *
  * DEBUG: section 1     Startup and Main Loop
  * AUTHOR: Harvest Derived
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index f6b8813afd4850bb11f84d01ebd8f6b874067916..05c09027e599b41875044c8ac7e7164a15790f14 100644 (file)
@@ -1,10 +1,10 @@
 /*
- * $Id: mime.cc,v 1.18 1996/11/04 18:12:52 wessels Exp $
+ * $Id: mime.cc,v 1.19 1996/11/06 23:14:45 wessels Exp $
  *
  * DEBUG: section 25    MIME Parsing
  * AUTHOR: Harvest Derived
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index 15abcc8f4bdeb45d638f38085868073ccb00a634..dd35aa3b2acba70d66d7a879df4b9df1b1b115a2 100644 (file)
@@ -1,10 +1,10 @@
 /*
- * $Id: neighbors.cc,v 1.80 1996/11/05 17:08:17 wessels Exp $
+ * $Id: neighbors.cc,v 1.81 1996/11/06 23:14:47 wessels Exp $
  *
  * DEBUG: section 15    Neighbor Routines
  * AUTHOR: Harvest Derived
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index 6f661b85ea01cd954ac24cca0c26322777cb08d8..dffb1e55d9be76d2834e1549c415aa6331b72f5e 100644 (file)
@@ -1,12 +1,12 @@
 
 
 /*
- * $Id: pinger.cc,v 1.14 1996/11/05 17:08:20 wessels Exp $
+ * $Id: pinger.cc,v 1.15 1996/11/06 23:14:49 wessels Exp $
  *
  * DEBUG: section 37    ICMP Routines
  * AUTHOR: Duane Wessels
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index a113dbce28b40c443d723f8202700b1591d8d181..c35991f019bb4857f18c2f9d3d9f37f459567f69 100644 (file)
@@ -1,10 +1,10 @@
 /*
- * $Id: recv-announce.cc,v 1.11 1996/10/09 15:34:35 wessels Exp $
+ * $Id: recv-announce.cc,v 1.12 1996/11/06 23:14:51 wessels Exp $
  *
  * DEBUG: section 0     Announement Server
  * AUTHOR: Harvest Derived
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index eeba47ef6d7b63ea9a736120a61d898e6d27f2f3..f39df754e9ef82deb8a161cb5c331a5bc87dfee0 100644 (file)
@@ -1,10 +1,10 @@
 /*
- * $Id: redirect.cc,v 1.27 1996/11/04 18:12:59 wessels Exp $
+ * $Id: redirect.cc,v 1.28 1996/11/06 23:14:52 wessels Exp $
  *
  * DEBUG: section 29    Redirector
  * AUTHOR: Duane Wessels
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index c148509788d81b8566693eeda34a47cbcf6b4095..3cb34389cf1c160557eac411e15e0e5ee4ad38b3 100644 (file)
@@ -1,11 +1,11 @@
 
 /*
- * $Id: refresh.cc,v 1.5 1996/11/05 17:08:22 wessels Exp $
+ * $Id: refresh.cc,v 1.6 1996/11/06 23:14:53 wessels Exp $
  *
  * DEBUG: section 22    Refresh Calculation
  * AUTHOR: Harvest Derived
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index dd0e67247f78ad1be289a3897d0b95bb01cfd5a5..3226eab2dae2fea18b5a11b5498dfb3f495c1826 100644 (file)
@@ -1,11 +1,11 @@
 
 /*
- * $Id: send-announce.cc,v 1.22 1996/11/04 18:13:01 wessels Exp $
+ * $Id: send-announce.cc,v 1.23 1996/11/06 23:14:54 wessels Exp $
  *
  * DEBUG: section 27    Cache Announcer
  * AUTHOR: Duane Wessels
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index 8c2cd0e67f2e4d1106345f0d341ef74d268fa14f..91613e590fc56eae8cff08b5181e0ee72ecfb130 100644 (file)
@@ -1,10 +1,10 @@
 
 /*
- * $Id: squid.h,v 1.70 1996/11/06 08:17:33 wessels Exp $
+ * $Id: squid.h,v 1.71 1996/11/06 23:14:55 wessels Exp $
  *
  * AUTHOR: Duane Wessels
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index 0d44d4981df913b227328e022af946a7ed0e554b..7e0b1013357125d6b9c947d026bc43ab1b66b1e5 100644 (file)
@@ -1,11 +1,11 @@
 
 /*
- * $Id: ssl.cc,v 1.24 1996/11/05 17:08:24 wessels Exp $
+ * $Id: ssl.cc,v 1.25 1996/11/06 23:14:55 wessels Exp $
  *
  * DEBUG: section 26    Secure Sockets Layer Proxy
  * AUTHOR: Duane Wessels
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index e6f7d8dd18e638179962ee8f16ca63b5085d834a..62e4d1aa15365f3f3adf1392c0ef331ae8186d46 100644 (file)
@@ -1,11 +1,11 @@
 
 /*
- * $Id: stat.cc,v 1.99 1996/11/05 17:08:26 wessels Exp $
+ * $Id: stat.cc,v 1.100 1996/11/06 23:14:57 wessels Exp $
  *
  * DEBUG: section 18    Cache Manager Statistics
  * AUTHOR: Harvest Derived
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index b4689dc72899f30afd58b3b44ac8a6031127fe71..ccf7c5cf60bf4cd3969929f2c397d457c846209b 100644 (file)
@@ -1,11 +1,11 @@
 
 /*
- * $Id: stmem.cc,v 1.32 1996/11/04 18:13:07 wessels Exp $
+ * $Id: stmem.cc,v 1.33 1996/11/06 23:14:59 wessels Exp $
  *
  * DEBUG: section 19    Memory Primitives
  * AUTHOR: Harvest Derived
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index 1cc3c013615e85d57cc6bac005b3acb7adb1ed97..d3279778e765ac0504a69d3694b319322b0c2bc9 100644 (file)
@@ -1,11 +1,11 @@
 
 /*
- * $Id: store.cc,v 1.152 1996/11/06 22:18:12 wessels Exp $
+ * $Id: store.cc,v 1.153 1996/11/06 23:15:01 wessels Exp $
  *
  * DEBUG: section 20    Storeage Manager
  * AUTHOR: Harvest Derived
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index bb72f0711644bbd5aefb9ff83e599a573b33e9df..576eaa309a2531328c3da14de8cbff39408f3900 100644 (file)
@@ -1,11 +1,11 @@
 
 /*
- * $Id: tools.cc,v 1.80 1996/11/04 18:13:11 wessels Exp $
+ * $Id: tools.cc,v 1.81 1996/11/06 23:15:04 wessels Exp $
  *
  * DEBUG: section 21    Misc Functions
  * AUTHOR: Harvest Derived
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index 96c224e352b16dd7b36cd5bdad0d58a716635fd6..5be71b3162c68d8977ea345691f2858f4520f1f9 100644 (file)
@@ -1,11 +1,11 @@
 
 /*
- * $Id: tunnel.cc,v 1.24 1996/11/05 17:08:24 wessels Exp $
+ * $Id: tunnel.cc,v 1.25 1996/11/06 23:14:55 wessels Exp $
  *
  * DEBUG: section 26    Secure Sockets Layer Proxy
  * AUTHOR: Duane Wessels
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index 5095131138fb22cd7b0198ac9217efa0a7b33e51..85d89b25d9b3eeae27da74754c234d7d34f5294a 100644 (file)
@@ -1,11 +1,11 @@
 
 /*
- * $Id: url.cc,v 1.38 1996/11/05 17:08:32 wessels Exp $
+ * $Id: url.cc,v 1.39 1996/11/06 23:15:06 wessels Exp $
  *
  * DEBUG: section 23    URL Parsing
  * AUTHOR: Duane Wessels
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the
index e4ec8501653e09c98e93a09f7bac0e5058c46e9b..7f03557c2e1dc291295c59c5bb19b83f15167f05 100644 (file)
@@ -1,11 +1,11 @@
 
 /*
- * $Id: wais.cc,v 1.52 1996/11/05 17:08:34 wessels Exp $
+ * $Id: wais.cc,v 1.53 1996/11/06 23:15:07 wessels Exp $
  *
  * DEBUG: section 24    WAIS Relay
  * AUTHOR: Harvest Derived
  *
- * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
+ * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
  * --------------------------------------------------------
  *
  *  Squid is the result of efforts by numerous individuals from the