]> git.ipfire.org Git - thirdparty/squid.git/commit - src/store_client.cc
Merge in MemPools objectification.
authorrobertc <>
Mon, 30 Aug 2004 11:12:29 +0000 (11:12 +0000)
committerrobertc <>
Mon, 30 Aug 2004 11:12:29 +0000 (11:12 +0000)
commitb001e8228f73e930471b420c7f2451527adb63f4
treefb881cddeee593b294ef6e2abdff953bdada87b4
parentf5691f9c44e06c13e6970ff31f0fe540650f787e
Merge in MemPools objectification.

Patches applied:

 * robertc@squid-cache.org--squid/squid--MemPools--3.0--base-0
   tag of robertc@squid-cache.org--squid/squid--HEAD--3.0--patch-369

 * robertc@squid-cache.org--squid/squid--MemPools--3.0--patch-1
   MemPools C++ rework.

 * robertc@squid-cache.org--squid/squid--MemPools--3.0--patch-2
   Tidying up.

 * robertc@squid-cache.org--squid/squid--MemPools--3.0--patch-3
   merge from HEAD

 * robertc@squid-cache.org--squid/squid--MemPools--3.0--patch-4
   merge from HEAD

 * robertc@squid-cache.org--squid/squid--MemPools--3.0--patch-5
   merge from HEAD

 * robertc@squid-cache.org--squid/squid--MemPools--3.0--patch-6
   fix up remaining splay tweaks for mempools, and update test suite

 * robertc@squid-cache.org--squid/squid--MemPools--3.0--patch-7
   Allow runtime pool type selection.

 * robertc@squid-cache.org--squid/squid--MemPools--3.0--patch-8
   MemProxyAllocator changes.

 * robertc@squid-cache.org--squid/squid--MemPools--3.0--patch-9
   merge latest head changes
118 files changed:
configure.in
include/List.h
include/MemPool.h
include/memMeter.h
include/splay.h
lib/Makefile.am
lib/Splay.cc
lib/uudecode.c
src/ACL.h
src/ACLARP.cc
src/ACLARP.h
src/ACLASN.h
src/ACLCertificateData.cc
src/ACLCertificateData.h
src/ACLDestinationDomain.cc
src/ACLDestinationDomain.h
src/ACLDestinationIP.cc
src/ACLDestinationIP.h
src/ACLDomainData.cc
src/ACLDomainData.h
src/ACLExtUser.cc
src/ACLExtUser.h
src/ACLIP.cc
src/ACLIP.h
src/ACLIdent.cc
src/ACLIdent.h
src/ACLMaxConnection.cc
src/ACLMaxConnection.h
src/ACLMaxUserIP.cc
src/ACLMaxUserIP.h
src/ACLMethodData.cc
src/ACLMethodData.h
src/ACLMyIP.cc
src/ACLMyIP.h
src/ACLProtocolData.cc
src/ACLProtocolData.h
src/ACLProxyAuth.cc
src/ACLProxyAuth.h
src/ACLRegexData.cc
src/ACLRegexData.h
src/ACLSourceIP.cc
src/ACLSourceIP.h
src/ACLStrategised.h
src/ACLStringData.cc
src/ACLStringData.h
src/ACLTimeData.cc
src/ACLTimeData.h
src/ACLUserData.cc
src/ACLUserData.h
src/ESI.cc
src/ESIAssign.cc
src/ESIAssign.h
src/ESIInclude.cc
src/ESIInclude.h
src/ESILiteral.h
src/ESISequence.cc
src/ESISequence.h
src/ExternalACL.h
src/HttpHdrRange.cc
src/HttpHeader.cc
src/HttpHeaderRange.h
src/HttpReply.cc
src/HttpReply.h
src/HttpRequest.cc
src/HttpRequest.h
src/MemObject.cc
src/MemObject.h
src/Store.h
src/StoreClient.h
src/StoreMetaMD5.cc
src/StoreMetaMD5.h
src/StoreMetaSTD.cc
src/StoreMetaSTD.h
src/StoreMetaURL.cc
src/StoreMetaURL.h
src/StoreMetaVary.cc
src/StoreMetaVary.h
src/StoreSwapLogData.cc
src/StoreSwapLogData.h
src/acl.cc
src/asn.cc
src/auth/basic/auth_basic.cc
src/auth/basic/auth_basic.h
src/auth/digest/auth_digest.cc
src/auth/digest/auth_digest.h
src/auth/ntlm/auth_ntlm.cc
src/auth/ntlm/auth_ntlm.h
src/authenticate.cc
src/authenticate.h
src/cbdata.cc
src/comm.cc
src/external_acl.cc
src/fs/aufs/aiops.cc
src/fs/aufs/async_io.cc
src/fs/coss/StoreFScoss.cc
src/fs/coss/store_coss.h
src/fs/coss/store_dir_coss.cc
src/fs/coss/store_io_coss.cc
src/fs/ufs/store_io_ufs.cc
src/helper.cc
src/helper.h
src/htcp.cc
src/main.cc
src/mem.cc
src/mem_node.cc
src/mem_node.h
src/pconn.cc
src/protos.h
src/repl/lru/store_repl_lru.cc
src/squid.h
src/store.cc
src/store_client.cc
src/structs.h
src/tools.cc
src/ufscommon.h
test-suite/MemPoolTest.cc
test-suite/splay.cc
test-suite/test_tools.cc