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
/
stream-open.c
Age
Commit message (
Expand
)
Author
2017-03-10
Fix potential double frees in error cases.
Robin Watts
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-10-18
Avoid checking argument to fz_drop_*()/fz_free().
Sebastian Rasmussen
2016-07-08
Use fz_keep_imp and fz_drop_imp for all reference counting.
Tor Andersson
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2016-03-15
Memento: Track fz_streams.
Robin Watts
2015-12-11
Use fz_output instead of FILE* for most of our output needs.
Tor Andersson
2015-12-11
Use strerror for more detailed error messages.
Tor Andersson
2015-05-15
Support pdf files larger than 2Gig.
Robin Watts
2015-05-14
Move away from file descriptors to FILE *'s.
Robin Watts
2015-02-25
Add 64 bit windows builds to MSVC solution.
Robin Watts
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-03-17
Rework fz_streams.
Robin Watts
2014-01-02
Add rebinding for fz_streams.
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson