]> git.ipfire.org Git - thirdparty/squid.git/commit - src/wordlist.h
initial version of libsbuf
authorFrancesco Chemolli <kinkie@squid-cache.org>
Tue, 23 Feb 2016 08:51:22 +0000 (09:51 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Tue, 23 Feb 2016 08:51:22 +0000 (09:51 +0100)
commit65e41a45348d24c5769e811d502efca6a9004cac
treeb793e7aa72ece550fc777beb3e44789e39190269
parente852298fae7c2996762e2fa6e74f1a2732dfaf94
initial version of libsbuf
70 files changed:
configure.ac
src/DiskIO/IpcIo/IpcIoFile.cc
src/HttpHdrCc.cc
src/Makefile.am
src/SBufDetailedStats.h
src/SBufStatsAction.h
src/URL.h
src/acl/Acl.h
src/acl/Data.h
src/acl/HttpHeaderData.cc
src/acl/HttpHeaderData.h
src/acl/StringData.h
src/acl/Tree.h
src/acl/UserData.cc
src/acl/UserData.h
src/adaptation/History.h
src/adaptation/icap/Xaction.h
src/anyp/PortCfg.h
src/auth/CredentialsCache.h
src/auth/User.h
src/auth/digest/Config.cc
src/base/LookupTable.h
src/cache_cf.cc
src/client_side.h
src/clients/FtpRelay.cc
src/comm.cc
src/comm/Read.cc
src/esi/CustomParser.h
src/fs/rock/RockIoState.h
src/ftp/Elements.cc
src/globals.h
src/helper.h
src/http/MethodType.h
src/http/RequestMethod.h
src/http/one/Parser.h
src/icmp/IcmpConfig.h
src/ipc/MemMap.h
src/ipc/StoreMap.cc
src/ipc/StoreMap.h
src/ipc/mem/Segment.cc
src/log/TcpLogger.cc
src/parser/Tokenizer.h
src/redirect.cc
src/sbuf/Makefile.am [new file with mode: 0644]
src/sbuf/MemBlob.cc [moved from src/MemBlob.cc with 99% similarity]
src/sbuf/MemBlob.h [moved from src/MemBlob.h with 100% similarity]
src/sbuf/OutOfBoundsException.h [moved from src/OutOfBoundsException.h with 97% similarity]
src/sbuf/SBuf.cc [moved from src/SBuf.cc with 100% similarity]
src/sbuf/SBuf.h [moved from src/SBuf.h with 99% similarity]
src/sbuf/SBufAlgos.cc [moved from src/SBufAlgos.cc with 100% similarity]
src/sbuf/SBufAlgos.h [moved from src/SBufAlgos.h with 100% similarity]
src/sbuf/SBufExceptions.cc [moved from src/SBufExceptions.cc with 100% similarity]
src/sbuf/SBufExceptions.h [moved from src/SBufExceptions.h with 100% similarity]
src/sbuf/SBufList.cc [moved from src/SBufList.cc with 100% similarity]
src/sbuf/SBufList.h [moved from src/SBufList.h with 100% similarity]
src/sbuf/SBufStream.h [moved from src/SBufStream.h with 100% similarity]
src/security/KeyData.h
src/servers/Server.h
src/ssl/bio.h
src/ssl/support.h
src/tests/SBufFindTest.h
src/tests/stub_SBuf.cc
src/tests/stub_SBufDetailedStats.cc
src/tests/testSBuf.cc
src/tests/testSBuf.h
src/tests/testSBufList.cc
src/tests/testSBufList.h
src/tools.h
src/tunnel.cc
src/wordlist.h