]> git.ipfire.org Git - thirdparty/squid.git/commit - src/cf.data.pre
- Added memory pools for variable size objects (strings).
authorrousskov <>
Sun, 8 Mar 1998 06:42:54 +0000 (06:42 +0000)
committerrousskov <>
Sun, 8 Mar 1998 06:42:54 +0000 (06:42 +0000)
commit02922e76c2200b020601f51d8ae6f0f2819f1090
tree3441c7b79018ccdf982c9ea98b01887cf221f8ce
parentc51a3023eafecd31468e778efb830252f148703a
- Added memory pools for variable size objects (strings).
  There are three pools; for small, medium, and large objects.
- Extended String object to use memory pools.  Most fixed size char
  array fields will be replaced using string pools. Same for most
  malloc()-ed buffers.
- Replaced "char *urlpath" in request_t with "String urlpath".
- Fixed some printf-like function bugs.
27 files changed:
ChangeLog
TODO
include/util.h
lib/util.c
src/HttpHdrCc.cc
src/HttpHdrRange.cc
src/HttpHeader.cc
src/Makefile.in
src/acl.cc
src/asn.cc
src/cache_cf.cc
src/cf.data.pre
src/client_side.cc
src/defines.h
src/enums.h
src/errorpage.cc
src/ftp.cc
src/globals.h
src/http.cc
src/icp_v2.cc
src/icp_v3.cc
src/protos.h
src/squid.h
src/structs.h
src/typedefs.h
src/url.cc
src/urn.cc