]> git.ipfire.org Git - thirdparty/squid.git/commit - include/splay.h
Summary: Merge from delay-class-4
authorrobertc <>
Wed, 5 Feb 2003 17:35:27 +0000 (17:35 +0000)
committerrobertc <>
Wed, 5 Feb 2003 17:35:27 +0000 (17:35 +0000)
commitb67e2c8c4da9890e0f3d27d501edf6a0c0fdf1c9
tree6f82f8ce1d025db7d262a6b7621473581bb6f3e5
parentdb02222f13211fedafc400e2dbd04dd4ac7f9a64
Summary: Merge from delay-class-4
Keywords:

Patches applied:

  * robertc@squid-cache.org--squid/squid--delay-class-4--3.0--patch-23
     Merge from HEAD, and shutdown delaypools at shutdown.

  * robertc@squid-cache.org--squid/squid--delay-class-4--3.0--patch-22
     Merge from HEAD.

  * robertc@squid-cache.org--squid/squid--delay-class-4--3.0--patch-21
     Implement class 4 delay pools

  * robertc@squid-cache.org--squid/squid--delay-class-4--3.0--patch-20
     Fix make dist.

  * robertc@squid-cache.org--squid/squid--delay-class-4--3.0--patch-19
     Document finished aspects of delay pools.

  * robertc@squid-cache.org--squid/squid--delay-class-4--3.0--patch-18
     Merge from HEAD.

  * robertc@squid-cache.org--squid/squid--delay-class-4--3.0--patch-17
     Fixs to handle HEAD changes.

  * robertc@squid-cache.org--squid/squid--delay-class-4--3.0--patch-16
     Merge from head.

  * robertc@squid-cache.org--squid/squid--delay-class-4--3.0--patch-15
     Merge from HEAD

  * robertc@squid-cache.org--squid/squid--delay-class-4--3.0--patch-14
     Merge from HEAD

  * robertc@squid-cache.org--squid/squid--delay-class-4--3.0--patch-13
     Separate out code for DelayBucket and DelayId.

  * robertc@squid-cache.org--squid/squid--delay-class-4--3.0--patch-12
     More class split outs.

  * robertc@squid-cache.org--squid/squid--delay-class-4--3.0--patch-11
     More class splitting

  * robertc@squid-cache.org--squid/squid--delay-class-4--3.0--patch-10
     Splitting classes out to one per file.

  * robertc@squid-cache.org--squid/squid--delay-class-4--3.0--patch-9
     Starting consolidation of delay pools hierarchy.

  * robertc@squid-cache.org--squid/squid--delay-class-4--3.0--patch-8
     Snapshot

  * robertc@squid-cache.org--squid/squid--delay-class-4--3.0--patch-7
     Finally got composite structure sorted - class one and two delay pools in it.

  * robertc@squid-cache.org--squid/squid--delay-class-4--3.0--patch-6
     snapshotting more refactoring.

  * robertc@squid-cache.org--squid/squid--delay-class-4--3.0--patch-5
     More refactoring - no functionality changes.

  * robertc@squid-cache.org--squid/squid--delay-class-4--3.0--patch-4
     Another refactoring snapshot.

  * robertc@squid-cache.org--squid/squid--delay-class-4--3.0--patch-3
     Snapshot of delay pools refactoring.

  * robertc@squid-cache.org--squid/squid--delay-class-4--3.0--patch-2
     Refactor delay pools code to not cause globals recompiles on most changes.

  * robertc@squid-cache.org--squid/squid--delay-class-4--3.0--patch-20
     Fix make dist.

  * robertc@squid-cache.org--squid/squid--delay-class-4--3.0--patch-21
     Implement class 4 delay pools

  * robertc@squid-cache.org--squid/squid--delay-class-4--3.0--patch-22
     Merge from HEAD.

  * robertc@squid-cache.org--squid/squid--delay-class-4--3.0--patch-23
     Merge from HEAD, and shutdown delaypools at shutdown.
90 files changed:
Makefile.in
aclocal.m4
configure
contrib/Makefile.in
doc/Makefile.in
doc/Programming-Guide/prog-guide.sgml
errors/Makefile.in
helpers/Makefile.in
helpers/basic_auth/LDAP/Makefile.in
helpers/basic_auth/MSNT/Makefile.in
helpers/basic_auth/Makefile.in
helpers/basic_auth/NCSA/Makefile.in
helpers/basic_auth/PAM/Makefile.in
helpers/basic_auth/SASL/Makefile.in
helpers/basic_auth/SMB/Makefile.in
helpers/basic_auth/YP/Makefile.in
helpers/basic_auth/getpwnam/Makefile.in
helpers/basic_auth/multi-domain-NTLM/Makefile.in
helpers/basic_auth/winbind/Makefile.in
helpers/digest_auth/Makefile.in
helpers/digest_auth/password/Makefile.in
helpers/external_acl/Makefile.in
helpers/external_acl/ip_user/Makefile.in
helpers/external_acl/ldap_group/Makefile.in
helpers/external_acl/unix_group/Makefile.in
helpers/external_acl/wbinfo_group/Makefile.in
helpers/external_acl/winbind_group/Makefile.in
helpers/ntlm_auth/Makefile.in
helpers/ntlm_auth/SMB/Makefile.in
helpers/ntlm_auth/SMB/smbval/Makefile.in
helpers/ntlm_auth/fakeauth/Makefile.in
helpers/ntlm_auth/no_check/Makefile.in
helpers/ntlm_auth/winbind/Makefile.in
icons/Makefile.in
include/Array.h
include/splay.h
lib/Makefile.am
lib/Makefile.in
lib/Splay.cc [moved from lib/splay.c with 78% similarity]
scripts/Makefile.in
snmplib/Makefile.in
src/ACL.h [new file with mode: 0644]
src/CommonPool.h [new file with mode: 0644]
src/CompositePoolNode.h [new file with mode: 0644]
src/Config.h [new file with mode: 0644]
src/DelayBucket.cc [new file with mode: 0644]
src/DelayBucket.h [new file with mode: 0644]
src/DelayConfig.cc [new file with mode: 0644]
src/DelayConfig.h [new file with mode: 0644]
src/DelayId.cc [new file with mode: 0644]
src/DelayId.h [new file with mode: 0644]
src/DelayIdComposite.h [new file with mode: 0644]
src/DelayPool.cc [new file with mode: 0644]
src/DelayPool.h [new file with mode: 0644]
src/DelayPools.h [new file with mode: 0644]
src/DelaySpec.cc [new file with mode: 0644]
src/DelaySpec.h [new file with mode: 0644]
src/DelayVector.cc [new file with mode: 0644]
src/DelayVector.h [new file with mode: 0644]
src/Makefile.am
src/Makefile.in
src/MemObject.cc
src/MemObject.h
src/NullDelayId.cc [new file with mode: 0644]
src/NullDelayId.h [new file with mode: 0644]
src/StoreClient.h
src/auth/Makefile.in
src/authenticate.h
src/cache_cf.cc
src/client_side_reply.cc
src/client_side_request.h
src/delay_pools.cc
src/fs/Makefile.in
src/ftp.cc
src/gopher.cc
src/http.cc
src/main.cc
src/protos.h
src/repl/Makefile.in
src/ssl.cc
src/store.cc
src/store_client.cc
src/structs.h
src/tunnel.cc
src/typedefs.h
src/wais.cc
test-suite/Makefile.am
test-suite/Makefile.in
test-suite/http_range_test.cc
test-suite/splay.cc [new file with mode: 0644]