]> git.ipfire.org Git - thirdparty/squid.git/log
thirdparty/squid.git
20 years agoBootstrapped
hno [Thu, 23 Dec 2004 08:10:11 +0000 (08:10 +0000)] 
Bootstrapped

20 years agoFix client db scheduling logics - Forward port of 2.5 fix.
serassio [Thu, 23 Dec 2004 00:37:37 +0000 (00:37 +0000)] 
Fix client db scheduling logics - Forward port of 2.5 fix.

20 years agoBug #707: Added functionality to query the origin server for IMS requests.
serassio [Wed, 22 Dec 2004 23:21:33 +0000 (23:21 +0000)] 
Bug #707: Added functionality to query the origin server for IMS requests.

Original 2.5 STABLE3 patch from Brian.

This adds two new config options:

1.  refresh_all_ims (on/default off) will force all IMS queries to pass
through to the origin server (or parent cache).
2.  refresh_patterns have a refresh-ims option, which does the same, but on a
more selective level.

:wq

20 years agoBug #1168: Forward port of 2.5 patch for handle crashing helpers more gracefully
serassio [Wed, 22 Dec 2004 22:10:37 +0000 (22:10 +0000)] 
Bug #1168: Forward port of 2.5 patch for handle crashing helpers more gracefully

20 years agobug# 1118: Squid sends requests to redirectors with shutdown flag on
serassio [Wed, 22 Dec 2004 22:05:09 +0000 (22:05 +0000)] 
bug# 1118: Squid sends requests to redirectors with shutdown flag on

Incremental Patch

20 years agoBug #1118: Squid sends requests to redirectors with shutdown flag on
serassio [Wed, 22 Dec 2004 21:10:09 +0000 (21:10 +0000)] 
Bug #1118: Squid sends requests to redirectors with shutdown flag on

20 years agoBug #1170: Don't install cppunit on "make install"
hno [Wed, 22 Dec 2004 18:23:16 +0000 (18:23 +0000)] 
Bug #1170: Don't install cppunit on "make install"

20 years agoBootstrapped
hno [Wed, 22 Dec 2004 08:10:11 +0000 (08:10 +0000)] 
Bootstrapped

20 years agoBug #1167: Cannot build ARP ACL support on FreeBSD 5.3 with gcc 3.4.2
serassio [Wed, 22 Dec 2004 02:40:16 +0000 (02:40 +0000)] 
Bug #1167: Cannot build ARP ACL support on FreeBSD 5.3 with gcc 3.4.2

On FreeBSD gcc 3.4.2 doesn't like the following code:

        (char *) sdl = (char *) sin + ROUNDUP(sin->sin_len);

20 years agofix ufsdump to link again...
robertc [Wed, 22 Dec 2004 01:20:19 +0000 (01:20 +0000)] 
fix ufsdump to link again...

20 years agoBug #1041: assertion failed: comm_epoll.cc: assert(F->flags.open)
hno [Wed, 22 Dec 2004 01:06:33 +0000 (01:06 +0000)] 
Bug #1041: assertion failed: comm_epoll.cc: assert(F->flags.open)

Patch by  Gonzalo Arana

20 years agoBug #874: rough port of the http_reply_header_size functionality
robertc [Wed, 22 Dec 2004 00:52:53 +0000 (00:52 +0000)] 
Bug #874: rough port of the http_reply_header_size functionality

20 years agogcc 3.4.2 fixes from Henrik
robertc [Wed, 22 Dec 2004 00:28:27 +0000 (00:28 +0000)] 
gcc 3.4.2 fixes from Henrik

20 years agochange automake --force to -f - different automakes use different long versions
serassio [Wed, 22 Dec 2004 00:18:40 +0000 (00:18 +0000)] 
change automake --force to -f - different automakes use different long versions

20 years agoBug #944: Fails to compile on openbsd etc.
hno [Tue, 21 Dec 2004 23:17:58 +0000 (23:17 +0000)] 
Bug #944: Fails to compile on openbsd etc.

There is several platforms where malloc.h SHOULD NOT be used even if
it exists, other platforms where it must be used..

In additions a few minor stupidities.

20 years agoBug #1165: Fix type error for diskd on openbsd
robertc [Tue, 21 Dec 2004 22:47:33 +0000 (22:47 +0000)] 
Bug #1165: Fix type error for diskd on openbsd

20 years agouse force and copy with automake to ensure that version upgrades are smooth
robertc [Tue, 21 Dec 2004 22:16:16 +0000 (22:16 +0000)] 
use force and copy with automake to ensure that version upgrades are smooth

20 years agoBug #639: merge in Leeaan Bent's fix.
robertc [Tue, 21 Dec 2004 22:03:01 +0000 (22:03 +0000)] 
Bug #639: merge in Leeaan Bent's fix.

20 years agoAutoconf and bootstrap cleanups from hno
robertc [Tue, 21 Dec 2004 21:55:20 +0000 (21:55 +0000)] 
Autoconf and bootstrap cleanups from hno

20 years agoBootstrapped
hno [Tue, 21 Dec 2004 08:10:11 +0000 (08:10 +0000)] 
Bootstrapped

20 years agoBug #871: Fix up local squid macros quoting
robertc [Tue, 21 Dec 2004 03:25:06 +0000 (03:25 +0000)] 
Bug #871: Fix up local squid macros quoting

20 years agoBug #1042: ssl buffer overrun if delay pools disabled
hno [Tue, 21 Dec 2004 03:15:27 +0000 (03:15 +0000)] 
Bug #1042: ssl buffer overrun if delay pools disabled

20 years agoBug# 103 post merge fix for stat.cc
robertc [Tue, 21 Dec 2004 02:26:11 +0000 (02:26 +0000)] 
Bug# 103 post merge fix for stat.cc

20 years agooops, broke auth_digest builds with a bad commit
robertc [Tue, 21 Dec 2004 02:13:54 +0000 (02:13 +0000)] 
oops, broke auth_digest builds with a bad commit

20 years agoBug #103: Use meaningful labels in the hit/miss statistics (via hno)
robertc [Tue, 21 Dec 2004 01:48:58 +0000 (01:48 +0000)] 
Bug #103: Use meaningful labels in the hit/miss statistics (via hno)

20 years agomerge in digest locking fix for helper requests - bug #825
robertc [Tue, 21 Dec 2004 01:28:09 +0000 (01:28 +0000)] 
merge in digest locking fix for helper requests - bug #825

20 years agoappend CPPUNIT include path to the src Make flags, to fix systems without cppunit
robertc [Tue, 21 Dec 2004 01:14:31 +0000 (01:14 +0000)] 
append CPPUNIT include path to the src Make flags, to fix systems without cppunit

20 years agodistribute new headers, enable digest and ntlm by default
robertc [Tue, 21 Dec 2004 01:01:05 +0000 (01:01 +0000)] 
distribute new headers, enable digest and ntlm by default

20 years agomerge in bugfix for bug 872 - NTLM locking improvements to prevent crashes
robertc [Tue, 21 Dec 2004 00:35:58 +0000 (00:35 +0000)] 
merge in bugfix for bug 872 - NTLM locking improvements to prevent crashes

20 years agomake dist fixes towards fixing bug #747. Delete archids from broken cppunit make...
robertc [Tue, 21 Dec 2004 00:25:16 +0000 (00:25 +0000)] 
make dist fixes towards fixing bug #747. Delete archids from broken cppunit make dist.

20 years agofixup bootstrapping
robertc [Tue, 21 Dec 2004 00:20:29 +0000 (00:20 +0000)] 
fixup bootstrapping

20 years agoMerge in second phase Disk IO refactoring, separating out the store and the io logic.
robertc [Mon, 20 Dec 2004 23:30:12 +0000 (23:30 +0000)] 
Merge in second phase Disk IO refactoring, separating out the store and the io logic.

Patches applied:

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-15
   Merge of robertc@squid-cache.org--squid/squid--HEAD--3.0--patch-286

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-16
   Merge of robertc@squid-cache.org--squid/squid--HEAD--3.0--patch-287

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-17
   Merge of robertc@squid-cache.org--squid/squid--HEAD--3.0--patch-288

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-18
   Merge of robertc@squid-cache.org--squid/squid--HEAD--3.0--patch-289

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-19
   Merge of robertc@squid-cache.org--squid/squid--HEAD--3.0--patch-290

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-20
   Sync to HEAD.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-21
   More OOification.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-22
   Extraction of Disk IO modules.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-23
   Make diskd use the IO separation facility.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-24
   More diskd layering work.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-25
   Rename SwapDirOption to ConfigOption.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-26
   More diskd works.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-27
   Move diskd's IO logic to DiskIO/DiskDaemon

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-28
   Finish AUFS logic separation.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-29
   Add AIO Disk IO Module.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-30
   Fix double-free in coss.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-31
   AIO as a full IO Module.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-32
   Make IO usage flexible.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-33
   Make coss work with diskd.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-34
   Merge of robertc@squid-cache.org--squid/squid--HEAD--3.0--patch-356

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-35
   Merge of robertc@squid-cache.org--squid/squid--HEAD--3.0--patch-357

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-36
   Merge of robertc@squid-cache.org--squid/squid--HEAD--3.0--patch-358

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-37
   Merge of robertc@squid-cache.org--squid/squid--HEAD--3.0--patch-359

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-38
   Merge of robertc@squid-cache.org--squid/squid--HEAD--3.0--patch-360

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-39
   Add missed files.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-40
   Merge of robertc@squid-cache.org--squid/squid--HEAD--3.0--patch-361

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-41
   AIO stability work.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-42
   Coss tidyup.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-43
   Merge of robertc@squid-cache.org--squid/squid--HEAD--3.0

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-44
   Bugfix: coss aliasing error.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-45
   Merge http_version fix.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-46
   CossLog tweaks.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-47
   Remove all AIO dependencies from coss.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-48
   Merge from HEAD.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-49
   merge from HEAD

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-50
   sync with MAIN

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-51
   merge in bugfix for auth double deletes in digest

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-52
   update from HEAD

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-53
   sync with HEAD

20 years agoMerge in authentication bugfix for digest.
robertc [Mon, 20 Dec 2004 22:39:55 +0000 (22:39 +0000)] 
Merge in authentication bugfix for digest.

Patches applied:

 * robertc@squid-cache.org--squid/squid--authentication--3.0--patch-118
   minor typo fix to test commit messages

 * robertc@squid-cache.org--squid/squid--authentication--3.0--patch-119
   fix double free with digest auth

20 years agoFix Stack which was broken in HEAD. Also update bootstrap.sh for newer automake and...
robertc [Mon, 20 Dec 2004 21:52:07 +0000 (21:52 +0000)] 
Fix Stack which was broken in HEAD. Also update bootstrap.sh for newer automake and autoconf.

20 years agoBug #1142: fails to build with GCC-3.4.2 (FreeBSD and Linux)
hno [Sun, 12 Dec 2004 05:07:31 +0000 (05:07 +0000)] 
Bug #1142: fails to build with GCC-3.4.2 (FreeBSD and Linux)

This patch adds the != operator to HttpVersion

Also backs out the patch from Bug #1152.

20 years agoBootstrapped
hno [Fri, 10 Dec 2004 08:10:37 +0000 (08:10 +0000)] 
Bootstrapped

20 years agoBug #931: SSL error message on startup ought to be supressed...
hno [Fri, 10 Dec 2004 07:56:46 +0000 (07:56 +0000)] 
Bug #931: SSL error message on startup ought to be supressed...

incremental patch

20 years agoBug #1151: HEAD doesn't build with gcc 3.3.x
hno [Fri, 10 Dec 2004 07:55:15 +0000 (07:55 +0000)] 
Bug #1151: HEAD doesn't build with gcc 3.3.x

20 years agoBug #1143: Squid returns random error messages on request for http://./
hno [Fri, 10 Dec 2004 07:54:04 +0000 (07:54 +0000)] 
Bug #1143: Squid returns random error messages on request for http://./

20 years agoBug #1112: PURGE allowed to delete internal objects
hno [Fri, 10 Dec 2004 07:51:33 +0000 (07:51 +0000)] 
Bug #1112: PURGE allowed to delete internal objects

20 years agoFeature #1005: libxml2 as ESI parser
hno [Fri, 10 Dec 2004 07:49:53 +0000 (07:49 +0000)] 
Feature #1005: libxml2 as ESI parser

by jojo@fistofbenztown.de (Joachim Bauch)

Todo: With this is becomes an apparent need to modularize the ESI parsers
slightly to allow the user to select which ESI parsers to build.

20 years agoBug #1152: Document --enable-esi in squid.conf.default
hno [Fri, 10 Dec 2004 07:44:29 +0000 (07:44 +0000)] 
Bug #1152: Document --enable-esi in squid.conf.default

20 years agoFeature Request #601: add request_header_access and reply_header_access
hno [Wed, 8 Dec 2004 07:24:41 +0000 (07:24 +0000)] 
Feature Request #601: add request_header_access and reply_header_access

This splits header_access into request_header_access and reply_header_access

20 years agoBug #1116: Squid fails to close TCP connection after malformed HTTP response
hno [Wed, 8 Dec 2004 07:16:36 +0000 (07:16 +0000)] 
Bug #1116: Squid fails to close TCP connection after malformed HTTP response

20 years agoBug #931: Cleanup of SSL messages on startup/reconfigure
hno [Wed, 8 Dec 2004 07:06:03 +0000 (07:06 +0000)] 
Bug #931: Cleanup of SSL messages on startup/reconfigure

The attached patch restructures the SSL initialization in such manner
that the SSL contexts are set up after the whole configuration has been read,
allowing the cache.log to be opened before.

20 years agoPatch ported from 2.5 branch. Various checks on HTTP header compliance,
wessels [Wed, 17 Nov 2004 06:11:46 +0000 (06:11 +0000)] 
Patch ported from 2.5 branch.  Various checks on HTTP header compliance,
for both requests and responses.

20 years agoBug #1085: Compiler errors compiling with GCC 3.4 series
hno [Mon, 8 Nov 2004 06:29:50 +0000 (06:29 +0000)] 
Bug #1085: Compiler errors compiling with GCC 3.4 series

20 years agoMake sure the debug subsystem is suitably initialized early in the
hno [Sun, 7 Nov 2004 21:49:44 +0000 (21:49 +0000)] 
Make sure the debug subsystem is suitably initialized early in the
startup before configuration has been read

20 years agoBug #918: Complain loudly if no write permission to cache directory
hno [Sun, 7 Nov 2004 21:03:18 +0000 (21:03 +0000)] 
Bug #918: Complain loudly if no write permission to cache directory

20 years agoBug #896: snapshot 0119 /0214 fails to build on solaris 9 x86 (ufs)
hno [Sun, 7 Nov 2004 20:58:30 +0000 (20:58 +0000)] 
Bug #896: snapshot 0119 /0214 fails to build on solaris 9 x86 (ufs)

20 years agoClean up use of isXXX ctype functions to always call on unsigned char
hno [Sun, 7 Nov 2004 20:55:20 +0000 (20:55 +0000)] 
Clean up use of isXXX ctype functions to always call on unsigned char

20 years agoBug #1105: Cannot build Squid 3.0 on FreeBSD 4.10 with --enable-esi option
hno [Sun, 7 Nov 2004 05:24:22 +0000 (05:24 +0000)] 
Bug #1105: Cannot build Squid 3.0 on FreeBSD 4.10 with --enable-esi option

20 years agoBug #1060: acl time fails to parse multiple time specifications correctly
hno [Sun, 7 Nov 2004 05:22:16 +0000 (05:22 +0000)] 
Bug #1060: acl time fails to parse multiple time specifications correctly

20 years agoBug #1057: New options to refresh-pattern configuration
hno [Sun, 7 Nov 2004 05:20:47 +0000 (05:20 +0000)] 
Bug #1057: New options to refresh-pattern configuration

By Przemek Czerkas and David S. Madole

This is based on patch by David S. Madole
http://www.omdev.com/squid/squid-2.2.STABLE4.ignore-no-cache.patch

I've added more options to refresh-pattern configuration:

- 'ignore-no-cache' ignores any "Pragma: no-cache" and "Cache-control:
   no-cache" headers received from a server,

- 'ignore-private' ignores any "Cache-control: private" headers
   received from a server,

- 'ignore-auth' caches responses to requests with authorization
   irrespective of "Cache-control: " headers received from a server.

Warning - these options VIOLATE the HTTP standard!

20 years agoBug #1043: syscalls.sock.read/write and syscalls.sock.sockets are not accounted corre...
hno [Sun, 7 Nov 2004 05:11:39 +0000 (05:11 +0000)] 
Bug #1043: syscalls.sock.read/write and syscalls.sock.sockets are not accounted correctly.

20 years agoBug #1021: Supplementary groups membership initialization for children processes
hno [Sun, 7 Nov 2004 05:09:19 +0000 (05:09 +0000)] 
Bug #1021: Supplementary groups membership initialization for children processes

Incremental patch by Guido.

The original patch did not compile on systems without initgroups.

20 years agoBug #931: SSL error message on startup ought to be supressed...
hno [Sun, 7 Nov 2004 05:03:57 +0000 (05:03 +0000)] 
Bug #931: SSL error message on startup ought to be supressed...

By Guido.

Supress stupid SSL error messages if not configured, and correct
several of the error messages.

20 years agoBug #909: ARP Support on FreeBSD
hno [Sun, 7 Nov 2004 04:57:53 +0000 (04:57 +0000)] 
Bug #909: ARP Support on FreeBSD

From Guido Serassio  2004-10-23 14:57

The new FreeBSD code doesn't build.

There are some C++ problems, and the Solaris section seems to be affected too.

20 years agoBug #894: continual "cache size changed" messages on -k logrotate
hno [Sun, 7 Nov 2004 04:51:57 +0000 (04:51 +0000)] 
Bug #894: continual "cache size changed" messages on -k logrotate

patch by Guido.

20 years agoBug #1102: O_NONBLOCK on disk files is not a wise idea as this
hno [Sun, 7 Nov 2004 04:37:59 +0000 (04:37 +0000)] 
Bug #1102: O_NONBLOCK on disk files is not a wise idea as this
is not standardized, and results may be unexpected.

Especially considering Linux now starts to add O_NONBLOCK support
on disk files but the implementation is far from complete yet.

20 years agoBootstrapped
hno [Tue, 26 Oct 2004 06:10:38 +0000 (06:10 +0000)] 
Bootstrapped

20 years agoDist auth scheme headers
hno [Mon, 25 Oct 2004 18:40:20 +0000 (18:40 +0000)] 
Dist auth scheme headers

20 years agoBootstrapped
hno [Thu, 21 Oct 2004 06:10:36 +0000 (06:10 +0000)] 
Bootstrapped

20 years agoBug #836: redirect_rewrites_host_header off broken
hno [Thu, 21 Oct 2004 04:48:52 +0000 (04:48 +0000)] 
Bug #836: redirect_rewrites_host_header off broken

By Guido.

20 years agoBug #1021: Supplementary groups membership initialization for children processes
hno [Thu, 21 Oct 2004 04:41:03 +0000 (04:41 +0000)] 
Bug #1021: Supplementary groups membership initialization for children processes

By  Dimitry V. Ketov, based on code from Apache.

20 years agoBug #998: acl rep_mime_type broken, looking into request headers
hno [Thu, 21 Oct 2004 04:37:56 +0000 (04:37 +0000)] 
Bug #998: acl rep_mime_type broken, looking into request headers
where it should look into reply headers.

By  Gonzalo Arana

20 years agoBug #901: ident ACLs parsed incorrectly if specified multiple times
hno [Thu, 21 Oct 2004 04:31:23 +0000 (04:31 +0000)] 
Bug #901: ident ACLs parsed incorrectly if specified multiple times

20 years agoBug #1058: balance_on_multiple_ip directive to make it possible to
hno [Mon, 18 Oct 2004 18:20:09 +0000 (18:20 +0000)] 
Bug #1058: balance_on_multiple_ip directive to make it possible to
turn of the automatic round-robin on sites with multiple IP addresses

optimized ipcache usage on reload when using the internal TTL aware
dns client.

20 years agoBug #1000: Content gets corrupted during upload
hno [Mon, 18 Oct 2004 18:16:22 +0000 (18:16 +0000)] 
Bug #1000: Content gets corrupted during upload

20 years agoBug #860: ACL based logging does not work
hno [Mon, 18 Oct 2004 18:12:54 +0000 (18:12 +0000)] 
Bug #860: ACL based logging does not work

20 years agoBug #860: redirector_access does not handle "slow" acls
hno [Mon, 18 Oct 2004 18:05:37 +0000 (18:05 +0000)] 
Bug #860: redirector_access does not handle "slow" acls

20 years agoBootstrapped
hno [Mon, 18 Oct 2004 06:10:37 +0000 (06:10 +0000)] 
Bootstrapped

20 years agoBug #909: FreeBSD support for ARP acls
hno [Mon, 18 Oct 2004 04:13:02 +0000 (04:13 +0000)] 
Bug #909: FreeBSD support for ARP acls

By Glen Gibb, ported to Squid-3 by Guido.

20 years agoBug #1091: compile fails with warnings with --disable-internal-dns
hno [Sat, 16 Oct 2004 03:12:47 +0000 (03:12 +0000)] 
Bug #1091: compile fails with warnings with --disable-internal-dns
Patch by Guido.

20 years agoBug #1072 (#968): Invalid value for range_offset_limit -1 KB
hno [Sat, 16 Oct 2004 03:10:44 +0000 (03:10 +0000)] 
Bug #1072 (#968): Invalid value for range_offset_limit -1 KB

20 years agoBug #833: deny_info only works with http_access, not http_reply_access or miss_access
hno [Fri, 15 Oct 2004 05:32:45 +0000 (05:32 +0000)] 
Bug #833: deny_info only works with http_access, not http_reply_access or miss_access

20 years agoBug #833: Apparent memory leak in cliend_db
hno [Fri, 15 Oct 2004 05:31:30 +0000 (05:31 +0000)] 
Bug #833: Apparent memory leak in cliend_db

20 years agoBootstrapped
hno [Mon, 11 Oct 2004 06:10:36 +0000 (06:10 +0000)] 
Bootstrapped

20 years agoBug #1093: --enable-x-accelerator-vary accesses freed memory
hno [Sun, 10 Oct 2004 09:06:17 +0000 (09:06 +0000)] 
Bug #1093: --enable-x-accelerator-vary accesses freed memory

20 years agoBug #1075: Limit internal send/receive buffer sizes
hno [Sun, 10 Oct 2004 09:03:32 +0000 (09:03 +0000)] 
Bug #1075: Limit internal send/receive buffer sizes

20 years agoBug #1019: Support --program-transform and related configure options
hno [Sun, 10 Oct 2004 09:02:42 +0000 (09:02 +0000)] 
Bug #1019: Support --program-transform and related configure options

20 years agoBug #852: A large number of queued DNS lookups for the same domain
hno [Sun, 10 Oct 2004 08:53:26 +0000 (08:53 +0000)] 
Bug #852: A large number of queued DNS lookups for the same domain

20 years agoBug #848: connect_timeout ends up twice the length
hno [Sun, 10 Oct 2004 08:49:04 +0000 (08:49 +0000)] 
Bug #848: connect_timeout ends up twice the length

This adds the forward_timeout parameter, placing an upper limit on
how long Squid tries to forward a request, and allows proper connect
timeout management.

20 years agoBug #616: Negative cached 404 replies with VARY header never matches
hno [Sun, 10 Oct 2004 08:45:11 +0000 (08:45 +0000)] 
Bug #616: Negative cached 404 replies with VARY header never matches

20 years agoBug #1095: There should be a default mempool limit
hno [Fri, 8 Oct 2004 23:42:09 +0000 (23:42 +0000)] 
Bug #1095: There should be a default mempool limit

Change the default memory_pools_limit to 5 MB (was unlimited)

20 years agoFix bootstrap script again.. last change introduced a loop..
hno [Sat, 2 Oct 2004 14:24:30 +0000 (14:24 +0000)] 
Fix bootstrap script again.. last change introduced a loop..

20 years agoEleminate Linux/GNU dependency in "make dist"
hno [Tue, 28 Sep 2004 01:09:12 +0000 (01:09 +0000)] 
Eleminate Linux/GNU dependency in "make dist"

20 years agobootstrapped cppunit with AM_MAINTAINER_MODE
hno [Mon, 27 Sep 2004 23:57:40 +0000 (23:57 +0000)] 
bootstrapped cppunit with AM_MAINTAINER_MODE

20 years agoSupport hierarchy of bootstrap scripts again..
hno [Mon, 27 Sep 2004 23:57:11 +0000 (23:57 +0000)] 
Support hierarchy of bootstrap scripts again..

20 years agoremove redundant file
hno [Mon, 27 Sep 2004 23:43:59 +0000 (23:43 +0000)] 
remove redundant file

20 years agoIt was correct to begin with...
hno [Mon, 27 Sep 2004 23:35:35 +0000 (23:35 +0000)] 
It was correct to begin with...

20 years agoFix bootstrap.sh script agin...
hno [Mon, 27 Sep 2004 23:34:38 +0000 (23:34 +0000)] 
Fix bootstrap.sh script agin...

20 years agoFix bootstrap script again, and include lib/cppunit-1.10.0 in the
hno [Mon, 27 Sep 2004 23:33:34 +0000 (23:33 +0000)] 
Fix bootstrap script again, and include lib/cppunit-1.10.0 in the
bootstrapping process if needed

20 years agoEnable maintainer mode to avoid automatic autotool dependencies
hno [Mon, 27 Sep 2004 23:32:39 +0000 (23:32 +0000)] 
Enable maintainer mode to avoid automatic autotool dependencies

20 years agoImport AC_CXX... macros. These appears not to be part of standard autoconf
hno [Mon, 27 Sep 2004 23:30:14 +0000 (23:30 +0000)] 
Import AC_CXX... macros. These appears not to be part of standard autoconf

20 years agoBug #899: request_header_max_size configuration option doesn't work correctly
hno [Mon, 27 Sep 2004 03:40:29 +0000 (03:40 +0000)] 
Bug #899: request_header_max_size configuration option doesn't work correctly

This patch enforced the request_header_max_size directive even if the
internal buffer size can accomodate larger requests, and increases the
default limit from 10 KB to 20 KB to compensate for the stricter checking.

20 years agoBug #431: case insensitive authentication
hno [Mon, 27 Sep 2004 03:35:41 +0000 (03:35 +0000)] 
Bug #431: case insensitive authentication

Most authentication backends are case insensitive on the user name, and
so should Squid. (with option for case sensitive operation)

Patch ported to Squid-3 by Guido

20 years agoC++ merge bugfixes. Thanks Guido!
hno [Sun, 26 Sep 2004 22:38:01 +0000 (22:38 +0000)] 
C++ merge bugfixes. Thanks Guido!

20 years agoBug #1078: ncsa_auth is sensitive on line ending format
hno [Sun, 26 Sep 2004 03:12:15 +0000 (03:12 +0000)] 
Bug #1078: ncsa_auth is sensitive on line ending format

20 years agoBug #1001: Partial hit results in TCP_HIT, not TCP_MISS
hno [Sat, 25 Sep 2004 21:54:12 +0000 (21:54 +0000)] 
Bug #1001: Partial hit results in TCP_HIT, not TCP_MISS

Set log type to TCP_MISS on partial hits (object currently being retreived)