summaryrefslogtreecommitdiff
path: root/src/lib/digester.cc
AgeCommit message (Expand)Author
2025-09-16Cleanup: remove get() to unchecked buffer.Carl Hetherington
2025-09-16Add Digester::get_vector() and use a vector internally.Carl Hetherington
2025-09-15Remove seemingly-pointless destructor.Carl Hetherington
2025-09-15White space: digester.{cc,h}Carl Hetherington
2024-06-18Fix "available space" count passed to snprintf (#2832).Carl Hetherington
2024-03-15Replace use of sprintf with snprintf.Carl Hetherington
2021-02-16C++11 tidying.Carl Hetherington
2020-04-17Add feature to Socket so that it can send digests of data it has sentCarl Hetherington
2016-08-12Missing include.Carl Hetherington
2016-08-12Remove all use of stringstream in an attempt to fixCarl Hetherington
2016-07-22Rename SafeStringStream -> locked_stringstream. Bump deps for removal of str...Carl Hetherington
2016-06-13Use nettle rather then openssl for MD5 digesting.Carl Hetherington
2016-06-13Rename MD5Digester -> Digester.Carl Hetherington