]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update
authorwessels <>
Thu, 30 Oct 1997 10:28:12 +0000 (10:28 +0000)
committerwessels <>
Thu, 30 Oct 1997 10:28:12 +0000 (10:28 +0000)
ChangeLog
TODO

index 228ac88b2644479cb5bc9d3a6cb2d4fcebd68fca..acf982144df45483c81653a0c9d4d357a418c2b2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+       - Fixed DST bug in rfc1123.c
+       - Changed default http_accel_port to 80.
+       - added errorCon() as a ErrorState constructor function
+         (Max Okumoto).
+       - Added ERR_FTP_FAILURE message for ftpFail().
+       - For FTP, the timeout callback must be moved to the 'data'
+         descriptor when data transfer begins.  Otherwise we are
+         likely to get a timeout on the control descriptor.
+       - Fixed double-free bug in httpRequestFree().
+       - Fixed store_swap_size counting bug in storeSwapOutHandle().
+
 Changes to squid-1.2.beta3 (Oct 29, 1997):
 
        - Initialize _res.options to RES_DEFAULT in dnsserver.c.
diff --git a/TODO b/TODO
index e7eda173c2914da838e8beb7ed7f133b8e0aa25a..e83cf2992994742230fb04670caeae90b7f4eff1 100644 (file)
--- a/TODO
+++ b/TODO
 + URLs --> MD5?
 + redo cachemgr utilization
 + internalize redirectors?
++ should we write clean store logs from the double-linked list so
+  that they are sorted in order of last reference?  Then upon
+  restart we won't have to worry about the list being unsorted
+  and causing problems with the LRU magic value.
 
 + Efficient public peer access control *without ACLs*
   Bill Wichers <billw@unix0.waveform.net>