summaryrefslogtreecommitdiff
path: root/source/fitz/stream-open.c
AgeCommit message (Expand)Author
2018-07-17Fix memory leaks in document signing functionsPaul Gardiner
2018-04-03Don't implicitly drop in fz_open_* chained filters.Tor Andersson
2018-03-22Clean up windows ifdefs.Tor Andersson
2018-01-31Rename confusing fz_stream close callback to drop.Tor Andersson
2018-01-19Add fz_output_as_streamPaul Gardiner
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-10-12Make fz_open_memory take a const buffer.Tor Andersson
2017-09-07Initialize variables to appease clang scan-build.Sebastian Rasmussen
2017-04-27Include required system headers.Tor Andersson
2017-03-10Fix potential double frees in error cases.Robin Watts
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-10-18Avoid checking argument to fz_drop_*()/fz_free().Sebastian Rasmussen
2016-07-08Use fz_keep_imp and fz_drop_imp for all reference counting.Tor Andersson
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-03-15Memento: Track fz_streams.Robin Watts
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