summaryrefslogtreecommitdiff
path: root/src/exceptions.h
AgeCommit message (Collapse)Author
2017-06-05Fix up management of certificate chain validity.Carl Hetherington
2017-05-24Better exception when loading a KDM fails.Carl Hetherington
2016-11-29Fix build.Carl Hetherington
2016-06-13Add OpenSSL licence exception.Carl Hetherington
2016-06-02Add some explicit declarations to constructors.Carl Hetherington
2016-06-01More licence fixups.Carl Hetherington
2016-05-24Add reporting of DCP type.Carl Hetherington
2015-10-19Use std::runtime_error instead of our own StringError asCarl Hetherington
a) it does the same job and b) its type and what() survive the boundary between the libdcp .so and the main DCP-o-matic executable. Before this StringError-derived exceptions caught by DCP-o-matic were only recognised as std::exceptions (without the what()) message. I don't know why this happens, but this works around it.
2015-06-24No-op: whitespace.Carl Hetherington
2015-05-29Some comments.Carl Hetherington
2014-12-28Purge assert() from src/, at least (not asdcplib).Carl Hetherington
2014-07-20Tidy up KDM generation from CPLs a bit.Carl Hetherington
2014-06-13Throw NotEncryptedError on trying to make a KDM for non-encrypted assets.Carl Hetherington
2014-05-13Some comments.Carl Hetherington
2014-05-03Use exceptions to hold errors even in the keep_going case.Carl Hetherington
2014-03-19Considerable re-work of KDM class to express the difference between ↵Carl Hetherington
encrypted and unencrypted KDMs.
2014-02-05Small bits of tidying up and comments.Carl Hetherington
2014-01-26It builds again.Carl Hetherington
2014-01-17namespace libdcp -> dcp.Carl Hetherington
2014-01-08Remove compose.hpp dependency from header.Carl Hetherington
2014-01-08Throw better file errors (with numbers).Carl Hetherington
2013-10-09Fix error message formatting.Carl Hetherington
2013-10-09Better error message.Carl Hetherington
2013-09-18A few encryption-related fixes and comments.Carl Hetherington
2013-01-09Comment tweaks.Carl Hetherington
2012-09-07Tweaks to dcpinfo.Carl Hetherington
2012-07-30Various.Carl Hetherington
2012-07-18Doc tweaks.Carl Hetherington
2012-07-18Use our own exceptions.Carl Hetherington