#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.77 2003/05/21 00:31:09 hno Exp $
+# $Id: Makefile.am,v 1.78 2003/05/21 02:58:10 robertc Exp $
#
# Uncomment and customize the following to suit your needs:
#
DelayPools.h \
DelaySpec.cc \
DelaySpec.h \
- DelayUser.cc \
- DelayUser.h \
DelayTagged.cc \
DelayTagged.h \
+ DelayUser.cc \
+ DelayUser.h \
DelayVector.cc \
DelayVector.h \
NullDelayId.cc \
/*
- * $Id: cache_cf.cc,v 1.441 2003/05/17 17:35:05 hno Exp $
+ * $Id: cache_cf.cc,v 1.442 2003/05/21 02:58:11 robertc Exp $
*
* DEBUG: section 3 Configuration File Parsing
* AUTHOR: Harvest Derived
if ((token = strtok(NULL, w_space)) == NULL)
self_destruct();
- if (strcmp(token, "none")) {
+ if (strcmp(token, "none") == 0) {
*bptr = static_cast<size_t>(1);
return;
}
#
-# $Id: cf.data.pre,v 1.316 2003/05/21 00:50:09 hno Exp $
+# $Id: cf.data.pre,v 1.317 2003/05/21 02:58:11 robertc Exp $
#
#
# SQUID Web Proxy Cache http://www.squid-cache.org/
user= The users name (login)
error= Error description (only defined for ERR results)
+ tag= Apply a tag to a request (for both ERR and OK results)
+ Only sets a tag, does not alter existing tags.
Keyword values need to be enclosed in quotes if they may
contain whitespace, or the whitespace escaped using \. Any
in advance - by forcing authentication in your
http_access rules.
- class 5 Requests are grouped according their tag (see
+ class 5 Requests are grouped according their tag (see
external_acl's tag= reply).
-
+
NOTE: If an IP address is a.b.c.d
-> bits 25 through 32 are "d"
-> bits 17 through 24 are "c"
delay_parameters pool aggregate network individual user
For a class 5 delay pool:
-
+
delay_parameters pool tag
-
+
The variables here are:
pool a pool number - ie, a number between 1 and the
tag the delay parameters for the tag buckets
(class 5).
-
+
A pair of delay parameters is written restore/maximum, where restore is
the number of bytes (not bits - modem and network speeds are usually
quoted in bits) per second placed into the bucket, and maximum is the
/*
- * $Id: http_range_test.cc,v 1.5 2003/03/10 04:57:29 robertc Exp $
+ * $Id: http_range_test.cc,v 1.6 2003/05/21 02:58:10 robertc Exp $
*
* DEBUG: section 64 HTTP Range Header
* AUTHOR: Alex Rousskov
fatal ("dummy function\n");
}
-SQUIDCEXTERN void eventAdd(const char *name, EVH * func, void *arg, double when, int)
+SQUIDCEXTERN void eventAdd(const char *name, EVH * func, void *arg, double when, int, bool)
{
fatal ("dummy function\n");
}