From: rousskov <> Date: Thu, 4 Jun 1998 00:57:25 +0000 (+0000) Subject: - shrink-able memory pools X-Git-Tag: SQUID_3_0_PRE1~3187 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9dcb3041d3175b78a42cd11c371c47b6a9d50bb1;p=thirdparty%2Fsquid.git - shrink-able memory pools --- diff --git a/TODO b/TODO index 4c0fd7a41d..3a35b08a86 100644 --- 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)