]> git.ipfire.org Git - thirdparty/squid.git/log
thirdparty/squid.git
26 years agolittle StatHist cleanup and debugging
wessels [Thu, 15 Oct 1998 23:34:32 +0000 (23:34 +0000)] 
little StatHist cleanup and debugging

26 years agoupdate
wessels [Thu, 15 Oct 1998 06:47:03 +0000 (06:47 +0000)] 
update

26 years agoallow whitespace in request URI's.
wessels [Thu, 15 Oct 1998 03:11:55 +0000 (03:11 +0000)] 
allow whitespace in request URI's.

26 years agotypo
wessels [Thu, 15 Oct 1998 02:14:04 +0000 (02:14 +0000)] 
typo

26 years agotypos and whitespace
wessels [Thu, 15 Oct 1998 02:12:14 +0000 (02:12 +0000)] 
typos and whitespace

26 years agoupdate
wessels [Wed, 14 Oct 1998 22:30:27 +0000 (22:30 +0000)] 
update

26 years agoFMR bug
wessels [Wed, 14 Oct 1998 22:09:30 +0000 (22:09 +0000)] 
FMR bug

26 years agocheck for working inet_ntoa()
wessels [Wed, 14 Oct 1998 09:04:21 +0000 (09:04 +0000)] 
check for working inet_ntoa()

26 years agofix potential buffer overrun and negative array index bugs
wessels [Wed, 14 Oct 1998 08:40:25 +0000 (08:40 +0000)] 
fix potential buffer overrun and negative array index bugs

26 years agowrong version in welcome comment
wessels [Wed, 14 Oct 1998 05:42:03 +0000 (05:42 +0000)] 
wrong version in welcome comment

26 years agoFrom: Q <q@fan.net.au>
wessels [Wed, 14 Oct 1998 05:39:08 +0000 (05:39 +0000)] 
From:    Q <q@fan.net.au>
Here is a patch to make squid2-p1 work properly when it's both an
ipf-transparent proxy and a local http-accelerator at the same time. It
also closes a potential DoS window.

26 years agosome compilers cant grok variable names same as type names
wessels [Wed, 14 Oct 1998 05:33:29 +0000 (05:33 +0000)] 
some compilers cant grok variable names same as type names

26 years agotypo
wessels [Wed, 14 Oct 1998 05:15:01 +0000 (05:15 +0000)] 
typo

26 years agoupdate
wessels [Wed, 14 Oct 1998 02:39:01 +0000 (02:39 +0000)] 
update

26 years ago - Changed storeClientCopy2() so that it keeps sending the remainder
wessels [Wed, 14 Oct 1998 02:38:42 +0000 (02:38 +0000)] 
    - Changed storeClientCopy2() so that it keeps sending the remainder
          of a STORE_ABORTED request, instead of cutting off the client as
          soon as the object becomes aborted.

26 years agoreplaced errorCon() with call to fwdFail() for httpTimeout.
wessels [Wed, 14 Oct 1998 02:37:19 +0000 (02:37 +0000)] 
replaced errorCon() with call to fwdFail() for httpTimeout.

26 years agomake Unused ICP version warning debug level 1
wessels [Wed, 14 Oct 1998 02:35:55 +0000 (02:35 +0000)] 
make Unused ICP version warning debug level 1

26 years agoupdate
wessels [Tue, 13 Oct 1998 23:40:36 +0000 (23:40 +0000)] 
update

26 years agoneed to release objects on swapout errors when we close the swapout FD
wessels [Tue, 13 Oct 1998 10:46:30 +0000 (10:46 +0000)] 
need to release objects on swapout errors when we close the swapout FD

26 years agoupdate
wessels [Tue, 13 Oct 1998 04:02:40 +0000 (04:02 +0000)] 
update

26 years agogetAnyParent -- last resort for when all parents down
wessels [Tue, 13 Oct 1998 03:40:57 +0000 (03:40 +0000)] 
getAnyParent -- last resort for when all parents down

26 years ago2.0 branch
wessels [Tue, 13 Oct 1998 03:39:06 +0000 (03:39 +0000)] 
2.0 branch

26 years agoupdate
wessels [Tue, 13 Oct 1998 03:25:11 +0000 (03:25 +0000)] 
update

26 years agoSGI fixes for rusage stuff
wessels [Tue, 13 Oct 1998 02:26:41 +0000 (02:26 +0000)] 
SGI fixes for rusage stuff

26 years ago2.0 branch merge
wessels [Mon, 12 Oct 1998 05:19:47 +0000 (05:19 +0000)] 
2.0 branch merge

26 years agoupdate
wessels [Sat, 10 Oct 1998 20:58:46 +0000 (20:58 +0000)] 
update

26 years agoMoved many common dns/redirect/authenticate functions into helper.c
wessels [Sat, 10 Oct 1998 20:57:36 +0000 (20:57 +0000)] 
Moved many common dns/redirect/authenticate functions into helper.c

26 years ago2.0 branch merge
wessels [Fri, 9 Oct 1998 23:52:54 +0000 (23:52 +0000)] 
2.0 branch merge

26 years agoChanged the policy of storeReleaseRequest() which used to require
wessels [Fri, 9 Oct 1998 23:46:35 +0000 (23:46 +0000)] 
Changed the policy of storeReleaseRequest() which used to require
the entry to be locked.  This was to prevent RELEASE_REQUEST entries
from getting stranded.

But there were some places where we manually set the RELEASE_REQUEST
bits for maybe-unlocked objects.  This sucks because we also need
to clear ENTRY_CACHABLE if we set RELEASE_REQUEST.

Now anyone can call storeReleaseRequest().

26 years ago2_0 branch merge
wessels [Fri, 9 Oct 1998 02:10:09 +0000 (02:10 +0000)] 
2_0 branch merge

26 years agofix for unsinged size_t
wessels [Thu, 8 Oct 1998 09:17:30 +0000 (09:17 +0000)] 
fix for unsinged size_t

26 years ago2.0 branch merge
wessels [Thu, 8 Oct 1998 08:40:01 +0000 (08:40 +0000)] 
2.0 branch merge

26 years agoupdate
wessels [Thu, 8 Oct 1998 01:34:51 +0000 (01:34 +0000)] 
update

26 years agoadded drand48
wessels [Thu, 8 Oct 1998 01:34:36 +0000 (01:34 +0000)] 
added drand48

26 years agoadding
wessels [Thu, 8 Oct 1998 01:34:01 +0000 (01:34 +0000)] 
adding

26 years agoadd 5/60 minute byte/request hit ratios to info page
wessels [Wed, 7 Oct 1998 00:32:41 +0000 (00:32 +0000)] 
add 5/60 minute byte/request hit ratios to info page

26 years agoDEC CC -O2 only works on OSF4 and later?
wessels [Sat, 3 Oct 1998 10:06:26 +0000 (10:06 +0000)] 
DEC CC -O2 only works on OSF4 and later?

26 years agomerge SQUID_2_0 branch
wessels [Sat, 3 Oct 1998 09:56:47 +0000 (09:56 +0000)] 
merge SQUID_2_0 branch

26 years agounused var
wessels [Sat, 3 Oct 1998 09:39:46 +0000 (09:39 +0000)] 
unused var

26 years agoadd -O2 for DEC CC
wessels [Sat, 3 Oct 1998 09:36:53 +0000 (09:36 +0000)] 
add -O2 for DEC CC

26 years agouse fd_mask vs int
wessels [Fri, 2 Oct 1998 11:02:29 +0000 (11:02 +0000)] 
use fd_mask vs int
try a faster loop for commDeferRead() checks

26 years agocheck for type fd_mask
wessels [Fri, 2 Oct 1998 10:36:22 +0000 (10:36 +0000)] 
check for type fd_mask

26 years agoupdate
wessels [Fri, 2 Oct 1998 04:58:09 +0000 (04:58 +0000)] 
update

26 years ago2.1.PRE1
wessels [Fri, 2 Oct 1998 04:57:11 +0000 (04:57 +0000)] 
2.1.PRE1

26 years agoavoid scanning loops in comm_select(); from Jeff Mogul patches
wessels [Fri, 2 Oct 1998 04:28:26 +0000 (04:28 +0000)] 
avoid scanning loops in comm_select(); from Jeff Mogul patches

26 years agomake delayPoolsUpdate() an event
wessels [Wed, 30 Sep 1998 10:34:06 +0000 (10:34 +0000)] 
make delayPoolsUpdate() an event

26 years agoAdded offline mode
wessels [Wed, 30 Sep 1998 08:53:17 +0000 (08:53 +0000)] 
Added offline mode

26 years ago- better comments for httpHdrRangeWillBeComplex + HIT case
rousskov [Wed, 30 Sep 1998 05:53:27 +0000 (05:53 +0000)] 
- better comments for httpHdrRangeWillBeComplex + HIT case

26 years agoAdded SNMP changes
glenn [Wed, 30 Sep 1998 03:17:33 +0000 (03:17 +0000)] 
Added SNMP changes

26 years agorearrange stuff so snprintf() doesn't call vsnprintf() and we don't
wessels [Tue, 29 Sep 1998 22:47:53 +0000 (22:47 +0000)] 
rearrange stuff so snprintf() doesn't call vsnprintf() and we don't
get prototype warnings

26 years agogindent
wessels [Tue, 29 Sep 1998 22:33:39 +0000 (22:33 +0000)] 
gindent

26 years agodebug levels
wessels [Tue, 29 Sep 1998 22:32:50 +0000 (22:32 +0000)] 
debug levels

26 years agoneighborType() needs to be global
wessels [Tue, 29 Sep 1998 07:32:58 +0000 (07:32 +0000)] 
neighborType() needs to be global

26 years agonetdbGetClosestParent() needs to check the peer is really a parent
wessels [Sat, 26 Sep 1998 00:31:27 +0000 (00:31 +0000)] 
netdbGetClosestParent() needs to check the peer is really a parent

26 years agoincrease debug
wessels [Fri, 25 Sep 1998 12:21:56 +0000 (12:21 +0000)] 
increase debug

26 years agogindent
wessels [Fri, 25 Sep 1998 12:21:30 +0000 (12:21 +0000)] 
gindent

26 years ago2.0.PRE1
wessels [Fri, 25 Sep 1998 12:03:41 +0000 (12:03 +0000)] 
2.0.PRE1

26 years agoupdate
wessels [Fri, 25 Sep 1998 12:02:57 +0000 (12:02 +0000)] 
update

26 years agoupdate
wessels [Fri, 25 Sep 1998 11:58:15 +0000 (11:58 +0000)] 
update

26 years agoprobable off-by-one bug (Joe Ramey)
wessels [Fri, 25 Sep 1998 11:35:31 +0000 (11:35 +0000)] 
probable off-by-one bug (Joe Ramey)

26 years agoAdded Connection/Meter
glenn [Fri, 25 Sep 1998 04:41:06 +0000 (04:41 +0000)] 
Added Connection/Meter

26 years ago- synced with Range support changes
rousskov [Fri, 25 Sep 1998 02:47:30 +0000 (02:47 +0000)] 
- synced with Range support changes
- added X-Forwarded-For TODO entry

26 years ago- added httpHdrRangeWillBeComplex
rousskov [Fri, 25 Sep 1998 02:42:09 +0000 (02:42 +0000)] 
- added httpHdrRangeWillBeComplex

26 years ago- changed the way Range requests are handled:
rousskov [Fri, 25 Sep 1998 02:41:19 +0000 (02:41 +0000)] 
- changed the way Range requests are handled:
- do not "advertise" our ability to process ranges at all
- on hits, handle simple ranges and forward complex ones
- on misses, fetch the whole document for simple ranges
  and forward range request for complex ranges
  The change is supposed to decrease the number of cases when clients
  such as Adobe acrobat reader get confused when we send a "200" response
  instead of "206" (because we cannot handle complex ranges, even for hits)
  Note: Support for complex ranges requires storage of partial objects.

26 years ago- minor fix
rousskov [Fri, 25 Sep 1998 02:35:11 +0000 (02:35 +0000)] 
- minor fix

26 years ago- fixed(?) cbdata handling by the peer_digest module
rousskov [Fri, 25 Sep 1998 02:29:13 +0000 (02:29 +0000)] 
- fixed(?) cbdata handling by the peer_digest module
  there should be less coredumps on reconfigure now
  however, the digest structure might leak when peer is gone -- TBF

26 years agoupdate
wessels [Fri, 25 Sep 1998 02:26:54 +0000 (02:26 +0000)] 
update

26 years ago- added support for undocumented Request-Range header
rousskov [Fri, 25 Sep 1998 02:20:20 +0000 (02:20 +0000)] 
- added support for undocumented Request-Range header
  the header is used by Netscape (with Adobe plugin working)
  Request-Range is assumed to match Range header so only
  the former is actually used when both are provided.

26 years ago- fixed a bug when one of the merged ranges could get lost
rousskov [Fri, 25 Sep 1998 02:16:24 +0000 (02:16 +0000)] 
- fixed a bug when one of the merged ranges could get lost
- commented out merging of overlapping ranges
  because it might break efficieancy of some clients
- added httpHdrRangeWillBeComplex()

26 years agoRemoved static reference to squid used global variable for name instead
glenn [Thu, 24 Sep 1998 05:15:53 +0000 (05:15 +0000)] 
Removed static reference to squid used global variable for name instead

26 years ago- added missing "bytes" to Content-Range reply header
rousskov [Thu, 24 Sep 1998 03:52:20 +0000 (03:52 +0000)] 
- added missing "bytes" to Content-Range reply header

26 years agoMoved the squid OID and added and removed a number of MIB objects
glenn [Thu, 24 Sep 1998 03:31:29 +0000 (03:31 +0000)] 
Moved the squid OID and added and removed a number of MIB objects

26 years agoRemoved SNMP code.
glenn [Thu, 24 Sep 1998 03:29:29 +0000 (03:29 +0000)] 
Removed SNMP code.

26 years agoAdded and removed code so only returns basic stats
glenn [Thu, 24 Sep 1998 03:29:07 +0000 (03:29 +0000)] 
Added and removed code so only returns basic stats

26 years agoMinor modifications, clean up the static situation
glenn [Thu, 24 Sep 1998 03:26:06 +0000 (03:26 +0000)] 
Minor modifications, clean up the static situation

26 years agoModified to remove and add some groups.
glenn [Thu, 24 Sep 1998 03:25:11 +0000 (03:25 +0000)] 
Modified to remove and add some groups.

26 years agoModified to no longer return the whole cache, just statistics
glenn [Thu, 24 Sep 1998 03:24:37 +0000 (03:24 +0000)] 
Modified to no longer return the whole cache, just statistics

26 years agoAdded code to return basic statistics
glenn [Thu, 24 Sep 1998 03:23:33 +0000 (03:23 +0000)] 
Added code to return basic statistics

26 years agoMinor modifications, removing statics.
glenn [Thu, 24 Sep 1998 03:22:50 +0000 (03:22 +0000)] 
Minor modifications, removing statics.

26 years agoModified to use SMIv2
glenn [Thu, 24 Sep 1998 03:21:08 +0000 (03:21 +0000)] 
Modified to use SMIv2

26 years agoget the order right for quick_abort
wessels [Thu, 24 Sep 1998 03:21:05 +0000 (03:21 +0000)] 
get the order right for quick_abort

26 years agotypo
wessels [Thu, 24 Sep 1998 02:45:10 +0000 (02:45 +0000)] 
typo

26 years agoadd hash_last()
wessels [Thu, 24 Sep 1998 02:13:45 +0000 (02:13 +0000)] 
add hash_last()

26 years agoadd Id keyword
wessels [Wed, 23 Sep 1998 23:14:21 +0000 (23:14 +0000)] 
add Id keyword

26 years agoadd Id keyword
wessels [Wed, 23 Sep 1998 23:14:20 +0000 (23:14 +0000)] 
add Id keyword

26 years agocompiler warnings
wessels [Wed, 23 Sep 1998 23:09:43 +0000 (23:09 +0000)] 
compiler warnings

26 years agocomparison is always 0 due to limited range of data type
wessels [Wed, 23 Sep 1998 23:06:59 +0000 (23:06 +0000)] 
comparison is always 0 due to limited range of data type

26 years agoif/else bracket fiasco
wessels [Wed, 23 Sep 1998 23:05:44 +0000 (23:05 +0000)] 
if/else bracket fiasco

26 years agoupdate
wessels [Wed, 23 Sep 1998 22:12:04 +0000 (22:12 +0000)] 
update

26 years agonote how to include err_html_text
wessels [Wed, 23 Sep 1998 21:56:53 +0000 (21:56 +0000)] 
note how to include err_html_text

26 years agono-digest option missing
wessels [Wed, 23 Sep 1998 21:44:19 +0000 (21:44 +0000)] 
no-digest option missing

26 years agoDon't select a swap dir for writing if its over the high water mark.
wessels [Wed, 23 Sep 1998 21:37:43 +0000 (21:37 +0000)] 
Don't select a swap dir for writing if its over the high water mark.

Flag selected dirs for debugging in cachemgr

26 years agoclear errno just in case
wessels [Wed, 23 Sep 1998 21:36:49 +0000 (21:36 +0000)] 
clear errno just in case

26 years agoupdate
wessels [Wed, 23 Sep 1998 05:47:33 +0000 (05:47 +0000)] 
update

26 years agoupdate
wessels [Wed, 23 Sep 1998 05:46:58 +0000 (05:46 +0000)] 
update

26 years agodummy file prevents complaints when building outside src tree
wessels [Wed, 23 Sep 1998 05:46:09 +0000 (05:46 +0000)] 
dummy file prevents complaints when building outside src tree

26 years agoadd aborted_requests counter
wessels [Wed, 23 Sep 1998 05:15:39 +0000 (05:15 +0000)] 
add aborted_requests counter

26 years agoquick abort values are stored as KB
wessels [Wed, 23 Sep 1998 05:14:34 +0000 (05:14 +0000)] 
quick abort values are stored as KB

26 years agoAdded transparent IP/NAT support from Quinton Dolan - q@fan.net.au
wessels [Wed, 23 Sep 1998 03:16:24 +0000 (03:16 +0000)] 
Added transparent IP/NAT support from Quinton Dolan - q@fan.net.au

26 years agochanged interface to httpBuildRequestHeader.
wessels [Wed, 23 Sep 1998 01:59:15 +0000 (01:59 +0000)] 
changed interface to httpBuildRequestHeader.