]> git.ipfire.org Git - thirdparty/squid.git/commit
A modified / unified cbdata and mempool implementation. cbdata
authoradrian <>
Fri, 5 Jan 2001 16:51:32 +0000 (16:51 +0000)
committeradrian <>
Fri, 5 Jan 2001 16:51:32 +0000 (16:51 +0000)
commit28c60158dce026adb54eee6724ae47c5a4a1bb77
treea112185d20925878b2267b8603a4155e48655ba8
parent3abcea5e380564b71fa2ed57794fd5e7cbdcb14b
A modified / unified cbdata and mempool implementation. cbdata
entries are now mempool entries with a cbdata header, saving a
hash operation each time some cbdata is used.

Some documentation is avaliable in the programmers guide.

Submitted by: Moez Mahfoudh <moez.mahfoudh@imag.fr>
Approved by: squid-dev
49 files changed:
CONTRIBUTORS
doc/Programming-Guide/prog-guide.sgml
src/acl.cc
src/asn.cc
src/authenticate.cc
src/cache_cf.cc
src/cbdata.cc
src/client_side.cc
src/comm.cc
src/defines.h
src/enums.h
src/errorpage.cc
src/forward.cc
src/fqdncache.cc
src/fs/aufs/store_dir_aufs.cc
src/fs/aufs/store_io_aufs.cc
src/fs/coss/store_dir_coss.cc
src/fs/coss/store_io_coss.cc
src/fs/diskd/store_dir_diskd.cc
src/fs/diskd/store_io_diskd.cc
src/fs/ufs/store_dir_ufs.cc
src/fs/ufs/store_io_ufs.cc
src/ftp.cc
src/gopher.cc
src/helper.cc
src/http.cc
src/ident.cc
src/ipcache.cc
src/main.cc
src/neighbors.cc
src/net_db.cc
src/peer_digest.cc
src/peer_select.cc
src/protos.h
src/redirect.cc
src/repl/heap/store_repl_heap.cc
src/repl/lru/store_repl_lru.cc
src/send-announce.cc
src/squid.h
src/ssl.cc
src/stat.cc
src/store_client.cc
src/store_digest.cc
src/store_swapout.cc
src/tunnel.cc
src/typedefs.h
src/urn.cc
src/wais.cc
src/whois.cc