]> git.ipfire.org Git - thirdparty/squid.git/log
thirdparty/squid.git
16 years agoAuthor: Tsantilas Christos <chtsanti@users.sourceforge.net>
hno [Sun, 30 Dec 2007 01:15:45 +0000 (01:15 +0000)] 
Author: Tsantilas Christos <chtsanti@users.sourceforge.net>
Fix netdb_filename usage

I (Henrik) apparently forgot to --enable-icmp when testing the new directive..

16 years agoLower idnsRead: starting.. debug message to level 3 (was 1)
hno [Sun, 30 Dec 2007 00:56:25 +0000 (00:56 +0000)] 
Lower idnsRead: starting.. debug message to level 3 (was 1)

16 years agoKill the last fs/null file
hno [Sun, 30 Dec 2007 00:40:16 +0000 (00:40 +0000)] 
Kill the last fs/null file

16 years agoBug #2107: Unaligned memory access in pinger
hno [Fri, 28 Dec 2007 19:04:45 +0000 (19:04 +0000)] 
Bug #2107: Unaligned memory access in pinger

16 years agoBootstrapped
hno [Thu, 27 Dec 2007 22:49:59 +0000 (22:49 +0000)] 
Bootstrapped

16 years agoRemove the default cache_dir location and the null store type
hno [Thu, 27 Dec 2007 22:48:53 +0000 (22:48 +0000)] 
Remove the default cache_dir location and the null store type

Many people gets confused by the builtin cache_dir location, thinking
that if there is no cache_dir in squid.conf then there is no on-disk cache.
This removes the builtin default.

By removing the builtin default we can also remove the "null" cache_dir
type whos purpose is only to override the builtin default.

16 years agoBootstrapped
hno [Thu, 27 Dec 2007 22:46:06 +0000 (22:46 +0000)] 
Bootstrapped

16 years agonetdb_filename directive to specify location of netdb state file
hno [Thu, 27 Dec 2007 21:55:47 +0000 (21:55 +0000)] 
netdb_filename directive to specify location of netdb state file

was hardcoded to use the first cache_dir. This moves the default location
to the logs directory and may be overridden at compile time by setting
DEFAULT_NETDB_FILE

16 years agoBug #2018: dead_peer_timeout fails to declare peer dead
hno [Thu, 27 Dec 2007 09:12:16 +0000 (09:12 +0000)] 
Bug #2018: dead_peer_timeout fails to declare peer dead

Even if dead_peer_timeout has passed Squid continued sending ICP queries
to the peer at full request speed, and waiting for responses.

16 years agoBug #2114: cache memory accounting not working well
hno [Thu, 27 Dec 2007 08:58:19 +0000 (08:58 +0000)] 
Bug #2114: cache memory accounting not working well

Use the page allocator statistics to report cache_mem usage

This patch removes the weak attempt in keeping an byte-exact cache_mem usage
counter, instead using the actual allocated size (but excluding overhead).

This is the same accounting method as used in Squid-2 btw..

16 years agoAuthor: Alexey Veselovsky <alexey.veselovsky@eykontech.com>
hno [Thu, 27 Dec 2007 08:03:13 +0000 (08:03 +0000)] 
Author: Alexey Veselovsky <alexey.veselovsky@eykontech.com>
Bug #2101: Reuse pconns using LIFO

Change the reuse order of persistent connections to LIFO to keep hot
connections and let unused connections expire.

This is how Squid-2 has been doing things for a long time.

16 years agoMemory corruption in IPAddress::ToURL, called when printing out IPAddress values
hno [Thu, 27 Dec 2007 07:48:06 +0000 (07:48 +0000)] 
Memory corruption in IPAddress::ToURL, called when printing out IPAddress values

16 years agoCorrect IPAddress IASSERT macro to not log false asserts on complex expressions
hno [Thu, 27 Dec 2007 06:59:28 +0000 (06:59 +0000)] 
Correct IPAddress IASSERT macro to not log false asserts on complex expressions

16 years agoAuthor: Christos Tsantilas <chtsanti@users.sourceforge.net>
hno [Thu, 27 Dec 2007 06:39:55 +0000 (06:39 +0000)] 
Author: Christos Tsantilas <chtsanti@users.sourceforge.net>
Bug #1148: Add support for chunked transfer decoding of HTTP responses

This small patch uses ICAP's client chunks decoder to decode http chunked
responses.

16 years agoBootstrapped
hno [Thu, 27 Dec 2007 05:40:05 +0000 (05:40 +0000)] 
Bootstrapped

16 years agoAuthor: Christos Tsantilas <chtsanti@users.sourceforge.net>
hno [Thu, 27 Dec 2007 05:33:31 +0000 (05:33 +0000)] 
Author:  Christos Tsantilas <chtsanti@users.sourceforge.net>
Bug #1148: Move Chunked decoding from src/ICAP to src/ to allow it to be used outside ICAP

This is a preparation for adding chunked decoding of HTTP messages

16 years agoAuthor: Christos Tsantilas <chtsanti@users.sourceforge.net>
hno [Thu, 27 Dec 2007 05:28:56 +0000 (05:28 +0000)] 
Author: Christos Tsantilas <chtsanti@users.sourceforge.net>
Remove unused ieof chunk extension parsing. Only needed in ICAP servers, not clients.

16 years agoKill unused body_size variable
hno [Thu, 27 Dec 2007 05:19:37 +0000 (05:19 +0000)] 
Kill unused body_size variable

16 years agoBug #2159: WCCPv2 assertion failure on Mask assignment
hno [Thu, 27 Dec 2007 04:58:02 +0000 (04:58 +0000)] 
Bug #2159: WCCPv2 assertion failure on Mask assignment

this patch aligns the code with the Squid-2 implementation.

16 years agoKill obsolete phttpd/0.99.72 malformed HEAD response workaround.
hno [Sat, 22 Dec 2007 06:54:38 +0000 (06:54 +0000)] 
Kill obsolete phttpd/0.99.72 malformed HEAD response workaround.

16 years agoThe reply_header_max_size check should not depend on having the whole header read...
hno [Sat, 22 Dec 2007 06:50:24 +0000 (06:50 +0000)] 
The reply_header_max_size check should not depend on having the whole header read in memory

the point of this check is to avoid a DoS on squid, not really access control,
so it needs to be while verified while reading the request header, not after reading it..

16 years agoNew membuf space(size) function to reserve given size for external append
hno [Sat, 22 Dec 2007 06:48:04 +0000 (06:48 +0000)] 
New membuf space(size) function to reserve given size for external append

16 years agoLicense cleanup to comply with GPLv2 or later.
hno [Sat, 22 Dec 2007 05:50:31 +0000 (05:50 +0000)] 
License cleanup to comply with GPLv2 or later.

Replaced edir_ldapext.c with a cut down copy of pdb_nds.c from Samba about 3.0.24
or so (CVS copy, just before Samba changed license to GPLv3)

16 years ago2.7 branched
hno [Fri, 21 Dec 2007 19:18:19 +0000 (19:18 +0000)] 
2.7 branched

16 years agoCode cleanup. OO the ASN ACL radix tree data format.
amosjeffries [Thu, 20 Dec 2007 18:19:48 +0000 (18:19 +0000)] 
Code cleanup. OO the ASN ACL radix tree data format.

- Drops two macros
- Adds type-safe compile checking on the data format
- Abstracts the size-management away
- Abstracts the data conversion away
- Abstracts memcpy away from the radix management

16 years agoBootstrapped
hno [Thu, 20 Dec 2007 08:10:46 +0000 (08:10 +0000)] 
Bootstrapped

16 years agoRemove last remains of inet_aton() from squid.
amosjeffries [Wed, 19 Dec 2007 09:36:26 +0000 (09:36 +0000)] 
Remove last remains of inet_aton() from squid.

Squid now uses inet_pton IP-neutral function instead.

16 years agoClose off some FIXME INET6 that are not really needed.
amosjeffries [Wed, 19 Dec 2007 06:24:25 +0000 (06:24 +0000)] 
Close off some FIXME INET6 that are not really needed.
Removes a bypass that should have been removed before HEAD push. Oops.

16 years agoUpdate documentation after IPv6
amosjeffries [Tue, 18 Dec 2007 19:15:34 +0000 (19:15 +0000)] 
Update documentation after IPv6

- Adds changelog entries for 3-HEAD
- Updates TODO list for done item
- Updated CREDITS with copyright of Treehouse Networks Ltd code additions
- suggested config update in Quickstart

16 years agoRemove now empty/obsolete files from HEAD
amosjeffries [Tue, 18 Dec 2007 18:46:20 +0000 (18:46 +0000)] 
Remove now empty/obsolete files from HEAD

16 years agoFix compile error in --enable-referer-log
amosjeffries [Tue, 18 Dec 2007 18:34:27 +0000 (18:34 +0000)] 
Fix compile error in --enable-referer-log

current_time now housed properly in SquidTime.h

16 years agoFix more typos.
amosjeffries [Mon, 17 Dec 2007 09:21:53 +0000 (09:21 +0000)] 
Fix more typos.

16 years agoICAP fixes mk2.
amosjeffries [Mon, 17 Dec 2007 05:45:09 +0000 (05:45 +0000)] 
ICAP fixes mk2.

AnyAddr is default, drop extra setAnyAddr.

16 years agoSeveral compile fixes.
amosjeffries [Mon, 17 Dec 2007 05:32:09 +0000 (05:32 +0000)] 
Several compile fixes.

16 years agoAuthor: Tsantilas Christos <chtsanti@users.sourceforge.net>
hno [Sun, 16 Dec 2007 08:42:14 +0000 (08:42 +0000)] 
Author: Tsantilas Christos <chtsanti@users.sourceforge.net>
Fix ICAP compile after the IPv6 merge

Just a small patch to allow ICAP compile and run with the newly added
IPV6 changes.
First tests looks good.

Regards,
Christos

16 years agoBootstrapped
hno [Sun, 16 Dec 2007 08:10:46 +0000 (08:10 +0000)] 
Bootstrapped

16 years agoBootstrapped.
amosjeffries [Sat, 15 Dec 2007 11:16:03 +0000 (11:16 +0000)] 
Bootstrapped.

16 years agoAdd Release Notes for 3.1
amosjeffries [Sat, 15 Dec 2007 10:55:01 +0000 (10:55 +0000)] 
Add Release Notes for 3.1

Also fix version addition mistakenly imported from squid3-ipv6.
That reverts the snapshot to 3-HEAD-... from 3-HEAD-IPv6-...

16 years agoBootstrapped
hno [Sat, 15 Dec 2007 08:10:45 +0000 (08:10 +0000)] 
Bootstrapped

16 years agoImport IPv6 support from squid3-ipv6 branch to 3-HEAD.
amosjeffries [Sat, 15 Dec 2007 06:11:41 +0000 (06:11 +0000)] 
Import IPv6 support from squid3-ipv6 branch to 3-HEAD.

This patch fully enables squid to handle IPv6 on internally supported
protocols which have IPv6 capability.
see 3.1 Release Notes for full details on the IPv6 changes.
also see squid.conf generated from this point for configuration changes.

TODO: Release-Notes fro 3.1 have yet to be created. The mentioned details
      documentation will come in a later patch.

16 years agoSync store meta assignments with Squid-2.
hno [Sat, 15 Dec 2007 03:07:15 +0000 (03:07 +0000)] 
Sync store meta assignments with Squid-2.

16 years agoDon't be so verbose about not yet implemented store meta data types
hno [Sat, 15 Dec 2007 02:48:51 +0000 (02:48 +0000)] 
Don't be so verbose about not yet implemented store meta data types

16 years agoAccept some unknown store meta entries without throwing away the rest.
hno [Sat, 15 Dec 2007 02:47:54 +0000 (02:47 +0000)] 
Accept some unknown store meta entries without throwing away the rest.

The store meta parser stopped when encountering the first "unknown" entry.
This is bad for extensibility. Should continue parsing what we do know
how to handle.

16 years agoTypo.
amosjeffries [Fri, 14 Dec 2007 12:34:16 +0000 (12:34 +0000)] 
Typo.

16 years agoImport alternate RFC 3495 library functions from squid3-ipv6 branch.
amosjeffries [Fri, 14 Dec 2007 12:03:25 +0000 (12:03 +0000)] 
Import alternate RFC 3495 library functions from squid3-ipv6 branch.

Some OS do not provide RFC 3495 libraries (socket extensions for IPv6).
While these OS are expected to be built with --disable-ipv6 they still need
squid to provide the library methods for IP-neutral code use of IPv4.

TODO: This patch does not contain the autotools configure options to cause
 these functions to be built. That will come in the later IPv6-enabling patch

16 years agoImport RFC 3596 library extenstions from squid3-ipv6 branch.
amosjeffries [Fri, 14 Dec 2007 11:42:23 +0000 (11:42 +0000)] 
Import RFC 3596 library extenstions from squid3-ipv6 branch.

This library extends the rfc1035 DNS resolver built into squid to handle
RFC 3596 IPv6 extensions for DNS. Namely the AAAA and PTR records.

16 years agoImport IPAddress class and unit-tests from squid3-ipv6 branch
amosjeffries [Fri, 14 Dec 2007 11:29:22 +0000 (11:29 +0000)] 
Import IPAddress class and unit-tests from squid3-ipv6 branch

This class forms the basis of the IPv6 capable code for squid

16 years agoBootstrapped
hno [Fri, 14 Dec 2007 08:12:40 +0000 (08:12 +0000)] 
Bootstrapped

16 years agoSquid-3.0 has been branched, making this 3.HEAD again.
hno [Fri, 14 Dec 2007 08:11:53 +0000 (08:11 +0000)] 
Squid-3.0 has been branched, making this 3.HEAD again.

16 years agoAdjust snapshots to Squid-3.0
hno [Fri, 14 Dec 2007 08:06:24 +0000 (08:06 +0000)] 
Adjust snapshots to Squid-3.0

16 years agoUpdated changelog for 3.0.STABLE1 release
wessels [Fri, 14 Dec 2007 07:17:01 +0000 (07:17 +0000)] 
Updated changelog for 3.0.STABLE1 release
oops, should have done before branching.

16 years agoAdd Barefruit to SPONSORS, taken from web site sponsors page
wessels [Fri, 14 Dec 2007 05:14:43 +0000 (05:14 +0000)] 
Add Barefruit to SPONSORS, taken from web site sponsors page

16 years agoAdd Kaspersky Lab to SPONSORS file
wessels [Fri, 14 Dec 2007 04:58:24 +0000 (04:58 +0000)] 
Add Kaspersky Lab to SPONSORS file

16 years agoRemove references to myself and NLANR, add pointer to COPYRIGHT file
wessels [Fri, 14 Dec 2007 04:56:10 +0000 (04:56 +0000)] 
Remove references to myself and NLANR, add pointer to COPYRIGHT file

16 years agoChange old info@ircache.net contact address to info@squid-cache.org
wessels [Fri, 14 Dec 2007 04:53:23 +0000 (04:53 +0000)] 
Change old info@ircache.net contact address to info@squid-cache.org

16 years agoFixed more compile errors after removal of snprintf.h
rousskov [Fri, 7 Dec 2007 01:01:52 +0000 (01:01 +0000)] 
Fixed more compile errors after removal of snprintf.h

16 years agoFix compile errors after removal of snprintf.h
amosjeffries [Thu, 6 Dec 2007 09:37:15 +0000 (09:37 +0000)] 
Fix compile errors after removal of snprintf.h

16 years agoRemoved the following debugging line, numerous copies of which used to appear
rousskov [Wed, 5 Dec 2007 23:02:29 +0000 (23:02 +0000)] 
Removed the following debugging line, numerous copies of which used to appear
in the cache.log after "Exiting normally".

ACL::Prototype::~Prototype: TODO: unregister me

TODO: notes should be placed in source code, not debug log.

16 years agoBootstrapped
hno [Wed, 5 Dec 2007 08:10:44 +0000 (08:10 +0000)] 
Bootstrapped

16 years agoSet default formatting flags for the debugging stream to "fixed" with a
rousskov [Tue, 4 Dec 2007 22:20:22 +0000 (22:20 +0000)] 
Set default formatting flags for the debugging stream to "fixed" with a
2-digit precision. This avoids log entries such as

Took 3e-06 seconds (3.5e+03 objects/sec).

This change affects pretty much all debugging output, although most messages
will not change in appearance. Compilation errors are possible. The patch was
posted to squid-dev in August 2007. I do not recall any objections but
apparently I forgot to commit it.

16 years agoDelete now unused snprintf.h header file
hno [Tue, 4 Dec 2007 20:31:11 +0000 (20:31 +0000)] 
Delete now unused snprintf.h header file

16 years agoremoved lib/snprintf.c credits as it's no longer shipped with Squid
hno [Tue, 4 Dec 2007 20:29:59 +0000 (20:29 +0000)] 
removed lib/snprintf.c credits as it's no longer shipped with Squid

16 years agoKill GPL-incompatible (Apache) lib/snprintf.c source.
hno [Tue, 4 Dec 2007 20:22:54 +0000 (20:22 +0000)] 
Kill GPL-incompatible (Apache) lib/snprintf.c source.

Should not be needed on any relevant platform today I think, but if needed
we can always add back a GPL-compatible version..

16 years agoBug #2032: assertion failed: comm.cc:116: "ccb->active == false"
hno [Tue, 4 Dec 2007 10:35:52 +0000 (10:35 +0000)] 
Bug #2032: assertion failed: comm.cc:116: "ccb->active == false"

don't try to process the body on CONNECT requests even if there is a
Content-Length header.

16 years agoBug 2111 - squid.conf, others overwrite -X
amosjeffries [Sun, 2 Dec 2007 15:23:56 +0000 (15:23 +0000)] 
Bug 2111 - squid.conf, others overwrite -X

Add configuration option to store knowledge of -X command-line option
and use it to abort any parsing of future debug_options.

Add call to first set all debug levels to '9' (full) before freezing
the debug state.

16 years agoWrap equation argument to debugs() properly.
amosjeffries [Sun, 2 Dec 2007 14:19:58 +0000 (14:19 +0000)] 
Wrap equation argument to debugs() properly.

Safe code does not rely on internals protecting themelves. Even if they do.

16 years agoCorrect attribution of current MD5 changes.
amosjeffries [Fri, 30 Nov 2007 11:34:12 +0000 (11:34 +0000)] 
Correct attribution of current MD5 changes.

The current MD5 alterations in 3.0 are the ones made by Duane not me (Amos)

16 years agoBootstrapped
hno [Fri, 30 Nov 2007 08:10:47 +0000 (08:10 +0000)] 
Bootstrapped

16 years agoFix typo added during some patch.
amosjeffries [Tue, 27 Nov 2007 16:36:07 +0000 (16:36 +0000)] 
Fix typo added during some patch.

16 years agoFix SegFault when NetDB asked to ping a zero-length domain/hostname
amosjeffries [Tue, 27 Nov 2007 14:48:40 +0000 (14:48 +0000)] 
Fix SegFault when NetDB asked to ping a zero-length domain/hostname

16 years agoBug 2096: allow pending cache hits when delay pools not compiled in
wessels [Tue, 27 Nov 2007 05:20:04 +0000 (05:20 +0000)] 
Bug 2096: allow pending cache hits when delay pools not compiled in

For some time now, Squid has marked pending cache hits (a cache hit
when e->store_status != STORE_OK) as LOG_TCP_MISS.  This was done
so that pending hits do not bypass delay pools.  It had the negative
side effect of generating confusing access.log entries because cache
hits get logged as miss.

With this patch, the behavior is reverted when delay pools are not
compiled in.  Pending hits will be logged as some kind of TCP_HIT.

Users of delay pools will just have to live with this logging quirk,
although the "forwarded to" field of access.log can always be used
to see if the request was forwarded (a miss) or not (a hit).

16 years agopack header entries on cache updates
hno [Mon, 26 Nov 2007 20:09:54 +0000 (20:09 +0000)] 
pack header entries on cache updates

16 years agoUpdate to Squid MD5 syntax
hno [Mon, 26 Nov 2007 20:07:14 +0000 (20:07 +0000)] 
Update to Squid MD5 syntax

16 years agoCorrect update of 304 headers
hno [Mon, 26 Nov 2007 19:31:37 +0000 (19:31 +0000)] 
Correct update of 304 headers

16 years agoBootstrapped
hno [Wed, 21 Nov 2007 08:10:43 +0000 (08:10 +0000)] 
Bootstrapped

16 years agoMake squid_db_auth reopen the database connection on each query by default
hno [Tue, 20 Nov 2007 21:46:49 +0000 (21:46 +0000)] 
Make squid_db_auth reopen the database connection on each query by default

This change adds support for non-persistent database connections, and also
makes that the default.

To use a persistent database connection use the --persist option.

16 years agoUpdated MD5 credits (no longer RSA). Removed winbind credits (no longer shipped with...
hno [Tue, 20 Nov 2007 21:44:12 +0000 (21:44 +0000)] 
Updated MD5 credits (no longer RSA). Removed winbind credits (no longer shipped with Squid)

16 years agoDrop the RSA licensed MD5 implementation, and use the one shipped with Squid instead
hno [Tue, 20 Nov 2007 21:34:17 +0000 (21:34 +0000)] 
Drop the RSA licensed MD5 implementation, and use the one shipped with Squid instead

16 years agoChange priority of proxy auth and extacl provided username in login=*:pass
hno [Mon, 19 Nov 2007 05:00:58 +0000 (05:00 +0000)] 
Change priority of proxy auth and extacl provided username in login=*:pass

It's quite useful to be able to manipulate the forwarded username when using
login=*:pass together with authentication.

16 years agoDeclare Squid 3 Windows support NOT STABLE.
serassio [Mon, 19 Nov 2007 00:23:01 +0000 (00:23 +0000)] 
Declare Squid 3 Windows support NOT STABLE.

16 years agoFix build failure caused by a typo.
serassio [Mon, 19 Nov 2007 00:19:35 +0000 (00:19 +0000)] 
Fix build failure caused by a typo.

16 years agoBootstrapped
hno [Fri, 16 Nov 2007 08:10:43 +0000 (08:10 +0000)] 
Bootstrapped

16 years agobootstrapped after ESI preprocessor change
wessels [Fri, 16 Nov 2007 06:34:22 +0000 (06:34 +0000)] 
bootstrapped after ESI preprocessor change

16 years agoRenamed "SQUID_ESI" to "USE_SQUID_ESI" at request of other developers
wessels [Fri, 16 Nov 2007 06:33:01 +0000 (06:33 +0000)] 
Renamed "SQUID_ESI" to "USE_SQUID_ESI" at request of other developers

Other Squid developers suggested to be consistent and prefix the
symbol with "USE_" as we do with others.

16 years agobootstrapped after renaming ESI -> SQUID_ESI
wessels [Fri, 16 Nov 2007 01:50:29 +0000 (01:50 +0000)] 
bootstrapped after renaming ESI -> SQUID_ESI

16 years agoChange 'ESI' define to 'SQUID_ESI'
wessels [Fri, 16 Nov 2007 01:48:27 +0000 (01:48 +0000)] 
Change 'ESI' define to 'SQUID_ESI'

On Solaris, something else defines the preprocessor symbol ESI, which
confuses Squid compliation.  Now we use a name less likely to cause
a collision.

16 years agoMore fixes for recent MD5 mixups
wessels [Thu, 15 Nov 2007 23:47:31 +0000 (23:47 +0000)] 
More fixes for recent MD5 mixups

- Changing 'xMD5' function name to 'SquidMD5'
- Changing 'MD5_CTX' typedef to 'SquidMD5_CTX'
- Changing 'MD5_DIGEST_CHARS' define to 'SQUID_MD5_DIGEST_LENGTH'
- Changing 'MD5_DIGEST_LENGTH' define to 'SQUID_MD5_DIGEST_LENGTH'
- Removing messy #ifdef logic in include/md5.h that tries to use
  the system libraries if available.  We'll always use the Squid MD5
  routines.

16 years agoFix-fix for MD5.
amosjeffries [Thu, 15 Nov 2007 16:18:04 +0000 (16:18 +0000)] 
Fix-fix for MD5.

Pre-compiler only tested on Linux and FreeBSD.

This update amends the previous to allow OS which provide a partial MD5
implementation but do not supply correct buffer size (MD5_DIGEST_* macro)
to build using the squid bundled code.

To evade symbol-clashes the squid code is also updated to use xMD5Init,
xMD5Update, xMD5Final and the code sorts out which version is to be used
at compile time from configure options and available sources.

For MacOS X and other broken OS the sys/types.h must also be included on
behalf of the sys/*.h which need it.

16 years agoAuthor: Klaus Singvogel <kssingvo@suse.de>
rousskov [Wed, 14 Nov 2007 06:25:33 +0000 (06:25 +0000)] 
Author: Klaus Singvogel <kssingvo@suse.de>
Bug 2123 fix, part 1: GCC 4.3 warnings

Removed ignored type qualifiers from function return types.
Added parentheses around && within ||.

16 years agooperator != declared outside of the HttpRequestMethod class results in
rousskov [Wed, 14 Nov 2007 06:09:23 +0000 (06:09 +0000)] 
operator != declared outside of the HttpRequestMethod class results in
operator overloading warnings on some platforms. The operator does not appear
to be required.

16 years agoReturning -1 in the unreached portion of u_short GetService() code results in
rousskov [Wed, 14 Nov 2007 06:06:01 +0000 (06:06 +0000)] 
Returning -1 in the unreached portion of u_short GetService() code results in
a type conversion warning.

16 years agoBug 2123 partial fix: Allocate space for a NULL terminator of the helper
rousskov [Wed, 14 Nov 2007 04:25:35 +0000 (04:25 +0000)] 
Bug 2123 partial fix: Allocate space for a NULL terminator of the helper
argument array.

16 years agoRFC 1157 - SNMP v1 Protocol is used by squid.
amosjeffries [Tue, 13 Nov 2007 06:46:55 +0000 (06:46 +0000)] 
RFC 1157 - SNMP v1 Protocol is used by squid.

16 years agoAuthor: Pawel Worach <pawel.worach@gmail.com>
amosjeffries [Tue, 13 Nov 2007 06:10:37 +0000 (06:10 +0000)] 
Author: Pawel Worach <pawel.worach@gmail.com>
Enable squid to lookup /etc/services for named peer ports.

Here is patch so you can use port names from /etc/services in
squid.conf for cache_peers like so:
   cache_peer upstream.example.net parent http-cache icpv2

assumng you have something like this in /etc/services
  http-cache   8080/tcp
  icpv2           3130/udp

This became needed here where we have the same squid.conf's deployed
across a cluster of reverse proxies and we control originserver
addresses via a hosts file and originserver  ports via /etc/services
locally on each node.

16 years agoBootstrapped
hno [Mon, 12 Nov 2007 08:10:45 +0000 (08:10 +0000)] 
Bootstrapped

16 years agoRe-fix libmd5 detection on configure
amosjeffries [Mon, 12 Nov 2007 03:10:09 +0000 (03:10 +0000)] 
Re-fix libmd5 detection on configure

Autoconf fails to do environment variable +='s

16 years agoBootstrapped.
amosjeffries [Sun, 11 Nov 2007 14:30:27 +0000 (14:30 +0000)] 
Bootstrapped.

16 years agoSolaris 10 appears to provide MD5 natively
amosjeffries [Sun, 11 Nov 2007 09:26:58 +0000 (09:26 +0000)] 
Solaris 10 appears to provide MD5 natively

* alter the MD5 logics to perform compile-time tests of
  whether the squid internal MD5 is needed.
* OpenSSL implementation primary as before with same configure options
* first backup is to use the OS-provided.
* final backup is to use squid internal code.

16 years agoBootstrapped
hno [Thu, 8 Nov 2007 08:10:45 +0000 (08:10 +0000)] 
Bootstrapped

16 years agoBootstrapped.
amosjeffries [Wed, 7 Nov 2007 18:04:47 +0000 (18:04 +0000)] 
Bootstrapped.