summaryrefslogtreecommitdiff
path: root/source/fitz/archive.c
AgeCommit message (Collapse)Author
2017-09-08Remove unnecessary fz_try()/fz_catch().Sebastian Rasmussen
2016-09-08Add support for GNU tar archives.Sebastian Rasmussen
2016-09-08Make fz_archive a generic archive type.Sebastian Rasmussen
Previously it was inherently tied to zip archives and directories. Now these are separated out into distinct subclasses. This prepares for support for further archive formats.