]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update
authorwessels <>
Tue, 28 Oct 1997 04:36:24 +0000 (04:36 +0000)
committerwessels <>
Tue, 28 Oct 1997 04:36:24 +0000 (04:36 +0000)
ChangeLog

index 984928001a5c1c4111fe7dd94e5945f1a59713d1..db9cab50a5074f04a114ef9f2c8be650159cea3f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,14 @@
          (Michael O'Reilly).
        - Fixed memory leaks in pconn.c (Max Okumoto).
        - Enhanced 'client' program with 'ping' behaviour (Ron Gomes).
+       - Fixed InvokeHandlers() from calling memCopy() for ALL
+         store_client's with callbacks.  A store_client might be reading
+         from disk.
+       - Rewrote storeGetSwapSpace().  No longer will we scan one
+         bucket at a time.  Instead we'll maintain a single LRU
+         list.  When an object is 'touched' we move it to the
+         top of this list.  When we need disk space, we delete
+         from the bottom.
        
 Changes to squid-1.2.beta1 ():