summaryrefslogtreecommitdiff
path: root/source/fitz/unzip.c
AgeCommit message (Expand)Author
2015-02-17Remove pointless return value checks when calling fz_open_file.Tor Andersson
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2015-02-17Rename fz_close_* and fz_free_* to fz_drop_*.Tor Andersson
2014-12-12fix memory leaksSimon Bünzli
2014-12-03Fix leak of directory string in fz_archive.Tor Andersson
2014-12-03Add ZIP file and directory reading module.Tor Andersson