summaryrefslogtreecommitdiff
path: root/src/lib/digester.cc
AgeCommit message (Collapse)Author
2024-06-18Fix "available space" count passed to snprintf (#2832).Carl Hetherington
This is wrong (too big) and it causes an abort in some snprintf checker on Ubuntu 24.04.
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
and check those digests on receive.
2016-08-12Missing include.Carl Hetherington
2016-08-12Remove all use of stringstream in an attempt to fixCarl Hetherington
the suspected thread-unsafe crash bugs on OS X.
2016-07-22Rename SafeStringStream -> locked_stringstream. Bump deps for removal of ↵Carl Hetherington
stringstream.
2016-06-13Use nettle rather then openssl for MD5 digesting.Carl Hetherington
2016-06-13Rename MD5Digester -> Digester.Carl Hetherington