]> git.ipfire.org Git - thirdparty/squid.git/commit
Tied more closely SBuf and MemBlob size_type
authorFrancesco Chemolli <kinkie@squid-cache.org>
Fri, 26 Jul 2013 09:20:09 +0000 (11:20 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Fri, 26 Jul 2013 09:20:09 +0000 (11:20 +0200)
commit7cbd3256f41bbf80deed8ae17fd9efae98ff2cf7
treef8d99b47e1270adc21391cffb03821ee3f81862a
parenteeac7afbd68ca5b2dbf02933070812f57fcc14fb
Tied more closely SBuf and MemBlob size_type
Better compliance with standards
Improved SBuf documentation
Improved adherence to std::string method signatures
Improved \0-cleanliness
Removed some methods taking std::string arguments to avoid double data copies,
  documented alternate patterns
Implemented cmp and caseCmp shortcuts
Cleaned-up some methods' implementations after Alex Rousskov's suggestions
Improved unit tests' cleanliness by making more effective use of cppunit macros
Implemented more unit tests, better coverage for \0-cleanliness
src/SBuf.cc
src/SBuf.h
src/SBufStream.h
src/tests/SBufFindTest.cc
src/tests/testSBuf.cc
src/tests/testSBuf.h