summaryrefslogtreecommitdiff
path: root/source/fitz/filter-flate.c
AgeCommit message (Expand)Author
2018-04-03Don't implicitly drop in fz_open_* chained filters.Tor Andersson
2017-10-13Rename internals of flate filter.Robin Watts
2017-04-27Include required system headers.Tor Andersson
2016-09-14Add scripts to remove/replace 'static' from functions.Robin Watts
2016-06-17Use 'size_t' instead of int as appropriate.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 ZIP file and directory reading module.Tor Andersson
2014-05-23Bug 695183: Inflate large buffers at a time for speed.Robin Watts
2014-03-17Rework fz_streams.Robin Watts
2014-01-02Add rebinding for fz_streams.Robin Watts
2013-09-27clip flate stream on data check error instead of rejecting it wholesaleSimon Bünzli
2013-06-20Rearrange source files.Tor Andersson