summaryrefslogtreecommitdiff
path: root/source/fitz/unzip.c
AgeCommit message (Expand)Author
2018-08-10Clean up null/range/endstream filter.Tor Andersson
2017-11-22Use custom allocator everywhere zlib is used.Sebastian Rasmussen
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-09-19Fix 698540: Check name, comment and meta size field signs.Tor Andersson
2017-04-27Use FZ_SEEK_SET macros for fz_seek.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-03-28Rename fz_new_archive to fz_new_derived_archiveRobin Watts
2016-12-27Stylistic cleanups.Tor Andersson
2016-11-14Make fz_buffer structure private to fitz.Robin Watts
2016-11-03Fix signed/unsigned and size_t/int/fz_off_t warnings.Robin Watts
2016-09-20Avoid signed/unsigned warnings.Robin Watts
2016-09-08Make fz_archive a generic archive type.Sebastian Rasmussen
2016-08-17zip: Used unpacked entry size, not listed entry size.Sebastian Rasmussen
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2015-12-11Use fz_output instead of FILE* for most of our output needs.Tor Andersson
2015-09-14Remove unused functions.Tor Andersson
2015-08-17Patch around INT32_MAX not being present on windows.Robin Watts
2015-07-31Use new fz_read_int functions.Tor Andersson
2015-05-15Support pdf files larger than 2Gig.Robin Watts
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