/*
- * $Id: ETag.cc,v 1.6 2000/03/06 16:23:27 wessels Exp $
+ * $Id: ETag.cc,v 1.7 2000/06/06 19:34:30 hno Exp $
*
+ * DEBUG: none ETag parsing support
* AUTHOR: Alex Rousskov
*
* SQUID Internet Object Cache http://squid.nlanr.net/Squid/
-
-
/*
- * $Id: HttpBody.cc,v 1.16 2000/03/06 16:23:27 wessels Exp $
+ * $Id: HttpBody.cc,v 1.17 2000/06/06 19:34:30 hno Exp $
*
* DEBUG: section 56 HTTP Message Body
* AUTHOR: Alex Rousskov
+
/*
- * $Id: MemBuf.cc,v 1.24 2000/05/16 07:09:33 wessels Exp $
+ * $Id: MemBuf.cc,v 1.25 2000/06/06 19:34:30 hno Exp $
*
* DEBUG: section 59 auto-growing Memory Buffer with printf
* AUTHOR: Alex Rousskov
-
/*
- * $Id: access_log.cc,v 1.57 2000/05/02 20:15:48 hno Exp $
+ * $Id: access_log.cc,v 1.58 2000/06/06 19:34:31 hno Exp $
*
* DEBUG: section 46 Access Log
* AUTHOR: Duane Wessels
+
/*
- * $Id: asn.cc,v 1.62 2000/05/16 07:06:03 wessels Exp $
+ * $Id: asn.cc,v 1.63 2000/06/06 19:34:31 hno Exp $
*
* DEBUG: section 53 AS Number handling
* AUTHOR: Duane Wessels, Kostas Anagnostakis
+
/*
- * $Id: cache_diff.cc,v 1.11 2000/03/06 16:23:29 wessels Exp $
+ * $Id: cache_diff.cc,v 1.12 2000/06/06 19:34:31 hno Exp $
*
* AUTHOR: Alex Rousskov
*
+
/*
- * $Id: carp.cc,v 1.8 2000/05/16 07:06:03 wessels Exp $
+ * $Id: carp.cc,v 1.9 2000/06/06 19:34:31 hno Exp $
*
* DEBUG: section 39 Cache Array Routing Protocol
* AUTHOR: Eric Stern
+
/*
- * $Id: cf_gen.cc,v 1.35 2000/05/12 00:29:06 wessels Exp $
+ * $Id: cf_gen.cc,v 1.36 2000/06/06 19:34:31 hno Exp $
*
- * DEBUG: none
+ * DEBUG: none Generate squid.conf and cf_parser.c
* AUTHOR: Max Okumoto
*
* SQUID Internet Object Cache http://squid.nlanr.net/Squid/
-
/*
- * $Id: fqdncache.cc,v 1.133 2000/05/16 07:06:04 wessels Exp $
+ * $Id: fqdncache.cc,v 1.134 2000/06/06 19:34:31 hno Exp $
*
* DEBUG: section 35 FQDN Cache
* AUTHOR: Harvest Derived
-
/*
- * $Id: gopher.cc,v 1.153 2000/05/16 07:06:04 wessels Exp $
+ * $Id: gopher.cc,v 1.154 2000/06/06 19:34:31 hno Exp $
*
* DEBUG: section 10 Gopher
* AUTHOR: Harvest Derived
+
+/*
+ * $Id: helper.cc,v 1.19 2000/06/06 19:34:31 hno Exp $
+ *
+ * DEBUG: section 29 Helper process maintenance
+ * AUTHOR: Harvest Derived?
+ *
+ * SQUID Internet Object Cache http://squid.nlanr.net/Squid/
+ * ----------------------------------------------------------
+ *
+ * Squid is the result of efforts by numerous individuals from the
+ * Internet community. Development is led by Duane Wessels of the
+ * National Laboratory for Applied Network Research and funded by the
+ * National Science Foundation. Squid is Copyrighted (C) 1998 by
+ * the Regents of the University of California. Please see the
+ * COPYRIGHT file for full details. Squid incorporates software
+ * developed and/or copyrighted by other sources. Please see the
+ * CREDITS file for full details.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
+ *
+ */
+
#include "squid.h"
#define HELPER_MAX_ARGS 64
/*
- * $Id: logfile.cc,v 1.2 2000/03/24 20:40:15 wessels Exp $
+ * $Id: logfile.cc,v 1.3 2000/06/06 19:34:31 hno Exp $
+ *
+ * DEBUG: section 50 Log file handling
+ * AUTHOR: Duane Wessels
+ *
+ * SQUID Internet Object Cache http://squid.nlanr.net/Squid/
+ * ----------------------------------------------------------
+ *
+ * Squid is the result of efforts by numerous individuals from the
+ * Internet community. Development is led by Duane Wessels of the
+ * National Laboratory for Applied Network Research and funded by the
+ * National Science Foundation. Squid is Copyrighted (C) 1998 by
+ * the Regents of the University of California. Please see the
+ * COPYRIGHT file for full details. Squid incorporates software
+ * developed and/or copyrighted by other sources. Please see the
+ * CREDITS file for full details.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
+ *
+ */
+
*/
#include "squid.h"
-
/*
- * $Id: recv-announce.cc,v 1.21 2000/03/06 16:23:33 wessels Exp $
+ * $Id: recv-announce.cc,v 1.22 2000/06/06 19:34:31 hno Exp $
*
* DEBUG: section 0 Announcement Server
* AUTHOR: Harvest Derived
-
/*
- * $Id: refresh.cc,v 1.51 2000/03/06 16:23:34 wessels Exp $
+ * $Id: refresh.cc,v 1.52 2000/06/06 19:34:31 hno Exp $
*
* DEBUG: section 22 Refresh Calculation
* AUTHOR: Harvest Derived
+
/*
- * $Id: store_digest.cc,v 1.40 2000/05/12 00:29:09 wessels Exp $
+ * $Id: store_digest.cc,v 1.41 2000/06/06 19:34:31 hno Exp $
*
* DEBUG: section 71 Store Digest Manager
* AUTHOR: Alex Rousskov
+
/*
- * $Id: unlinkd.cc,v 1.39 2000/05/31 04:27:51 wessels Exp $
+ * $Id: unlinkd.cc,v 1.40 2000/06/06 19:34:31 hno Exp $
*
* DEBUG: section 12 Unlink Daemon
* AUTHOR: Duane Wessels
/*
- *
- * $Id: urn.cc,v 1.59 2000/05/07 16:18:20 adrian Exp $
+ * $Id: urn.cc,v 1.60 2000/06/06 19:34:31 hno Exp $
*
* DEBUG: section 52 URN Parsing
* AUTHOR: Kostas Anagnostakis