Extract common code out into kdm_for_screen()
[dcpomatic.git] / src / lib / digester.cc
2020-04-16 Carl HetheringtonAdd feature to Socket so that it can send digests of...
2016-08-12 Carl HetheringtonMissing include.
2016-08-12 Carl HetheringtonRemove all use of stringstream in an attempt to fix
2016-07-22 Carl HetheringtonRename SafeStringStream -> locked_stringstream. Bump...
2016-06-13 Carl HetheringtonUse nettle rather then openssl for MD5 digesting.
2016-06-13 Carl HetheringtonRename MD5Digester -> Digester.