]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update
authorwessels <>
Wed, 31 Dec 1997 06:58:43 +0000 (06:58 +0000)
committerwessels <>
Wed, 31 Dec 1997 06:58:43 +0000 (06:58 +0000)
ChangeLog
TODO

index 84a22b0589c29f8c7193ab4cf50e4b9131930d19..a5b629d6817ada72998907821ff0f452d57a3ac3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,8 @@
          http://squid.nlanr.net/Squid/urn-support.html
        - Fixed client-side persistent connections for objects with
          bad content lengths (Henrik Nordstrom).
+       - Fixed bad call to storeDirUpdateSwapSize() for objects which
+         never reach SWAPOUT_DONE state.
 
 Changes to squid-1.2.beta8 (Dec 2, 1997):
 
diff --git a/TODO b/TODO
index 1a819fb91de8519977fa1ebacb2e81954eb2032e..0d34198a27199394af2fa4318c1b35dffe2e26d1 100644 (file)
--- a/TODO
+++ b/TODO
@@ -16,6 +16,10 @@ Our Todo List
        - Allow for 'backup' parents
        - An orderd list of siblings to try.
        - Hash function load balancing
+(2) Code cleanup:
+       - Make sure the lib/*.c files do not use printf/fprintf.
+       - Replace bzero with memset
+       - Replace bcopy with xmemcpy
 
 (3) request-range
 (3) hit metering
@@ -34,7 +38,6 @@ Our Todo List
 (3) LDAP support.  See http://miso.wwa.com/~donley/ and
     Clayton Donley <qa1049@ilms04.cig.mot.com>
 
-(4) support ftp://host/pub;type=d
 (4) FTP PUT
 (4) Everywhere that we use 'pattern' or such, use ACL elements instead.
     stoplist_pattern, refresh_pattern, ...
@@ -77,3 +80,4 @@ DONE:
        - whois -h whois.ra.net '\!gAS194'
        - Stevens V2 Ch.18
 (3) SIGHUP should reread error text files
+(4) support ftp://host/pub;type=d