]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
- shrink-able memory pools
authorrousskov <>
Thu, 4 Jun 1998 00:57:25 +0000 (00:57 +0000)
committerrousskov <>
Thu, 4 Jun 1998 00:57:25 +0000 (00:57 +0000)
TODO

diff --git a/TODO b/TODO
index 4c0fd7a41d4a7994f8ef05d02f55a49036dc3a68..3a35b08a862e87c4c9b7b2664b1a53677283ae76 100644 (file)
--- a/TODO
+++ b/TODO
@@ -17,8 +17,6 @@ Our Todo List
 (2)     Use storeBuffer/Flush where needed, consider supporting nested calls
 
 (3) ** request-range (AR)
-(3) **  shrink-able memory pools (AR)
-(3) **  honor DIRECT_NO case for cache digest misses (AR)
 (3)    hit metering
 (3)    ETag support (makes metadata bigger--ack!)
 (3)    Efficient public peer access control *without ACLs*
@@ -57,7 +55,6 @@ Our Todo List
 (5)    return "ERR_TOO_LARGE" messages for replies with
        content-lengths larger than some limit.
 (5)    Bind HTTP/ICP sockets to multiple interfaces
-(5)     replace "for" loops in md5.c with memcpy and memset
 
 DONE:
 + s/sprintf/snprintf/g
@@ -104,3 +101,5 @@ DONE:
 (4) ** FTP PUT (KA)
 (1)    SSL doesn't work with Proxy Authentication
 (3)     HTTP Header todo list (AR)
+(5)     replace "for" loops in md5.c with memcpy and memset
+(3) **  shrink-able memory pools (AR)