]> git.ipfire.org Git - thirdparty/squid.git/commit - src/HttpHeader.cc
Finish turning MemBuf into a full-fledged class. Almost all of the
authorwessels <>
Sat, 17 Sep 2005 11:50:07 +0000 (11:50 +0000)
committerwessels <>
Sat, 17 Sep 2005 11:50:07 +0000 (11:50 +0000)
commit2fe7eff994f9cb87b4211714d77c200b5ebbcb97
treea5ce9a15c133f838e18f85714d529b39df883974
parent2b418379f2adb6a4b21af9529a937866bbc7235b
Finish turning MemBuf into a full-fledged class.  Almost all of the
former standalone functions are now methods of MemBuf class.  The next
step may be to merge init() and clean() methods into the constructor
and destructor.
30 files changed:
src/ACLIP.cc
src/HttpBody.cc
src/HttpHeader.cc
src/HttpHeaderTools.cc
src/HttpReply.cc
src/MemBuf.cc
src/MemBuf.h
src/MemObject.cc
src/Packer.cc
src/access_log.cc
src/cache_cf.cc
src/client_side.cc
src/comm.cc
src/disk.cc
src/dns_internal.cc
src/errorpage.cc
src/external_acl.cc
src/gopher.cc
src/helper.cc
src/htcp.cc
src/http.cc
src/ident.cc
src/internal.cc
src/mime.cc
src/stat.cc
src/store_client.cc
src/tools.cc
src/tunnel.cc
src/urn.cc
src/wais.cc