summaryrefslogtreecommitdiff
path: root/source/fitz/stream-open.c
AgeCommit message (Expand)Author
2015-12-11Use fz_output instead of FILE* for most of our output needs.Tor Andersson
2015-12-11Use strerror for more detailed error messages.Tor Andersson
2015-05-15Support pdf files larger than 2Gig.Robin Watts
2015-05-14Move away from file descriptors to FILE *'s.Robin Watts
2015-02-25Add 64 bit windows builds to MSVC solution.Robin Watts
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-03-17Rework fz_streams.Robin Watts
2014-01-02Add rebinding for fz_streams.Robin Watts
2013-06-20Rearrange source files.Tor Andersson