summaryrefslogtreecommitdiff
path: root/source/fitz/stream-read.c
AgeCommit message (Expand)Author
2018-11-07Make compression bomb detection optional.Tor Andersson
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2016-11-14Make fz_buffer structure private to fitz.Robin Watts
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-04-28Partial image decode.Robin Watts
2016-02-29Make fz_read_line behave like gets and return NULL at EOF.Tor Andersson
2015-09-14Fix truncation bug when comparing EOF to uint16_t values.Tor Andersson
2015-08-17Add fz_read_string function to read a null terminated stringRobin Watts
2015-07-31Clean up fz_read_[u]intNN() functions and add big-endian versions.Tor Andersson
2015-06-26Add stream functions for reading LE values of different sizesRobin Watts
2015-05-15Support pdf files larger than 2Gig.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-12-03Add convenience fz_read_file function.Tor Andersson
2014-12-03Don't always trim the buffer when calling fz_read_all.Tor Andersson
2014-03-17Rework fz_streams.Robin Watts
2013-09-24Bug 694566: Avoid locking up while seeking in deflated stream.Robin Watts
2013-07-19Initial work on progressive loadingRobin Watts
2013-06-20Rearrange source files.Tor Andersson