]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Add source-maintenance.sh to perform automated Maintenance Updates
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 26 May 2010 03:06:02 +0000 (15:06 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 26 May 2010 03:06:02 +0000 (15:06 +1200)
* merge scripts/srcformat.sh automated formatting
* merge scripts/mk-debugs.sh previously manual debug section indexing

Also, cleanup some source files debug section information ready for
regular automated enforcement.

59 files changed:
doc/debug-sections.txt
doc/mk-debugs.sh [deleted file]
lib/hash.c
scripts/source-maintenance.sh [moved from scripts/srcformat.sh with 78% similarity, mode: 0644]
src/CommRead.h
src/ConfigOption.cc
src/ConnectionDetail.h
src/Debug.h
src/DelayConfig.h
src/DescriptorSet.cc
src/EventLoop.cc
src/Parsing.cc
src/Parsing.h
src/adaptation/Initiate.cc
src/adaptation/Initiator.cc
src/adaptation/Iterator.cc
src/adaptation/Message.cc
src/adaptation/Service.cc
src/adaptation/ServiceConfig.cc
src/adaptation/ecap/Config.cc
src/adaptation/ecap/Config.h
src/adaptation/ecap/Host.cc
src/adaptation/ecap/Host.h
src/adaptation/ecap/MessageRep.cc
src/adaptation/ecap/MessageRep.h
src/adaptation/ecap/ServiceRep.cc
src/adaptation/ecap/ServiceRep.h
src/adaptation/ecap/XactionRep.cc
src/adaptation/ecap/XactionRep.h
src/adaptation/icap/Launcher.cc
src/base/AsyncJob.cc
src/cache_cf.cc
src/client_db.cc
src/comm.cc
src/comm/ListenStateData.cc
src/comm_epoll.cc
src/comm_kqueue.cc
src/comm_poll.cc
src/comm_select.cc
src/comm_select_win32.cc
src/debug.cc
src/disk.cc
src/dnsserver.cc
src/errorpage.cc
src/errorpage.h
src/eui/Eui48.cc
src/eui/Eui64.cc
src/filemap.cc
src/ftp.cc
src/icmp/IcmpConfig.h
src/ip/Address.cc
src/main.cc
src/multicast.cc
src/recv-announce.cc
src/tests/stub_cache_cf.cc
src/ufsdump.cc
src/unlinkd.cc
src/unlinkd_daemon.cc
src/wordlist.cc

index 09de809458f18d2d72c0a2b6c288df0a4405bff0..4540d063706a6446c000b6c427a979d0c1d0cd64 100644 (file)
@@ -1,37 +1,38 @@
-
  * DEBUG:
 none
 none          Common Removal Policy
 none          ETag parsing support
 none          FDE
-none          Generate squid.conf.default and cf_parser.h
+none          Generate squid.conf.default and cf_parser.cci
 none          Linked list functions (deprecated)
 none          LRU Removal Policy
 none          Memory Allocation
 none          Refcount allocator
-section 0     Announcement Server
-section 0     Client Database
-section 0     Debug Routines
-section 0     DNS Resolver
-section 0     Hash Tables
-section 0     UFS Store Dump
-section --    External DISKD process implementation.
-section 1     Main Loop
-section 1     Startup and Main Loop
-section 2     Unlink Daemon
-section 3     Configuration File Parsing
-section 4     Error Generation
-section 5     Comms
-section 5     Socket Functions
-section 6     Disk I/O Routines
-section 7     Multicast
-section 8     Swap File Bitmap
-section 9     File Transfer Protocol (FTP)
+section 00    Announcement Server
+section 00    Client Database
+section 00    Debug Routines
+section 00    DNS Resolver Daemon
+section 00    Hash Tables
+section 00    UFS Store Dump Tool
+section 01    Main Loop
+section 01    Startup and Main Loop
+section 02    Unlink Daemon
+section 03    Configuration File Parsing
+section 03    Configuration Settings
+section 04    Error Generation
+section 05    Comm
+section 05    Listener Socket Handler
+section 05    Socket Functions
+section 06    Disk I/O Routines
+section 07    Multicast
+section 08    Swap File Bitmap
+section 09    File Transfer Protocol (FTP)
 section 10    Gopher
 section 11    Hypertext Transfer Protocol (HTTP)
-section 12    Internet Cache Protocol
+section 12    Internet Cache Protocol (ICP)
 section 13    High Level Memory Pool Management
 section 14    IP Cache
+section 14    IP Storage and Handling
 section 15    Neighbor Routines
 section 16    Cache Manager Objects
 section 17    Request Forwarding
@@ -53,7 +54,8 @@ section 21    Time Functions
 section 22    Refresh Calculation
 section 23    URL Parsing
 section 23    URL Scheme parsing
-section 25    MIME Parsing
+section 25    MiME Header Parsing
+section 25    MIME Parsing and Internal Icons
 section 26    Secure Sockets Layer Proxy
 section 27    Cache Announcer
 section 28    Access Control
@@ -69,6 +71,8 @@ section 35    FQDN Cache
 section 37    ICMP Routines
 section 38    Network Measurement Database
 section 39    Cache Array Routing Protocol
+section 39    Peer source hash based selection
+section 39    Peer user hash based selection
 section 40    Referer Logging
 section 40    User-Agent Logging
 section 41    Event Processing
@@ -113,6 +117,7 @@ section 74    HTTP Message
 section 75    WHOIS protocol
 section 76    Internal Squid Object handling
 section 77    Delay Pools
+section 78    DNS lookups
 section 78    DNS lookups; interacts with lib/rfc1035.c
 section 79    Disk IO Routines
 section 79    Squid-side DISKD I/O functions.
@@ -130,8 +135,14 @@ section 85    Client-side Request Routines
 section 86    ESI processing
 section 87    Client-side Stream routines.
 section 88    Client-side Reply Routines
-section 89    NAT / IP Interception 
+section 89    EUI-48 Lookup
+section 89    EUI-64 Handling
+section 89    NAT / IP Interception
 section 90    HTTP Cache Control Header
 section 90    Storage Manager Client-Side Interface
 section 92    Storage File System
+section 93    Adaptation
+section 93    eCAP Interface
 section 93    ICAP (RFC 3507) Client
+section --    External DISKD process implementation.
+section --    Unlink Daemon
diff --git a/doc/mk-debugs.sh b/doc/mk-debugs.sh
deleted file mode 100755 (executable)
index 2a6d293..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-cat ../{src,lib,include}/*{.,/*.,/*/*.,/*/*/*.}{c,cc,h} 2>/dev/null \
-       | grep " DEBUG:" \
-       | sed -e 's/ \* DEBUG: //' \
-       | sort -u \
-       | sort -n
index be3a3c01725744d34ba41f4fde2ecae7f4d1350b..5a410ab36234d8cd2d10df807a00cb855e2aa129 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * $Id$
  *
- * DEBUG: section 0     Hash Tables
+ * DEBUG: section 00    Hash Tables
  * AUTHOR: Harvest Derived
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
old mode 100755 (executable)
new mode 100644 (file)
similarity index 78%
rename from scripts/srcformat.sh
rename to scripts/source-maintenance.sh
index 7777599..3c720b9
@@ -1,5 +1,10 @@
 #!/bin/sh
 #
+# This script contains the code run to perform automatic source maintenance
+#
+
+## Source Code Format Enforcement
+#
 # A checker to recursively reformat all source files: .h .c .cc .cci
 # using a custom astyle formatter and to use MD5 to validate that
 # the formatter has not altered the code syntax.
@@ -55,3 +60,12 @@ for FILENAME in `ls -1`; do
     fi
 
 done
+
+#
+#  DEBUG Section listing maintenance
+#
+cat ${ROOT}/{compat,src,lib,include}/*{.,/*.,/*/*.,/*/*/*.}{c,cc,h} 2>/dev/null \
+       | grep " DEBUG:" \
+       | sed -e 's/ \* DEBUG: //' \
+       | sort -u \
+       | sort -n >${ROOT}/doc/debug-sections.txt
index 49252748aa46b0d172cfd027da643b4ddca30e59..0d36677538b2c725093aac369821425828a47f70 100644 (file)
@@ -1,8 +1,7 @@
-
 /*
  * $Id$
  *
- * DEBUG: section 5     Comms
+ * DEBUG: section 05    Comm
  * AUTHOR: Robert Collins <robertc@squid-cache.org>
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 00cb31d264287bc63d1557804dcb0da6918b7a98..6cd1deece7151097bab5b70e0fca676e68673660 100644 (file)
@@ -1,8 +1,7 @@
-
 /*
  * $Id$
  *
- * DEBUG: section     Configuration File Parsing
+ * DEBUG: section 03    Configuration File Parsing
  * AUTHOR: Robert Collins
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 393fb2aebd23002b35fb07e548f72acaeebaab56..1c5ea36947f0afee4d5bfd3ed349d8e9c28dd97c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * DEBUG: section     Socket Functions
+ * DEBUG: section 05    Socket Functions
  * AUTHOR: Robert Collins
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 1a30f17c9a2c22c4aba80c26fd6ccf301823b5c9..79073ab108e1819f72151b43dcd8bca1edda1e5a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * $Id$
  *
- * DEBUG: section 0     Debug Routines
+ * DEBUG: section 00    Debug Routines
  * AUTHOR: Harvest Derived
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index eedcccf375612004f5e11fa2835ee75a15dcbe83..6f0199c1d6e36850b61e10974fc0debb8e7addfe 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * $Id$
  *
- * DEBUG: section     Configuration Settings
+ * DEBUG: section 03    Configuration Settings
  * AUTHOR: Robert Collins
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 0243ed72c2b1b562397fe98c24681f999765772f..ed3ec30fbd18b16c5016165435e551895170698d 100644 (file)
@@ -1,8 +1,7 @@
-
 /*
  * $Id$
  *
- * DEBUG: section     Comm
+ * DEBUG: section 05    Comm
  */
 
 #include "DescriptorSet.h"
index d1861f56f414fdc77c0b458806a1a15140e25d4c..cae15a65df9e72c739cc6fddd6ed8721fd883a96 100644 (file)
@@ -1,8 +1,7 @@
-
 /*
  * $Id$
  *
- * DEBUG: section     Main Loop
+ * DEBUG: section 01    Main Loop
  * AUTHOR: Harvest Derived
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 65776f8700abb92bd2455c434d394895e8162059..85c7fbf48cafab8d2e2f9e2ed7e486e28383f99e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * $Id$
  *
- * DEBUG: section     Configuration File Parsing
+ * DEBUG: section 03    Configuration File Parsing
  * AUTHOR: Harvest Derived
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 062970d590618193b83ebd69e615ca6f4c8ec453..9bae0d6d20542ee0d8c16bed77e844634cedab01 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * $Id$
  *
- * DEBUG: section     Configuration File Parsing
+ * DEBUG: section 03    Configuration File Parsing
  * AUTHOR: Harvest Derived
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 8d95daea676149e24acd6097e75be3f7a8c394aa..110c4108babfdde84182c2ec24733bbb5d58410f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * DEBUG: section 93  ICAP (RFC 3507) Client
+ * DEBUG: section 93    ICAP (RFC 3507) Client
  */
 
 #include "squid.h"
index efbfa4821bf829d0a941fa878e4b0e429763a19f..d5ba04223e95a90b442b32bf65f59cc550759c1f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * DEBUG: section 93  ICAP (RFC 3507) Client
+ * DEBUG: section 93    ICAP (RFC 3507) Client
  */
 
 #include "squid.h"
index afd8e294e0a897a13b4016ec7b0512ff74a697dd..a85932dfcaffe985a3e255b4371313ed7328d0ac 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * DEBUG: section 93  Adaptation
+ * DEBUG: section 93    Adaptation
  */
 
 #include "squid.h"
index fb525d1bb977668f514ffa17e68e6e5c306cfa21..dd5ce3867fbdfcf405a7d73502d1f6262a7f74b3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * DEBUG: section XXX
+ * DEBUG: section 93    Adaptation
  */
 
 #include "squid.h"
index 4ec83226e4a04c3877bf3612a8d56a3e78ce7eff..4ce90e8e2b266ed244e23e24f12301fcd7c25210 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * DEBUG: section XXX
+ * DEBUG: section 93    Adaptation
  */
 
 #include "squid.h"
index ade70ddc1f32d7d45df6eb33d6176af0ef338cbb..5372b3c78adfd32c4c939022c8c2679c98203cb7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * DEBUG: section XXX
+ * DEBUG: section 93    Adaptation
  */
 
 #include "squid.h"
index 17d30c8e079a554691329395d1c540972bb5f768..70222f951b72fad4bcb6df94d62edab8a02436fc 100644 (file)
@@ -1,8 +1,7 @@
-
 /*
  * $Id$
+ * DEBUG: section 93    eCAP Interface
  */
-
 #include "squid.h"
 
 #include <libecap/common/registry.h>
index 03fd5380c67fbf598bf99ae2b3d83747362b9e8b..3b0618a0cd4d2e7469b4f407698edd6d517661fe 100644 (file)
@@ -1,7 +1,6 @@
-
 /*
  * $Id$
- *
+ * DEBUG: section 93    eCAP Interface
  */
 
 #ifndef SQUID_ECAP_CONFIG_H
index 48f9d65f670dbd620543a167738767d4539ab6f4..53ee6fdd3c3b4ee7e2bab6cf11da36030878f9cc 100644 (file)
@@ -1,3 +1,6 @@
+/*
+ * DEBUG: section 93    eCAP Interface
+ */
 #include "squid.h"
 #include <libecap/adapter/service.h>
 #include <libecap/common/names.h>
index 481927bd2beeb1963b245348696c5c4059bb4f30..85f257bf55b94081032bc6f37a226aa5679cbbc0 100644 (file)
@@ -1,6 +1,6 @@
-
 /*
  * $Id$
+ * DEBUG: section 93    eCAP Interface
  */
 
 #ifndef SQUID_ECAP_HOST_H
index 795769e0df1f16d97c18c99346b9fe97944255ed..f95afcf94ae0959be54235d1cf1c106b6e491231 100644 (file)
@@ -1,7 +1,6 @@
 /*
- * DEBUG: section XXX
+ * DEBUG: section 93    eCAP Interface
  */
-
 #include "squid.h"
 #include "HttpRequest.h"
 #include "HttpReply.h"
index cd7fcb32a7a4e044c31e1409f788f38c605d16ee..ba641937b5032693cc92ce5727a126d45f29c3c2 100644 (file)
@@ -1,6 +1,6 @@
-
 /*
  * $Id$
+ * DEBUG: section 93    eCAP Interface
  */
 
 #ifndef SQUID__ECAP__MESSAGE_REP_H
index 162c4305b9a822a7762ebd0ddf62a90b839407ad..abfc45f116ba3d6dad27edf987834597b16916a7 100644 (file)
@@ -1,3 +1,6 @@
+/*
+ * DEBUG: section 93    eCAP Interface
+ */
 #include "squid.h"
 #include <libecap/adapter/service.h>
 #include "adaptation/ecap/ServiceRep.h"
index f80f0f4206073910a685986daacfd2b93a744edc..ed4c7d376ca3a6a4f705afce25a344531df2814c 100644 (file)
@@ -1,6 +1,6 @@
-
 /*
  * $Id$
+ * DEBUG: section 93    eCAP Interface
  */
 
 #ifndef SQUID_ECAP_SERVICE_REP_H
index 219c2889f2232b79b6e3dff571763d96fba8be90..d73e10d00d5badc92ce1ec091e9ede946484d911 100644 (file)
@@ -1,3 +1,6 @@
+/*
+ * DEBUG: section 93    eCAP Interface
+ */
 #include "squid.h"
 #include <libecap/common/area.h>
 #include <libecap/common/delay.h>
index 542698dc33fe04da4c119c9e6d3aa3ee913cc142..2930e9e5fdc76873534602f986782f44fc162316 100644 (file)
@@ -1,6 +1,6 @@
-
 /*
  * $Id$
+ * DEBUG: section 93    eCAP Interface
  */
 
 #ifndef SQUID_ECAP_XACTION_REP_H
index d95c3377f1e788942e75260eb9cc8c1b0984b057..943994b1a813437145492769aedaba4ec9f98753 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * DEBUG: section 93  ICAP (RFC 3507) Client
+ * DEBUG: section 93    ICAP (RFC 3507) Client
  */
 
 #include "squid.h"
index 19559f8e78ee2c2f49c94f7a4fba4b7db24e16b1..11efc212ad92f1fe350c2035ba7b18cf61b76bf5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * DEBUG: section 93  ICAP (RFC 3507) Client
+ * DEBUG: section 93    ICAP (RFC 3507) Client
  */
 
 #include "squid.h"
index c391c34f05c1239c0372313b30752fe21a9c8a65..0f4788c25ba5b1c7776f4c1bf49990406233212e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * $Id$
  *
- * DEBUG: section     Configuration File Parsing
+ * DEBUG: section 03    Configuration File Parsing
  * AUTHOR: Harvest Derived
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 125aef24f8293b578c1b6246fcda95a6655c6a10..2a6fca0bd5bdd24b67185fc96bcef295285d6303 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * $Id$
  *
- * DEBUG: section 0     Client Database
+ * DEBUG: section 00    Client Database
  * AUTHOR: Duane Wessels
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 99245001bbbc91cdf4977893d5e4f765714aeb11..25fbda66a7542ee683cb049f8c327381d37aa73f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * DEBUG: section     Socket Functions
+ * DEBUG: section 05    Socket Functions
  * AUTHOR: Harvest Derived
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 8f6e481d4f903ade8a0c09d309c94c5472e0739d..d3c44469dae94a184817fc086bcf9f08435482ea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * DEBUG: section     Listener Socket Handler
+ * DEBUG: section 05    Listener Socket Handler
  * AUTHOR: Harvest Derived
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index c0e72db30ddb306edde63f99fc9efebd5377949f..56ee42f82f8d3d04435740bd8e4054410597d2c0 100644 (file)
@@ -1,8 +1,7 @@
-
 /*
  * $Id$
  *
- * DEBUG: section     Socket Functions
+ * DEBUG: section 05    Socket Functions
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
  * ----------------------------------------------------------
index f0b30b18a11cd1f53f097f9844fdf9343af9746b..e420c4f0b9670c0ce0939ee47f267f27fad5d619 100644 (file)
@@ -1,8 +1,7 @@
-
 /*
  * $Id$
  *
- * DEBUG: section     Socket Functions
+ * DEBUG: section 05    Socket Functions
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
  * ----------------------------------------------------------
index 82be872279bb14a276597d6ed939d791c2f6e699..a77ac2dbc8e2ce449073d0ea25587d0e18fb0c3e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * $Id$
  *
- * DEBUG: section     Socket Functions
+ * DEBUG: section 05    Socket Functions
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
  * ----------------------------------------------------------
index 2e5df7358a1062b35f1dffc600fb53a6bc8f2295..feb104504061f830143307ceff319cecd29831b6 100644 (file)
@@ -1,8 +1,7 @@
-
 /*
  * $Id$
  *
- * DEBUG: section     Socket Functions
+ * DEBUG: section 05    Socket Functions
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
  * ----------------------------------------------------------
index c0a550f3e5bc6d2e7e88f43f2edce3c8a2cb7f3b..bbfec59ea0fa1018ca3ba272807cd2426632e1bc 100644 (file)
@@ -1,8 +1,7 @@
-
 /*
  * $Id$
  *
- * DEBUG: section     Socket Functions
+ * DEBUG: section 05    Socket Functions
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
  * ----------------------------------------------------------
index b82ffdd878e55bbdd51f6b5b4159d551e9d2522d..710202ff77ffb5e3a6e16d4b0d1dad161c26056e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * $Id$
  *
- * DEBUG: section 0     Debug Routines
+ * DEBUG: section 00    Debug Routines
  * AUTHOR: Harvest Derived
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index e429c641a4b7a5dc958832c74d2893d02598b943..a2ff08dabe4f73590fdd7414e4fb36a669c57c8b 100644 (file)
@@ -1,8 +1,7 @@
-
 /*
  * $Id$
  *
- * DEBUG: section     Disk I/O Routines
+ * DEBUG: section 06    Disk I/O Routines
  * AUTHOR: Harvest Derived
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 280ce2b0753e7bd6aedc741ded0084f135a073ba..771c7f4f5d2891362e845e7f67250b5bdaae4147 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * DEBUG: section 0     DNS Resolver
+ * DEBUG: section 00    DNS Resolver Daemon
  * AUTHOR: Harvest Derived
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 9df2866897703b71395741bc2c871c3a0b3fafbb..30b165fb772bd20f15a61631b78b93c201a0f6e4 100644 (file)
@@ -1,8 +1,7 @@
-
 /*
  * $Id$
  *
- * DEBUG: section     Error Generation
+ * DEBUG: section 04    Error Generation
  * AUTHOR: Duane Wessels
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index c02d8f1ff6dca11047a2b8a6490c68995c7edeae..b7099e0b7755746d19651161130e7f5b698a4ecf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * DEBUG: section     Error Generation
+ * DEBUG: section 04    Error Generation
  * AUTHOR: Duane Wessels
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 752434255df91a6b331331839bae1244286578db..b9311984ab9597d5d3a12487a21eb142bcdd801b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * DEBUG: section ??   EUI Lookup
+ * DEBUG: section 89    EUI-48 Lookup
  * AUTHOR: Duane Wessels
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 1c6d332c32bc812ed8b6051466a900be3da0d66e..89b7a31aaa83760541c5bb4045545106789bea87 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * DEBUG: section ??   EUI-64 Handling
+ * DEBUG: section 89    EUI-64 Handling
  * AUTHOR: Amos Jeffries
  *
  * Copyright (c) 2009, Amos Jeffries <squid3@treenet.co.nz>
index 389e824b120c5e9fd56a599fcf54836cac9b6b80..e7dcc6b034eafcb0f05efcf028bbfaa569182b89 100644 (file)
@@ -1,8 +1,7 @@
-
 /*
  * $Id$
  *
- * DEBUG: section     Swap File Bitmap
+ * DEBUG: section 08    Swap File Bitmap
  * AUTHOR: Harvest Derived
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 4cf5be59008405d78c7ba9c3c33e965e99df8cb9..89f3dd09135603d72f3daeb2c24feeba6d1dce4e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * $Id$
  *
- * DEBUG: section     File Transfer Protocol (FTP)
+ * DEBUG: section 09    File Transfer Protocol (FTP)
  * AUTHOR: Harvest Derived
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 19ad075e183eca5bb3786771260d9d6e7f7299a0..71dc258f49e0d18cf41796eba56671952a9b3640 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * $Id$
  *
- * DEBUG: section     Configuration Settings
+ * DEBUG: section 03    Configuration Settings
  * AUTHOR: Amos Jeffries
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 86a32f3196d7f5b7e9cf6b8f821c37117e74ae28..0fc8cf9b49f4540de307ff2bb928ff52ceded9b1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * DEBUG: section 14   IP Storage and Handling
+ * DEBUG: section 14    IP Storage and Handling
  * AUTHOR: Amos Jeffries
  *
  * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
index 761acc045ede366d24c98ccf8b0ccf2604af2f72..3f57ae7ac97a48da8c2f1739c08efff02e7a8341 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * $Id$
  *
- * DEBUG: section     Startup and Main Loop
+ * DEBUG: section 01    Startup and Main Loop
  * AUTHOR: Harvest Derived
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 44b62aa7cb28ebc72a92c51d219bcdac76a826b8..b3795e1ef3eb6ba6fd2ecb18a0b1145ba7041966 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * $Id$
  *
- * DEBUG: section     Multicast
+ * DEBUG: section 07    Multicast
  * AUTHOR: Martin Hamilton
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 2ba3c407f3acb42dcab76f54356f9d8b79e52f4c..9a7fdcb767351a98793ec3922a55f070cfc49e13 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * $Id$
  *
- * DEBUG: section 0     Announcement Server
+ * DEBUG: section 00    Announcement Server
  * AUTHOR: Harvest Derived
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 0d2932a02ca80c39ef998c93262acc9eec3b77bc..9c3e7fb7ca39ec9aa0051b429860ee12c136e66e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * $Id$
  *
- * DEBUG: section     Configuration File Parsing
+ * DEBUG: section 03    Configuration File Parsing
  * AUTHOR: Robert Collins
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 44f71c8dc382b26eb5687722dd59c10b71a9eeea..72c0273b614224272856dac9180f9ac93f670fa5 100644 (file)
@@ -1,8 +1,7 @@
-
 /*
  * $Id$
  *
- * DEBUG: section 0     UFS Store Dump
+ * DEBUG: section 00    UFS Store Dump Tool
  * AUTHOR: Robert Collins
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 709b3532759ebf702c3dfb3a2ce1a3c31d39b600..d0eed07c1342159f9bdd580619fc312321c58c2a 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * $Id$
  *
- * DEBUG: section     Unlink Daemon
+ * DEBUG: section 02    Unlink Daemon
  * AUTHOR: Duane Wessels
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index f372e74e5977ccf9ae87fd01ae57ae0b2b72768c..8ad87dd08c093b156513c93e13e198c929b1bce2 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * $Id$
  *
- * DEBUG: -             Unlink Daemon
+ * DEBUG: section --    Unlink Daemon
  * AUTHOR: Duane Wessels
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index ccd4fae3a5959e9fd8ce6cffabd7ef8f4e1d18ba..39918070d363c64fb8057abf991b2d4494bc13bd 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * $Id$
  *
- * DEBUG: section     Configuration File Parsing
+ * DEBUG: section 03    Configuration File Parsing
  * AUTHOR: Harvest Derived
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/