summaryrefslogtreecommitdiff
path: root/src/file.cc
AgeCommit message (Collapse)Author
2022-04-20Add and use new File class.masterCarl Hetherington
It was always a bit troubling that fopen_boost wasn't exception safe, and this also fixes a leak where load_ratings_list would never close the ratings file.
2021-01-17Replace dcp::File with dcp::ArrayData.Carl Hetherington
2019-01-24Check return value of fread in File::File.Carl Hetherington
2016-06-13Add OpenSSL licence exception.Carl Hetherington
2016-06-01Still more licence fixups.Carl Hetherington
2016-05-25No-op; Fix GPL address and mention libdcp by name.Carl Hetherington
2015-06-18Fix several missing binary specifiers to fopen.Carl Hetherington
2014-12-28Purge assert() from src/, at least (not asdcplib).Carl Hetherington
2014-03-19Considerable re-work of KDM class to express the difference between ↵Carl Hetherington
encrypted and unencrypted KDMs.
2014-02-05Comments / tweaks.Carl Hetherington
2014-01-26It builds again.Carl Hetherington