Make terminate_threads() less likely to leave _threads containing invalid pointers.
[dcpomatic.git] / src / lib / digester.cc
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.