]> git.ipfire.org Git - thirdparty/squid.git/commit - src/peer_digest.cc
Bring across my first phase of commloops development.
authoradrian <>
Tue, 26 Feb 2002 22:48:09 +0000 (22:48 +0000)
committeradrian <>
Tue, 26 Feb 2002 22:48:09 +0000 (22:48 +0000)
commitadd2192dfeb5b40768d31ba3b9b05151263af5b5
tree0d93a37c99c608d8c4ccf37875293b28a6cfb9b0
parentdab0cec30c5979e722f45058793b16e71cd6d590
Bring across my first phase of commloops development.
This focused on turning storeClientCopy() into a stream-type callback,
trying to act like the stream storeAppend() is for the server side.

* storeClientCopy() has lost the seen_offset parameter
* storeClientCopy*() track the last copy offset and size, so the code
  can _enforce_ that the modules using it have been converted into stream
  routines properly
* all the modules using storeClientCopy() have been converted.

I'm sure there are remaining places where the stream enforce will be
triggered - these are the evil places noone speaks of, and will probably
be exorcised in the third round of commloops (which will probably be
a modio exercise.)
39 files changed:
Makefile.in
configure
doc/Makefile.in
errors/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/SMB/Makefile.in
helpers/basic_auth/YP/Makefile.in
helpers/basic_auth/getpwnam/Makefile.in
helpers/basic_auth/multi-domain-NTLM/Makefile.in
helpers/digest_auth/Makefile.in
helpers/digest_auth/password/Makefile.in
helpers/ntlm_auth/Makefile.in
helpers/ntlm_auth/SMB/Makefile.in
helpers/ntlm_auth/fakeauth/Makefile.in
helpers/ntlm_auth/no_check/Makefile.in
icons/Makefile.in
lib/Makefile.in
src/Makefile.in
src/asn.cc
src/auth/Makefile.in
src/client_side.cc
src/defines.h
src/enums.h
src/fs/Makefile.in
src/fs/diskd/Makefile.in
src/http.cc
src/mem.cc
src/net_db.cc
src/peer_digest.cc
src/protos.h
src/repl/Makefile.in
src/stat.cc
src/store_client.cc
src/structs.h
src/urn.cc