]> git.ipfire.org Git - thirdparty/squid.git/log
thirdparty/squid.git
17 years agoDo not disable ICAP preview by default. Now, by default, the preview will be
rousskov [Thu, 27 Sep 2007 22:15:23 +0000 (22:15 +0000)] 
Do not disable ICAP preview by default. Now, by default, the preview will be
used for ICAP servers that request it. For a discussion, please see
http://www.squid-cache.org/mail-archive/squid-dev/200709/0066.html

Polished icap_preview_enable documentation.

17 years agoWarn users that multiple ICAP services per icap_class are not yet supported.
rousskov [Thu, 27 Sep 2007 21:31:15 +0000 (21:31 +0000)] 
Warn users that multiple ICAP services per icap_class are not yet supported.
Despite the warning, we still allow them in the configuration file, but that
may change. This warning may help to make the transition smoother.

17 years agoChanged icap_class documentation and examples to warn users that multiple
rousskov [Thu, 27 Sep 2007 21:28:42 +0000 (21:28 +0000)] 
Changed icap_class documentation and examples to warn users that multiple
ICAP services per icap_class are not yet supported.

17 years agoBug 2091 fix: Handle ftp URLs with HTTP request bodies.
rousskov [Thu, 27 Sep 2007 20:34:06 +0000 (20:34 +0000)] 
Bug 2091 fix: Handle ftp URLs with HTTP request bodies.

Moved registration to receive request body from http and ftp into Server.
Ftp code was not setting the request body source member before this merge.

17 years agoClan up ip acl mask assignment
hno [Wed, 26 Sep 2007 15:08:44 +0000 (15:08 +0000)] 
Clan up ip acl mask assignment

17 years agoRFC1035 minor cleanups. Some ptr NULL initialisation.
amosjeffries [Wed, 26 Sep 2007 09:03:22 +0000 (09:03 +0000)] 
RFC1035 minor cleanups. Some ptr NULL initialisation.

17 years agoSimplify merge-cf.data.pre.awk, not relying on command line variable assignments...
hno [Wed, 26 Sep 2007 04:26:02 +0000 (04:26 +0000)] 
Simplify merge-cf.data.pre.awk, not relying on command line variable assignments to find the conf files

17 years agoawk version of merge-cf.data.pre
hno [Wed, 26 Sep 2007 04:18:13 +0000 (04:18 +0000)] 
awk version of merge-cf.data.pre

17 years agoClean up comm memory on exit
hno [Tue, 25 Sep 2007 19:24:59 +0000 (19:24 +0000)] 
Clean up comm memory on exit

17 years agoClose CONNECT tunnels on abort
hno [Tue, 25 Sep 2007 19:23:13 +0000 (19:23 +0000)] 
Close CONNECT tunnels on abort

CONNECT tunnels could get stuck on abort

17 years agoBug #2089: Fails to warn about invalid netmasks
hno [Tue, 25 Sep 2007 03:59:42 +0000 (03:59 +0000)] 
Bug #2089: Fails to warn about invalid netmasks

This patch lines up the IP acl parsing with how Squid-2 behaves, making
it only use gethostbyname for hostnames, not ip/network/range specifications.

17 years agoBootstrapped
hno [Mon, 24 Sep 2007 06:10:44 +0000 (06:10 +0000)] 
Bootstrapped

17 years agouint8_t is not defined on Windows
serassio [Sun, 23 Sep 2007 21:21:29 +0000 (21:21 +0000)] 
uint8_t is not defined on Windows

17 years agoForward port of latest tproxy changes from SQUID 2:
serassio [Sun, 23 Sep 2007 15:18:08 +0000 (15:18 +0000)] 
Forward port of latest tproxy changes from SQUID 2:

- Automatically disable tproxy if the needed capabilities could not be set
- Keep the permitted set unless root privileges is completely dropped (chroot),
  as is normally done when not using capabilities. This fixes file permissions
  regarding the pid file.
- Test for sys/capability.h linux include file to avoid failing on systems missing libcap

17 years agoFix build error on systems where SASL include are available, but without link libraries.
serassio [Sat, 22 Sep 2007 23:40:04 +0000 (23:40 +0000)] 
Fix build error on systems where SASL include are available, but without link libraries.

On Sun Solaris 10 SASL include are available, but link libraries are missing.
This add a configure check for both include and lib files.

17 years agoAllow the build of digest_ldap_auth when ldap_start_tls_s() is not available
serassio [Sat, 22 Sep 2007 23:35:28 +0000 (23:35 +0000)] 
Allow the build of digest_ldap_auth when ldap_start_tls_s() is not available

17 years agoAdd support for Linux TCP_ACCEPT_DEFER accept_filter
hno [Fri, 21 Sep 2007 21:16:42 +0000 (21:16 +0000)] 
Add support for Linux TCP_ACCEPT_DEFER accept_filter

17 years agolib/rfc1035.c is still C, don't assume C99/C++ syntax
hno [Fri, 21 Sep 2007 21:16:12 +0000 (21:16 +0000)] 
lib/rfc1035.c is still C, don't assume C99/C++ syntax

17 years agoMisc Formatting & cleanups
amosjeffries [Fri, 21 Sep 2007 17:41:52 +0000 (17:41 +0000)] 
Misc Formatting & cleanups
Some comment corrections
Some irrelevant typedef cleanups

17 years agoBootstrapped
hno [Fri, 21 Sep 2007 06:10:45 +0000 (06:10 +0000)] 
Bootstrapped

17 years agoBug #2088: sbrk statistics broken when process size >2GB.
hno [Fri, 21 Sep 2007 02:22:20 +0000 (02:22 +0000)] 
Bug #2088: sbrk statistics broken when process size >2GB.

17 years agoProtect some more system includes and remove one duplicate.
amosjeffries [Thu, 20 Sep 2007 18:32:50 +0000 (18:32 +0000)] 
Protect some more system includes and remove one duplicate.

17 years agoPrototype header type updates matching corrected rfc1035.c
amosjeffries [Thu, 20 Sep 2007 17:58:21 +0000 (17:58 +0000)] 
Prototype header type updates matching corrected rfc1035.c

17 years agoType-checking results in rfc1035 library (g++ 4.2 found)
amosjeffries [Thu, 20 Sep 2007 17:51:16 +0000 (17:51 +0000)] 
Type-checking results in rfc1035 library (g++ 4.2 found)

- const corectness
- signed correctness
- casting corrections (need some, drop some)

17 years agoWrap MemPools.cc system included assert.h
amosjeffries [Thu, 20 Sep 2007 17:26:22 +0000 (17:26 +0000)] 
Wrap MemPools.cc system included assert.h

17 years agoBootstrapped.
amosjeffries [Thu, 20 Sep 2007 17:11:05 +0000 (17:11 +0000)] 
Bootstrapped.

17 years agoImprove support on Linux for res_init
amosjeffries [Thu, 20 Sep 2007 17:07:53 +0000 (17:07 +0000)] 
Improve support on Linux for res_init

res_init() is just a macro re-define of __res_init on Linux (Debian/Ubuntu)
This patch adds a check for the underlying structure and uses it if needed

17 years agoFix double-define warning in some compilers.
amosjeffries [Thu, 20 Sep 2007 17:03:42 +0000 (17:03 +0000)] 
Fix double-define warning in some compilers.

This changes a define-ON then check for define-OFF configuration
to a define-OFF is asked else define-ON logic.

17 years agoDrop old INET6 patch attempt remainders from 3-HEAD.
amosjeffries [Thu, 20 Sep 2007 16:59:30 +0000 (16:59 +0000)] 
Drop old INET6 patch attempt remainders from 3-HEAD.

17 years agoBootstrapped
hno [Thu, 20 Sep 2007 06:10:42 +0000 (06:10 +0000)] 
Bootstrapped

17 years agoMove ache and request/reply_header_max_size to their proper sections
hno [Thu, 20 Sep 2007 03:42:16 +0000 (03:42 +0000)] 
Move ache and request/reply_header_max_size to their proper sections

  cache                   -> Options for tuning the cache
  request_header_max_size -> HTTP Options
  reply_heaer_max_size    -> HTTP Options
  request_body_max_size   -> HTTP Options

17 years agoFix version number in configuration manual
hno [Thu, 20 Sep 2007 03:29:13 +0000 (03:29 +0000)] 
Fix version number in configuration manual

17 years agoAuthor: Christos Tsantilas <chtsanti@users.sourceforge.net>
hno [Wed, 19 Sep 2007 14:54:50 +0000 (14:54 +0000)] 
Author: Christos Tsantilas <chtsanti@users.sourceforge.net>
Bug #2078: "Attempt to create unknown concrete StoreMeta" messages in cache.log

This patch adds support for the new STORE_META_OBJSIZE type.

17 years agoBootstrapped
hno [Tue, 18 Sep 2007 06:10:42 +0000 (06:10 +0000)] 
Bootstrapped

17 years agoAlign configure options with Squid-2
hno [Tue, 18 Sep 2007 03:06:09 +0000 (03:06 +0000)] 
Align configure options with Squid-2

--with-valgrind-debug (was --with-valgrind)

--enable-large-files not experimental after the largeobj merge.

And ceaned up releasenotes a bit wrt configure options.

17 years agoFix a compile-time memory corruption error causing cf_gen to fail
hno [Tue, 18 Sep 2007 02:21:23 +0000 (02:21 +0000)] 
Fix a compile-time memory corruption error causing cf_gen to fail

The change to include dependency tracking had a small memory allocation
error resulting in memory corruption, causing cf_gen to fail during the
compile on some platforms/compilers.

17 years agoAdded ICAP notes.
rousskov [Mon, 17 Sep 2007 23:54:23 +0000 (23:54 +0000)] 
Added ICAP notes.

Polished "Major new features" list to downplay the importance of ESI and
related code changes (because nobody currently supports ESI modifications
amd they have known bugs).

Did not update the .html version for the lack of linuxdoc installation.

17 years agoBug 2085: Support ICAP 201 responses. Treat them as ICAP 200.
rousskov [Mon, 17 Sep 2007 22:42:29 +0000 (22:42 +0000)] 
Bug 2085: Support ICAP 201 responses. Treat them as ICAP 200.

Symantec Scan Engine 5.0 and later is using ICAP 201 response to
indicate that it has modified the virgin HTTP message. Squid currently
does not care.

17 years agoReject DNS responses which result in no data
hno [Mon, 17 Sep 2007 15:05:52 +0000 (15:05 +0000)] 
Reject DNS responses which result in no data

17 years agoClarify high_memory_warning
hno [Mon, 17 Sep 2007 06:23:37 +0000 (06:23 +0000)] 
Clarify high_memory_warning

17 years agoCorrect bad exmaple in squid.conf. showing wrong parameter format.
amosjeffries [Sat, 15 Sep 2007 15:11:24 +0000 (15:11 +0000)] 
Correct bad exmaple in squid.conf. showing wrong parameter format.

17 years agoreqmod_precache vectoring point was documented as unsupported. In fact,
rousskov [Sat, 15 Sep 2007 09:15:05 +0000 (09:15 +0000)] 
reqmod_precache vectoring point was documented as unsupported. In fact,
reqmod_postcache is unsupported.

Polished icap_service documentation.

17 years agoBootstrapped
hno [Mon, 10 Sep 2007 00:12:25 +0000 (00:12 +0000)] 
Bootstrapped

17 years agoFix a syntax error in the fix for the syntax error in --disable-snmp processing
hno [Mon, 10 Sep 2007 00:11:44 +0000 (00:11 +0000)] 
Fix a syntax error in the fix for the syntax error in --disable-snmp processing

17 years agoBootstrapped
hno [Mon, 10 Sep 2007 00:01:58 +0000 (00:01 +0000)] 
Bootstrapped

17 years agoFix another syntax error in --disable-snmp processing
hno [Mon, 10 Sep 2007 00:00:32 +0000 (00:00 +0000)] 
Fix another syntax error in --disable-snmp processing

17 years agoAuthor: Thomas-Martin Seck <tmseck@netcologne.de>
hno [Sun, 9 Sep 2007 23:49:53 +0000 (23:49 +0000)] 
Author: Thomas-Martin Seck <tmseck@netcologne.de>
Bug #2071: SNMP not enabled on FreeBSD on some other systems

While investigating the SNMP linking issue, I noticed that configure.in contains
a bashism that will effectively disable SNMP support in environments where bash
is not present (e.g. a bare FreeBSD environment with a rather puristic
/bin/sh).

17 years agoBug 2077 fix: Avoid stuffing response headers into response bodies by
rousskov [Fri, 7 Sep 2007 23:54:52 +0000 (23:54 +0000)] 
Bug 2077 fix: Avoid stuffing response headers into response bodies by
correctly updating headers_sz member in clientReplyContext::processReplyAccess

Bug #2028 fix left the headers_sz member unset under certain common
conditions.

17 years agoBug 2067: do not print "aborting on premature eof" messages at debug level 1.
rousskov [Fri, 7 Sep 2007 21:10:50 +0000 (21:10 +0000)] 
Bug 2067: do not print "aborting on premature eof" messages at debug level 1.
This messages are printed, for example, whenever the origin server closes
the connection prematurely. No need to warn the cache admin about such events.

17 years agoBootstrapped
hno [Fri, 7 Sep 2007 06:10:41 +0000 (06:10 +0000)] 
Bootstrapped

17 years agoBug #2074: tests_test_http_range need -ldl just as the other tests..
hno [Thu, 6 Sep 2007 21:05:19 +0000 (21:05 +0000)] 
Bug #2074: tests_test_http_range need -ldl just as the other tests..

17 years agoAuthor: Pierangelo Masarati <ando@sys-net.it>
rousskov [Thu, 6 Sep 2007 20:36:01 +0000 (20:36 +0000)] 
Author: Pierangelo Masarati <ando@sys-net.it>
Bug 2074: configure.in typo when tuning CppUnit linking flags.

17 years agoBootstrapped
hno [Thu, 6 Sep 2007 06:10:41 +0000 (06:10 +0000)] 
Bootstrapped

17 years agoMore reordering to have options in their proper groups
hno [Thu, 6 Sep 2007 03:47:29 +0000 (03:47 +0000)] 
More reordering to have options in their proper groups

17 years agoGet rid of an unneeded (and now wrong) use of cf_gen
hno [Thu, 6 Sep 2007 03:46:29 +0000 (03:46 +0000)] 
Get rid of an unneeded (and now wrong) use of cf_gen

17 years agoMore reordering to have options in their proper groups
hno [Thu, 6 Sep 2007 03:23:06 +0000 (03:23 +0000)] 
More reordering to have options in their proper groups

17 years agoBootstrapped
hno [Wed, 5 Sep 2007 06:10:42 +0000 (06:10 +0000)] 
Bootstrapped

17 years agoNeed to dist cf.data.depend
hno [Wed, 5 Sep 2007 00:24:20 +0000 (00:24 +0000)] 
Need to dist cf.data.depend

17 years agoMore squid.conf reordering to get the dependencies between options sorted proper
hno [Tue, 4 Sep 2007 23:39:56 +0000 (23:39 +0000)] 
More squid.conf reordering to get the dependencies between options sorted proper

this patch also adds an automatic dependency verification to cf_gen,
reducing the risk of this kind of confusing ordering of the directives.
driven by the new cf.data.depend file listing the directive types and
their dependencies.

17 years agoUpdate Release Notes to detail altered ./configure options.
amosjeffries [Mon, 3 Sep 2007 11:33:26 +0000 (11:33 +0000)] 
Update Release Notes to detail altered ./configure options.

Changes determined by grep of 2.6STABLE14 and 3.0-PRE7.

17 years agoAdjust default pconn timeouts to avoid shutting down connection while child sends...
hno [Mon, 3 Sep 2007 10:35:05 +0000 (10:35 +0000)] 
Adjust default pconn timeouts to avoid shutting down connection while child sends request

The default pconn_timeout / persistent_request_timeout values was selected
a bit unfortunate. persistent_request_timeout should be bigger than
pconn_timeout, or we may risk closing the connection while a child sends
the next request.

17 years agoBug #2068: assertion failed: comm.cc:2286: "fdc_table[fd].active"
hno [Mon, 3 Sep 2007 09:13:52 +0000 (09:13 +0000)] 
Bug #2068: assertion failed: comm.cc:2286: "fdc_table[fd].active"

A recent change opened for a race condition on PUT/POST requests.

17 years agoUpdated ChangeLog and release notes
hno [Mon, 3 Sep 2007 09:11:43 +0000 (09:11 +0000)] 
Updated ChangeLog and release notes

17 years agoBug #2072: digest_pw_auth fails when using plaintext passwords
hno [Mon, 3 Sep 2007 08:41:51 +0000 (08:41 +0000)] 
Bug #2072: digest_pw_auth fails when using plaintext passwords

digest_pw_auth may crash or otherwise fail when using plaintext passwords.

Workaround (and more secure): Store Digest H(A1) hashed passwords instead.

17 years agoindented
hno [Sun, 2 Sep 2007 01:51:30 +0000 (01:51 +0000)] 
indented

17 years agoClean up use of USE_POLL/HAVE_POLL
hno [Sat, 1 Sep 2007 19:09:59 +0000 (19:09 +0000)] 
Clean up use of USE_POLL/HAVE_POLL

USE_POLL == configure selected poll() for the select loop

HAVE_POLL == configure detected that the system have a poll() call

17 years agotypedef acl_list is deprecated in Squid3 by class ACLList
amosjeffries [Sat, 1 Sep 2007 11:56:37 +0000 (11:56 +0000)] 
typedef acl_list is deprecated in Squid3 by class ACLList

17 years agoFix SegFault in Auth.
amosjeffries [Sat, 1 Sep 2007 09:51:22 +0000 (09:51 +0000)] 
Fix SegFault in Auth.

Pointer-Safe code cannot work if pointers are not set properly in constructors.

17 years agoKilled the obsolete Squid-2.5 release notes.
hno [Sat, 1 Sep 2007 02:14:12 +0000 (02:14 +0000)] 
Killed the obsolete Squid-2.5 release notes.

17 years agoBootstrapped
hno [Fri, 31 Aug 2007 06:10:41 +0000 (06:10 +0000)] 
Bootstrapped

17 years agoBug #2066: chdir after chroot
hno [Fri, 31 Aug 2007 03:51:35 +0000 (03:51 +0000)] 
Bug #2066: chdir after chroot

17 years agoPreparing to release Squid-3.0.PRE7 SQUID_3_0_PRE7
wessels [Fri, 31 Aug 2007 02:38:48 +0000 (02:38 +0000)] 
Preparing to release Squid-3.0.PRE7

17 years agoAdd a syntax check to the 'revision' arg of mkrelease.sh script
wessels [Fri, 31 Aug 2007 02:31:41 +0000 (02:31 +0000)] 
Add a syntax check to the 'revision' arg of mkrelease.sh script

17 years agoAuthor: wessels
hno [Fri, 31 Aug 2007 01:26:10 +0000 (01:26 +0000)] 
Author: wessels
Bug #1945: assertion failed: store_swapin.cc:47:  "e->mem_status == NOT_IN_MEMORY"

There seems to be a race condition which may leave small objects (<4KB) in an
inconsistent internal state where Squid thinks the object is kept in memory
but part of it has been freed..

This patch closes this race condition.

17 years agoBug #2056: Should not process range requests on cache misses
hno [Thu, 30 Aug 2007 21:57:16 +0000 (21:57 +0000)] 
Bug #2056: Should not process range requests on cache misses

This patch avoids a race condition which could consume a lot of bandwidth
if clients sends Range requests for a server not supporting ranges..

17 years agoDisable logging of the SSL user name for now. It's broken on nonpersistent
hno [Thu, 30 Aug 2007 20:17:40 +0000 (20:17 +0000)] 
Disable logging of the SSL user name for now. It's broken on nonpersistent
connections.

17 years agoBug #2058: deny_info TCP_RESET crashes squid
hno [Thu, 30 Aug 2007 19:50:24 +0000 (19:50 +0000)] 
Bug #2058: deny_info TCP_RESET crashes squid

There was a race condition in request processing, easily triggered by using
deny_info TCP_RESET and denying access. It's very likely the problem could
also be triggered by other conditions where Squid very quickly closes the
client connection.

Was caused by a malplaced isClosed() condition. Moved this down to after the
request processing where it belongs.

This patch also adds some safeguards make further request processing stop and
avoid risking referencing the fd as valid after close.

Additionally connStateFree was renamed to the more appropriate connStateClosed
as all it does is to make the connState aware that the underlying fd has been
closed.

17 years agoUpdated cvsignore
hno [Thu, 30 Aug 2007 19:48:28 +0000 (19:48 +0000)] 
Updated cvsignore

17 years agoBug #2028: Segmentation fault on http_reply_access deny
hno [Thu, 30 Aug 2007 19:15:13 +0000 (19:15 +0000)] 
Bug #2028: Segmentation fault on http_reply_access deny

http_reply_access deny triggered an infinite recursion, eventually ending
up in a segmentation fault.

This patch builds on the previous patch to also exclude http_reply_access
deny error responses from further http_reply_access processing.

Note: When a request is denied by http_reply_access the internal client is
reset to attach it to the error page instead, making http_reply_access be
invoked again on the error.

17 years agoBug #2028: FATAL error if using http_reply_access in combination with authentication
hno [Thu, 30 Aug 2007 19:03:42 +0000 (19:03 +0000)] 
Bug #2028: FATAL error if using http_reply_access in combination with authentication

The attached patch bypasses http_reply_access on access denied messages
generated by this Squid, and also optimizes processing slightly in the
common case of not using any http_reply_access rules at all.

17 years agoBootstrapped
hno [Thu, 30 Aug 2007 06:10:42 +0000 (06:10 +0000)] 
Bootstrapped

17 years agoKill the test referring to get_epoll-lib.sh, it's not needed.
hno [Thu, 30 Aug 2007 04:58:26 +0000 (04:58 +0000)] 
Kill the test referring to get_epoll-lib.sh, it's not needed.

Test was broken, and
a) Only triggers if the undocumented --enable-epoll option is used
b) The script isn't even distributed with Squid-3, only Squid-2.
c) I think it's fair to let admins insisting on using epoll on a system not
   built with epoll support have to do a bit of homework.

17 years agoBug #2057: NTLM stop work in messengers after upgrade to squid 2.6 stable 14
hno [Wed, 29 Aug 2007 04:35:29 +0000 (04:35 +0000)] 
Bug #2057: NTLM stop work in messengers after upgrade to squid 2.6 stable 14

There is clients out there who only signal keep-alive during the NTLM
handshake, not on the final request. For example seen on CONNECT requests.

This patch makes Squid automatically fall back on Basic/Digest if NTLM
or Negotiate authentication can not be performed. Detected by seeing a
challenge from the helper on a non-persistent connection.

17 years agosquid.conf.default format fixes
hno [Tue, 28 Aug 2007 07:57:20 +0000 (07:57 +0000)] 
squid.conf.default format fixes

17 years agoDon't stick to a specific Squid-2.6 version as reference.
hno [Tue, 28 Aug 2007 06:00:00 +0000 (06:00 +0000)] 
Don't stick to a specific Squid-2.6 version as reference.

17 years agoUpdated releasenotes for 3.0.PRE7, relative to Squid-2.6
hno [Tue, 28 Aug 2007 05:58:34 +0000 (05:58 +0000)] 
Updated releasenotes for 3.0.PRE7, relative to Squid-2.6

17 years agoBootstrapped
hno [Tue, 28 Aug 2007 04:28:27 +0000 (04:28 +0000)] 
Bootstrapped

17 years agoVerify the URL on memory cache hits
hno [Tue, 28 Aug 2007 03:56:58 +0000 (03:56 +0000)] 
Verify the URL on memory cache hits

17 years agoClean up the use of autoconf cache. --enable-xxx isn't supposed to be reflected in...
hno [Tue, 28 Aug 2007 03:53:29 +0000 (03:53 +0000)] 
Clean up the use of autoconf cache. --enable-xxx isn't supposed to be reflected in the cache.

17 years agoAllow for more complex filters in squid_ldap_auth
hno [Mon, 27 Aug 2007 20:51:41 +0000 (20:51 +0000)] 
Allow for more complex filters in squid_ldap_auth

17 years agoClean up the comm I/O loop selection to make it less confusing to the user
hno [Mon, 27 Aug 2007 19:51:47 +0000 (19:51 +0000)] 
Clean up the comm I/O loop selection to make it less confusing to the user

17 years agoEnable HTCP and SNMP support by default in the binary, but default off in squid.conf
hno [Mon, 27 Aug 2007 19:37:02 +0000 (19:37 +0000)] 
Enable HTCP and SNMP support by default in the binary, but default off in squid.conf

17 years agoBootstrapped
hno [Mon, 27 Aug 2007 19:15:09 +0000 (19:15 +0000)] 
Bootstrapped

17 years agoOne more dlmalloc reference to kill..
hno [Mon, 27 Aug 2007 19:14:20 +0000 (19:14 +0000)] 
One more dlmalloc reference to kill..

17 years agoBootstrapped
hno [Mon, 27 Aug 2007 19:04:59 +0000 (19:04 +0000)] 
Bootstrapped

17 years agoSpelling correction of received
hno [Mon, 27 Aug 2007 18:50:42 +0000 (18:50 +0000)] 
Spelling correction of received

17 years agoRemove remaining traces of dlmalloc
hno [Mon, 27 Aug 2007 15:43:44 +0000 (15:43 +0000)] 
Remove remaining traces of dlmalloc

17 years agoBootstrapped
hno [Mon, 27 Aug 2007 06:10:43 +0000 (06:10 +0000)] 
Bootstrapped

17 years agoDrop the very old dlmalloc version we have. It's more likely to cause harm than any...
hno [Mon, 27 Aug 2007 03:04:30 +0000 (03:04 +0000)] 
Drop the very old dlmalloc version we have. It's more likely to cause harm than any good.

The number of systems having bad malloc implementations AND being able to
build Squid-3 is minimal, and the system provided dlmalloc works better.

17 years agoUpdate squid.conf description of cache_effective_* ith better explanation
amosjeffries [Sun, 26 Aug 2007 08:45:46 +0000 (08:45 +0000)] 
Update squid.conf description of cache_effective_* ith better explanation