index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
fitz
/
unzip.c
Age
Commit message (
Expand
)
Author
2016-12-27
Stylistic cleanups.
Tor Andersson
2016-11-14
Make fz_buffer structure private to fitz.
Robin Watts
2016-11-03
Fix signed/unsigned and size_t/int/fz_off_t warnings.
Robin Watts
2016-09-20
Avoid signed/unsigned warnings.
Robin Watts
2016-09-08
Make fz_archive a generic archive type.
Sebastian Rasmussen
2016-08-17
zip: Used unpacked entry size, not listed entry size.
Sebastian Rasmussen
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2015-12-11
Use fz_output instead of FILE* for most of our output needs.
Tor Andersson
2015-09-14
Remove unused functions.
Tor Andersson
2015-08-17
Patch around INT32_MAX not being present on windows.
Robin Watts
2015-07-31
Use new fz_read_int functions.
Tor Andersson
2015-05-15
Support pdf files larger than 2Gig.
Robin Watts
2015-02-17
Remove pointless return value checks when calling fz_open_file.
Tor Andersson
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson
2015-02-17
Rename fz_close_* and fz_free_* to fz_drop_*.
Tor Andersson
2014-12-12
fix memory leaks
Simon Bünzli
2014-12-03
Fix leak of directory string in fz_archive.
Tor Andersson
2014-12-03
Add ZIP file and directory reading module.
Tor Andersson